SmartNode™
After you have successfully logged in you are in the operator execution mode, indicated by '>' as command
line prompt. With the commands
enable
and
configure
you enter the configuration mode.
172.16.40.1>
enable
172.16.40.1#
configure
172.16.40.1(cfg)#
Changing the IP Address
Select the context IP mode to configure an IP interface.
172.16.40.1(cfg)#
context ip router
172.16.40.1(ctx-ip)[router]#
Now you can set your IP address and network mask for the WAN IP interface
eth0
. Contact your network
administrator if you are not sure what IP address to set. Within this example a private network (172.16.1.0) is
assumed. The IP address is set to 172.16.1.100.
172.16.40.1(ctx-ip)[router]#
interface eth0
172.16.40.1(if-ip)[eth0]#
ipaddress 172.16.1.100 255.255.255.0
2002-10-29T00:09:40 : LOGINFO : Link down on interface eth0.
2002-10-29T00:09:40 : LOGINFO : Link up on interface eth0.
172.16.1.100(if-ip)[eth0]#
Store this modified configuration and make it your new start-up configuration. On the next start-up the system
will come up using the modified configuration.
172.16.1.100(if-ip)[eth0]#
copy running-config startup-config
172.16.1.100(if-ip)[eth0]#
Now the SmartNode can be connected to your IP network.
Connect the SmartNode to the Network
You now can connect the SmartNode to the IP Network and do any remaining configuration from any PC
connected to the same Ethernet segment.
3