IPI-MRIB-IPV4
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">
<ipv4>
<vrfs>
<vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
</config>
<debug>
<config>
<options>all</options> <!-- operation="delete"-->
</config>
</debug>
</vrf>
</vrfs>
</ipv4>
</mrib>
Command Syntax
debug ip mrib (vrf WORD|) (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">
<ipv4>
<vrfs>
<vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
</config>
</multicast-routing-enable><!-- operation="delete"-->
</vrf>
</vrfs>
</ipv4>
</mrib>
Command Syntax
ip multicast-routing (vrf WORD|)
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">
<ipv4>
<vrfs>
<vrf>
<vrf-name>WORD</vrf-name>
<config>
<vrf-name>WORD</vrf-name>
</config>
<route-limit>
<config>
<maximum-routes>1</maximum-routes> <!-- operation="delete"-->
</config>
</route-limit>
</vrf>
</vrfs>
</ipv4>
</mrib>
Command Syntax
ip multicast (vrf WORD|) 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">
<ipv4>
<vrfs>
<vrf>
<vrf-name>WORD</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>
</ipv4>
</mrib>
Command Syntax
ip multicast (vrf WORD|) route-limit <1-2147483647> <1-2147483647>
Configure ttl threshold
Use this attribute to configure the time-to-live (TTL) threshold of packets being forwarded out of an interface. Only multicast packets with a TTL value greater than the threshold are forwarded out of the interface.
Attribute Name: ttl-threshold
Attribute Type: uint8
Attribute Range: 1-255
Netconf edit-config payload
<mrib xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mrib">
<ipv4>
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<ttl-threshold>1</ttl-threshold> <!-- operation="delete"-->
</interface>
</interfaces>
</ipv4>
</mrib>
Command Syntax
ip multicast ttl-threshold <1-255>
debug ip 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-ipv4_mrib-ipv4-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-ipv4_mrib-ipv4-terminal-debug-on>
Command Syntax
debug ip mrib (vrf WORD|) (all|event|vif|mrt|stats|fib-msg|register-msg|nsm-msg|mrib-msg|mtrace|mtrace-detail)
no debug ip 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-ipv4_mrib-ipv4-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-ipv4_mrib-ipv4-terminal-debug-off>
Command Syntax
no debug ip mrib (vrf WORD|) (all|event|vif|mrt|stats|fib-msg|register-msg|nsm-msg|mrib-msg|mtrace|mtrace-detail)
clear ip mroute (vrf NAME|) *
Attribute Name: vrf-name
Attribute Type: string
Attribute Name: all-routes
Attribute Type: empty
Netconf RPC payload
<ipi-mrib-ipv4_mrib-ipv4-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-ipv4_mrib-ipv4-clear-mroute-all>
Command Syntax
clear ip mroute (vrf NAME|) *
clear ip mroute (vrf NAME|) A.B.C.D
Attribute Name: vrf-name
Attribute Type: string
Attribute Name: group-address
Attribute Type: inet:ipv4-address
Netconf RPC payload
<ipi-mrib-ipv4_mrib-ipv4-clear-mroute-group xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mrib">
<vrf-name>NAME</vrf-name>
<group-address>A.B.C.D</group-address>
</ipi-mrib-ipv4_mrib-ipv4-clear-mroute-group>
Command Syntax
clear ip mroute (vrf NAME|) A.B.C.D
clear ip mroute (vrf NAME|) A.B.C.D A.B.C.D
Attribute Name: vrf-name
Attribute Type: string
Attribute Name: group-address
Attribute Type: inet:ipv4-address
Attribute Name: source-address
Attribute Type: inet:ipv4-address
Netconf RPC payload
<ipi-mrib-ipv4_mrib-ipv4-clear-mroute-source-group xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mrib">
<vrf-name>NAME</vrf-name>
<group-address>A.B.C.D</group-address>
<source-address>A.B.C.D</source-address>
</ipi-mrib-ipv4_mrib-ipv4-clear-mroute-source-group>
Command Syntax
clear ip mroute (vrf NAME|) A.B.C.D A.B.C.D
clear ip mroute (vrf NAME|) statistics *
Attribute Name: vrf-name
Attribute Type: string
Attribute Name: all-routes
Attribute Type: empty
Netconf RPC payload
<ipi-mrib-ipv4_mrib-ipv4-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-ipv4_mrib-ipv4-clear-mroute-statistics-all>
Command Syntax
clear ip mroute (vrf NAME|) statistics *
clear ip mroute (vrf NAME|) statistics A.B.C.D
Attribute Name: vrf-name
Attribute Type: string
Attribute Name: group-address
Attribute Type: inet:ipv4-address
Netconf RPC payload
<ipi-mrib-ipv4_mrib-ipv4-clear-mroute-statistics-group xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mrib">
<vrf-name>NAME</vrf-name>
<group-address>A.B.C.D</group-address>
</ipi-mrib-ipv4_mrib-ipv4-clear-mroute-statistics-group>
Command Syntax
clear ip mroute (vrf NAME|) statistics A.B.C.D
clear ip mroute (vrf NAME|) statistics A.B.C.D A.B.C.D
Attribute Name: vrf-name
Attribute Type: string
Attribute Name: group-address
Attribute Type: inet:ipv4-address
Attribute Name: source-address
Attribute Type: inet:ipv4-address
Netconf RPC payload
<ipi-mrib-ipv4_mrib-ipv4-clear-mroute-statistics-source-group xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mrib">
<vrf-name>NAME</vrf-name>
<group-address>A.B.C.D</group-address>
<source-address>A.B.C.D</source-address>
</ipi-mrib-ipv4_mrib-ipv4-clear-mroute-statistics-source-group>
Command Syntax
clear ip mroute (vrf NAME|) statistics A.B.C.D A.B.C.D
snmp restart mrib
Netconf RPC payload
<ipi-mrib-ipv4_mrib-ipv4-snmp-restart xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mrib"/>
Command Syntax
snmp restart mrib