IPI-MLD-SNOOPING
Configure disable mld snooping
Use this attribute to enable MLD Snooping. When this command is given in the Configure mode, MLD Snooping is enabled at the switch level. When this attribute is given at the VLAN interface level, 5MLD Snooping is enabled for that VLAN.
Attribute Name: disable-mld-snooping
Attribute Type: uint8
Netconf edit-config payload
<mld-snooping xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mld-snooping">
<global>
<config>
</disable-mld-snooping><!-- operation="delete"-->
</config>
</global>
</mld-snooping>
Command Syntax
no mld snooping
Configure options
Use this attribute to enable mld snooping debugging configurations
Attribute Name: options
Attribute Type: bits (decode|encode|events|fsm|tib|all)
Netconf edit-config payload
<mld-snooping xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mld-snooping">
<debug>
<config>
<options>decode</options> <!-- operation="delete"-->
</config>
</debug>
</mld-snooping>
Command Syntax
debug mld snooping (decode|encode|events|fsm|tib|all)
Configure disable report suppression
Use this attribute to enable report suppression for MLD version 1.
Attribute Name: disable-report-suppression
Attribute Type: uint8
Netconf edit-config payload
<mld-snooping xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mld-snooping">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</disable-report-suppression><!-- operation="delete"-->
</interface>
</interfaces>
</mld-snooping>
Command Syntax
no mld snooping report-suppression
Configure mld snooping
Use this attribute to enable MLD Snooping. When this attribute is given at the VLAN interface level, MLD Snooping is enabled for that VLAN.
Attribute Name: mld-snooping
Attribute Type: enum (disable|enable)
Default Value: enable
Netconf edit-config payload
<mld-snooping xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mld-snooping">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<mld-snooping>enable</mld-snooping> <!-- operation="delete"-->
</interface>
</interfaces>
</mld-snooping>
Command Syntax
mld snooping (disable|enable)
Configure enable fast leave
Use this attribute to enable MLD Snooping fast-leave processing. Fast-leave processing is analogous to immediateleave processing the MLD group-membership is removed, as soon as an MLD leave group message is received without sending out a group-specific query.
Attribute Name: enable-fast-leave
Attribute Type: empty
Netconf edit-config payload
<mld-snooping xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mld-snooping">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</enable-fast-leave><!-- operation="delete"-->
</interface>
</interfaces>
</mld-snooping>
Command Syntax
mld snooping fast-leave
Configure mrouter interface name
Use this attribute to statically configure the specified VLAN constituent interface as a multicast router interface for MLD Snooping in that VLAN
Attribute Name: mrouter-interface-name
Attribute Type: string
Netconf edit-config payload
<mld-snooping xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mld-snooping">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<mrouter-interface-name>IFNAME</mrouter-interface-name> <!-- operation="delete"-->
</interface>
</interfaces>
</mld-snooping>
Command Syntax
mld snooping mrouter interface IFNAME
Configure enable querier
Use this attribute to enable MLD querier operation on a subnet (VLAN) when no multicast routing protocol is configured in the subnet VLAN. When enabled, the MLD Snooping querier sends out periodic MLD queries for all interfaces on that VLAN. The MLD Snooping querier uses the 0.0.0.0 source IP address, because it masquerades as a proxy MLD querier for faster network convergence. It does not start or automatically cease the MLD querier operation if it detects a query message from a multicast router. It restarts as MLD snooping querier if no queries are seen within another querier interval
Attribute Name: enable-querier
Attribute Type: empty
Netconf edit-config payload
<mld-snooping xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mld-snooping">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</enable-querier><!-- operation="delete"-->
</interface>
</interfaces>
</mld-snooping>
Command Syntax
mld snooping querier
debug mld snooping (decode|encode|events|fsm|tib|all)
Attribute Name: terminal-debug-options
Attribute Type: bits (decode|encode|events|fsm|tib|all)
Netconf RPC payload
<mld-snooping-terminal-debug-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mld-snooping">
<terminal-debug-options>decode</terminal-debug-options>
</mld-snooping-terminal-debug-on>
Command Syntax
debug mld snooping (decode|encode|events|fsm|tib|all)
no debug mld snooping (decode|encode|events|fsm|tib|all)
Attribute Name: terminal-debug-options
Attribute Type: bits (decode|encode|events|fsm|tib|all)
Netconf RPC payload
<mld-snooping-terminal-debug-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mld-snooping">
<terminal-debug-options>decode</terminal-debug-options>
</mld-snooping-terminal-debug-off>
Command Syntax
no debug mld snooping (decode|encode|events|fsm|tib|all)
clear mld snooping group X:X::X:X IFNAME
Attribute Name: group-address
Attribute Type: string
Attribute Name: interface-name
Attribute Type: string
Netconf RPC payload
<mld-snooping-clear-group-on-interface xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mld-snooping">
<group-address>X:X::X:X</group-address>
<interface-name>IFNAME</interface-name>
</mld-snooping-clear-group-on-interface>
Command Syntax
clear mld snooping group X:X::X:X IFNAME
clear mld snooping interface IFNAME
Attribute Name: interface-name
Attribute Type: string
Netconf RPC payload
<mld-snooping-clear-all-groups-on-interface xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mld-snooping">
<interface-name>IFNAME</interface-name>
</mld-snooping-clear-all-groups-on-interface>
Command Syntax
clear mld snooping interface IFNAME
clear mld snooping group X:X::X:X
Attribute Name: group-address
Attribute Type: string
Netconf RPC payload
<mld-snooping-clear-group xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mld-snooping">
<group-address>X:X::X:X</group-address>
</mld-snooping-clear-group>
Command Syntax
clear mld snooping group X:X::X:X
clear mld snooping group *
Netconf RPC payload
<mld-snooping-clear-all-groups xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mld-snooping"/>
Command Syntax
clear mld snooping group *
clear mld snooping
Netconf RPC payload
<mld-snooping-clear-all-groups-alias xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mld-snooping"/>
Command Syntax
clear mld snooping