After you respond to the SNMP questions, the setup script lists the interfaces., for example:
Interface | OK? | Method | Status | Protocol | |
Ethernet0/0/0 | unassigned | YES | unset | up | up |
FastEthernet0/0/0 | unassigned | NO | unset | up | up |
Interfaces that are not okay (OK? = NO) do not have a valid configuration.
Step 10 To achieve network connectivity, enter the interface for the Fast Ethernet interface.
Enter interface name used to connect to the management network from the above interface summary:
FastEthernet0/0/0
Step 11 Accept the default value for the type of connector.
Configuring interface FastEthernet0/0/0:
Use the 100
Step 12 Configure both the Cisco 10008 router and the remote device to use the same mode.
Operate in
Step 13 You must enter the IP address to achieve network connectivity.
Configure IP on this interface? [yes]: yes
Step 14 Specify the IP address.
IP address for this interface: 172.27.48.209
Step 15 Enter the subnet mask for the IP address.
Subnet mask for this interface [255.255.0.0] : 255.255.0.0
The system displays the information you entered as well as several default commands, such as the no shutdown command; for example:
The following configuration command script was created: hostname c10008
enable secret 5 $1$uror$EFU0hKOBQXhk975qKFZlL0 enable password lab
line vty 0 4 password lab no
!
no ip routing
!
interface FastEthernet0/0/0 no shutdown
ip address 172.27.48.209 255.255.0.0
!
end
Step 16 The setup script concludes by giving you the choice to exit without saving, start the setup script, or save the configuration file:
[0]Go to the IOS command prompt without saving this config.
[1]Return back to the setup without saving this config.
[2]Save this configuration to nvram and exit.
Enter your selection [2]:
38