Configuration Guide
328
Configuring Layer 2 Multicast
Configuring MLD Snooping
The following example shows how to configure the last listener query count as 5 and the
last listener query interval as 5 seconds:
Switch#configure
Switch(config)#ipv6 mld snooping
Switch(config)#ipv6 mld snooping last-listener query-count
5
Switch(config)#ipv6 mld snooping last-listener query-interval
5
Switch(config)#show ipv6 mld snooping
MLD Snooping :Enable
Unknown Multicast :Pass
Last Query Times :5
Last Query Interval :5
Global Member Age Time :260
Global Router Age Time :300
Global Report Suppression :Disable
Enable Port:
Enable VLAN:
Switch(config)#end
Switch#copy running-config startup-config
3.2.6 Configuring MLD Snooping Parameters in the VLAN
Configuring Router Port Time and Member Port Time
Step 1
configure
Enter global configuration mode.
Step 2
ipv6 mld snooping vlan-config
vlan-id-list
[rtime
router-time
| mtime
member-time
]
router-time
is the aging time of the router ports in the specified VLAN, ranging from 60 to 600
seconds.
member-time
is the aging time of the member ports in the specified VLAN, ranging from 60 to
600 seconds.
Step 3
show ipv6 mld snooping vlan
vlan-id
Show the basic MLD snooping configuration in the specified VLAN.
Step 4
end
Return to privileged EXEC mode.