Technical data
Cisco SM-X Layer 2/3 EtherSwitch Service Module Configuration Guide for Cisco 4451-X ISR
Upgrading the Cisco SM-X Layer 2/3 ESM Software
22
Cisco SM-X Layer 2/3 EtherSwitch Service Module Configuration Guide for Cisco 4451-X ISR
DETAILED STEPS
Command or Action Purpose
Step 1
copy tftp: flash:
Example:
Router# copy tftp: flash:
Copies an image from a TFTP server to flash
memory.
Step 2
config terminal
Example:
Router# conf t
Enters global configuration mode.
Step 3
tftp-server flash: filename
Example:
Router(config)#tftp-server
flash:c3560e-universalk9-mz
Specifies TFTP service of a file on a Flash memory
device. Specify the Switch image in the filename
parameter.
Step 4
interface gigabitethernet x/0
Example:
Router(config)#interface gigabitethernet1/0
Enter interface configuration mode and places you at
the GigabitEthernet 0/24 interface.
Step 5
ip address ip-address subnet-mask
Example:
Router(config-if)#ip address 1.1.1.1 255.255.255.0
Sets a primary or secondary IP address for this
interface.
Step 6
no shutdown
Example:
Router(config-if)#no shutdown
Enables the port that is connected to the TFTP
server.
Step 7
end
Example:
Router(config-if)#end
Exits interface configuration mode, and returns to
privileged EXEC mode.
Step 8
service-module gigabitethernet x/0 session
Example:
Router# service-module gigabitethernet 1/0 session
Connects to the service module and opens a service
module session.
Step 9
config terminal
Example:
Switch#config terminal
Enters global configuration mode