Configuring Layer 2 Multicast
IGMP Snooping Configurations
Configuration Guide
297
Step 2
ip igmp snooping multi-vlan-config [
vlan-id
]
[rport interface {gigabitEthernet
port-list
| port-
channel
port-channel-id
}]
vlan-id
specifies the VLAN to be created or to be configured.
port-list
and
port-channel-id
are the static router ports in the multicast VLAN.
Step 3
show ip igmp snooping multi-vlan
Show the IGMP snooping configuration in the multicast VLAN.
Step 4
end
Return to privileged EXEC mode.
Step 5
copy running-config startup-config
Save the settings in the configuration file.
The following example shows how to configure VLAN 5 as the multicast VLAN, and set port
1/0/5 as the static router port:
Switch#configure
Switch(config)#ip igmp snooping
Switch(config)#ip igmp snooping multi-vlan-config
5
rport interface gigabitEthernet
1/0/5
Switch(config)#show ip igmp snooping multi-vlan
Multicast Vlan:Enable
Vlan Id: 5
Router Time:300
Member Time:260
Replace Source IP:0.0.0.0
Static Router Port:Gi1/0/5
Dynamic Router Port:None
Forbidden Router Port:None
Switch(config)#end
Switch#copy running-config startup-config
Configuring Forbidden Router Port
Step 1
configure
Enter global configuration mode.