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
18
Cisco SM-X Layer 2/3 EtherSwitch Service Module Configuration Guide for Cisco 4451-X ISR
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.