IPv6 MLD Snooping Commands
ipv6 mld max-groups
Cisco 220 Series Smart Plus Switches Command Line Interface Reference Guide Release 1.0.0.x
278
19
Example
switchxxxxxx(config)#
interface gi1
switchxxxxxx(config-if)#
ipv6 mld filter 22
ipv6 mld max-groups
To set the maximum number of MLD groups that an interface can join or to
configure the MLD throttling action when the maximum number of entries in the
forwarding table is reached, use the ipv6 mld max-groups Interface Configuration
mode command.
To set the maximum back to the default setting, which is to have no maximum limit,
or to return to the default throttling action, which is to drop the report, use the no
form of this command.
Syntax
ipv6 mld max-groups
number
no ipv6 mld max-groups
number
ipv6 mld max-groups action {deny | replace}
Parameters
•
number
—The maximum number of MLD groups that an interface can join.
•
action deny—When the maximum number of entries in the MLD snooping
forwarding table is reached, drops the next MLD join report. This is the
default action.
•
action replace—When the maximum number of entries in the MLD snooping
forwarding table is reached, replaces the existing group with the new group
for which the MLD report was received.
Command Mode
Interface Configuration mode
User Guidelines
You can use this command only on Layer 2 physical interfaces and on logical
EtherChannel interfaces.