OcNOS-SP : Multicast Guide : Multicast Command Reference : Layer 3 MLD Multicast Commands : ipv6 mld static-group
ipv6 mld static-group
Use this command to statically configure IPv6 group membership entries on an interface. To statically add only a group membership, do not specify any parameters. This command applies to MLD operation on a specific interface to statically add group and/or source records.
Use the no parameter with this command to delete static group membership entries.
Command Syntax
ipv6 mld static-group X:X::X:X {(source (X:X::X:X|ssm-map)|) (interface IFNAME|)}
no ipv6 mld static-group X:X::X:X {(source (X:X::X:X|ssm-map)|) (interface IFNAME|)}
Parameters
X:X::X:X
Standard IPv6 Multicast group address to be configured as a static group member.
interface
Physical interface. If used, static configuration is applied to the physical interface. If not used, static configuration is applied on all VLAN constituent interfaces.
IFNAME
Physical interface name.
source
Static source to be joined.
X:X::X:X
Standard IPv6 source address to be configured as a static source from where multicast packets originate.
ssm-map
Mode of defining SSM mapping. SSM mapping statically assigns sources to MLDv1 groups to translate these (*,G) groups' memberships to (S,G) memberships for use with PIM-SSM.
Command Mode
Interface mode for VLAN interface
Applicability
This command was introduced in OcNOS version 6.2.0.
Examples
The following examples shows how to statically add group and/or source records:
#configure terminal
(config)#interface vlan1.1
(config-if)#ipv6 mld static-group ff1e::10
 
(config)#interface vlan1.1
(config-if)#ipv6 mld static-group ff1e::10 source fe80::2fd:6cff:fe1c:b
 
(config)#interface vlan1.1
(config-if)#ipv6 mld static-group ff1e::10 source ssm-map
(config)#interface vlan1.1
(config-if)#ipv6 mld static-group ff1e::10 interface eth0
 
Last modified date: 10/20/2023