access to the router over a network interface.
Enter virtual terminal password: cisco
Step 8
Respond to the following prompts as appropriate for your network:
Example:
Configure SNMP Network Management? [no]: yes
Community string [public]:
A summary of the available interfaces is displayed. The interface summary includes interface numbering, which is
dependent on the router model and the installed modules and interface cards.
Example:
Current interface summary
Interface IP-Address OK? Method Status Protocol
Te0/0/0 20.1.1.1 YES NVRAM administratively down down
Te0/0/1 21.1.1.1 YES NVRAM administratively down down
GigabitEthernet0/0/0 11.1.1.1 YES NVRAM down down
GigabitEthernet0/0/1 12.1.1.1 YES NVRAM administratively down down
GigabitEthernet0/0/2 13.1.1.1 YES NVRAM administratively down down
GigabitEthernet0/0/3 14.1.1.1 YES NVRAM administratively down down
GigabitEthernet0/0/4 15.1.1.1 YES NVRAM administratively down down
GigabitEthernet0/0/5 200.1.1.1 YES NVRAM administratively down down
Te0/1/0 22.1.1.1 YES NVRAM administratively down down
GigabitEthernet0 2.1.12.233 YES NVRAM up up
Any interface listed with OK? value "NO" does not have a valid configuration
Step 9
Respond to the following prompts as appropriate for your network:
Example:
Configuring interface GigabitEthernet0/0/1
:
Configure IP on this interface? [yes]: yes
IP address for this interface [10.10.10.12
]:
Subnet mask for this interface [255.0.0.0] : 255.255.255.0
Class A network is 10.0.0.0, 24 subnet bits; mask is /24
The following configuration command script is created:
Example:
hostname myrouter
enable secret 5 $1$t/Dj$yAeGKviLLZNOBX0b9eifO0
enable password cisco123
line vty 0 4 password cisco snmp-server community public !
no ip routing
!
interface GigabitEthernet0/0/0
shutdown
no ip address
!
interface GigabitEthernet0/0/1
no shutdown
ip address 10.10.10.12 255.255.255.0
!
interface GigabitEthernet0/0/2
shutdown
no ip address
!
.
.
Cisco ASR 1001-X Router Hardware Installation Guide
52
Cisco ASR 1001-X Router Power Up and Initial Configuration
Using the Cisco setup Command Facility