User Manual

Table Of Contents
8.3.6 Set MLD version
[Syntax]
ipv6 mld snooping version version
no ipv6 mld snooping version
[Parameter]
version : <1-2>
MLD version
[Initial value]
ipv6 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
If a V2 report is received, it is discarded
If V2 is specified
If a V1 query is received, it is forwarded as a V1 query
If a V1 report is received, it is forwarded as a V2 report
[Example]
On VLAN #2, set the MLD version to 1.
SWR2310#configure terminal
SWR2310(config)#interface vlan2
SWR2310(config-if)#ipv6 mld snooping version 1
On VLAN #2, return the MLD version to the default setting.
SWR2310#configure terminal
SWR2310(config)#interface vlan2
SWR2310(config-if)#no ipv6 mld snooping version
8.3.7 Show multicast router connection port information
[Syntax]
show ipv6 mld snooping mrouter ifname
[Parameter]
ifname : VLAN interface name
Interface to show
[Input mode]
unprivileged EXEC mode, privileged EXEC mode
[Description]
Shows the multicast router connection port information that was dynamically learned or statically set.
[Example]
Show multicast router connection port information for VLAN #2.
SWR2310#show ipv6 mld snooping mrouter vlan2
VLAN Interface IP-address Expires
2 port1.11(dynamic) fe80::ae44:f2ff:fe30:291 00:01:04
Command Reference | IP multicast control | 263