Operation Manual
Configuring Layer 2 Multicast Configuring MLD Snooping
Configuration Guide
356
Step 2 ipv6 mld snooping querier vlan vlan-id {query-interval
interval
| max-response-time
response-time
| general-query source-ip
ip-addr
}
vlan-id
specifies the VLAN where the querier is.
interval
is the interval between general query messages sent by the querier.
response-time
is the host’s maximum response time to general query messages in a range of 1
to 25 seconds.
ip-addr
is the source IP address of the general query messages sent by the querier. It cannot
be a multicast address or a broadcast address.
Step 3 show ipv6 mld snooping querier [vlan
vlan-id
]
Show the detailed MLD querier configuration.
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 enable MLD Snooping and MLD Querier in VLAN 4, set
the query interval as 100 seconds, the max response time as 20 seconds, and the general
query source IP as fe80::2ff:ffff:fe00:1:
Switch#configure
Switch(config)#ipv6 mld snooping
Switch(config)#ipv6 mld snooping querier vlan 4 query-interval 100
Switch(config)#ipv6 mld snooping querier vlan 4 max-response-time 20
Switch(config)#ipv6 mld snooping querier vlan 4 general-query source-ip
fe80::2ff:ffff:fe00:1
Switch(config)#show ipv6 mld snooping querier
VLAN 4:
--------------
Maximum Response Time: 20
Query Interval: 100
General Query Source IP: fe80::2ff:ffff:fe00:1
Switch(config)#end
Switch#copy running-config startup-config