Network Router User Manual
3-4
Cisco ONS 15530 Configuration Guide and Command Reference
78-14227-01, Cisco IOS Release 12.1(10)EV2
Chapter 3 Initial Configuration
Configuring IP Access on the NME Interface
Note Before you begin to manually configure an NME interface, obtain its IP address and IP subnet mask.
Also make sure the console cable is connected to the console port.
To configure IP access on the NME port fastethernet 0 from the CLI, perform these steps from the
console interface:
The Cisco ONS 15530 NME interface should now be operating correctly.
Note If a CPU switch module switchover occurs, you can use the same IP address to access the redundant
CPU switch module after it becomes active.
Command Purpose
Step 1
Switch> enable
Switch#
Enters privileged EXEC mode.
Step 2
Switch# show hardware Verifies the installed hardware part numbers and serial
numbers.
Step 3
Switch# configure terminal
Switch(config)#
Enters global configuration mode.
Step 4
Switch(config)# enable password password Sets the enable password. See the “About Passwords”
section on page 3-3.
Step 5
Switch(config)# enable secret password Specifies an enable secret password. Once set, the
enable secret password must be entered to gain access
to global configuration mode.
Step 6
Switch(config)# interface fastethernet 0
Switch(config-if)#
Enters interface configuration mode on interface
fastethernet 0, the NME port on the active CPU switch
module.
Step 7
Switch(config-if)# ip address ip-address
subnet-mask
Specifies the IP address and IP subnet mask for the
management port interface.
Step 8
Switch(config-if)# speed {10 | 100 | auto} Specifies the transmission speed. The default is auto
(autonegotiation).
Step 9
Switch(config-if)# duplex {auto | full | half} Specifies the duplex mode. The default is auto
(autonegotiation).
Step 10
Switch(config-if)# exit
Switch(config)#
Returns to global configuration mode.
Step 11
Switch(config)# line vty line-number
Switch(config-line)#
Enters line configuration mode for virtual terminal
connections. Commands entered in this mode control
the operation of Telnet sessions.
Step 12
Switch(config-line)# password password Specifies a password for Telnet sessions.
Step 13
Switch(config-line)# end
Switch#
Returns to privileged EXEC mode.
Step 14
Switch# copy system:running-config
nvram:startup-config
Saves the configuration changes to NVRAM.