Command Guide of WGSW-28040
226
4.17.8 ipv6 mld snooping vlan static-group
Command:
[no] ipv6 mld snooping vlan <VLAN-LIST> static-group <ip-addr> interfaces
IF_PORTS
[no] ipv6 mld snooping vlan <VLAN-LIST> group <ip-addr>
Parameter:
specifies VLAN ID list to set
specifies multicast group ipv4 address
specifies port list to set or remove
Mode:
Global Configuration
Usage Guide:
‘ipv6 mld snooping vlan 1 static-group ff12::1 interfaces gi1’ will add static group.
The static group will not learning others dynamic port. If the dynamic group exist, then the static group will overlap the
dynamic group. If remove the last member of static group, the static group will be delete.
The static group want to valid , must mld snooping vlan enable and ipv6 mld snooping enable.
The configure can use ‘show ipv6 mld snooping groups [(dynamic | static)]’ to display. And can use ‘no ipv6 mld
snooping vlan 1 group ff12::1’ to delete the static group. Also can use ‘clear ipv6 mld snooping groups’ to delete
the static group.
Example:
This example shows how to set ipv6 mld snooping static group.
Switch(config)# ipv6 mld snooping vlan 1 static-group ff12::1 interfaces gi1-2
Switch# show ipv6 mld snooping groups
VLAN | Gourp IP Address | Type | Life(Sec) | Port
------+----------------------------------------+--------+-----------+------------------
1 | ff12::1 | Static| -- | gi1-2
Total Number of Entry = 1
Switch# clear ipv6 mld snooping groups static
Switch# show ipv6 mld snooping groups
VLAN | Gourp IP Address | Type | Life(Sec) | Port
------+----------------------------------------+--------+-----------+------------------
Total Number of Entry = 0