User Manual
Disable the MLD query transmission function for VLAN #2.
SWP1#configure terminal
SWP1(config)#interface vlan0.2
SWP1(config-if)#no mld snooping querier
12.3.5 Set MLD query transmission interval
[Syntax]
mld snooping query-interval interval
no mld snooping query-interval
[Parameter]
interval : <20-18000>
Query transmission interval (seconds)
[Initial value]
mld snooping query-interval 125
[Input mode]
interface mode
[Description]
Sets the transmission interval for MLD queries.
If this is executed with the "no" syntax, the MLD query transmission interval is returned to the default setting.
[Note]
This command can be specified only for VLAN interfaces. Also, this can be specified only if MLD snooping is enabled.
[Example]
Set the VLAN #2 query transmission interval to 30 seconds.
SWP1#configure terminal
SWP1(config)#interface vlan0.2
SWP1(config-if)#mld snooping query-interval 30
Return the VLAN #2 query transmission interval to the default setting.
SWP1#configure terminal
SWP1(config)#interface vlan0.2
SWP1(config-if)#no mld snooping query-interval
12.3.6 Set MLD version
[Syntax]
mld snooping version version
no mld snooping version
[Parameter]
version : <1-2>
MLD version
[Initial value]
mld snooping version 2
[Input mode]
interface mode
[Description]
Sets the MLD version.
If this command is executed with the "no" syntax, the MLD version returns to the default setting (V2).
[Note]
This command can be specified only for VLAN interfaces. Also, this can be specified only if MLD snooping is enabled.
If an MLD packet of a different version than this setting is received, the following action occurs.
• If V1 is specified
•
If a V2 query is received, it is forwarded as a V1 query
Command Reference | IP multicast control | 163