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
19
Cisco SM-X Layer 2/3 EtherSwitch Service Module Configuration Guide for Cisco 4451-X ISR
Examples
This section provides the following examples:
Sample Output for the show run interface GigabitEthernet Command, page 23
Sample Output for the ping ip-address Command, page 24
Sample Output for the show flash: Command, page 24
Sample Output for the copy tftp: flash: Command, page 24
Sample Output for the show run interface gigabitethernet Command
The following example shows what appears when you enter the show run interface gigabitethernet
command:
Switch# show run gigabitethernet 0/24
Building configuration...
Current configuration : 87 bytes
!
interface GigabitEthernet0/24
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.
Step 8
show run interface gigabitethernet 0/x
Example:
Switch# show run interface gigabitethernet 0/24
Shows the configuration applied on this interface.
Step 9
ping tftp-server-ip-address
Example:
Switch# ping 172.16.1.100
Pings for network connectivity.
Step 10
dir flash:
Example:
Switch# dir flash:
Displays a list of all files and directories in the Cisco SM-X
Layer 2/3 ESM flash memory.
Step 11
copy tftp: flash:
Example:
Switch# copy tftp: flash:
Copies an image from a TFTP server to flash memory.
Command or Action Purpose