IPI-MRIB-IPV6
Configure options
Use this attribute to specify debug options
Attribute Name: options
Attribute Type: bits (all|event|vif|mrt|stats|fib-msg|register-msg|nsm-msg|mrib-msg|mtrace|mtrace-detail)
Netconf edit-config payload
<mrib xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mrib">
<ipv6>
<vrfs>
<vrf>
<vrf-name>NAME</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
</config>
<debug>
<config>
<options>all</options> <!-- operation="delete"-->
</config>
</debug>
</vrf>
</vrfs>
</ipv6>
</mrib>
Command Syntax
debug ipv6 mrib (vrf NAME|) (all|event|vif|mrt|stats|fib-msg|register-msg|nsm-msg|mrib-msg|mtrace|mtrace-detail)
Configure multicast routing enable
Use this attribute to turn on/off multicast routing on the router when turned off, the multicast protocol daemon remains present, but does not perform multicast functions. When multicast routing is enabled, the MRIB re-creates tunnels, and starts processing any VIF addition/deletion requests, MRT addition/deletion requests, and any multicast forwarding events.
Attribute Name: multicast-routing-enable
Attribute Type: uint8
Netconf edit-config payload
<mrib xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mrib">
<ipv6>
<vrfs>
<vrf>
<vrf-name>NAME</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
</config>
</multicast-routing-enable><!-- operation="delete"-->
</vrf>
</vrfs>
</ipv6>
</mrib>
Command Syntax
ipv6 multicast-routing (vrf NAME|)
Configure maximum routes
Use this attribute to limit the number of multicast routes that can be added to a multicast routing table. It generates an error message when the limit is exceeded.
Attribute Name: maximum-routes
Attribute Type: uint32
Attribute Range: 1-2147483647
Netconf edit-config payload
<mrib xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mrib">
<ipv6>
<vrfs>
<vrf>
<vrf-name>NAME</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
</config>
<route-limit>
<config>
<maximum-routes>1</maximum-routes> <!-- operation="delete"-->
</config>
</route-limit>
</vrf>
</vrfs>
</ipv6>
</mrib>
Command Syntax
ipv6 multicast (vrf NAME|) route-limit <1-2147483647>
Configure warning threshold
Use this attribute to limit the number of multicast routes that can be added to a multicast routing table. It generates an error message when the limit is exceeded. If the threshold parameter is set, a threshold warning message is generated when this threshold is exceeded and the message continues to occur until the number of mroutes reaches the limit set by the limit argument.
Attribute Name: warning-threshold
Attribute Type: uint32
Attribute Range: 1-2147483647
Attribute Name: maximum-routes
Attribute Type: uint32
Attribute Range: 1-2147483647
Netconf edit-config payload
<mrib xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mrib">
<ipv6>
<vrfs>
<vrf>
<vrf-name>NAME</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
</config>
<route-limit>
<config>
<maximum-routes>1</maximum-routes> <!-- operation="delete"-->
<warning-threshold>1</warning-threshold> <!-- operation="delete"-->
</config>
</route-limit>
</vrf>
</vrfs>
</ipv6>
</mrib>
Command Syntax
ipv6 multicast (vrf NAME|) route-limit <1-2147483647> <1-2147483647>
debug ipv6 mrib (vrf WORD|) (all|event|vif|mrt|stats|fib-msg|register-msg|nsm-msg|mrib-msg|mtrace|mtrace-detail)
Attribute Name: vrf-name
Attribute Type: string
Attribute Name: terminal-debug-options
Attribute Type: bits (all|event|vif|mrt|stats|fib-msg|register-msg|nsm-msg|mrib-msg|mtrace|mtrace-detail)
Netconf RPC payload
<ipi-mrib-ipv6_mrib-ipv6-terminal-debug-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mrib">
<vrf-name>WORD</vrf-name>
<terminal-debug-options>all</terminal-debug-options>
</ipi-mrib-ipv6_mrib-ipv6-terminal-debug-on>
Command Syntax
debug ipv6 mrib (vrf WORD|) (all|event|vif|mrt|stats|fib-msg|register-msg|nsm-msg|mrib-msg|mtrace|mtrace-detail)
no debug ipv6 mrib (vrf WORD|) (all|event|vif|mrt|stats|fib-msg|register-msg|nsm-msg|mrib-msg|mtrace|mtrace-detail)
Attribute Name: vrf-name
Attribute Type: string
Attribute Name: terminal-debug-options
Attribute Type: bits (all|event|vif|mrt|stats|fib-msg|register-msg|nsm-msg|mrib-msg|mtrace|mtrace-detail)
Netconf RPC payload
<ipi-mrib-ipv6_mrib-ipv6-terminal-debug-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mrib">
<vrf-name>WORD</vrf-name>
<terminal-debug-options>all</terminal-debug-options>
</ipi-mrib-ipv6_mrib-ipv6-terminal-debug-off>
Command Syntax
no debug ipv6 mrib (vrf WORD|) (all|event|vif|mrt|stats|fib-msg|register-msg|nsm-msg|mrib-msg|mtrace|mtrace-detail)
clear ipv6 mroute (vrf NAME|) *
Attribute Name: vrf-name
Attribute Type: string
Attribute Name: all-routes
Attribute Type: empty
Netconf RPC payload
<ipi-mrib-ipv6_mrib-ipv6-clear-mroute-all xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mrib">
<vrf-name>NAME</vrf-name>
<all-routes>CML_EMPTY_T</all-routes>
</ipi-mrib-ipv6_mrib-ipv6-clear-mroute-all>
Command Syntax
clear ipv6 mroute (vrf NAME|) *
clear ipv6 mroute (vrf NAME|) X:X::X:X
Attribute Name: vrf-name
Attribute Type: string
Attribute Name: group-address
Attribute Type: inet:ipv6-address
Netconf RPC payload
<ipi-mrib-ipv6_mrib-ipv6-clear-mroute-group xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mrib">
<vrf-name>NAME</vrf-name>
<group-address>X:X::X:X</group-address>
</ipi-mrib-ipv6_mrib-ipv6-clear-mroute-group>
Command Syntax
clear ipv6 mroute (vrf NAME|) X:X::X:X
clear ipv6 mroute (vrf NAME|) X:X::X:X X:X::X:X
Attribute Name: vrf-name
Attribute Type: string
Attribute Name: group-address
Attribute Type: inet:ipv6-address
Attribute Name: source-address
Attribute Type: inet:ipv6-address
Netconf RPC payload
<ipi-mrib-ipv6_mrib-ipv6-clear-mroute-source-group xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mrib">
<vrf-name>NAME</vrf-name>
<group-address>X:X::X:X</group-address>
<source-address>X:X::X:X</source-address>
</ipi-mrib-ipv6_mrib-ipv6-clear-mroute-source-group>
Command Syntax
clear ipv6 mroute (vrf NAME|) X:X::X:X X:X::X:X
clear ipv6 mroute (vrf NAME|) statistics *
Attribute Name: vrf-name
Attribute Type: string
Attribute Name: all-routes
Attribute Type: empty
Netconf RPC payload
<ipi-mrib-ipv6_mrib-ipv6-clear-mroute-statistics-all xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mrib">
<vrf-name>NAME</vrf-name>
<all-routes>CML_EMPTY_T</all-routes>
</ipi-mrib-ipv6_mrib-ipv6-clear-mroute-statistics-all>
Command Syntax
clear ipv6 mroute (vrf NAME|) statistics *
clear ipv6 mroute (vrf NAME|) statistics X:X::X:X
Attribute Name: vrf-name
Attribute Type: string
Attribute Name: group-address
Attribute Type: inet:ipv6-address
Netconf RPC payload
<ipi-mrib-ipv6_mrib-ipv6-clear-mroute-statistics-group xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mrib">
<vrf-name>NAME</vrf-name>
<group-address>X:X::X:X</group-address>
</ipi-mrib-ipv6_mrib-ipv6-clear-mroute-statistics-group>
Command Syntax
clear ipv6 mroute (vrf NAME|) statistics X:X::X:X
clear ipv6 mroute (vrf NAME|) statistics X:X::X:X X:X::X:X
Attribute Name: vrf-name
Attribute Type: string
Attribute Name: group-address
Attribute Type: inet:ipv6-address
Attribute Name: source-address
Attribute Type: inet:ipv6-address
Netconf RPC payload
<ipi-mrib-ipv6_mrib-ipv6-clear-mroute-statistics-source-group xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mrib">
<vrf-name>NAME</vrf-name>
<group-address>X:X::X:X</group-address>
<source-address>X:X::X:X</source-address>
</ipi-mrib-ipv6_mrib-ipv6-clear-mroute-statistics-source-group>
Command Syntax
clear ipv6 mroute (vrf NAME|) statistics X:X::X:X X:X::X:X
Last modified date: 08/22/2023