3-4
Cisco ONS 15530 Configuration Guide and Command Reference
78-14227-01, Cisco IOS Release 12.1(10)EV2
Chapter3 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 m ask.
Also make sure the console cable is connected to the co nsol e p ort .
To configure IP access on the NME port fastethernet0 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
Step1 Switch> enable
Switch#
Enters privileged EXEC mode.
Step2 Switch# show hardware Verifies the installed hardwar e par t num bers an d se rial
numbers.
Step3 Switch# configure terminal
Switch(config)#
Enters global configuration mode.
Step4 Switch(config)# enable password password Sets the enable password. See the About Passwords
section on page3-3.
Step5 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.
Step6 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.
Step7 Switch(config-if)# ip address ip-address
subnet-mask Specifies the IP address and IP subnet mask for the
management port interface.
Step8 Switch(config-if)# speed {10 | 100 | auto} Specifies the transmission speed. The default is auto
(autonegotiation).
Step9 Switch(config-if)# duplex {auto | full | half} Specifies the duplex mode. The default is auto
(autonegotiation).
Step10 Switch(config-if)# exit
Switch(config)#
Returns to global configuration mode.
Step11 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.
Step12 Switch(config-line)# password password Specifies a password for Telnet sessions.
Step13 Switch(config-line)# end
Switch#
Returns to privileged EXEC mode.
Step14 Switch# copy system:running-config
nvram:startup-config Saves the configuration changes to NVRAM.