Configuring MLD Snooping Under a VLAN Configuration
Configuring MLD Snooping
Note: This example was added in Release 9.3(3).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
vlan configuration 1
ipv6 mld snooping
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
topSystem |
sys |
mldsnoopEntity |
sys/mldsnoop |
mldsnoopInst |
sys/mldsnoop/inst |
mldsnoopDom |
sys/mldsnoop/inst/dom |
mldsnoopVlan |
sys/mldsnoop/inst/dom/vlan-[vlan1] |
bdEntity |
sys/bd |
l2VlanConfig |
sys/bd/vlanconfig-[vlan-1] |
mldsnoopVlan Properties
The following table contains information about the mldsnoopVlan properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
mldSnoop | mldsnoop:MldSnoopVlan (scalar:Bool) | Enable/Disable MLD Snooping per Vlan | SELECTION: true or false DEFAULT: 1 |
vlanid | nw:IfId (base:IfIndex) | Vlan ID for MLD Snooping Configuration | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
l2VlanConfig Properties
The following table contains information about the l2VlanConfig properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
accEncap | base:Encap
| Access Encapsulation | SELECTION: unknown, vlan-%d or vxlan-%d |
Related Documentation
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Deleting MLD Snooping
Note: This example was added in Release 9.3(3).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
vlan configuration 1
no ipv6 mld snooping
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
topSystem |
sys |
mldsnoopEntity |
sys/mldsnoop |
mldsnoopInst |
sys/mldsnoop/inst |
mldsnoopDom |
sys/mldsnoop/inst/dom |
mldsnoopVlan |
sys/mldsnoop/inst/dom/vlan-[vlan1] |
bdEntity |
sys/bd |
l2VlanConfig |
sys/bd/vlanconfig-[vlan-1] |
mldsnoopVlan Properties
The following table contains information about the mldsnoopVlan properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
mldSnoop | mldsnoop:MldSnoopVlan (scalar:Bool) | Enable/Disable MLD Snooping per Vlan | SELECTION: true or false DEFAULT: 1 |
vlanid | nw:IfId (base:IfIndex) | Vlan ID for MLD Snooping Configuration | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
l2VlanConfig Properties
The following table contains information about the l2VlanConfig properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
accEncap | base:Encap
| Access Encapsulation | SELECTION: unknown, vlan-%d or vxlan-%d |
Related Documentation
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Configuring Explicit Host Tracking for VLAN/BD
Note: This example was added in Release 9.3(3).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
vlan configuration 1
ipv6 mld snooping explicit-tracking
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
topSystem |
sys |
mldsnoopEntity |
sys/mldsnoop |
mldsnoopInst |
sys/mldsnoop/inst |
mldsnoopDom |
sys/mldsnoop/inst/dom |
mldsnoopVlan |
sys/mldsnoop/inst/dom/vlan-[vlan1] |
mldsnoopMldsnBase |
sys/mldsnoop/inst/dom/vlan-[vlan1]/mldsnbase |
bdEntity |
sys/bd |
l2VlanConfig |
sys/bd/vlanconfig-[vlan-1] |
mldsnoopVlan Properties
The following table contains information about the mldsnoopVlan properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
vlanid | nw:IfId (base:IfIndex) | Vlan ID for MLD Snooping Configuration | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
mldsnoopMldsnBase Properties
The following table contains information about the mldsnoopMldsnBase properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
expTracking | ipmcsnoop:ExpTracking (scalar:Bool) | Configures Explicit Host for a VLAN | SELECTION: true or false DEFAULT: 1 |
l2VlanConfig Properties
The following table contains information about the l2VlanConfig properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
accEncap | base:Encap
| Access Encapsulation | SELECTION: unknown, vlan-%d or vxlan-%d |
Related Documentation
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Deleting Explicit Host Tracking for VLAN/BD
Note: This example was added in Release 9.3(3).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
vlan configuration 1
no ipv6 mld snooping explicit-tracking
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
topSystem |
sys |
mldsnoopEntity |
sys/mldsnoop |
mldsnoopInst |
sys/mldsnoop/inst |
mldsnoopDom |
sys/mldsnoop/inst/dom |
mldsnoopVlan |
sys/mldsnoop/inst/dom/vlan-[vlan1] |
mldsnoopMldsnBase |
sys/mldsnoop/inst/dom/vlan-[vlan1]/mldsnbase |
bdEntity |
sys/bd |
l2VlanConfig |
sys/bd/vlanconfig-[vlan-1] |
mldsnoopVlan Properties
The following table contains information about the mldsnoopVlan properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
vlanid | nw:IfId (base:IfIndex) | Vlan ID for MLD Snooping Configuration | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
mldsnoopMldsnBase Properties
The following table contains information about the mldsnoopMldsnBase properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
expTracking | ipmcsnoop:ExpTracking (scalar:Bool) | Configures Explicit Host for a VLAN | SELECTION: true or false DEFAULT: 1 |
l2VlanConfig Properties
The following table contains information about the l2VlanConfig properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
accEncap | base:Encap
| Access Encapsulation | SELECTION: unknown, vlan-%d or vxlan-%d |
Related Documentation
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Configuring a Static Multicast Router Interface
Note: This example was added in Release 9.3(3).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
vlan configuration 1
ipv6 mld snooping mrouter interface vsi ethernet 1/2
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
topSystem |
sys |
mldsnoopEntity |
sys/mldsnoop |
mldsnoopInst |
sys/mldsnoop/inst |
mldsnoopDom |
sys/mldsnoop/inst/dom |
mldsnoopVlan |
sys/mldsnoop/inst/dom/vlan-[vlan1] |
mldsnoopMRouter |
sys/mldsnoop/inst/dom/vlan-[vlan1]/mrouter |
mldsnoopTgtIf |
sys/mldsnoop/inst/dom/vlan-[vlan1]/mrouter/if-[eth1/2] |
bdEntity |
sys/bd |
l2VlanConfig |
sys/bd/vlanconfig-[vlan-1] |
mldsnoopVlan Properties
The following table contains information about the mldsnoopVlan properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
vlanid | nw:IfId (base:IfIndex) | Vlan ID for MLD Snooping Configuration | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
mldsnoopTgtIf Properties
The following table contains information about the mldsnoopTgtIf properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | Multicast Source IP Address | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
vsi | scalar:Bool
| Specifies if this interface is VSI | SELECTION: true or false |
l2VlanConfig Properties
The following table contains information about the l2VlanConfig properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
accEncap | base:Encap
| Access Encapsulation | SELECTION: unknown, vlan-%d or vxlan-%d |
Related Documentation
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Deleting a Static Multicast Router Interface
Note: This example was added in Release 9.3(3).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
vlan configuration 1
no ipv6 mld snooping mrouter interface vsi ethernet 1/2
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
topSystem |
sys |
mldsnoopEntity |
sys/mldsnoop |
mldsnoopInst |
sys/mldsnoop/inst |
mldsnoopDom |
sys/mldsnoop/inst/dom |
mldsnoopVlan |
sys/mldsnoop/inst/dom/vlan-[vlan1] |
mldsnoopMRouter |
sys/mldsnoop/inst/dom/vlan-[vlan1]/mrouter |
mldsnoopTgtIf |
sys/mldsnoop/inst/dom/vlan-[vlan1]/mrouter/if-[eth1/2] |
bdEntity |
sys/bd |
l2VlanConfig |
sys/bd/vlanconfig-[vlan-1] |
mldsnoopVlan Properties
The following table contains information about the mldsnoopVlan properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
vlanid | nw:IfId (base:IfIndex) | Vlan ID for MLD Snooping Configuration | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
mldsnoopTgtIf Properties
The following table contains information about the mldsnoopTgtIf properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
id | nw:IfId (base:IfIndex) | Multicast Source IP Address | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
status | mo:ModificationStatus (scalar:Bitmask32) | The upgrade status. This property is for internal use only. | SELECTION: 2 - created 4 - modified 8 - deleted 16 - replaced |
l2VlanConfig Properties
The following table contains information about the l2VlanConfig properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
accEncap | base:Encap
| Access Encapsulation | SELECTION: unknown, vlan-%d or vxlan-%d |
Related Documentation
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Configuring Fast Leave for MLDv1 on the VLAN/BD (MLDv2 Fast Leave is Enabled by Default)
Note: This example was added in Release 9.3(3).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
vlan configuration 1
ipv6 mld snooping fast-leave
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
topSystem |
sys |
mldsnoopEntity |
sys/mldsnoop |
mldsnoopInst |
sys/mldsnoop/inst |
mldsnoopDom |
sys/mldsnoop/inst/dom |
mldsnoopVlan |
sys/mldsnoop/inst/dom/vlan-[vlan1] |
mldsnoopGTimers |
sys/mldsnoop/inst/dom/vlan-[vlan1]/gtimers |
bdEntity |
sys/bd |
l2VlanConfig |
sys/bd/vlanconfig-[vlan-1] |
mldsnoopVlan Properties
The following table contains information about the mldsnoopVlan properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
vlanid | nw:IfId (base:IfIndex) | Vlan ID for MLD Snooping Configuration | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
mldsnoopGTimers Properties
The following table contains information about the mldsnoopGTimers properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
fastLeave | ipmcsnoop:FastLeave (scalar:Bool) | Indicates if Fastleave is Enabled | SELECTION: true or false |
l2VlanConfig Properties
The following table contains information about the l2VlanConfig properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
accEncap | base:Encap
| Access Encapsulation | SELECTION: unknown, vlan-%d or vxlan-%d |
Related Documentation
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Deleting Fast Leave for MLDv1 on the VLAN/BD (MLDv2 Fast Leave is Enabled by Default)
Note: This example was added in Release 9.3(3).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
vlan configuration 1
no ipv6 mld snooping fast-leave
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
topSystem |
sys |
mldsnoopEntity |
sys/mldsnoop |
mldsnoopInst |
sys/mldsnoop/inst |
mldsnoopDom |
sys/mldsnoop/inst/dom |
mldsnoopVlan |
sys/mldsnoop/inst/dom/vlan-[vlan1] |
mldsnoopGTimers |
sys/mldsnoop/inst/dom/vlan-[vlan1]/gtimers |
bdEntity |
sys/bd |
l2VlanConfig |
sys/bd/vlanconfig-[vlan-1] |
mldsnoopVlan Properties
The following table contains information about the mldsnoopVlan properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
vlanid | nw:IfId (base:IfIndex) | Vlan ID for MLD Snooping Configuration | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
mldsnoopGTimers Properties
The following table contains information about the mldsnoopGTimers properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
fastLeave | ipmcsnoop:FastLeave (scalar:Bool) | Indicates if Fastleave is Enabled | SELECTION: true or false |
l2VlanConfig Properties
The following table contains information about the l2VlanConfig properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
accEncap | base:Encap
| Access Encapsulation | SELECTION: unknown, vlan-%d or vxlan-%d |
Related Documentation
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Configuring the Interval Between Group-Specific Query Transmissions
Note: This example was added in Release 9.3(3).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
vlan configuration 1
ipv6 mld snooping last-member-query-interval 22
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
topSystem |
sys |
mldsnoopEntity |
sys/mldsnoop |
mldsnoopInst |
sys/mldsnoop/inst |
mldsnoopDom |
sys/mldsnoop/inst/dom |
mldsnoopVlan |
sys/mldsnoop/inst/dom/vlan-[vlan1] |
mldsnoopQuerierP |
sys/mldsnoop/inst/dom/vlan-[vlan1]/querierp |
bdEntity |
sys/bd |
l2VlanConfig |
sys/bd/vlanconfig-[vlan-1] |
mldsnoopVlan Properties
The following table contains information about the mldsnoopVlan properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
vlanid | nw:IfId (base:IfIndex) | Vlan ID for MLD Snooping Configuration | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
mldsnoopQuerierP Properties
The following table contains information about the mldsnoopQuerierP properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
lastMbrIntvl | mcast:LastMbrQueryIntvl (scalar:Uint16) | Last Member Query Interval | RANGE: [1 , 25] DEFAULT: 1 |
l2VlanConfig Properties
The following table contains information about the l2VlanConfig properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
accEncap | base:Encap
| Access Encapsulation | SELECTION: unknown, vlan-%d or vxlan-%d |
Related Documentation
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Deleting the Interval Between Group-Specific Query Transmissions
Note: This example was added in Release 9.3(3).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
vlan configuration 1
no ipv6 mld snooping last-member-query-interval 22
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
topSystem |
sys |
mldsnoopEntity |
sys/mldsnoop |
mldsnoopInst |
sys/mldsnoop/inst |
mldsnoopDom |
sys/mldsnoop/inst/dom |
mldsnoopVlan |
sys/mldsnoop/inst/dom/vlan-[vlan1] |
mldsnoopQuerierP |
sys/mldsnoop/inst/dom/vlan-[vlan1]/querierp |
bdEntity |
sys/bd |
l2VlanConfig |
sys/bd/vlanconfig-[vlan-1] |
mldsnoopVlan Properties
The following table contains information about the mldsnoopVlan properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
vlanid | nw:IfId (base:IfIndex) | Vlan ID for MLD Snooping Configuration | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
mldsnoopQuerierP Properties
The following table contains information about the mldsnoopQuerierP properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
lastMbrIntvl | mcast:LastMbrQueryIntvl (scalar:Uint16) | Last Member Query Interval | RANGE: [1 , 25] DEFAULT: 1 |
l2VlanConfig Properties
The following table contains information about the l2VlanConfig properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
accEncap | base:Encap
| Access Encapsulation | SELECTION: unknown, vlan-%d or vxlan-%d |
Related Documentation
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Configuring Snooping Querier
Note: This example was added in Release 9.3(3).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
vlan configuration 1
ipv6 mld snooping querier 1:2::3:4
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
topSystem |
sys |
mldsnoopEntity |
sys/mldsnoop |
mldsnoopInst |
sys/mldsnoop/inst |
mldsnoopDom |
sys/mldsnoop/inst/dom |
mldsnoopVlan |
sys/mldsnoop/inst/dom/vlan-[vlan1] |
mldsnoopQuerierP |
sys/mldsnoop/inst/dom/vlan-[vlan1]/querierp |
bdEntity |
sys/bd |
l2VlanConfig |
sys/bd/vlanconfig-[vlan-1] |
mldsnoopVlan Properties
The following table contains information about the mldsnoopVlan properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
vlanid | nw:IfId (base:IfIndex) | Vlan ID for MLD Snooping Configuration | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
mldsnoopQuerierP Properties
The following table contains information about the mldsnoopQuerierP properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
addr | mcast:QuerierIp (address:Ip) | Address | Value must match ipv4 or ipv6 known format |
l2VlanConfig Properties
The following table contains information about the l2VlanConfig properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
accEncap | base:Encap
| Access Encapsulation | SELECTION: unknown, vlan-%d or vxlan-%d |
Related Documentation
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Deleting Snooping Querier
Note: This example was added in Release 9.3(3).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
vlan configuration 1
no ipv6 mld snooping querier 1:2::3:4
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
topSystem |
sys |
mldsnoopEntity |
sys/mldsnoop |
mldsnoopInst |
sys/mldsnoop/inst |
mldsnoopDom |
sys/mldsnoop/inst/dom |
mldsnoopVlan |
sys/mldsnoop/inst/dom/vlan-[vlan1] |
mldsnoopQuerierP |
sys/mldsnoop/inst/dom/vlan-[vlan1]/querierp |
bdEntity |
sys/bd |
l2VlanConfig |
sys/bd/vlanconfig-[vlan-1] |
mldsnoopVlan Properties
The following table contains information about the mldsnoopVlan properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
vlanid | nw:IfId (base:IfIndex) | Vlan ID for MLD Snooping Configuration | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
mldsnoopQuerierP Properties
The following table contains information about the mldsnoopQuerierP properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
addr | mcast:QuerierIp (address:Ip) | Address | Value must match ipv4 or ipv6 known format |
l2VlanConfig Properties
The following table contains information about the l2VlanConfig properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
accEncap | base:Encap
| Access Encapsulation | SELECTION: unknown, vlan-%d or vxlan-%d |
Related Documentation
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Configuring Querier Timeout for MLDv2
Note: This example was added in Release 9.3(3).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
vlan configuration 1
ipv6 mld snooping querier-timeout 34570
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
topSystem |
sys |
mldsnoopEntity |
sys/mldsnoop |
mldsnoopInst |
sys/mldsnoop/inst |
mldsnoopDom |
sys/mldsnoop/inst/dom |
mldsnoopVlan |
sys/mldsnoop/inst/dom/vlan-[vlan1] |
mldsnoopQuerierP |
sys/mldsnoop/inst/dom/vlan-[vlan1]/querierp |
bdEntity |
sys/bd |
l2VlanConfig |
sys/bd/vlanconfig-[vlan-1] |
mldsnoopVlan Properties
The following table contains information about the mldsnoopVlan properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
vlanid | nw:IfId (base:IfIndex) | Vlan ID for MLD Snooping Configuration | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
mldsnoopQuerierP Properties
The following table contains information about the mldsnoopQuerierP properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
timeout | mcast:QuerierTimeout (scalar:Uint16) | Configures Querier Timeout | RANGE: [1 , 0xffff] DEFAULT: 255 |
l2VlanConfig Properties
The following table contains information about the l2VlanConfig properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
accEncap | base:Encap
| Access Encapsulation | SELECTION: unknown, vlan-%d or vxlan-%d |
Related Documentation
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Deleting Querier Timeout for MLDv2
Note: This example was added in Release 9.3(3).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
vlan configuration 1
no ipv6 mld snooping querier-timeout 34570
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
topSystem |
sys |
mldsnoopEntity |
sys/mldsnoop |
mldsnoopInst |
sys/mldsnoop/inst |
mldsnoopDom |
sys/mldsnoop/inst/dom |
mldsnoopVlan |
sys/mldsnoop/inst/dom/vlan-[vlan1] |
mldsnoopQuerierP |
sys/mldsnoop/inst/dom/vlan-[vlan1]/querierp |
bdEntity |
sys/bd |
l2VlanConfig |
sys/bd/vlanconfig-[vlan-1] |
mldsnoopVlan Properties
The following table contains information about the mldsnoopVlan properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
vlanid | nw:IfId (base:IfIndex) | Vlan ID for MLD Snooping Configuration | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
mldsnoopQuerierP Properties
The following table contains information about the mldsnoopQuerierP properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
timeout | mcast:QuerierTimeout (scalar:Uint16) | Configures Querier Timeout | RANGE: [1 , 0xffff] DEFAULT: 255 |
l2VlanConfig Properties
The following table contains information about the l2VlanConfig properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
accEncap | base:Encap
| Access Encapsulation | SELECTION: unknown, vlan-%d or vxlan-%d |
Related Documentation
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Configuring the Interval between Query Transmissions
Note: This example was added in Release 9.3(3).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
vlan configuration 1
ipv6 mld snooping query-interval 17618
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
topSystem |
sys |
mldsnoopEntity |
sys/mldsnoop |
mldsnoopInst |
sys/mldsnoop/inst |
mldsnoopDom |
sys/mldsnoop/inst/dom |
mldsnoopVlan |
sys/mldsnoop/inst/dom/vlan-[vlan1] |
mldsnoopQuerierP |
sys/mldsnoop/inst/dom/vlan-[vlan1]/querierp |
bdEntity |
sys/bd |
l2VlanConfig |
sys/bd/vlanconfig-[vlan-1] |
mldsnoopVlan Properties
The following table contains information about the mldsnoopVlan properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
vlanid | nw:IfId (base:IfIndex) | Vlan ID for MLD Snooping Configuration | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
mldsnoopQuerierP Properties
The following table contains information about the mldsnoopQuerierP properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
queryIntvl | mcast:QueryIntvl (scalar:Uint16) | Query Interval | RANGE: [1 , 18000] DEFAULT: 125 |
l2VlanConfig Properties
The following table contains information about the l2VlanConfig properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
accEncap | base:Encap
| Access Encapsulation | SELECTION: unknown, vlan-%d or vxlan-%d |
Related Documentation
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Deleting the Interval between Query Transmissions
Note: This example was added in Release 9.3(3).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
vlan configuration 1
no ipv6 mld snooping query-interval 17618
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
topSystem |
sys |
mldsnoopEntity |
sys/mldsnoop |
mldsnoopInst |
sys/mldsnoop/inst |
mldsnoopDom |
sys/mldsnoop/inst/dom |
mldsnoopVlan |
sys/mldsnoop/inst/dom/vlan-[vlan1] |
mldsnoopQuerierP |
sys/mldsnoop/inst/dom/vlan-[vlan1]/querierp |
bdEntity |
sys/bd |
l2VlanConfig |
sys/bd/vlanconfig-[vlan-1] |
mldsnoopVlan Properties
The following table contains information about the mldsnoopVlan properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
vlanid | nw:IfId (base:IfIndex) | Vlan ID for MLD Snooping Configuration | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
mldsnoopQuerierP Properties
The following table contains information about the mldsnoopQuerierP properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
queryIntvl | mcast:QueryIntvl (scalar:Uint16) | Query Interval | RANGE: [1 , 18000] DEFAULT: 125 |
l2VlanConfig Properties
The following table contains information about the l2VlanConfig properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
accEncap | base:Encap
| Access Encapsulation | SELECTION: unknown, vlan-%d or vxlan-%d |
Related Documentation
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Configuring MRT for Query Messages
Note: This example was added in Release 9.3(3).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
vlan configuration 1
ipv6 mld snooping query-max-response-time 11
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
topSystem |
sys |
mldsnoopEntity |
sys/mldsnoop |
mldsnoopInst |
sys/mldsnoop/inst |
mldsnoopDom |
sys/mldsnoop/inst/dom |
mldsnoopVlan |
sys/mldsnoop/inst/dom/vlan-[vlan1] |
mldsnoopQuerierP |
sys/mldsnoop/inst/dom/vlan-[vlan1]/querierp |
bdEntity |
sys/bd |
l2VlanConfig |
sys/bd/vlanconfig-[vlan-1] |
mldsnoopVlan Properties
The following table contains information about the mldsnoopVlan properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
vlanid | nw:IfId (base:IfIndex) | Vlan ID for MLD Snooping Configuration | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
mldsnoopQuerierP Properties
The following table contains information about the mldsnoopQuerierP properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
rspIntvl | mcast:QueryRspIntvl (scalar:Uint16) | Response Interval of Querier | RANGE: 1-25 DEFAULT: 10 |
l2VlanConfig Properties
The following table contains information about the l2VlanConfig properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
accEncap | base:Encap
| Access Encapsulation | SELECTION: unknown, vlan-%d or vxlan-%d |
Related Documentation
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Deleting MRT for Query Messages
Note: This example was added in Release 9.3(3).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
vlan configuration 1
no ipv6 mld snooping query-max-response-time 11
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
topSystem |
sys |
mldsnoopEntity |
sys/mldsnoop |
mldsnoopInst |
sys/mldsnoop/inst |
mldsnoopDom |
sys/mldsnoop/inst/dom |
mldsnoopVlan |
sys/mldsnoop/inst/dom/vlan-[vlan1] |
mldsnoopQuerierP |
sys/mldsnoop/inst/dom/vlan-[vlan1]/querierp |
bdEntity |
sys/bd |
l2VlanConfig |
sys/bd/vlanconfig-[vlan-1] |
mldsnoopVlan Properties
The following table contains information about the mldsnoopVlan properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
vlanid | nw:IfId (base:IfIndex) | Vlan ID for MLD Snooping Configuration | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
mldsnoopQuerierP Properties
The following table contains information about the mldsnoopQuerierP properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
rspIntvl | mcast:QueryRspIntvl (scalar:Uint16) | Response Interval of Querier | RANGE: 1-25 DEFAULT: 10 |
l2VlanConfig Properties
The following table contains information about the l2VlanConfig properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
accEncap | base:Encap
| Access Encapsulation | SELECTION: unknown, vlan-%d or vxlan-%d |
Related Documentation
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Configuring RFC Defined Robustness
Note: This example was added in Release 9.3(3).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
vlan configuration 1
ipv6 mld snooping robustness-variable 7
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
topSystem |
sys |
mldsnoopEntity |
sys/mldsnoop |
mldsnoopInst |
sys/mldsnoop/inst |
mldsnoopDom |
sys/mldsnoop/inst/dom |
mldsnoopVlan |
sys/mldsnoop/inst/dom/vlan-[vlan1] |
mldsnoopQuerierP |
sys/mldsnoop/inst/dom/vlan-[vlan1]/querierp |
bdEntity |
sys/bd |
l2VlanConfig |
sys/bd/vlanconfig-[vlan-1] |
mldsnoopVlan Properties
The following table contains information about the mldsnoopVlan properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
vlanid | nw:IfId (base:IfIndex) | Vlan ID for MLD Snooping Configuration | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
mldsnoopQuerierP Properties
The following table contains information about the mldsnoopQuerierP properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
robustFac | mcast:RobustFactor (scalar:UByte) | Robustness Factor | RANGE: [1 , 7] DEFAULT: 2 |
l2VlanConfig Properties
The following table contains information about the l2VlanConfig properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
accEncap | base:Encap
| Access Encapsulation | SELECTION: unknown, vlan-%d or vxlan-%d |
Related Documentation
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Deleting RFC Defined Robustness
Note: This example was added in Release 9.3(3).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
vlan configuration 1
no ipv6 mld snooping robustness-variable 7
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
topSystem |
sys |
mldsnoopEntity |
sys/mldsnoop |
mldsnoopInst |
sys/mldsnoop/inst |
mldsnoopDom |
sys/mldsnoop/inst/dom |
mldsnoopVlan |
sys/mldsnoop/inst/dom/vlan-[vlan1] |
mldsnoopQuerierP |
sys/mldsnoop/inst/dom/vlan-[vlan1]/querierp |
bdEntity |
sys/bd |
l2VlanConfig |
sys/bd/vlanconfig-[vlan-1] |
mldsnoopVlan Properties
The following table contains information about the mldsnoopVlan properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
vlanid | nw:IfId (base:IfIndex) | Vlan ID for MLD Snooping Configuration | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
mldsnoopQuerierP Properties
The following table contains information about the mldsnoopQuerierP properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
robustFac | mcast:RobustFactor (scalar:UByte) | Robustness Factor | RANGE: [1 , 7] DEFAULT: 2 |
l2VlanConfig Properties
The following table contains information about the l2VlanConfig properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
accEncap | base:Encap
| Access Encapsulation | SELECTION: unknown, vlan-%d or vxlan-%d |
Related Documentation
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Configuring the Number of Queries Sent at Startup
Note: This example was added in Release 9.3(3).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
vlan configuration 1
ipv6 mld snooping startup-query-count 8
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
topSystem |
sys |
mldsnoopEntity |
sys/mldsnoop |
mldsnoopInst |
sys/mldsnoop/inst |
mldsnoopDom |
sys/mldsnoop/inst/dom |
mldsnoopVlan |
sys/mldsnoop/inst/dom/vlan-[vlan1] |
mldsnoopQuerierP |
sys/mldsnoop/inst/dom/vlan-[vlan1]/querierp |
bdEntity |
sys/bd |
l2VlanConfig |
sys/bd/vlanconfig-[vlan-1] |
mldsnoopVlan Properties
The following table contains information about the mldsnoopVlan properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
vlanid | nw:IfId (base:IfIndex) | Vlan ID for MLD Snooping Configuration | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
mldsnoopQuerierP Properties
The following table contains information about the mldsnoopQuerierP properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
startQueryCnt | mcast:QueryCnt (scalar:UByte) | Startup Query Count | RANGE: 1-10 |
l2VlanConfig Properties
The following table contains information about the l2VlanConfig properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
accEncap | base:Encap
| Access Encapsulation | SELECTION: unknown, vlan-%d or vxlan-%d |
Related Documentation
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Deleting the Number of Queries Sent at Startup
Note: This example was added in Release 9.3(3).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
vlan configuration 1
no ipv6 mld snooping startup-query-count 8
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
topSystem |
sys |
mldsnoopEntity |
sys/mldsnoop |
mldsnoopInst |
sys/mldsnoop/inst |
mldsnoopDom |
sys/mldsnoop/inst/dom |
mldsnoopVlan |
sys/mldsnoop/inst/dom/vlan-[vlan1] |
mldsnoopQuerierP |
sys/mldsnoop/inst/dom/vlan-[vlan1]/querierp |
bdEntity |
sys/bd |
l2VlanConfig |
sys/bd/vlanconfig-[vlan-1] |
mldsnoopVlan Properties
The following table contains information about the mldsnoopVlan properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
vlanid | nw:IfId (base:IfIndex) | Vlan ID for MLD Snooping Configuration | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
mldsnoopQuerierP Properties
The following table contains information about the mldsnoopQuerierP properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
startQueryCnt | mcast:QueryCnt (scalar:UByte) | Startup Query Count | RANGE: 1-10 |
l2VlanConfig Properties
The following table contains information about the l2VlanConfig properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
accEncap | base:Encap
| Access Encapsulation | SELECTION: unknown, vlan-%d or vxlan-%d |
Related Documentation
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Configuring the Query Interval at Startup
Note: This example was added in Release 9.3(3).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
vlan configuration 1
ipv6 mld snooping startup-query-interval 1532
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
topSystem |
sys |
mldsnoopEntity |
sys/mldsnoop |
mldsnoopInst |
sys/mldsnoop/inst |
mldsnoopDom |
sys/mldsnoop/inst/dom |
mldsnoopVlan |
sys/mldsnoop/inst/dom/vlan-[vlan1] |
mldsnoopQuerierP |
sys/mldsnoop/inst/dom/vlan-[vlan1]/querierp |
bdEntity |
sys/bd |
l2VlanConfig |
sys/bd/vlanconfig-[vlan-1] |
mldsnoopVlan Properties
The following table contains information about the mldsnoopVlan properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
vlanid | nw:IfId (base:IfIndex) | Vlan ID for MLD Snooping Configuration | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
mldsnoopQuerierP Properties
The following table contains information about the mldsnoopQuerierP properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
startQueryIntvl | mcast:StartQueryIntvl (scalar:Uint16) | Startup Query Interval | RANGE: [1 , 18000] DEFAULT: 31 |
l2VlanConfig Properties
The following table contains information about the l2VlanConfig properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
accEncap | base:Encap
| Access Encapsulation | SELECTION: unknown, vlan-%d or vxlan-%d |
Related Documentation
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Deleting the Query Interval at Startup
Note: This example was added in Release 9.3(3).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
vlan configuration 1
no ipv6 mld snooping startup-query-interval 1532
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
topSystem |
sys |
mldsnoopEntity |
sys/mldsnoop |
mldsnoopInst |
sys/mldsnoop/inst |
mldsnoopDom |
sys/mldsnoop/inst/dom |
mldsnoopVlan |
sys/mldsnoop/inst/dom/vlan-[vlan1] |
mldsnoopQuerierP |
sys/mldsnoop/inst/dom/vlan-[vlan1]/querierp |
bdEntity |
sys/bd |
l2VlanConfig |
sys/bd/vlanconfig-[vlan-1] |
mldsnoopVlan Properties
The following table contains information about the mldsnoopVlan properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
vlanid | nw:IfId (base:IfIndex) | Vlan ID for MLD Snooping Configuration | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
mldsnoopQuerierP Properties
The following table contains information about the mldsnoopQuerierP properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
startQueryIntvl | mcast:StartQueryIntvl (scalar:Uint16) | Startup Query Interval | RANGE: [1 , 18000] DEFAULT: 31 |
l2VlanConfig Properties
The following table contains information about the l2VlanConfig properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
accEncap | base:Encap
| Access Encapsulation | SELECTION: unknown, vlan-%d or vxlan-%d |
Related Documentation
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Configuring the MLD Version Number for VLAN/BD
Note: This example was added in Release 9.3(3).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
vlan configuration 1
ipv6 mld snooping version 2
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
topSystem |
sys |
mldsnoopEntity |
sys/mldsnoop |
mldsnoopInst |
sys/mldsnoop/inst |
mldsnoopDom |
sys/mldsnoop/inst/dom |
mldsnoopVlan |
sys/mldsnoop/inst/dom/vlan-[vlan1] |
mldsnoopQuerierP |
sys/mldsnoop/inst/dom/vlan-[vlan1]/querierp |
bdEntity |
sys/bd |
l2VlanConfig |
sys/bd/vlanconfig-[vlan-1] |
mldsnoopVlan Properties
The following table contains information about the mldsnoopVlan properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
vlanid | nw:IfId (base:IfIndex) | Vlan ID for MLD Snooping Configuration | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
mldsnoopQuerierP Properties
The following table contains information about the mldsnoopQuerierP properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
mldsnVer | mldsnoop:Ver (scalar:Enum8) | MLD snooping version | SELECTION: 1 - v1 2 - v2 DEFAULT: v2 |
l2VlanConfig Properties
The following table contains information about the l2VlanConfig properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
accEncap | base:Encap
| Access Encapsulation | SELECTION: unknown, vlan-%d or vxlan-%d |
Related Documentation
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Deleting the MLD Version Number for VLAN/BD
Note: This example was added in Release 9.3(3).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
vlan configuration 1
no ipv6 mld snooping version 2
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
topSystem |
sys |
mldsnoopEntity |
sys/mldsnoop |
mldsnoopInst |
sys/mldsnoop/inst |
mldsnoopDom |
sys/mldsnoop/inst/dom |
mldsnoopVlan |
sys/mldsnoop/inst/dom/vlan-[vlan1] |
mldsnoopQuerierP |
sys/mldsnoop/inst/dom/vlan-[vlan1]/querierp |
bdEntity |
sys/bd |
l2VlanConfig |
sys/bd/vlanconfig-[vlan-1] |
mldsnoopVlan Properties
The following table contains information about the mldsnoopVlan properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
vlanid | nw:IfId (base:IfIndex) | Vlan ID for MLD Snooping Configuration | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
mldsnoopQuerierP Properties
The following table contains information about the mldsnoopQuerierP properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
mldsnVer | mldsnoop:Ver (scalar:Enum8) | MLD snooping version | SELECTION: 1 - v1 2 - v2 DEFAULT: v2 |
l2VlanConfig Properties
The following table contains information about the l2VlanConfig properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
accEncap | base:Encap
| Access Encapsulation | SELECTION: unknown, vlan-%d or vxlan-%d |
Related Documentation
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html