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
23
Cisco SM-X Layer 2/3 EtherSwitch Service Module Configuration Guide for Cisco 4451-X ISR
Examples
This sections provides the following examples:
Sample Output for the show run interface gigabitethernet Command, page 19
Sample Output for the show flash: Command, page 20
Sample Output for the copy tftp: flash: Command, page 20
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 interface GigabitEthernet0/24
Building configuration...
Current configuration : 87 bytes
!
interface GigabitEthernet0/24
no switchport
ip address 172.16.1.100 255.255.255.0
end
Step 10
interface gigabiethernet 0/26
Example:
Switch(config)#interface gigabitether 0/26
Enters interface configuration mode and specifies an
interface for configuration.
Step 11
ip address ip-address/subnet-mask
Example:
Switch(config-if)#ip address 1.1.1.2 255.255.255.0
Sets a primary or secondary IP address for this
interface.
Note IP address here should be in the same subnet
as mentioned in the example in Step 4.
Step 12
no shutdown
Example:
Switch(config-if)#no shutdown
Enables the port that is connected to the TFTP
server.
Note You can skip Steps 4 through 6 and 9 through
11, if there is already reachability between
host router and switch module.
Step 13
end
Example:
Switch(config-if)#end
Exits interface configuration mode, and returns to
privileged EXEC mode.
Step 14
copy tftp: flash:
Example:
Switch# copy tftp: flash:
Copies an image from a TFTP server to flash
memory
Note The tftp server should be 1.1.1.1 or any other
reachable ip address from host
Command or Action Purpose