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
17
Cisco SM-X Layer 2/3 EtherSwitch Service Module (ESM) Configuration Guide for Cisco 2900 and Cisco 3900 Series ISRs
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
interface gigabitethernet 0/x 
4.
no switchport
5.
ip address ip address/subnet mask
6.
no shutdown
7.
end
8.
show run interface gigabitethernet 0/x 
9.
ping tftp-server-ip-address
10.
dir flash:
11.
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 gigabitethernet 
0/x 
Example:
Switch(config)# interface gigabitethernet 0/24
Enter interface configuration mode and places you at the 
GigabitEthernet 0/24 interface.
Step 4
no switchport
Example:
Switch(config-if)# no switchport
Enables the routed port.
Note
The no switchport command is only available on 
the SM-X Layer3 ESMs.
Step 5
ip address
 ip address/subnet mask 192.1.10.200 
255.255.255.240
Example:
Switch(config-if)# ip address 
192.1.10.200 255.255.255.240
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.