Dell FCX624-E Laptop User Manual


  Open as PDF
of 1494
 
PowerConnect B-Series FCX Configuration Guide 897
53-1002266-01
Configuring MLD snooping
27
Disabling MLD snooping for the VLAN
When MLD snooping is enabled globally, you can disable it for a specific VLAN. For example, the
following commands disable MLD snooping for VLAN 20. This setting overrides the global setting
for VLAN 20.
PowerConnect(config)#vlan 20
PowerConnect(config-vlan-20)#mld-snooping disable-mld-snoop
Syntax: [no] mld-snooping disable-mld-snoop
Configuring the MLD version for the VLAN
You can specify the MLD version for a VLAN. For example, the following commands configure VLAN
20 to use MLDv2.
PowerConnect(config)#vlan 20
PowerConnect(config-vlan-20)#mld-snooping version 2
Syntax: [no] mld-snooping version 1 | 2
When no MLD version is specified, the globally-configured MLD version is used. If an MLD version
is specified for individual ports, these ports use that version, instead of the version specified for
the VLAN.
Configuring the MLD version for individual ports
You can specify the MLD version for individual ports in a VLAN. For example, the following
commands configure ports 0/1/4, 0/1/5, 0/1/6 and 0/2/1 to use MLDv2. The other ports use the
MLD version specified with the mld-snooping version command, or the globally configured MLD
version.
PowerConnect(config)#vlan 20
PowerConnect(config-vlan-20)#mld-snooping port-version 2 ethe 0/2/1 ethe 0/1/4 to
0/1/6
Syntax: [no]mld-snooping port-version 1 | 2 ethernet <stack-unit/slot/port> [ethernet
<stack-unit/slot/port>] [to ethernet <stack-unit/slot/port>]
Configuring static groups to the entire VLAN or to individual ports
A snooping-enabled VLAN cannot forward multicast traffic to ports that do not receive MLD
membership reports. To allow clients to send reports, you can configure a static group which
applies to the entire VLAN, or to individual ports on the VLAN. The static group forwards packets to
the static group ports even if they have no client membership reports. The static group for the
entire VLAN is used in VLAN flooding because it uses fewer hardware resources than the static
group for individual ports. Configure a static group for specific ports on VLAN 20 using commands
similar to the following.
PowerConnect(config)#vlan 20
PowerConnect(config-vlan-20)#mld-snooping static-group ff05::100 count 2 ethe
0/1/3 ethe 0/1/5 to 0/1/7
PowerConnect(config-vlan-20)#mld-snooping static-group ff10::200
Syntax: [no] mld-snooping static-group <ipv6-address> [count <num>] [<stack-unit/slot/port>]