IPI-MLD-INTERFACE
Configure enabled
Use this attribute to enable the MLD protocol operation on an interface. This attribute enables MLD protocol operation in stand-alone mode, and can be used to learn local-membership information prior to enabling a multicast routing protocol on the interface. This attribute will have no effect on interfaces configured for MLD Proxy.
Attribute Name: enabled
Attribute Type: empty
Netconf edit-config payload
<mld xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mld">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</enabled><!-- operation="delete"-->
</interface>
</interfaces>
</mld>
Command Syntax
ipv6 mld
Configure last member query count
Use this attribute to set the last-member query-count value. This attribute applies to interfaces configured for MLD Layer-3 multicast protocols, MLD Snooping, or MLD Proxy.
Attribute Name: last-member-query-count
Attribute Type: uint8
Default Value: 2
Attribute Range: 2-7
Netconf edit-config payload
<mld xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mld">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<last-member-query-count>2</last-member-query-count> <!-- operation="delete"-->
</interface>
</interfaces>
</mld>
Command Syntax
ipv6 mld last-member-query-count <2-7>
Configure last member query interval
Use this attribute to set the frequency at which the router sends MLD group-specific host query messages. This attribute applies to interfaces configured for MLD Layer-3 multicast protocols, MLD Snooping, or MLD Proxy
Attribute Name: last-member-query-interval
Attribute Type: uint16
Default Value: 1000
Attribute Range: 1000-25500
Netconf edit-config payload
<mld xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mld">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<last-member-query-interval>1000</last-member-query-interval> <!-- operation="delete"-->
</interface>
</interfaces>
</mld>
Command Syntax
ipv6 mld last-member-query-interval <1000-25500>
Configure querier timeout
Use this attribute to configure the timeout period before the router takes over as the querier for the interface after the previous querier has stopped querying. This attribute applies to interfaces configured for MLD Layer-3 multicast protocols, MLD Snooping, or MLD Proxy.
Attribute Name: querier-timeout
Attribute Type: uint16
Default Value: 250
Attribute Range: 60-300
Netconf edit-config payload
<mld xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mld">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<querier-timeout>60</querier-timeout> <!-- operation="delete"-->
</interface>
</interfaces>
</mld>
Command Syntax
ipv6 mld querier-timeout <60-300>
Configure query interval
Use this attribute to set the frequency of sending MLD host query messages. This attribute applies to interfaces configured for MLD Layer-3 multicast protocols, MLD Snooping, or MLD Proxy.
Attribute Name: query-interval
Attribute Type: uint16
Default Value: 125
Attribute Range: 1-18000
Netconf edit-config payload
<mld xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mld">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<query-interval>1</query-interval> <!-- operation="delete"-->
</interface>
</interfaces>
</mld>
Command Syntax
ipv6 mld query-interval <1-18000>
Configure query max response time
Use this attribute to set the maximum response time advertised in MLD queries. This attribute applies to interfaces configured for MLD Layer-3 multicast protocols, MLD Snooping, or MLD Proxy.
Attribute Name: query-max-response-time
Attribute Type: uint8
Default Value: 10
Attribute Range: 1-240
Netconf edit-config payload
<mld xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mld">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<query-max-response-time>1</query-max-response-time> <!-- operation="delete"-->
</interface>
</interfaces>
</mld>
Command Syntax
ipv6 mld query-max-response-time <1-240>
Configure startup query interval
Use this attribute to set a startup query interval value for MLD
Attribute Name: startup-query-interval
Attribute Type: uint16
Default Value: 31
Attribute Range: 1-18000
Netconf edit-config payload
<mld xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mld">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<startup-query-interval>1</startup-query-interval> <!-- operation="delete"-->
</interface>
</interfaces>
</mld>
Command Syntax
ipv6 mld startup-query-interval <1-18000>
Configure startup query count
Use this attribute to set a startup query count for MLD
Attribute Name: startup-query-count
Attribute Type: uint8
Default Value: 2
Attribute Range: 2-10
Netconf edit-config payload
<mld xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mld">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<startup-query-count>2</startup-query-count> <!-- operation="delete"-->
</interface>
</interfaces>
</mld>
Command Syntax
ipv6 mld startup-query-count <2-10>
Configure robustness variable
Use this attribute to set the robustness variable value on an interface. This attribute applies to interfaces configured for MLD Layer-3 multicast protocols, MLD Snooping, or MLD Proxy.
Attribute Name: robustness-variable
Attribute Type: uint8
Default Value: 2
Attribute Range: 2-7
Netconf edit-config payload
<mld xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mld">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<robustness-variable>2</robustness-variable> <!-- operation="delete"-->
</interface>
</interfaces>
</mld>
Command Syntax
ipv6 mld robustness-variable <2-7>
Configure version
Use this attribute to set the current MLD protocol version on an interface. This attribute applies to interfaces configured for MLD Layer-3 multicast protocols, MLD Snooping, or MLD Proxy.
Attribute Name: version
Attribute Type: uint8
Attribute Range: 1-2
Netconf edit-config payload
<mld xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mld">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<version>1</version> <!-- operation="delete"-->
</interface>
</interfaces>
</mld>
Command Syntax
ipv6 mld version <1-2>
Configure enable proxy service
Use this attribute to designate an interface to be the MLD proxy-service upstream host-side interface, thus enabling MLD host-side protocol operation on this interface. All associated downstream router-side interfaces will have their memberships consolidatedon this interface, according to MLD host-side functionality. This attribute should not be used when configuring interfaces enabled for MLD in association with a multicast-routing protocol, otherwise the behavior will be undefined.
Attribute Name: enable-proxy-service
Attribute Type: empty
Netconf edit-config payload
<mld xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mld">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<proxy>
<config>
</enable-proxy-service><!-- operation="delete"-->
</config>
</proxy>
</interface>
</interfaces>
</mld>
Command Syntax
ipv6 mld proxy-service
Configure mroute proxy interface
Use this attribute to specify the MLD Proxy service (upstream host-side) interface with which to be associated. MLD router-side protocol operation is enabled only when the specified upstream proxy-service interface is functional. This attribute should not be configured on interfaces enabled for MLD in association with a multicast routing protocol otherwise, the behavior will be undefined.
Attribute Name: mroute-proxy-interface
Attribute Type: string
Default Value: NULL
Netconf edit-config payload
<mld xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mld">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<proxy>
<config>
<mroute-proxy-interface>IFNAME</mroute-proxy-interface> <!-- operation="delete"-->
</config>
</proxy>
</interface>
</interfaces>
</mld>
Command Syntax
ipv6 mld mroute-proxy IFNAME
Configure unsolicited report interval
Use this attribute to set an unsolicited report interval for an interface designated as an MLD proxy
Attribute Name: unsolicited-report-interval
Attribute Type: uint16
Default Value: 1000
Attribute Range: 1000-25500
Netconf edit-config payload
<mld xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mld">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<proxy>
<config>
<unsolicited-report-interval>1000</unsolicited-report-interval> <!-- operation="delete"-->
</config>
</proxy>
</interface>
</interfaces>
</mld>
Command Syntax
ipv6 mld proxy unsolicited-report-interval <1000-25500>
Configure limit exception acl
Use this attribute to set the maximum number of group membership states, at either the router level or at the interface 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 to be excluded from being subject to the limit.
Attribute Name: limit-exception-acl
Attribute Type: string
Default Value: NULL
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">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</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>
</interface>
</interfaces>
</mld>
Command Syntax
ipv6 mld limit <1-2097152> (except WORD|)
Configure member limit
Use this attribute to set the limit on the maximum number of group membership states at either the router level, or forthe specified interface. Once the specified number of group memberships is reached, all further local-memberships will be ignored. Optionally, an exception access-list can be configured to specify the group-address(es) to be excluded from being subject to the limit.
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">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<group-membership-control>
<config>
<member-limit>1</member-limit> <!-- operation="delete"-->
</config>
</group-membership-control>
</interface>
</interfaces>
</mld>
Command Syntax
ipv6 mld limit <1-2097152>
Configure access group name
Use this attribute to control the multicast local-membership groups learned on an interface. This attribute applies to interfaces configured for MLD Layer-3 multicast protocols, MLD proxy.
Attribute Name: access-group-name
Attribute Type: string
Default Value: NULL
Netconf edit-config payload
<mld xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mld">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<group-membership-control>
<config>
<access-group-name>WORD</access-group-name> <!-- operation="delete"-->
</config>
</group-membership-control>
</interface>
</interfaces>
</mld>
Command Syntax
ipv6 mld access-group WORD
Configure immediate leave groups list
In MLD version 2, use this attribute to minimize the leave latency of MLD memberships. This attribute is used when only one receiver host is connected to each interface. This command applies to interfaces configured for MLD Layer-3 multicast protocols, MLD Proxy.
Attribute Name: immediate-leave-groups-list
Attribute Type: string
Default Value: NULL
Netconf edit-config payload
<mld xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mld">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<group-membership-control>
<config>
<immediate-leave-groups-list>WORD</immediate-leave-groups-list> <!-- operation="delete"-->
</config>
</group-membership-control>
</interface>
</interfaces>
</mld>
Command Syntax
ipv6 mld immediate-leave group-list WORD
Configure group address
Use this attribute to statically configure IPv6 group membership entries on an interface. To statically add only a group membership, do not specify any parameters. This attribute applies to MLD operation on a specific interface to statically add group and/or source records or to MLD Snooping on a VLAN interface to statically add group and/or source records.
Attribute Name: group-address
Attribute Type: inet:ipv6-address
Netconf edit-config payload
<mld xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mld">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<asm-static-groups>
<asm-static-group> <!-- operation="delete"-->
<group-address>X:X::X:X</group-address>
<config>
<group-address>X:X::X:X</group-address>
</config>
</asm-static-group>
</asm-static-groups>
</interface>
</interfaces>
</mld>
Command Syntax
ipv6 mld static-group X:X::X:X
Configure source
Use this attribute to statically configure the multicast source for group to be joined.
Attribute Name: source
Attribute Type: union
Netconf edit-config payload
<mld xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mld">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<ssm-static-groups>
<ssm-static-group> <!-- operation="delete"-->
<source>ssm-map</source>
<config>
<source>ssm-map</source>
<group-address>X:X::X:X</group-address>
</config>
<group-address>X:X::X:X</group-address>
</ssm-static-group>
</ssm-static-groups>
</interface>
</interfaces>
</mld>
Command Syntax
ipv6 mld static-group X:X::X:X source (ssm-map|X:X::X:X)
Last modified date: 07-14-2023