Cisco Systems NME-16ES-1G Switch User Manual


 
Cisco EtherSwitch Service Modules Feature Guide
How to Configure the Cisco EtherSwitch Service Module
37
Cisco IOS Release 12.2(25)SEC
Step 3
enable
Example:
Router# enable
Enters privileged EXEC mode.
Step 4
show running configuration
Example:
Router# show running config interface
gigabitethernet1/0
Displays the running configuration of the router, which
should have a Gigabit Ethernet interface representing the
Cisco EtherSwitch service module.
Step 5
configure terminal
Example:
Router# configure terminal
Enters global configuration mode.
Step 6
interface slot/port
Example:
Router(config)# interface gigabitethernet1/0
Enters interface configuration mode, and specifies an
interface for configuration.
Step 7
ip address ip address/subnet mask
Example:
Router(config-if)# ip address 20.0.0.1
255.255.255.0
Configures an IP address and subnet mask on this Gigabit
Ethernet interface.
Step 8
no shutdown
Example:
Router(config-if)# no shutdown
Enables the service module port.
Step 9
end
Example:
Router(config-if)# end
Returns you to privileged EXEC mode.
Step 10
service-module interface slot/port session
Example:
Router# service-module gigabitethernet1/0 session
Connects to and opens a session on the Cisco
EtherSwitch service module.
Step 11
dir flash:
Example:
Switch: dir flash:
Displays a list of all files and directories in flash memory
on the service module.
Step 12
boot flash: image
Example:
Switch: boot
flash:c3750-ipservices-mz.122-0.0.13.EZ
Boots the Cisco EtherSwitch service module image.
Command or Action Purpose