Configuring Global MLD Snooping
MLD snooping can be enabled and disabled in the global configuration mode as well as in the VLAN configuration mode. Snooping is disabled by default in the global configuration mode and enabled per VLAN. Snooping is operational on a VLAN only if it is enabled both on the VLAN as well is in the global configuration mode.
For more information, see the Cisco Nexus 9000 Series NX-OS Multicast Routing Configuration Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-installation-and-configuration-guides-list.html/
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.
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopGVlan |
sys/mldsnoop/inst/dom/gl/gvlan |
mldsnoopGVlan Properties
The following table contains information about the mldsnoopGVlan 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:MldSnoopGl (scalar:Bool) | Enable/Disable MLD Snooping globally | SELECTION: true or false DEFAULT: false |
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.
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopGVlan |
sys/mldsnoop/inst/dom/gl/gvlan |
mldsnoopGVlan Properties
The following table contains information about the mldsnoopGVlan 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:MldSnoopGl (scalar:Bool) | Enable/Disable MLD Snooping globally | SELECTION: true or false DEFAULT: false |
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 IPv6 MLD Snooping System Management
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.
system 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 |
platformEntity |
sys/pltfm |
platformEntity Properties
The following table contains information about the platformEntity 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 |
mldSnooping | platform:MldSnooping (scalar:Enum8) | Used to enable/disable system mld snooping | SELECTION: false true DEFAULT: false |
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
Disabling IPv6 MLD Snooping System Management
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.
no system 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 |
platformEntity |
sys/pltfm |
platformEntity Properties
The following table contains information about the platformEntity 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 |
mldSnooping | platform:MldSnooping (scalar:Enum8) | Used to enable/disable system mld snooping | SELECTION: 0 - disable 1 - enable DEFAULT: disable |
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 General Query Miss Count
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.
ipv6 mld snooping max-gq-miss 3
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopGTimers |
sys/mldsnoop/inst/dom/gl/gtimers |
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 |
maxGqMiss | ipmcsnoop:MaxGqMiss (scalar:Uint16) | Maximum General Query Miss Count | RANGE: [3 , 5] DEFAULT: 3 |
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 General Query Miss Count
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.
no ipv6 mld snooping max-gq-miss 3
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopGTimers |
sys/mldsnoop/inst/dom/gl/gtimers |
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 |
maxGqMiss | ipmcsnoop:MaxGqMiss (scalar:Uint16) | Maximum General Query Miss Count | RANGE: [3 , 5] DEFAULT: 3 |
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 MLDv1 Report Suppression for the 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.
ipv6 mld snooping report-suppression
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopMldsnBase |
sys/mldsnoop/inst/dom/gl/mldsnbase |
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 |
reportSuppr | ipmcsnoop:ReportSuppr (scalar:Bool) | MLDv1 report Suppression for VLAN | SELECTION: true or false DEFAULT: 1 |
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 MLDv1 Report Suppression for the 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.
no ipv6 mld snooping report-suppression
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopMldsnBase |
sys/mldsnoop/inst/dom/gl/mldsnbase |
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 |
reportSuppr | ipmcsnoop:ReportSuppr (scalar:Bool) | MLDv1 report Suppression for VLAN | SELECTION: true or false DEFAULT: 1 |
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 VLAN/BD link-Local Group Suppression
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.
ipv6 mld snooping link-local-groups-suppression
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopMldsnBase |
sys/mldsnoop/inst/dom/gl/mldsnbase |
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 |
llGrpSuppr | ipmcsnoop:LlGrpSuppr (scalar:Bool) | Link Local Group Suppression | SELECTION: true or false DEFAULT: 1 |
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 VLAN/BD link-Local Group Suppression
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.
no ipv6 mld snooping link-local-groups-suppression
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopMldsnBase |
sys/mldsnoop/inst/dom/gl/mldsnbase |
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 |
llGrpSuppr | ipmcsnoop:LlGrpSuppr (scalar:Bool) | Link Local Group Suppression | SELECTION: true or false DEFAULT: 1 |
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 Group Membership Timeout
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.
ipv6 mld snooping group-timeout 8865
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopGTimers |
sys/mldsnoop/inst/dom/gl/gtimers |
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 |
grpTimeout | mcast:GrpTimeout (scalar:Uint16) | Group Membership Timeout | RANGE: 1-10080, never |
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 Group Membership Timeout
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.
no ipv6 mld snooping group-timeout 8865
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopGTimers |
sys/mldsnoop/inst/dom/gl/gtimers |
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 |
grpTimeout | mcast:GrpTimeout (scalar:Uint16) | Group Membership Timeout | RANGE: 1-10080 |
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 MLD Snooping to Never Expire Ports from Group Membership
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.
ipv6 mld snooping group-timeout never
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopGTimers |
sys/mldsnoop/inst/dom/gl/gtimers |
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 |
grpTimeout | mcast:GrpTimeout (scalar:Uint16) | Group Membership Timeout | RANGE: [1, 10080], never |
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 to Never Expire Ports from Group Membership
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.
no ipv6 mld snooping group-timeout never
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopGTimers |
sys/mldsnoop/inst/dom/gl/gtimers |
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 |
grpTimeout | mcast:GrpTimeout (scalar:Uint16) | Group Membership Timeout | RANGE: [1, 10080], never |
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 in Seconds
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.
ipv6 mld snooping proxy general-queries mrt 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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopProxy |
sys/mldsnoop/inst/dom/gl/proxy |
mldsnoopProxy Properties
The following table contains information about the mldsnoopProxy 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 |
maxRespTime | ipmcsnoop:Mrt (scalar:Uint16) | Configures MRT for Switch's Proxy General-Queries | RANGE: [0 , 25] DEFAULT: 5 |
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 in Seconds
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.
no ipv6 mld snooping proxy general-queries mrt 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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopProxy |
sys/mldsnoop/inst/dom/gl/proxy |
mldsnoopProxy Properties
The following table contains information about the mldsnoopProxy 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 |
maxRespTime | ipmcsnoop:Mrt (scalar:Uint16) | Configures MRT for Switch's Proxy General-Queries | RANGE: [0 , 25] DEFAULT: 5 |
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 Initial Holddown Period After Switchover/Restart
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.
ipv6 mld snooping holddown-timer 118
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopMcTraf |
sys/mldsnoop/inst/dom/gl/mctraf |
mldsnoopMcTraf Properties
The following table contains information about the mldsnoopMcTraf 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 |
holddownTimer | mcast:HolddownTimer (scalar:Uint16) | Configures Initial Holddown Period After Switchover/Restart | RANGE: [1 , 300] DEFAULT: 210 |
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 Initial Holddown Period After Switchover/Restart
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.
no ipv6 mld snooping holddown-timer 118
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopMcTraf |
sys/mldsnoop/inst/dom/gl/mctraf |
mldsnoopMcTraf Properties
The following table contains information about the mldsnoopMcTraf 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 |
holddownTimer | mcast:HolddownTimer (scalar:Uint16) | Configures Initial Holddown Period After Switchover/Restart | RANGE: [1 , 300] DEFAULT: 210 |
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 Size for VLAN/BD Events for MLD-Snoop
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.
ipv6 mld snooping event-history vlan size small
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopEventHistory |
sys/mldsnoop/inst/dom/gl/eventhist-vlan |
mldsnoopEventHistory Properties
The following table contains information about the mldsnoopEventHistory 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 |
size | mldsnoop:Size (scalar:Uint32) | configures buffer size in text/kb | RANGE: [0 , 4] DEFAULT: 3 |
type | mldsnoop:EhType (scalar:Enum8) | configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\} | SELECTION: 0 - mld-snoop-internal 1 - mfdm 2 - mfdm-sum 3 - rib 4 - vlan 5 - vlan-events 6 - vpc |
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 Size for VLAN/BD Events for MLD-Snoop
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.
no ipv6 mld snooping event-history vlan size small
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopEventHistory |
sys/mldsnoop/inst/dom/gl/eventhist-vlan |
mldsnoopEventHistory Properties
The following table contains information about the mldsnoopEventHistory 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 |
status | mo:ModificationStatus (scalar:Bitmask32) | The upgrade status. This property is for internal use only. | SELECTION: 2 - created 4 - modified 8 - deleted 16 - replaced |
type | mldsnoop:EhType (scalar:Enum8) | configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\} | SELECTION: 0 - mld-snoop-internal 1 - mfdm 2 - mfdm-sum 3 - rib 4 - vlan 5 - vlan-events 6 - vpc |
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 Event History Buffer Size for VLAN/BD Events
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.
ipv6 mld snooping event-history vlan-events size medium
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopEventHistory |
sys/mldsnoop/inst/dom/gl/eventhist-vlan-events |
mldsnoopEventHistory Properties
The following table contains information about the mldsnoopEventHistory 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 |
size | mldsnoop:Size (scalar:Uint32) | configures buffer size in text/kb | RANGE: [0 , 4] DEFAULT: 2 |
type | mldsnoop:EhType (scalar:Enum8) | configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\} | SELECTION: 0 - mld-snoop-internal 1 - mfdm 2 - mfdm-sum 3 - rib 4 - vlan 5 - vlan-events 6 - vpc |
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 Event History Buffer Size for VLAN/BD Events
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.
no ipv6 mld snooping event-history vlan-events size medium
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopEventHistory |
sys/mldsnoop/inst/dom/gl/eventhist-vlan-events |
mldsnoopEventHistory Properties
The following table contains information about the mldsnoopEventHistory 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 |
status | mo:ModificationStatus (scalar:Bitmask32) | The upgrade status. This property is for internal use only. | SELECTION: 2 - created 4 - modified 8 - deleted 16 - replaced |
type | mldsnoop:EhType (scalar:Enum8) | configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\} | SELECTION: 0 - mld-snoop-internal 1 - mfdm 2 - mfdm-sum 3 - rib 4 - vlan 5 - vlan-events 6 - vpc |
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 Event History Buffer for MLD-Snoop Internal Events
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.
ipv6 mld snooping event-history mld-snoop-internal size disabled
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopEventHistory |
sys/mldsnoop/inst/dom/gl/eventhist-mld-snoop-internal |
mldsnoopEventHistory Properties
The following table contains information about the mldsnoopEventHistory 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 |
size | mldsnoop:Size (scalar:Uint32) | configures buffer size in text/kb | RANGE: [0 , 4] DEFAULT: 4 |
type | mldsnoop:EhType (scalar:Enum8) | configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\} | SELECTION: 0 - mld-snoop-internal 1 - mfdm 2 - mfdm-sum 3 - rib 4 - vlan 5 - vlan-events 6 - vpc |
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 Event History Buffer for MLD-Snoop Internal Events
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.
no ipv6 mld snooping event-history mld-snoop-internal size disabled
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopEventHistory |
sys/mldsnoop/inst/dom/gl/eventhist-mld-snoop-internal |
mldsnoopEventHistory Properties
The following table contains information about the mldsnoopEventHistory 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 |
status | mo:ModificationStatus (scalar:Bitmask32) | The upgrade status. This property is for internal use only. | SELECTION: 2 - created 4 - modified 8 - deleted 16 - replaced |
type | mldsnoop:EhType (scalar:Enum8) | configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\} | SELECTION: 0 - mld-snoop-internal 1 - mfdm 2 - mfdm-sum 3 - rib 4 - vlan 5 - vlan-events 6 - vpc |
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 Event History Buffer Size for MFDM-SUM Events
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.
ipv6 mld snooping event-history mfdm-sum size disabled
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopEventHistory |
sys/mldsnoop/inst/dom/gl/eventhist-mfdm-sum |
mldsnoopEventHistory Properties
The following table contains information about the mldsnoopEventHistory 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 |
size | mldsnoop:Size (scalar:Uint32) | configures buffer size in text/kb | RANGE: [0 , 4] DEFAULT: 2 |
type | mldsnoop:EhType (scalar:Enum8) | configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\} | SELECTION: 0 - mld-snoop-internal 1 - mfdm 2 - mfdm-sum 3 - rib 4 - vlan 5 - vlan-events 6 - vpc |
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 Event History Buffer Size for MFDM-SUM Events
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.
no ipv6 mld snooping event-history mfdm-sum size disabled
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopEventHistory |
sys/mldsnoop/inst/dom/gl/eventhist-mfdm-sum |
mldsnoopEventHistory Properties
The following table contains information about the mldsnoopEventHistory 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 |
status | mo:ModificationStatus (scalar:Bitmask32) | The upgrade status. This property is for internal use only. | SELECTION: 2 - created 4 - modified 8 - deleted 16 - replaced |
type | mldsnoop:EhType (scalar:Enum8) | configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\} | SELECTION: 0 - mld-snoop-internal 1 - mfdm 2 - mfdm-sum 3 - rib 4 - vlan 5 - vlan-events 6 - vpc |
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 Event History Buffer Size for VPC Events
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.
ipv6 mld snooping event-history vpc size disabled
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopEventHistory |
sys/mldsnoop/inst/dom/gl/eventhist-vpc |
mldsnoopEventHistory Properties
The following table contains information about the mldsnoopEventHistory 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 |
size | mldsnoop:Size (scalar:Uint32) | configures buffer size in text/kb | RANGE: [0 , 4] DEFAULT: 4 |
type | mldsnoop:EhType (scalar:Enum8) | configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\} | SELECTION: 0 - mld-snoop-internal 1 - mfdm 2 - mfdm-sum 3 - rib 4 - vlan 5 - vlan-events 6 - vpc |
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 Event History Buffer Size for VPC Events
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.
no ipv6 mld snooping event-history vpc size disabled
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopEventHistory |
sys/mldsnoop/inst/dom/gl/eventhist-vpc |
mldsnoopEventHistory Properties
The following table contains information about the mldsnoopEventHistory 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 |
status | mo:ModificationStatus (scalar:Bitmask32) | The upgrade status. This property is for internal use only. | SELECTION: 2 - created 4 - modified 8 - deleted 16 - replaced |
type | mldsnoop:EhType (scalar:Enum8) | configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\} | SELECTION: 0 - mld-snoop-internal 1 - mfdm 2 - mfdm-sum 3 - rib 4 - vlan 5 - vlan-events 6 - vpc |
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 Event History Size for RIB events
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.
ipv6 mld snooping event-history rib size disabled
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopEventHistory |
sys/mldsnoop/inst/dom/gl/eventhist-rib |
mldsnoopEventHistory Properties
The following table contains information about the mldsnoopEventHistory 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 |
size | mldsnoop:Size (scalar:Uint32) | configures buffer size in text/kb | RANGE: [0 , 4] DEFAULT: 4 |
type | mldsnoop:EhType (scalar:Enum8) | configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\} | SELECTION: 0 - mld-snoop-internal 1 - mfdm 2 - mfdm-sum 3 - rib 4 - vlan 5 - vlan-events 6 - vpc |
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 Event History Size for RIB events
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.
no ipv6 mld snooping event-history rib size disabled
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopEventHistory |
sys/mldsnoop/inst/dom/gl/eventhist-rib |
mldsnoopEventHistory Properties
The following table contains information about the mldsnoopEventHistory 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 |
status | mo:ModificationStatus (scalar:Bitmask32) | The upgrade status. This property is for internal use only. | SELECTION: 2 - created 4 - modified 8 - deleted 16 - replaced |
type | mldsnoop:EhType (scalar:Enum8) | configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\} | SELECTION: 0 - mld-snoop-internal 1 - mfdm 2 - mfdm-sum 3 - rib 4 - vlan 5 - vlan-events 6 - vpc |
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 VPC Peer Link as Static Mrouter for all VLANs/BDs
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.
ipv6 mld snooping mrouter vpc-peer-link
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopMRouter |
sys/mldsnoop/inst/dom/gl/mrouter |
mldsnoopMRouter Properties
The following table contains information about the mldsnoopMRouter 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 |
vpcPeerLink | ipmcsnoop:Vpc (scalar:Bool) | Specify vpc-peer-link as Static Mrouter for all VLAN/BD | SELECTION: true or false DEFAULT: 1 |
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 VPC Peer Link as Static Mrouter for all VLANs/BDs
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.
no ipv6 mld snooping mrouter vpc-peer-link
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopMRouter |
sys/mldsnoop/inst/dom/gl/mrouter |
mldsnoopMRouter Properties
The following table contains information about the mldsnoopMRouter 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 |
vpcPeerLink | ipmcsnoop:Vpc (scalar:Bool) | Specify vpc-peer-link as Static Mrouter for all VLAN/BD | SELECTION: true or false DEFAULT: 1 |
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
Disabling NVE as a Static Router Port
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.
ipv6 mld snooping disable-nve-static-router-port
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopGVlan |
sys/mldsnoop/inst/dom/gl/gvlan |
mldsnoopGVlan Properties
The following table contains information about the mldsnoopGVlan 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 |
disableNveStRtrPort | ipmcsnoop:DisableNveStRtrPort (scalar:Bool) | Disable NVE Static Router Port | SELECTION: true or false DEFAULT: 0 |
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
Enabling NVE as a Static Router Port
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.
no ipv6 mld snooping disable-nve-static-router-port
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopGVlan |
sys/mldsnoop/inst/dom/gl/gvlan |
mldsnoopGVlan Properties
The following table contains information about the mldsnoopGVlan 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 |
disableNveStRtrPort | ipmcsnoop:DisableNveStRtrPort (scalar:Bool) | Disable NVE Static Router Port | SELECTION: true or false DEFAULT: 0 |
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 MLD Snooping Table Syslog Threshold
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.
ipv6 mld snooping syslog-threshold 80
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopGDebug |
sys/mldsnoop/inst/dom/gl/gdebug |
mldsnoopGDebug Properties
The following table contains information about the mldsnoopGDebug 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 |
syslogThreshold | ipmcsnoop:SyslogThrshold (scalar:Uint16) | IGMP Snooping Syslog Threshold Percentage | RANGE: [1 , 100] DEFAULT: 90 |
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 Table Syslog Threshold
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.
no ipv6 mld snooping syslog-threshold 80
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopGDebug |
sys/mldsnoop/inst/dom/gl/gdebug |
mldsnoopGDebug Properties
The following table contains information about the mldsnoopGDebug 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 |
syslogThreshold | ipmcsnoop:SyslogThrshold (scalar:Uint16) | IGMP Snooping Syslog Threshold Percentage | RANGE: [1 , 100] DEFAULT: 90 |
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 IPv6 MLD Snooping Events
Note: This example was added in Release 9.3(5).
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.
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopGVlan |
sys/mldsnoop/inst/dom/gl/gvlan |
mldsnoopGVlan Properties
The following table contains information about the mldsnoopGVlan 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:MldSnoopGl (scalar:Bool) | Enable/Disable MLD Snooping globally | SELECTION: true or false DEFAULT: 0 |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
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 IPv6 MLD Snooping Events
Note: This example was added in Release 9.3(5).
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.
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopGVlan |
sys/mldsnoop/inst/dom/gl/gvlan |
mldsnoopGVlan Properties
The following table contains information about the mldsnoopGVlan 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:MldSnoopGl (scalar:Bool) | Enable/Disable MLD Snooping globally | SELECTION: true or false DEFAULT: 0 |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
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 Event History Buffer Size for MFDM Events
Note: This example was added in Release 9.3(5).
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.
ipv6 mld snooping event-history mfdm size medium
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopEventHistory |
sys/mldsnoop/inst/dom/gl/eventhist-mfdm |
mldsnoopEventHistory Properties
The following table contains information about the mldsnoopEventHistory 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 |
size | mldsnoop:Size (scalar:Uint32) | configures buffer size in text/kb | RANGE: [0 , 4] DEFAULT: 0 |
type | mldsnoop:EhType (scalar:Enum8) | configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\} | SELECTION: 0 - mld-snoop-internal 1 - mfdm 2 - mfdm-sum 3 - rib 4 - vlan 5 - vlan-events 6 - vpc |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
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 Event History Buffer Size for MFDM Events
Note: This example was added in Release 9.3(5).
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.
no ipv6 mld snooping event-history mfdm size medium
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopEventHistory |
sys/mldsnoop/inst/dom/gl/eventhist-mfdm |
mldsnoopEventHistory Properties
The following table contains information about the mldsnoopEventHistory 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 |
size | mldsnoop:Size (scalar:Uint32) | configures buffer size in text/kb | RANGE: [0 , 4] DEFAULT: 0 |
type | mldsnoop:EhType (scalar:Enum8) | configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\} | SELECTION: 0 - mld-snoop-internal 1 - mfdm 2 - mfdm-sum 3 - rib 4 - vlan 5 - vlan-events 6 - vpc |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
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 Event History Buffer Size for MFDM-Sum Events
Note: This example was added in Release 9.3(5).
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.
ipv6 mld snooping event-history mfdm-sum size medium
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopEventHistory |
sys/mldsnoop/inst/dom/gl/eventhist-mfdm-sum |
mldsnoopEventHistory Properties
The following table contains information about the mldsnoopEventHistory 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 |
size | mldsnoop:Size (scalar:Uint32) | configures buffer size in text/kb | RANGE: [0 , 4] DEFAULT: 0 |
type | mldsnoop:EhType (scalar:Enum8) | configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\} | SELECTION: 0 - mld-snoop-internal 1 - mfdm 2 - mfdm-sum 3 - rib 4 - vlan 5 - vlan-events 6 - vpc |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
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 Event History Buffer Size for MFDM-Sum Events
Note: This example was added in Release 9.3(5).
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.
no ipv6 mld snooping event-history mfdm-sum size medium
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopEventHistory |
sys/mldsnoop/inst/dom/gl/eventhist-mfdm-sum |
mldsnoopEventHistory Properties
The following table contains information about the mldsnoopEventHistory 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 |
size | mldsnoop:Size (scalar:Uint32) | configures buffer size in text/kb | RANGE: [0 , 4] DEFAULT: 0 |
type | mldsnoop:EhType (scalar:Enum8) | configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\} | SELECTION: 0 - mld-snoop-internal 1 - mfdm 2 - mfdm-sum 3 - rib 4 - vlan 5 - vlan-events 6 - vpc |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
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 Event History Buffer Size for MLD-Snoop-Internal Events
Note: This example was added in Release 9.3(5).
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.
no ipv6 mld snooping event-history MLD-snoop-internal
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopEventHistory |
sys/mldsnoop/inst/dom/gl/eventhist-mld-snoop-internal |
mldsnoopEventHistory Properties
The following table contains information about the mldsnoopEventHistory 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 |
size | mldsnoop:Size (scalar:Uint32) | configures buffer size in text/kb | RANGE: [0 , 4] DEFAULT: 0 |
type | mldsnoop:EhType (scalar:Enum8) | configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\} | SELECTION: 0 - mld-snoop-internal 1 - mfdm 2 - mfdm-sum 3 - rib 4 - vlan 5 - vlan-events 6 - vpc |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
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 Event History Buffer Size as Medium for VLAN Events
Note: This example was added in Release 9.3(5).
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.
ipv6 mld snooping event-history vlan size medium
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopEventHistory |
sys/mldsnoop/inst/dom/gl/eventhist-vlan |
mldsnoopEventHistory Properties
The following table contains information about the mldsnoopEventHistory 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 |
size | mldsnoop:Size (scalar:Uint32) | configures buffer size in text/kb | RANGE: [0 , 4] DEFAULT: 0 |
type | mldsnoop:EhType (scalar:Enum8) | configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\} | SELECTION: 0 - mld-snoop-internal 1 - mfdm 2 - mfdm-sum 3 - rib 4 - vlan 5 - vlan-events 6 - vpc |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
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 Event History Buffer Size as Medium for VLAN Events
Note: This example was added in Release 9.3(5).
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.
no ipv6 mld snooping event-history vlan size medium
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopEventHistory |
sys/mldsnoop/inst/dom/gl/eventhist-vlan |
mldsnoopEventHistory Properties
The following table contains information about the mldsnoopEventHistory 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 |
size | mldsnoop:Size (scalar:Uint32) | configures buffer size in text/kb | RANGE: [0 , 4] DEFAULT: 0 |
type | mldsnoop:EhType (scalar:Enum8) | configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\} | SELECTION: 0 - mld-snoop-internal 1 - mfdm 2 - mfdm-sum 3 - rib 4 - vlan 5 - vlan-events 6 - vpc |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
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 Event History Buffer Size as Large for VLAN Events
Note: This example was added in Release 9.3(5).
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.
ipv6 mld snooping event-history vlan size large
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopEventHistory |
sys/mldsnoop/inst/dom/gl/eventhist-vlan |
mldsnoopEventHistory Properties
The following table contains information about the mldsnoopEventHistory 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 |
size | mldsnoop:Size (scalar:Uint32) | configures buffer size in text/kb | RANGE: [0 , 4] DEFAULT: 0 |
type | mldsnoop:EhType (scalar:Enum8) | configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\} | SELECTION: 0 - mld-snoop-internal 1 - mfdm 2 - mfdm-sum 3 - rib 4 - vlan 5 - vlan-events 6 - vpc |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
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 Event History Buffer Size as Large for VLAN Events
Note: This example was added in Release 9.3(5).
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.
no ipv6 mld snooping event-history vlan size large
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopEventHistory |
sys/mldsnoop/inst/dom/gl/eventhist-vlan |
mldsnoopEventHistory Properties
The following table contains information about the mldsnoopEventHistory 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 |
size | mldsnoop:Size (scalar:Uint32) | configures buffer size in text/kb | RANGE: [0 , 4] DEFAULT: 0 |
type | mldsnoop:EhType (scalar:Enum8) | configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\} | SELECTION: 0 - mld-snoop-internal 1 - mfdm 2 - mfdm-sum 3 - rib 4 - vlan 5 - vlan-events 6 - vpc |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
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 Event History Buffer Size for VPC Events
Note: This example was added in Release 9.3(5).
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.
ipv6 mld snooping event-history vpc size medium
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopEventHistory |
sys/mldsnoop/inst/dom/gl/eventhist-vpc |
mldsnoopEventHistory Properties
The following table contains information about the mldsnoopEventHistory 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 |
size | mldsnoop:Size (scalar:Uint32) | configures buffer size in text/kb | RANGE: [0 , 4] DEFAULT: 0 |
type | mldsnoop:EhType (scalar:Enum8) | configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\} | SELECTION: 0 - mld-snoop-internal 1 - mfdm 2 - mfdm-sum 3 - rib 4 - vlan 5 - vlan-events 6 - vpc |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
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 Event History Buffer Size for VPC Events
Note: This example was added in Release 9.3(5).
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.
no ipv6 mld snooping event-history vpc size medium
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopEventHistory |
sys/mldsnoop/inst/dom/gl/eventhist-vpc |
mldsnoopEventHistory Properties
The following table contains information about the mldsnoopEventHistory 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 |
size | mldsnoop:Size (scalar:Uint32) | configures buffer size in text/kb | RANGE: [0 , 4] DEFAULT: 0 |
type | mldsnoop:EhType (scalar:Enum8) | configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\} | SELECTION: 0 - mld-snoop-internal 1 - mfdm 2 - mfdm-sum 3 - rib 4 - vlan 5 - vlan-events 6 - vpc |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
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 VLAN/BD Link-Local Groups Suppression
Note: This example was added in Release 9.3(5).
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.
ipv6 mld snooping link-local-groups-suppression
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopMldsnBase |
sys/mldsnoop/inst/dom/gl/mldsnbase |
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 |
llGrpSuppr | ipmcsnoop:LlGrpSuppr (scalar:Bool) | Link Local Group Suppression | SELECTION: true or false DEFAULT: 1 |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
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 VLAN/BD Link-Local Groups Suppression
Note: This example was added in Release 9.3(5).
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.
no ipv6 mld snooping link-local-groups-suppression
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopMldsnBase |
sys/mldsnoop/inst/dom/gl/mldsnbase |
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 |
llGrpSuppr | ipmcsnoop:LlGrpSuppr (scalar:Bool) | Link Local Group Suppression | SELECTION: true or false DEFAULT: 1 |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
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 MLDv1 Report Suppression for the VLAN/BD
Note: This example was added in Release 9.3(5).
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.
ipv6 mld snooping report-suppression
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopMldsnBase |
sys/mldsnoop/inst/dom/gl/mldsnbase |
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 |
reportSuppr | ipmcsnoop:ReportSuppr (scalar:Bool) | IGMPv1/v2 report Suppression for VLAN | SELECTION: true or false DEFAULT: 1 |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
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 MLDv1 Report Suppression for the VLAN/BD
Note: This example was added in Release 9.3(5).
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.
no ipv6 mld snooping report-suppression
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopMldsnBase |
sys/mldsnoop/inst/dom/gl/mldsnbase |
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 |
reportSuppr | ipmcsnoop:ReportSuppr (scalar:Bool) | IGMPv1/v2 report Suppression for VLAN | SELECTION: true or false DEFAULT: 1 |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
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 MLDv2 Report Suppression and Proxy Reporting for the VLAN/BD
Note: This example was added in Release 9.3(5).
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.
ipv6 mld snooping v2-report-suppression
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopMldsnBase |
sys/mldsnoop/inst/dom/gl/mldsnbase |
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 |
v2ReportSuppr | mldsnoop:V2ReportSuppr (scalar:Bool) | MLDv2 Report Suppression and Proxy Reporting | SELECTION: true or false DEFAULT: 0 |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
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 MLDv2 Report Suppression and Proxy Reporting for the VLAN/BD
Note: This example was added in Release 9.3(5).
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.
no ipv6 mld snooping v2-report-suppression
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 |
mldsnoopGl |
sys/mldsnoop/inst/dom/gl |
mldsnoopMldsnBase |
sys/mldsnoop/inst/dom/gl/mldsnbase |
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 |
v2ReportSuppr | mldsnoop:V2ReportSuppr (scalar:Bool) | MLDv2 Report Suppression and Proxy Reporting | SELECTION: true or false DEFAULT: 0 |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
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