IPI-MLD
Configure disable ssm map
Use this attribute to enable/disable SSM mapping on the router
Attribute Name: disable-ssm-map
Attribute Type: empty
Netconf edit-config payload
<mld xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mld">
<vrfs>
<vrf>
<vrf-name>NAME</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
</disable-ssm-map><!-- operation="delete"-->
</vrf>
</vrfs>
</mld>
Command Syntax
no ipv6 mld (vrf NAME|) ssm-map enable
Configure limit exception acl
Use this attribute to set the maximum number of group membership states at the router level. Once the specified number of group memberships is reached, all further local-memberships are ignored. Optionally, an exception access-list can be configured to specify the group-address(es) to be excluded from being subject to the limit. This command applies to interfaces configured for MLD Layer-3 multicast protocols and MLD Proxy. The limit applies, individually, to each of its constituent interfaces.
Attribute Name: limit-exception-acl
Attribute Type: string
Attribute Name: member-limit
Attribute Type: uint32
Default Value: 1
Attribute Range: 1-2097152
Netconf edit-config payload
<mld xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mld">
<vrfs>
<vrf>
<vrf-name>NAME</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<group-membership-control>
<config>
<member-limit>1</member-limit> <!-- operation="delete"-->
<limit-exception-acl>WORD</limit-exception-acl> <!-- operation="delete"-->
</config>
</group-membership-control>
</vrf>
</vrfs>
</mld>
Command Syntax
ipv6 mld (vrf NAME|) limit <1-2097152> (except WORD|)
Configure member limit
Use this attribute to set the maximum number of group membership states at the router level. Once the specified number of group memberships is reached, all further local-memberships are ignored. Optionally, an exception access-list can be configured to specify the group-address(es) to be excluded from being subject to the limit. This command applies to interfaces configured for MLD Layer-3 multicast protocols and MLD Proxy. The limit applies, individually, to each of its constituent interfaces.
Attribute Name: member-limit
Attribute Type: uint32
Default Value: 1
Attribute Range: 1-2097152
Netconf edit-config payload
<mld xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mld">
<vrfs>
<vrf>
<vrf-name>NAME</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<group-membership-control>
<config>
<member-limit>1</member-limit> <!-- operation="delete"-->
</config>
</group-membership-control>
</vrf>
</vrfs>
</mld>
Command Syntax
ipv6 mld (vrf NAME|) limit <1-2097152>
Configure source
Use this attribute to specify the static mcast source for SSM mapping. SSM mapping statically assigns sources to MLDv1 groups to translate such (star G) groups memberships to (S,G) memberships for use with PIM-SSM.This attribute applies to interfaces configured for MLD Layer-3 multicast protocols and MLD Proxy.
Attribute Name: source
Attribute Type: inet:ipv6-address
Netconf edit-config payload
<mld xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mld">
<vrfs>
<vrf>
<vrf-name>NAME</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<ssm>
<static-mappings>
<static-mapping> <!-- operation="delete"-->
<source>X:X::X:X</source>
<config>
<source>X:X::X:X</source>
<group-ranges-acl>WORD</group-ranges-acl>
</config>
<group-ranges-acl>WORD</group-ranges-acl>
</static-mapping>
</static-mappings>
</ssm>
</vrf>
</vrfs>
</mld>
Command Syntax
ipv6 mld (vrf NAME|) ssm-map static WORD X:X::X:X
Configure debug options
Use this attribute to enable mld debugging configurations
Attribute Name: debug-options
Attribute Type: bits (all|decode|encode|events|fsm|tib)
Netconf edit-config payload
<mld xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mld">
<vrfs>
<vrf>
<vrf-name>NAME</vrf-name>
<config>
<vrf-name>NAME</vrf-name>
</config>
<debug>
<config>
<debug-options>all</debug-options> <!-- operation="delete"-->
</config>
</debug>
</vrf>
</vrfs>
</mld>
Command Syntax
debug ipv6 mld (vrf NAME|) (all|decode|encode|events|fsm|tib)
debug ipv6 mld (vrf NAME|) (all|decode|encode|events|fsm|tib)
Attribute Name: vrf-name
Attribute Type: string
Default Value: default
Attribute Name: term-debug-options
Attribute Type: bits (all|decode|encode|events|fsm|tib)
Netconf RPC payload
<mld-terminal-debug-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mld">
<vrf-name>NAME</vrf-name>
<term-debug-options>all</term-debug-options>
</mld-terminal-debug-on>
Command Syntax
debug ipv6 mld (vrf NAME|) (all|decode|encode|events|fsm|tib)
no debug ipv6 mld (vrf NAME|) (all|decode|encode|events|fsm|tib)
Attribute Name: vrf-name
Attribute Type: string
Default Value: default
Attribute Name: term-debug-options
Attribute Type: bits (all|decode|encode|events|fsm|tib)
Netconf RPC payload
<mld-terminal-debug-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mld">
<vrf-name>NAME</vrf-name>
<term-debug-options>all</term-debug-options>
</mld-terminal-debug-off>
Command Syntax
no debug ipv6 mld (vrf NAME|) (all|decode|encode|events|fsm|tib)
clear ipv6 mld (vrf NAME|)
Attribute Name: vrf-name
Attribute Type: string
Default Value: default
Netconf RPC payload
<mld-clear-all-groups-alias xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mld">
<vrf-name>NAME</vrf-name>
</mld-clear-all-groups-alias>
Command Syntax
clear ipv6 mld (vrf NAME|)
clear ipv6 mld (vrf NAME|) group *
Attribute Name: vrf-name
Attribute Type: string
Default Value: default
Attribute Name: clear-all
Attribute Type: empty
Netconf RPC payload
<mld-clear-all-groups xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mld">
<vrf-name>NAME</vrf-name>
<clear-all>CML_EMPTY_T</clear-all>
</mld-clear-all-groups>
Command Syntax
clear ipv6 mld (vrf NAME|) group *
clear ipv6 mld (vrf NAME|) group X:X::X:X IFNAME
Attribute Name: vrf-name
Attribute Type: string
Default Value: default
Attribute Name: group-address
Attribute Type: inet:ipv6-address
Attribute Name: if-name
Attribute Type: string
Netconf RPC payload
<mld-clear-group-on-interface xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mld">
<vrf-name>NAME</vrf-name>
<group-address>X:X::X:X</group-address>
<if-name>IFNAME</if-name>
</mld-clear-group-on-interface>
Command Syntax
clear ipv6 mld (vrf NAME|) group X:X::X:X IFNAME
clear ipv6 mld (vrf NAME|) interface IFNAME
Attribute Name: vrf-name
Attribute Type: string
Default Value: default
Attribute Name: if-name
Attribute Type: string
Netconf RPC payload
<mld-clear-all-groups-on-interface xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mld">
<vrf-name>NAME</vrf-name>
<if-name>IFNAME</if-name>
</mld-clear-all-groups-on-interface>
Command Syntax
clear ipv6 mld (vrf NAME|) interface IFNAME
clear ipv6 mld (vrf NAME|) group X:X::X:X
Attribute Name: vrf-name
Attribute Type: string
Default Value: default
Attribute Name: group-address
Attribute Type: inet:ipv6-address
Netconf RPC payload
<mld-clear-group xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mld">
<vrf-name>NAME</vrf-name>
<group-address>X:X::X:X</group-address>
</mld-clear-group>
Command Syntax
clear ipv6 mld (vrf NAME|) group X:X::X:X
Last modified date: 07-14-2023