Cisco HWIC-4ESW and HWIC-D-9ESW EtherSwitch Interface Cards
Configuration Examples for EtherSwitch HWICs
112
Book Title
SPAN Source Configuration: Example
The following example shows SPAN session 1 being configured to monitor bidirectional traffic from
source interface Fast Ethernet 0/1/1:
Router(config)#
monitor session 1 source interface fastethernet 0/1
/
1
SPAN Destination Configuration: Example
The following example shows interface Fast Ethernet 0/3/7 being configured as the destination for SPAN
session 1:
Router(config)#
monitor session 1 destination interface fastethernet 0/3/7
Removing Sources or Destinations from a SPAN Session: Example
This following example shows interface Fast Ethernet 0/3/2 being removed as a SPAN source for SPAN
session 1:
Router(config)#
no monitor session 1 source interface fastethernet 0/3/2
IGMP Snooping: Example
The following example shows the output from configuring IGMP snooping:
Router#
show mac-address-table multicast igmp-snooping
HWIC Slot: 1
--------------
MACADDR VLANID INTERFACES
0100.5e05.0505 1 Fa0/1/1
0100.5e06.0606 2
HWIC Slot: 3
--------------
MACADDR VLANID INTERFACES
0100.5e05.0505 1 Fa0/3/4
0100.5e06.0606 2 Fa0/3/0
Router#
The following is an example of output from the
show running interface
privileged EXEC command
for VLAN 1:
Router#
show running interface vlan 1
Building configuration...
Current configuration :82 bytes
!
interface Vlan1
ip address 192.168.4.90 255.255.255.0
ip pim sparse-mode
end
Router#
show running interface vlan 2