Cisco EtherSwitch Service Modules Feature Guide
How to Configure the Cisco EtherSwitch Service Module
37
Cisco IOS Release 12.2(25)SEC
Step3 enable
Example:
Router# enable
Enters privileged EXEC mode.
Step4 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.
Step5 configure terminal
Example:
Router# configure terminal
Enters global configuration mode.
Step6 interface slot/port
Example:
Router(config)# interface gigabitethernet1/0
Enters interface configuration mode, and specifies an
interface for configuration.
Step7 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.
Step8 no shutdown
Example:
Router(config-if)# no shutdown
Enables the service module port.
Step9 end
Example:
Router(config-if)# end
Returns you to privileged EXEC mode.
Step1 0 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.
Step1 1 dir flash:
Example:
Switch: dir flash:
Displays a list of all files and directories in flash memory
on the service module.
Step1 2 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