
Command Guide of WGSW-28040
230
Default:
no ipv6 mld max-groups
ipv6 mld max-groups action deny
Mode:
Interface mode
Usage Guide:
use ‘
ipv6 mld max-groups 10
’ to limit port learning max group num is 10.
When then port had learned more than 10 groups, then the more than 10 group will be remove the port form group.
static group is excluded.
The configure can use ‘
show ipv6 mld max-group & show ipv6 mld max-group action
’ to display
Example:
This example shows how to set ipv6 mld max-groups and action is replace
Switch(config)#
interface gi1
Switch(config-if)#
ipv6 mld max-groups 10
Switch(config-if)#
ipv6 mld max-groups action replace
Switch(config-if)#
exit
Switch(config)#
exit
Switch#
show ipv6 mld max-group
Port ID | Max Group
---------+--------------
gi1 : 10 gi2 : 256
gi3 : 256
gi4 : 256
gi5 : 256
--More--
Switch#
show ipv6 mld max-group action
Port ID | Max-groups Action
---------+--------------------- gi1 : replace
gi2 : deny
gi3 : deny gi4 : deny
gi5 : deny
--More--