Cisco Cisco SM-X Layer 2 3 EtherSwitch Service Module

Descargar
Página de 32
Cisco SM-X Layer 2/3 EtherSwitch Service Module (ESM) Configuration Guide for Cisco 2900 and Cisco 3900 Series
  Upgrading the Cisco SM-X Layer 2/3 ESM Software
18
Cisco SM-X Layer 2/3 EtherSwitch Service Module (ESM) Configuration Guide for Cisco 2900 and Cisco 3900 Series ISRs
Examples 
This section provides the following examples:
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
 no switchport
 ip address 172.16.1.100 255.255.255.0
end
Sample Output for the ping tftpserver Command
The following example shows what appears when you enter the ping ip address command:
Switch# ping 172.16.1.100
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.1.100, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/9 ms
Copy the image from the tftp server to the switch flash using standard tftp copy 
procedure.
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