OcNOS-SP : Multicast Guide : Multicast Command Reference : Layer 3 MLD Multicast Commands : ipv6 mld access-group
ipv6 mld access-group
Use this command to control the multicast local-membership groups learnt on an interface. This command applies to interfaces configured for MLD layer-3 multicast protocols, or MLD proxy.
Note: This command can only be issued on VLAN interfaces.
Use the no parameter with this command to disable this access control.
Command Syntax
ipv6 mld access-group WORD
no ipv6 mld access-group
Parameter
WORD
Standard IPv6 access-list name.
Default
No access list configured.
Command Mode
Interface mode for VLAN interface
Applicability
This command was introduced in OcNOS version 6.2.0.
Examples
In the following example, hosts serviced by Ethernet interface 0 can join the group ff0e::1/128 only:
#configure terminal
(config)#ipv6 access-list Group1 permit ff0e::1/128
(config)#interface fxp0
(config-if)#ipv6 mld access-group Group1
Last modified date: 10/20/2023