Typically, you configure IP on the Fast Ethernet interface of the SRP module. To configure IP on an interface:
- host1#show version
- host1#show ip interface fastEthernet 6/0
- host1#show ip interface fastEthernet 6/0/0
![]() |
Note: If an IP interface is not configured, an Invalid interface message appears. |
If the interface already has an IP address, go to Step 5. Otherwise, proceed with Step 4.
- host1#configure
- Configuring from terminal or file [terminal]?
- Enter configuration commands, one per line. End with CNTL/Z.
- host1(config)#interface fastEthernet 6/0
- host1(config-if)#ip address ipAddress [ mask ]
- host1#configure
- Configuring from terminal or file [terminal]?
- Enter configuration commands, one per line. End with CNTL/Z.
- host1(config)#interface fastEthernet 6/0/0
- host1(config-if)#ip address ipAddress [ mask ]