Step 1 |
configure terminal
switch# configure terminal
switch(config)#
|
Enters global configuration mode.
|
Step 2 |
ipv6 mld snooping
switch(config)# ipv6 mld snooping
|
Enables the admin state of the MLD snooping.
|
Step 3 |
hardware access-list tcam region
ing-sup tcam-size
switch(config)# hardware access-list tcam region ing-sup 768
|
Configures the TCAM region ing-sup to be 768 or more.
Note
|
After performing this step, you will be prompted to save the configuration and reboot the system for carving out the ACL and
enable different hardware programming for v6 and v4 routerg.
|
|
Step 4 |
ipv6 mld snooping explicit-tracking
switch(config)# ipv6 mld snooping explicit-tracking
|
Enables or disables Explicit Host Tracking on a per VLAN basis. This command is enabled by default for both the MLD versions
(v1 and v2).
|
Step 5 |
ipv6 mld snooping report-suppression
switch(config)# ipv6 mld snooping report-suppression
|
Enables or disables the report suppression. Every MLDv1 membership report received from the host is forwarded to all multicast
router ports. When the report suppression is disabled, proxy reporting does not happen as all the MLD membership reports are
forwarded to the router as is. This command is enabled by default.
|
Step 6 |
ipv6 mld snooping v2-report-suppression
switch(config)# ipv6 mld snooping v2-report-suppression
|
Enables MLDv2 report suppression. MLDv2 report suppression is disabled by default.
|
Step 7 |
ipv6 mld snooping link-local-groups-suppression
switch(config)# ipv6 mld snooping link-local-groups-suppression
|
Configures link-local-groups-suppression.
|
Step 8 |
ipv6 mld snooping event-history vlan size {disabled |large |medium |small}
switch(config)# ipv6 mld snooping event-history vlan size medium
|
Configures event history buffers for VLANs. Default value is medium.
|
Step 9 |
ipv6 mld snooping event-history vlan-events {disabled |large |medium |small}
switch(config)# ipv6 mld snooping event-history vlan-events medium
|
Configures event history buffers for VLAN events. Default value is medium.
|
Step 10 |
ipv6 mld snooping event-history MLD-snoop-internal size {disabled |large |medium |small}
switch(config)# ipv6 mld snooping event-history MLD-snoop-internal size small
|
Configures event history buffers for MLD-snoop internal events. Default value is small.
|
Step 11 |
ipv6 mld snooping event-history mfdm size {disabled |large |medium |small}
switch(config)# ipv6 mld snooping event-history mfdm size small
|
Configures event history buffers for MLD-snoop MFDM events. Default value is small.
|
Step 12 |
ipv6 mld snooping event-history mfdm-sum {disabled |large |medium |small}
switch(config)# ipv6 mld snooping event-history mfdm-sum size small
|
Configures event history buffers for MLD-snoop MFDM event summary. Default value is small.
|
Step 13 |
ipv6 mld snooping event-history vpc size {disabled |large |medium |small}
switch(config)# ipv6 mld snooping event-history vpc size small
|
Configures event history buffers for MLD-snoop vPC events. Default value is small.
|
Step 14 |
vlan configuration
vlan-id
switch(config)# vlan configuration 6
|
Enters VLAN configuration mode.
|
Step 15 |
[no] ipv6 mld snooping
switch(config-vlan)# no ipv6 mld snooping
|
Disables or enables MLD snooping per VLAN. Once disabled, PIM6 will not work on the corresponding “interface vlan”.
|
Step 16 |
ipv6 mld snooping fast-leave
switch(config-vlan)# ipv6 mld snooping fast-leave
|
Allows you to turn on or off the fast-leave feature on a per-VLAN basis. This applies to MLDv2 hosts and is used on ports
that are known to have only one host doing MLD behind that port. This command is disabled by default. This is a VLAN mode
command.
|
Step 17 |
ipv6 mld snooping mrouter interface
interface-identifier
switch(config-vlan)# ipv6 mld snooping mrouter interface port-channel 1
|
Specifies a static connection to a multicast router. The interface to the router must be in the VLAN where the command is
entered and must be administratively up along with the line protocol. This is a VLAN mode command.
|
Step 18 |
ipv6 mld snooping static-group
group [ source
source] interface
interface-identifier
switch(config-vlan)# ipv6 mld snooping static-group ff1e::abcd interface port-channel 2
|
Configures a Layer2 port on a specific VLAN as a member of a multicast group statically. This is a VLAN mode command.
|
Step 19 |
ipv6 mld snooping last-member-query-interval [interval]
switch(config-vlan)# ipv6 mld snooping last-member-query-interval 9
|
Configures the interval for which the switch waits after sending a group-specific query to determine if hosts are still interested
in a specific multicast group. It configures the interval for the MLD queries sent by the switch. Default is 1 second. Valid
range is 1 to 25 seconds. This is a VLAN mode command.
When both MLD fast-leave processing and the MLD query interval are configured, fast-leave processing is considered as the
priority.
|
Step 20 |
ipv6 mld snooping querier
link-local address
switch(config-vlan)# ipv6 mld snooping querier aaaa::abcd
|
Enables or disables IPv6 MLD snooping querier processing. MLD snooping querier supports the MLD snooping in a VLAN where PIM
and MLD are not configured because the multicast traffic does not need to be routed.
|