Cisco SM-X Layer 2/3 EtherSwitch Service Module Configuration Guide for Cisco 4451-X ISR April 2, 2014 The Cisco SM-X Layer 2/3 EtherSwitch Service Module (Cisco SM-X Layer 2/3 ESM) integrates the Layer 2 and Layer 3 switching features and provides the Cisco 4451-X ISR the ability to use the Cisco SM-X Layer 2/3 ESM as an independent Layer 3 switch when running the Cisco IOS software.
Cisco SM-X Layer 2/3 EtherSwitch Service Module Configuration Guide for Cisco 4451-X ISR Contents Finding Support Information for Platforms and Cisco IOS Software Images Your software release may not support all the features documented in this module. For the latest feature information and caveats, see the release notes for your platform and software release. Use Cisco Feature Navigator to find information about platform support and Cisco software image support.
Cisco SM-X Layer 2/3 EtherSwitch Service Module Configuration Guide for Cisco 4451-X ISR Software Features Hardware Overview Cisco SM-X Layer 2/3 ESM are modules to which you can connect devices such as Cisco IP phones, Cisco wireless access points, workstations, and other network devices such as servers, routers, and switches.
Cisco SM-X Layer 2/3 EtherSwitch Service Module Configuration Guide for Cisco 4451-X ISR Software Features IEEE 802.1x Protocol The IEEE 802.1x standard defines a client/server-based access control and authentication protocol that prevents clients from connecting to a LAN through publicly accessible ports unless they are authenticated. The authentication server authenticates each client connected to a port before making available any services offered by the router or the LAN.
Cisco SM-X Layer 2/3 EtherSwitch Service Module Configuration Guide for Cisco 4451-X ISR Software Features Power over Ethernet (Plus) Features The Cisco SM-X Layer 2/3 ESM is capable of providing power to connected Cisco pre-standard and IEEE 802.3af-compliant powered devices (PDs) from Power over Ethernet (PoE)-capable ports when the switch detects that there is no power on the circuit. The ESM supports IEEE 802.3at (PoE+), which increases the available power for PDs from 15.4 W to 30 W per port.
Cisco SM-X Layer 2/3 EtherSwitch Service Module Configuration Guide for Cisco 4451-X ISR Software Features You can choose to gracefully power down your Cisco SM-X Layer 2/3 ESM before removing it from router. This type of OIR is also known as managed OIR or soft OIR. The managed OIR feature allows you to stop the power supply to your module using the hw-module subslot [stop] command and remove the module from one of the subslots while other active modules remain installed on the router.
Cisco SM-X Layer 2/3 EtherSwitch Service Module Configuration Guide for Cisco 4451-X ISR Software Features Internal Port Mapping Figure 1 below displays the internal port mapping between the Cisco SM-X Layer 2/3 ESM and the Cisco 4451-X ISR. The variable “x” indicates the slot number where the Cisco SM-X-ES3-16-P, Cisco SM-X-ES3-24-P and Cisco SM-X-ES3D-48-P SKUs of the module are inserted on the Cisco 4451-X ISR router.
Cisco SM-X Layer 2/3 EtherSwitch Service Module Configuration Guide for Cisco 4451-X ISR How to Configure the Cisco SM-X Layer 2/3 ESM on the Router How to Configure the Cisco SM-X Layer 2/3 ESM on the Router • Accessing the CLI Through a Console Connection or Through Telnet, page 8 (required) • Configuring BDI to Prevent Broadcast Loops, page 10 • Module-to-Module Communication, page 24 • Understanding Interface Types on the Cisco SM-X Layer 2/3 ESMs, page 9 (optional) • Using Interface Configura
Cisco SM-X Layer 2/3 EtherSwitch Service Module Configuration Guide for Cisco 4451-X ISR How to Configure the Cisco SM-X Layer 2/3 ESM on the Router Step 2 Exit the session from the switch, press Ctrl-a and Ctrl-q from your keyboard: Example: Switch# Thanks for using picocom Router# Understanding Interface Types on the Cisco SM-X Layer 2/3 ESMs The Cisco SM-X Layer 2/3 ESM supports the following types of interfaces: • Ethernet internal interfaces on the host • Gigabit Ethernet interfaces o
Cisco SM-X Layer 2/3 EtherSwitch Service Module Configuration Guide for Cisco 4451-X ISR How to Configure the Cisco SM-X Layer 2/3 ESM on the Router Configuring BDI to Prevent Broadcast Loops To prevent loops from occurring when more than one module is configured with same bridge domain interface, you must configure the same bridge domain with split-horizon to stop the traffic flow between the two modules as shown below: SUMMARY STEPS 1. configure terminal 2. interface Ethernet-Internal1/0/0 3.
Cisco SM-X Layer 2/3 EtherSwitch Service Module Configuration Guide for Cisco 4451-X ISR How to Configure the Cisco SM-X Layer 2/3 ESM on the Router DETAILED STEPS Step 1 Command or Action Purpose configure terminal Enters global configuration mode. Example: Router# configure terminal Step 2 interface Ethernet-Internal slot/0/0 Configures the Cisco SM-X Layer 2/3 EtherSwitch Service Module.
Cisco SM-X Layer 2/3 EtherSwitch Service Module Configuration Guide for Cisco 4451-X ISR How to Configure the Cisco SM-X Layer 2/3 ESM on the Router Step 5 Command or Action Purpose rewrite ingress tag pop symmetric Specifies the tag manipulation that is to be performed on the frame ingress to the service instance. Example: Step 6 Router(config-if-srv)#rewrite ingress tag pop 1 symmetric Note bridge-domain vlan id split-horizon id Enables RFC 1483 split horizon mode to globally prevent bridging.
Cisco SM-X Layer 2/3 EtherSwitch Service Module Configuration Guide for Cisco 4451-X ISR How to Configure the Cisco SM-X Layer 2/3 ESM on the Router Step 13 Command or Action Purpose mtu bytes Configures the MTU size for the interface VLAN. • bytes—The range is 64 to 9216; the default is 1500. Example: Router(config-if)# mtu 9216 Step 14 Configures the IP address. ip address ip address Example: Router(config-if)# ip address 10.0.0.1 255.255.255.
Cisco SM-X Layer 2/3 EtherSwitch Service Module Configuration Guide for Cisco 4451-X ISR How to Configure the Cisco SM-X Layer 2/3 ESM on the Router DETAILED STEPS Step 1 Command or Action Purpose hw-module subslot 1/0 shutdown unpowered Disables the Cisco SM-X Layer 2/3 ESM in in subslot 1/0 without removing the module from the router in global configuration mode.
Cisco SM-X Layer 2/3 EtherSwitch Service Module Configuration Guide for Cisco 4451-X ISR How to Configure the Cisco SM-X Layer 2/3 ESM on the Router Sample Output for the hw-module subslot slot/subslot reload Command The following example shows what appears when you enter the hw-module subslot slot-number/subslot-number reload command: Router# hw-module subslot 1/0 reload Proceed with reload of module? [confirm] Router# *Jun 21 16:32:58.
Cisco SM-X Layer 2/3 EtherSwitch Service Module Configuration Guide for Cisco 4451-X ISR How to Configure the Cisco SM-X Layer 2/3 ESM on the Router DETAILED STEPS Step 1 Command or Action Purpose enable Enters privileged EXEC mode. Example: Router> enable Step 2 Enters global configuration mode. configure terminal Example: Router# configure terminal Step 3 Enter interface configuration mode and places you at the GigabitEthernet 0/24 interface.
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 The following example shows power consumed by various devices connected to your module: Switch# show power inline Available:500.0(w) Used:24.0(w) Interface Admin Remaining:476.0(w) Oper Power Device Class Max (Watts) --------- ------ ---------- ------- ------------------- ----- ---Gi0/1 auto off 0.0 n/a n/a 30.0 Gi0/2 auto on 12.0 IP Phone 7975 3 30.0 Gi0/3 auto on 12.
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 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 Step 1 Command or Action Purpose enable Enters privileged EXEC mode.
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 Step 6 Command or Action Purpose no shutdown Enables the port that is connected to the TFTP server. Example: Switch(config-if)# no shutdown Step 7 Exits interface configuration mode, and returns to privileged EXEC mode. end Example: Switch(config)# end Switch# Step 8 show run interface gigabitethernet 0/x Shows the configuration applied on this interface.
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 no switchport ip address 172.16.1.100 255.255.255.0 end Sample Output for the ping ip address Command The following example shows what appears when you enter the ping ip address command: Switch# ping 172.16.1.100 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.1.
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 Copying Switch Image to ESM Flash Through Host Router This section describes how to copy the switch image to the ESM flash through the host router. SUMMARY STEPS 1. copy tftp: flash: 2. config terminal 3. tftp-server flash: switch-image 4. interface gigabitethernet slot/port 5. ip address ip address/subnet mask 6. no shutdown 7. end 8.
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 DETAILED STEPS Step 1 Command or Action Purpose copy tftp: flash: Copies an image from a TFTP server to flash memory. Example: Router# copy tftp: flash: Step 2 config terminal Enters global configuration mode. Example: Router# conf t Step 3 tftp-server flash: filename Example: Specifies TFTP service of a file on a Flash memory device.
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 Step 10 Command or Action Purpose interface gigabiethernet 0/26 Enters interface configuration mode and specifies an interface for configuration. Example: Switch(config)#interface gigabitether 0/26 Step 11 ip address ip-address/subnet-mask Sets a primary or secondary IP address for this interface. Example: Note Switch(config-if)#ip address 1.1.1.2 255.255.255.
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 Sample Output for the ping ip-address Command The following example shows what appears when you enter the ping ip address command: ESM# ping 172.16.1.100 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.1.
Cisco SM-X Layer 2/3 EtherSwitch Service Module Configuration Guide for Cisco 4451-X ISR Troubleshooting the Cisco SM-X Layer 2/3 ESM Software Example Following is an example of the configuration assuming a 16 port module is configured in slot 1 and a 24 port module in slot 2:Configuration on the router: interface gigabitethernet 1/1 switchport access vlan 10 ! interface gigabitethernet 2/1 switchport access vlan 10 Configuration on the 16 port SM-X module in slot 1: interface gigabitethernet 0/17 switch
Cisco SM-X Layer 2/3 EtherSwitch Service Module Configuration Guide for Cisco 4451-X ISR Troubleshooting the Cisco SM-X Layer 2/3 ESM Software To start the load recovery process, issue the load_recovery command in bootloader prompt. After you issue the load_recovery command, the following message appears: switch: load_recovery Loading "rs:/c3560e-universalk9-mz.recovery_04302013"...Verifying image rs:/c3560e-universalk9-mz.
Cisco SM-X Layer 2/3 EtherSwitch Service Module Configuration Guide for Cisco 4451-X ISR Troubleshooting the Cisco SM-X Layer 2/3 ESM Software 5. delete flash:private-config.text.renamed 6. delete flash:express_setup.debug 7. rename flash:config.text flash:config.text.old 8. boot 9. copy flash: 10. configure terminal 11. enable secret password 12. exit 13. copy running-configuration startup-configuration 14.
Cisco SM-X Layer 2/3 EtherSwitch Service Module Configuration Guide for Cisco 4451-X ISR Troubleshooting the Cisco SM-X Layer 2/3 ESM Software DETAILED STEPS Step 1 Command or Action Purpose hw-module subslot 1/0 error-recovery password_reset Initiates password recovery process. Example: Router# hw-module gigabitethernet1/0 error-recovery password_reset Step 2 flash_init Initializes the flash memory file system.
Cisco SM-X Layer 2/3 EtherSwitch Service Module Configuration Guide for Cisco 4451-X ISR Troubleshooting the Cisco SM-X Layer 2/3 ESM Software Step 9 Command or Action Purpose copy flash: Copies the configuration file into memory. Example: Switch# copy flash:config.text system:running-config Step 10 Enters global configuration mode. configure terminal Example: Switch# configure terminal Step 11 Sets the password.
Cisco SM-X Layer 2/3 EtherSwitch Service Module Configuration Guide for Cisco 4451-X ISR Troubleshooting the Cisco SM-X Layer 2/3 ESM Software Example Sample Output for Recovering from a Lost or Forgotten Password Router# hw-module subslot 1/0 error-recovery password_reset Router# hw-module session 1/0 The password-recovery mechanism is enabled. The system has been interrupted prior to initializing the flash filesystem.
Cisco SM-X Layer 2/3 EtherSwitch Service Module Configuration Guide for Cisco 4451-X ISR Troubleshooting the Cisco SM-X Layer 2/3 ESM Software DETAILED STEPS Step 1 Command or Action Purpose hw-module subslot 1/0 error-recovery password_reset Initiates password recovery process when password recovery is disabled on your module. Example: Router# hw-module subslot 1/0 error-recovery password_reset Step 2 Connects to the module and opens a module session.
Cisco SM-X Layer 2/3 EtherSwitch Service Module Configuration Guide for Cisco 4451-X ISR Troubleshooting the Cisco SM-X Layer 2/3 ESM Software Step 9 Command or Action Purpose dir flash: Displays a list of all files and directories in flash memory on the service module. Example: switch: dir flash: Step 10 Boots the system. boot Example: switch: boot Step 11 enable Enters privileged EXEC mode from the service module prompt.
Cisco SM-X Layer 2/3 EtherSwitch Service Module Configuration Guide for Cisco 4451-X ISR Troubleshooting the Cisco SM-X Layer 2/3 ESM Software Step 15 Command or Action Purpose copy running-configuration startup-configuration Copies the configuration from the running configuration file to the switch startup configuration file.
Cisco SM-X Layer 2/3 EtherSwitch Service Module Configuration Guide for Cisco 4451-X ISR Related Documentation Related Documentation Related Topic Document Title Hardware installation instructions for network modules Connecting Cisco SM-X Layer 2/3 EtherSwitch Service Module to the Network General information about configuration and command Software Configuration Guide for the Cisco 4451-X Integrated reference. Services Router Regulatory compliance information for Cisco 4451-X ISR.