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
Step1 enable
Example:
Switch> enable
Enters privileged EXEC mode.
Step2 configure terminal
Example:
Switch# configure terminal
Enters global configuration mode.
Step3 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.
Step4 no switchport
Example:
Switch(config-if)# no switchport
Enables the routed port.
Step5 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.
Step6 no shutdown
Example:
Switch(config-if)# no shutdown
Enables the port that is connected to the TFTP server.
Step7 end
Example:
Switch(config)# end
Switch#
Exits interface configuration mode, and returns to
privileged EXEC mode.