Re: [nox-dev] how can I get the IP address configured to the switch port

2011-07-18 Thread hzy
Murphy McCauley nau.edu> writes: > > This isn't an answer exactly, but... I would advise that you rethink your approach. You should not need to > set the IP of a switch port. I am not sure what you hope to be getting out of it. If all you want is for ARPs for > that IP to work, you should p

Re: [nox-dev] how can I get the IP address configured to the switch port

2011-07-16 Thread Murphy McCauley
This isn't an answer exactly, but... I would advise that you rethink your approach. You should not need to set the IP of a switch port. I am not sure what you hope to be getting out of it. If all you want is for ARPs for that IP to work, you should probably just respond to ARPs in your NOX co

Re: [nox-dev] how can I get the IP address configured to the switch port

2011-07-15 Thread hzy
hzy gmail.com> writes: sorry i missed not in this sentence. But, When my nox controller connected to the switch, I could not get the IP ___ nox-dev mailing list nox-dev@noxrepo.org http://noxrepo.org/mailman/listinfo/nox-dev

[nox-dev] how can I get the IP address configured to the switch port

2011-07-15 Thread hzy
I am coding the router controller. As we known, I need to configure the port of switch a IP address(default gateway). So that hosts can delieve packet to the gateway. I use mininet to create a test network, and configure s2-eth1 using follow command。 s2 ifconfig s2-eth1 10.0.1.1/24 But, When my