Cisco Systems NME-16ES-1G Switch User Manual


 
Cisco EtherSwitch Service Modules Feature Guide
Upgrading the Cisco EtherSwitch Service Module Software
64
Cisco IOS Release 12.2(25)SEC
SUMMARY STEPS
1. enable
2. configure terminal
3. interface switch/slot/port
4. no switchport
5. ip address ip address/subnet mask
6. no shutdown
7. end
8. show flash
9. copy tftp: flash:
DETAILED STEPS
Command or Action Purpose
Step 1
enable
Example:
Switch> enable
Enters privileged EXEC mode.
Step 2
configure terminal
Example:
Switch# configure terminal
Enters global configuration mode.
Step 3
interface switch/slot/port
Example:
Switch(config)# interface fastethernet 1/0/24
Enter interface configuration mode and places you at the
Fast Ethernet 1/0/24 interface.
Step 4
no switchport
Example:
Switch(config-if)# no switchport
Enables the routed port.
Step 5
ip address ip address/subnet mask
Example:
Switch(config-if)# ip address 172.16.1.100
255.255.255.0
Sets a primary or secondary IP address for this interface.
Step 6
no shutdown
Example:
Switch(config-if)# no shutdown
Enables the port that is connected to the TFTP server.
Step 7
end
Example:
Switch(config)# end
Switch#
Exits interface configuration mode, and returns to
privileged EXEC mode.