How to Configure EtherSwitch HWICs
DETAILED STEPS
Command
Step 1
enable
Example:
Router> enable
Step 2
configure terminal
Example:
Router# configure terminal
Step 3
ip igmp snooping vlan vlan-id static
mac-address interface interface-id
Example:
Router(config)# ip igmp snooping vlan 1 static
0100.5e05.0505 interface Fa0/1/1
Step 4
end
Example:
Router(config)# end
Step 5
show mac-address-table multicast [vlan
vlan-id] [user | igmp-snooping] [count]
Example:
Router# show mac-address-table multicast
vlan 1 igmp-snooping
Step 6
show ip igmp snooping
Example:
Router# show ip igmp snooping
Step 7
copy running-config startup-config
Example:
Router# copy running-config startup-config
Book Title
66
Cisco HWIC-4ESW and HWIC-D-9ESW EtherSwitch Interface Cards
Purpose
Enables privileged EXEC mode.
Enter your password if prompted.
•
Enters global configuration mode.
Enables IGMP snooping on the VLAN interface.
Returns to privileged EXEC mode.
Displays MAC address table entries for a VLAN.
vlan-id is the multicast group VLAN ID.
•
user displays only the user-configured multicast
•
entries.
igmp-snooping displays entries learned via IGMP
•
snooping.
count displays only the total number of entries for the
•
selected criteria, not the actual entries.
Displays snooping configuration.
(Optional) Saves your configuration to the startup
configuration.