Configuring Event-History Buffers for IGMP
These examples demonstrate how to configure the size of the event history buffers. The options are small, medium, large, and disabled. The default is small.
Configuring CLI Event-History Buffers For IGMP
Note: This example was added in Release 7.0(3)I7(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.
ip igmp event-history cli size medium
Note: The property information for this example was added in Release 9.3(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 |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpEventHistory |
sys/igmp/inst/dom-{name}/eventHist-{type} |
igmpDom Properties
The following table contains information about the igmpDom 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 |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpEventHistory Properties
The following table contains information about the igmpEventHistory 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 | igmp:Size (scalar:Uint32) | Configures buffer size in text per kb | RANGE: [0 , 4] DEFAULT: 3 |
type | igmp:EhType (scalar:Enum16) | Configures type of event history | SELECTION: 0 - igmpInternal 1 - cli 2 - groupDebugs 3 - groupEvents 4 - ha 5 - intfDebugs 6 - intfEvents 7 - mtrace 8 - mvr 9 - policy 10 - vrf 11 - nbm |
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 CLI Event-History Buffers For IGMP
Note: This example was added in Release 7.0(3)I7(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 ip igmp event-history cli size medium
Note: The property information for this example was added in Release 9.3(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 |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpEventHistory |
sys/igmp/inst/dom-{name}/eventHist-{type} |
igmpDom Properties
The following table contains information about the igmpDom 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 |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpEventHistory Properties
The following table contains information about the igmpEventHistory 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 | igmp:EhType (scalar:Enum16) | Configures type of event history | SELECTION: 0 - igmpInternal 1 - cli 2 - groupDebugs 3 - groupEvents 4 - ha 5 - intfDebugs 6 - intfEvents 7 - mtrace 8 - mvr 9 - policy 10 - vrf 11 - nbm |
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 HA Event-History Buffers For IGMP
Note: This example was added in Release 7.0(3)I7(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.
ip igmp event-history ha size medium
Note: The property information for this example was added in Release 9.3(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 |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpEventHistory |
sys/igmp/inst/dom-{name}/eventHist-{type} |
igmpDom Properties
The following table contains information about the igmpDom 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 |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpEventHistory Properties
The following table contains information about the igmpEventHistory 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 | igmp:Size (scalar:Uint32) | Configures buffer size in text per kb | RANGE: [0 , 4] DEFAULT: 3 |
type | igmp:EhType (scalar:Enum16) | Configures type of event history | SELECTION: 0 - igmpInternal 1 - cli 2 - groupDebugs 3 - groupEvents 4 - ha 5 - intfDebugs 6 - intfEvents 7 - mtrace 8 - mvr 9 - policy 10 - vrf 11 - nbm |
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 HA Event-History Buffers For IGMP
Note: This example was added in Release 7.0(3)I7(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 ip igmp event-history ha size medium
Note: The property information for this example was added in Release 9.3(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 |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpEventHistory |
sys/igmp/inst/dom-{name}/eventHist-{type} |
igmpDom Properties
The following table contains information about the igmpDom 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 |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpEventHistory Properties
The following table contains information about the igmpEventHistory 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 | igmp:EhType (scalar:Enum16) | Configures type of event history | SELECTION: 0 - igmpInternal 1 - cli 2 - groupDebugs 3 - groupEvents 4 - ha 5 - intfDebugs 6 - intfEvents 7 - mtrace 8 - mvr 9 - policy 10 - vrf 11 - nbm |
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 Internal Event-History Buffers For IGMP
Note: This example was added in Release 7.0(3)I7(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.
ip igmp event-history igmp-internal size medium
Note: The property information for this example was added in Release 9.3(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 |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpEventHistory |
sys/igmp/inst/dom-{name}/eventHist-{type} |
igmpDom Properties
The following table contains information about the igmpDom 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 |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpEventHistory Properties
The following table contains information about the igmpEventHistory 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 | igmp:Size (scalar:Uint32) | Configures buffer size in text per kb | RANGE: [0 , 4] DEFAULT: 3 |
type | igmp:EhType (scalar:Enum16) | Configures type of event history | SELECTION: 0 - igmpInternal 1 - cli 2 - groupDebugs 3 - groupEvents 4 - ha 5 - intfDebugs 6 - intfEvents 7 - mtrace 8 - mvr 9 - policy 10 - vrf 11 - nbm |
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 Internal Event-History Buffers For IGMP
Note: This example was added in Release 7.0(3)I7(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 ip igmp event-history igmp-internal size medium
Note: The property information for this example was added in Release 9.3(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 |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpEventHistory |
sys/igmp/inst/dom-{name}/eventHist-{type} |
igmpDom Properties
The following table contains information about the igmpDom 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 |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpEventHistory Properties
The following table contains information about the igmpEventHistory 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 | igmp:EhType (scalar:Enum16) | Configures type of event history | SELECTION: 0 - igmpInternal 1 - cli 2 - groupDebugs 3 - groupEvents 4 - ha 5 - intfDebugs 6 - intfEvents 7 - mtrace 8 - mvr 9 - policy 10 - vrf 11 - nbm |
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 Mtrace Event-History Buffers For IGMP
Note: This example was added in Release 7.0(3)I7(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.
ip igmp event-history mtrace size medium
Note: The property information for this example was added in Release 9.3(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 |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpEventHistory |
sys/igmp/inst/dom-{name}/eventHist-{type} |
igmpDom Properties
The following table contains information about the igmpDom 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 |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpEventHistory Properties
The following table contains information about the igmpEventHistory 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 | igmp:Size (scalar:Uint32) | Configures buffer size in text per kb | RANGE: [0 , 4] DEFAULT: 3 |
type | igmp:EhType (scalar:Enum16) | Configures type of event history | SELECTION: 0 - igmpInternal 1 - cli 2 - groupDebugs 3 - groupEvents 4 - ha 5 - intfDebugs 6 - intfEvents 7 - mtrace 8 - mvr 9 - policy 10 - vrf 11 - nbm |
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 Mtrace Event-History Buffers For IGMP
Note: This example was added in Release 7.0(3)I7(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 ip igmp event-history mtrace size medium
Note: The property information for this example was added in Release 9.3(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 |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpEventHistory |
sys/igmp/inst/dom-{name}/eventHist-{type} |
igmpDom Properties
The following table contains information about the igmpDom 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 |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpEventHistory Properties
The following table contains information about the igmpEventHistory 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 | igmp:EhType (scalar:Enum16) | Configures type of event history | SELECTION: 0 - igmpInternal 1 - cli 2 - groupDebugs 3 - groupEvents 4 - ha 5 - intfDebugs 6 - intfEvents 7 - mtrace 8 - mvr 9 - policy 10 - vrf 11 - nbm |
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 MVR Event-History Buffers For IGMP
Note: This example was added in Release 7.0(3)I7(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.
ip igmp event-history mvr size medium
Note: The property information for this example was added in Release 9.3(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 |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpEventHistory |
sys/igmp/inst/dom-{name}/eventHist-{type} |
igmpDom Properties
The following table contains information about the igmpDom 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 |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpEventHistory Properties
The following table contains information about the igmpEventHistory 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 | igmp:Size (scalar:Uint32) | Configures buffer size in text per kb | RANGE: [0 , 4] DEFAULT: 3 |
type | igmp:EhType (scalar:Enum16) | Configures type of event history | SELECTION: 0 - igmpInternal 1 - cli 2 - groupDebugs 3 - groupEvents 4 - ha 5 - intfDebugs 6 - intfEvents 7 - mtrace 8 - mvr 9 - policy 10 - vrf 11 - nbm |
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 MVR Event-History Buffers For IGMP
Note: This example was added in Release 7.0(3)I7(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 ip igmp event-history mvr size medium
Note: The property information for this example was added in Release 9.3(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 |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpEventHistory |
sys/igmp/inst/dom-{name}/eventHist-{type} |
igmpDom Properties
The following table contains information about the igmpDom 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 |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpEventHistory Properties
The following table contains information about the igmpEventHistory 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 | igmp:EhType (scalar:Enum16) | Configures type of event history | SELECTION: 0 - igmpInternal 1 - cli 2 - groupDebugs 3 - groupEvents 4 - ha 5 - intfDebugs 6 - intfEvents 7 - mtrace 8 - mvr 9 - policy 10 - vrf 11 - nbm |
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 Policy Event-History Buffers For IGMP
Note: This example was added in Release 7.0(3)I7(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.
ip igmp event-history policy size medium
Note: The property information for this example was added in Release 9.3(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 |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpEventHistory |
sys/igmp/inst/dom-{name}/eventHist-{type} |
igmpDom Properties
The following table contains information about the igmpDom 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 |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpEventHistory Properties
The following table contains information about the igmpEventHistory 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 | igmp:Size (scalar:Uint32) | Configures buffer size in text per kb | RANGE: [0 , 4] DEFAULT: 3 |
type | igmp:EhType (scalar:Enum16) | Configures type of event history | SELECTION: 0 - igmpInternal 1 - cli 2 - groupDebugs 3 - groupEvents 4 - ha 5 - intfDebugs 6 - intfEvents 7 - mtrace 8 - mvr 9 - policy 10 - vrf 11 - nbm |
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 Policy Event-History Buffers For IGMP
Note: This example was added in Release 7.0(3)I7(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 ip igmp event-history policy size medium
Note: The property information for this example was added in Release 9.3(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 |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpEventHistory |
sys/igmp/inst/dom-{name}/eventHist-{type} |
igmpDom Properties
The following table contains information about the igmpDom 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 |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpEventHistory Properties
The following table contains information about the igmpEventHistory 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 | igmp:EhType (scalar:Enum16) | Configures type of event history | SELECTION: 0 - igmpInternal 1 - cli 2 - groupDebugs 3 - groupEvents 4 - ha 5 - intfDebugs 6 - intfEvents 7 - mtrace 8 - mvr 9 - policy 10 - vrf 11 - nbm |
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 VRF Event-History Buffers For IGMP
Note: This example was added in Release 7.0(3)I7(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.
ip igmp event-history vrf size medium
Note: The property information for this example was added in Release 9.3(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 |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpEventHistory |
sys/igmp/inst/dom-{name}/eventHist-{type} |
igmpDom Properties
The following table contains information about the igmpDom 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 |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpEventHistory Properties
The following table contains information about the igmpEventHistory 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 | igmp:Size (scalar:Uint32) | Configures buffer size in text per kb | RANGE: [0 , 4] DEFAULT: 3 |
type | igmp:EhType (scalar:Enum16) | Configures type of event history | SELECTION: 0 - igmpInternal 1 - cli 2 - groupDebugs 3 - groupEvents 4 - ha 5 - intfDebugs 6 - intfEvents 7 - mtrace 8 - mvr 9 - policy 10 - vrf 11 - nbm |
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 VRF Event-History Buffers For IGMP
Note: This example was added in Release 7.0(3)I7(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 ip igmp event-history vrf size medium
Note: The property information for this example was added in Release 9.3(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 |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpEventHistory |
sys/igmp/inst/dom-{name}/eventHist-{type} |
igmpDom Properties
The following table contains information about the igmpDom 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 |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpEventHistory Properties
The following table contains information about the igmpEventHistory 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 | igmp:EhType (scalar:Enum16) | Configures type of event history | SELECTION: 0 - igmpInternal 1 - cli 2 - groupDebugs 3 - groupEvents 4 - ha 5 - intfDebugs 6 - intfEvents 7 - mtrace 8 - mvr 9 - policy 10 - vrf 11 - nbm |
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 Interface-Debug Event-History Buffers For IGMP
Note: This example was added in Release 7.0(3)I7(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.
ip igmp event-history interface-debugs size medium
Note: The property information for this example was added in Release 9.3(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 |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpEventHistory |
sys/igmp/inst/dom-{name}/eventHist-{type} |
igmpDom Properties
The following table contains information about the igmpDom 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 |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpEventHistory Properties
The following table contains information about the igmpEventHistory 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 | igmp:Size (scalar:Uint32) | Configures buffer size in text per kb | RANGE: [0 , 4] DEFAULT: 3 |
type | igmp:EhType (scalar:Enum16) | Configures type of event history | SELECTION: 0 - igmpInternal 1 - cli 2 - groupDebugs 3 - groupEvents 4 - ha 5 - intfDebugs 6 - intfEvents 7 - mtrace 8 - mvr 9 - policy 10 - vrf 11 - nbm |
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 Group-Debug Event-History Buffers For IGMP
Note: This example was added in Release 7.0(3)I7(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.
ip igmp event-history group-debugs size medium
Note: The property information for this example was added in Release 9.3(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 |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpEventHistory |
sys/igmp/inst/dom-{name}/eventHist-{type} |
igmpDom Properties
The following table contains information about the igmpDom 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 |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpEventHistory Properties
The following table contains information about the igmpEventHistory 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 | igmp:Size (scalar:Uint32) | Configures buffer size in text per kb | RANGE: [0 , 4] DEFAULT: 3 |
type | igmp:EhType (scalar:Enum16) | Configures type of event history | SELECTION: 0 - igmpInternal 1 - cli 2 - groupDebugs 3 - groupEvents 4 - ha 5 - intfDebugs 6 - intfEvents 7 - mtrace 8 - mvr 9 - policy 10 - vrf 11 - nbm |
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 Interface-Debug Event-History Buffers For IGMP
Note: This example was added in Release 7.0(3)I7(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 ip igmp event-history interface-debugs size medium
Note: The property information for this example was added in Release 9.3(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 |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpEventHistory |
sys/igmp/inst/dom-{name}/eventHist-{type} |
igmpDom Properties
The following table contains information about the igmpDom 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 |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpEventHistory Properties
The following table contains information about the igmpEventHistory 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 | igmp:EhType (scalar:Enum16) | Configures type of event history | SELECTION: 0 - igmpInternal 1 - cli 2 - groupDebugs 3 - groupEvents 4 - ha 5 - intfDebugs 6 - intfEvents 7 - mtrace 8 - mvr 9 - policy 10 - vrf 11 - nbm |
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 Group-Debug Event-History Buffers For IGMP
Note: This example was added in Release 7.0(3)I7(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 ip igmp event-history group-debugs size medium
Note: The property information for this example was added in Release 9.3(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 |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpEventHistory |
sys/igmp/inst/dom-{name}/eventHist-{type} |
igmpDom Properties
The following table contains information about the igmpDom 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 |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpEventHistory Properties
The following table contains information about the igmpEventHistory 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 | igmp:EhType (scalar:Enum16) | Configures type of event history | SELECTION: 0 - igmpInternal 1 - cli 2 - groupDebugs 3 - groupEvents 4 - ha 5 - intfDebugs 6 - intfEvents 7 - mtrace 8 - mvr 9 - policy 10 - vrf 11 - nbm |
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 Interface Event-History Buffers For IGMP
Note: This example was added in Release 7.0(3)I7(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.
ip igmp event-history interface-events size medium
Note: The property information for this example was added in Release 9.3(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 |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpEventHistory |
sys/igmp/inst/dom-{name}/eventHist-{type} |
igmpDom Properties
The following table contains information about the igmpDom 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 |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpEventHistory Properties
The following table contains information about the igmpEventHistory 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 | igmp:Size (scalar:Uint32) | Configures buffer size in text per kb | RANGE: [0 , 4] DEFAULT: 3 |
type | igmp:EhType (scalar:Enum16) | Configures type of event history | SELECTION: 0 - igmpInternal 1 - cli 2 - groupDebugs 3 - groupEvents 4 - ha 5 - intfDebugs 6 - intfEvents 7 - mtrace 8 - mvr 9 - policy 10 - vrf 11 - nbm |
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 Group Event-History Buffers For IGMP
Note: This example was added in Release 7.0(3)I7(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.
ip igmp event-history group-events size medium
Note: The property information for this example was added in Release 9.3(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 |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpEventHistory |
sys/igmp/inst/dom-{name}/eventHist-{type} |
igmpDom Properties
The following table contains information about the igmpDom 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 |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpEventHistory Properties
The following table contains information about the igmpEventHistory 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 | igmp:Size (scalar:Uint32) | Configures buffer size in text per kb | RANGE: [0 , 4] DEFAULT: 3 |
type | igmp:EhType (scalar:Enum16) | Configures type of event history | SELECTION: 0 - igmpInternal 1 - cli 2 - groupDebugs 3 - groupEvents 4 - ha 5 - intfDebugs 6 - intfEvents 7 - mtrace 8 - mvr 9 - policy 10 - vrf 11 - nbm |
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 Interface Event-History Buffers For IGMP
Note: This example was added in Release 7.0(3)I7(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 ip igmp event-history interface-events size medium
Note: The property information for this example was added in Release 9.3(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 |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpEventHistory |
sys/igmp/inst/dom-{name}/eventHist-{type} |
igmpDom Properties
The following table contains information about the igmpDom 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 |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpEventHistory Properties
The following table contains information about the igmpEventHistory 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 | igmp:EhType (scalar:Enum16) | Configures type of event history | SELECTION: 0 - igmpInternal 1 - cli 2 - groupDebugs 3 - groupEvents 4 - ha 5 - intfDebugs 6 - intfEvents 7 - mtrace 8 - mvr 9 - policy 10 - vrf 11 - nbm |
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 Group Event-History Buffers For IGMP
Note: This example was added in Release 7.0(3)I7(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 ip igmp event-history group-events size medium
Note: The property information for this example was added in Release 9.3(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 |
igmpInst |
sys/igmp/inst |
igmpDom |
sys/igmp/inst/dom-{name} |
igmpEventHistory |
sys/igmp/inst/dom-{name}/eventHist-{type} |
igmpDom Properties
The following table contains information about the igmpDom 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 |
name | naming:Name256 (string:Basic) | The name of the object. | MAX SIZE: 63 |
igmpEventHistory Properties
The following table contains information about the igmpEventHistory 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 | igmp:EhType (scalar:Enum16) | Configures type of event history | SELECTION: 0 - igmpInternal 1 - cli 2 - groupDebugs 3 - groupEvents 4 - ha 5 - intfDebugs 6 - intfEvents 7 - mtrace 8 - mvr 9 - policy 10 - vrf 11 - nbm |
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 Internal Event-History Buffers For IGMP-Snoop
Note: This example was added in Release 7.0(3)I7(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.
ip igmp snooping event-history igmp-snoop-internal size medium
Note: The property information for this example was added in Release 9.3(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 |
igmpsnoopGl |
sys/igmpsnoop/inst/dom/gl |
igmpsnoopEventHistory |
sys/igmpsnoop/inst/dom/gl/eventHist-{type} |
igmpsnoopEventHistory Properties
The following table contains information about the igmpsnoopEventHistory 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 | igmpsnoop:Size (scalar:Uint32) | configures buffer size in text/kb | RANGE: [0 , 4] DEFAULT: 3 |
type | igmpsnoop:EhType (scalar:Enum8) | configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\} | SELECTION: 0 - igmp-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 Internal Event-History Buffers For IGMP-Snoop
Note: This example was added in Release 7.0(3)I7(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 ip igmp snooping event-history igmp-snoop-internal size medium
Note: The property information for this example was added in Release 9.3(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 |
igmpsnoopGl |
sys/igmpsnoop/inst/dom/gl |
igmpsnoopEventHistory |
sys/igmpsnoop/inst/dom/gl/eventHist-{type} |
igmpsnoopEventHistory Properties
The following table contains information about the igmpsnoopEventHistory 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 | igmpsnoop:EhType (scalar:Enum8) | configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\} | SELECTION: 0 - igmp-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 MFDM Event-History Buffers For IGMP-Snoop
Note: This example was added in Release 7.0(3)I7(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.
ip igmp snooping event-history mfdm size medium
Note: The property information for this example was added in Release 9.3(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 |
igmpsnoopGl |
sys/igmpsnoop/inst/dom/gl |
igmpsnoopEventHistory |
sys/igmpsnoop/inst/dom/gl/eventHist-{type} |
igmpsnoopEventHistory Properties
The following table contains information about the igmpsnoopEventHistory 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 | igmpsnoop:Size (scalar:Uint32) | configures buffer size in text/kb | RANGE: [0 , 4] DEFAULT: 3 |
type | igmpsnoop:EhType (scalar:Enum8) | configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\} | SELECTION: 0 - igmp-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 MFDM Event-History Buffers For IGMP-Snoop
Note: This example was added in Release 7.0(3)I7(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 ip igmp snooping event-history mfdm size medium
Note: The property information for this example was added in Release 9.3(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 |
igmpsnoopGl |
sys/igmpsnoop/inst/dom/gl |
igmpsnoopEventHistory |
sys/igmpsnoop/inst/dom/gl/eventHist-{type} |
igmpsnoopEventHistory Properties
The following table contains information about the igmpsnoopEventHistory 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 | igmpsnoop:EhType (scalar:Enum8) | configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\} | SELECTION: 0 - igmp-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 MFDM-SUM Event-History Buffers For IGMP-Snoop
Note: This example was added in Release 7.0(3)I7(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.
ip igmp snooping event-history mfdm-sum size medium
Note: The property information for this example was added in Release 9.3(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 |
igmpsnoopGl |
sys/igmpsnoop/inst/dom/gl |
igmpsnoopEventHistory |
sys/igmpsnoop/inst/dom/gl/eventHist-{type} |
igmpsnoopEventHistory Properties
The following table contains information about the igmpsnoopEventHistory 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 | igmpsnoop:Size (scalar:Uint32) | configures buffer size in text/kb | RANGE: [0 , 4] DEFAULT: 3 |
type | igmpsnoop:EhType (scalar:Enum8) | configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\} | SELECTION: 0 - igmp-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 MFDM-SUM Event-History Buffers For IGMP-Snoop
Note: This example was added in Release 7.0(3)I7(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 ip igmp snooping event-history mfdm-sum size medium
Note: The property information for this example was added in Release 9.3(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 |
igmpsnoopGl |
sys/igmpsnoop/inst/dom/gl |
igmpsnoopEventHistory |
sys/igmpsnoop/inst/dom/gl/eventHist-{type} |
igmpsnoopEventHistory Properties
The following table contains information about the igmpsnoopEventHistory 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 | igmpsnoop:EhType (scalar:Enum8) | configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\} | SELECTION: 0 - igmp-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 RIB Event-History Buffers For IGMP-Snoop
Note: This example was added in Release 7.0(3)I7(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.
ip igmp snooping event-history rib size medium
Note: The property information for this example was added in Release 9.3(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 |
igmpsnoopGl |
sys/igmpsnoop/inst/dom/gl |
igmpsnoopEventHistory |
sys/igmpsnoop/inst/dom/gl/eventHist-{type} |
igmpsnoopEventHistory Properties
The following table contains information about the igmpsnoopEventHistory 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 | igmpsnoop:Size (scalar:Uint32) | configures buffer size in text/kb | RANGE: [0 , 4] DEFAULT: 3 |
type | igmpsnoop:EhType (scalar:Enum8) | configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\} | SELECTION: 0 - igmp-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 RIB Event-History Buffers For IGMP-Snoop
Note: This example was added in Release 7.0(3)I7(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 ip igmp snooping event-history rib size medium
Note: The property information for this example was added in Release 9.3(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 |
igmpsnoopGl |
sys/igmpsnoop/inst/dom/gl |
igmpsnoopEventHistory |
sys/igmpsnoop/inst/dom/gl/eventHist-{type} |
igmpsnoopEventHistory Properties
The following table contains information about the igmpsnoopEventHistory 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 | igmpsnoop:EhType (scalar:Enum8) | configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\} | SELECTION: 0 - igmp-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 Event-History Buffers For IGMP-Snoop
Note: This example was added in Release 7.0(3)I7(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.
ip igmp snooping event-history vlan size medium
Note: The property information for this example was added in Release 9.3(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 |
igmpsnoopGl |
sys/igmpsnoop/inst/dom/gl |
igmpsnoopEventHistory |
sys/igmpsnoop/inst/dom/gl/eventHist-{type} |
igmpsnoopEventHistory Properties
The following table contains information about the igmpsnoopEventHistory 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 | igmpsnoop:Size (scalar:Uint32) | configures buffer size in text/kb | RANGE: [0 , 4] DEFAULT: 3 |
type | igmpsnoop:EhType (scalar:Enum8) | configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\} | SELECTION: 0 - igmp-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 VLAN Event-History Buffers For IGMP-Snoop
Note: This example was added in Release 7.0(3)I7(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 ip igmp snooping event-history vlan size medium
Note: The property information for this example was added in Release 9.3(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 |
igmpsnoopGl |
sys/igmpsnoop/inst/dom/gl |
igmpsnoopEventHistory |
sys/igmpsnoop/inst/dom/gl/eventHist-{type} |
igmpsnoopEventHistory Properties
The following table contains information about the igmpsnoopEventHistory 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 | igmpsnoop:EhType (scalar:Enum8) | configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\} | SELECTION: 0 - igmp-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-Events Event-History Buffers For IGMP-Snoop
Note: This example was added in Release 7.0(3)I7(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.
ip igmp snooping event-history vlan-events size medium
Note: The property information for this example was added in Release 9.3(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 |
igmpsnoopGl |
sys/igmpsnoop/inst/dom/gl |
igmpsnoopEventHistory |
sys/igmpsnoop/inst/dom/gl/eventHist-{type} |
igmpsnoopEventHistory Properties
The following table contains information about the igmpsnoopEventHistory 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 | igmpsnoop:Size (scalar:Uint32) | configures buffer size in text/kb | RANGE: [0 , 4] DEFAULT: 3 |
type | igmpsnoop:EhType (scalar:Enum8) | configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\} | SELECTION: 0 - igmp-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 VLAN-Events Event-History Buffers For IGMP-Snoop
Note: This example was added in Release 7.0(3)I7(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 ip igmp snooping event-history vlan-events size medium
Note: The property information for this example was added in Release 9.3(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 |
igmpsnoopGl |
sys/igmpsnoop/inst/dom/gl |
igmpsnoopEventHistory |
sys/igmpsnoop/inst/dom/gl/eventHist-{type} |
igmpsnoopEventHistory Properties
The following table contains information about the igmpsnoopEventHistory 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 | igmpsnoop:EhType (scalar:Enum8) | configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\} | SELECTION: 0 - igmp-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 VPC Event-History Buffers For IGMP-Snoop
Note: This example was added in Release 7.0(3)I7(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.
ip igmp snooping event-history vpc size medium
Note: The property information for this example was added in Release 9.3(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 |
igmpsnoopGl |
sys/igmpsnoop/inst/dom/gl |
igmpsnoopEventHistory |
sys/igmpsnoop/inst/dom/gl/eventHist-{type} |
igmpsnoopEventHistory Properties
The following table contains information about the igmpsnoopEventHistory 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 | igmpsnoop:Size (scalar:Uint32) | configures buffer size in text/kb | RANGE: [0 , 4] DEFAULT: 3 |
type | igmpsnoop:EhType (scalar:Enum8) | configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\} | SELECTION: 0 - igmp-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 VPC Event-History Buffers For IGMP-Snoop
Note: This example was added in Release 7.0(3)I7(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 ip igmp snooping event-history vpc size medium
Note: The property information for this example was added in Release 9.3(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 |
igmpsnoopGl |
sys/igmpsnoop/inst/dom/gl |
igmpsnoopEventHistory |
sys/igmpsnoop/inst/dom/gl/eventHist-{type} |
igmpsnoopEventHistory Properties
The following table contains information about the igmpsnoopEventHistory 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 | igmpsnoop:EhType (scalar:Enum8) | configures type of event history{rib/vpc/vlan/vlanev/mfdm/mfdm-ev\} | SELECTION: 0 - igmp-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