IP on the Router
IP can be configured using the System Configuration Dialog. To manually configure IP on an interface, you must first change to the interface configuration mode.
Use the ip address command, which includes the ip address you wish to assign to the interface plus the subnet mask.
The following is an example of how to configure ip:
- Router# config t
- Router(config)# int E0
- Router(config-if)# ip address 192.168.1.1 255.255.255.0
Add the word secondary to an ip address command and configure more than one address for the interface.
Type term ip netmask-format to change the subnet format.