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
Configuring CLI Event-History Buffers For IGMP
POST http://<mgmt0_IP>/api/mo/sys/igmp/inst.json
{
"igmpInst": {
"children": [
{
"igmpDom": {
"attributes": {
"name": "default"
},
"children": [
{
"igmpEventHistory": {
"attributes": {
"size": "medium",
"type": "cli"
}}}]}}]}}
{
"imdata": []
}
<System>
<igmp-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<eventHist-items>
<EventHistory-list>
<type>cli</type>
<size>medium</size>
</EventHistory-list>
</eventHist-items>
</Dom-list>
</dom-items>
</inst-items>
</igmp-items>
</System>
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
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/media/dme/index.html
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
Deleting CLI Event-History Buffers For IGMP
POST http://<mgmt0_IP>/api/mo/sys/igmp/inst.json
{
"igmpInst": {
"children": [
{
"igmpDom": {
"attributes": {
"name": "default"
},
"children": [
{
"igmpEventHistory": {
"attributes": {
"status": "deleted",
"type": "cli"
}}}]}}]}}
{
"imdata": []
}
<System>
<igmp-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<eventHist-items>
<EventHistory-list xc:operation="delete">
<type>cli</type>
</EventHistory-list>
</eventHist-items>
</Dom-list>
</dom-items>
</inst-items>
</igmp-items>
</System>
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
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/media/dme/index.html
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
Configuring HA Event-History Buffers For IGMP
POST http://<mgmt0_IP>/api/mo/sys/igmp/inst.json
{
"igmpInst": {
"children": [
{
"igmpDom": {
"attributes": {
"name": "default"
},
"children": [
{
"igmpEventHistory": {
"attributes": {
"size": "medium",
"type": "ha"
}}}]}}]}}
{
"imdata": []
}
<System>
<igmp-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<eventHist-items>
<EventHistory-list>
<type>ha</type>
<size>medium</size>
</EventHistory-list>
</eventHist-items>
</Dom-list>
</dom-items>
</inst-items>
</igmp-items>
</System>
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
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/media/dme/index.html
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
Deleting HA Event-History Buffers For IGMP
POST http://<mgmt0_IP>/api/mo/sys/igmp/inst.json
{
"igmpInst": {
"children": [
{
"igmpDom": {
"attributes": {
"name": "default"
},
"children": [
{
"igmpEventHistory": {
"attributes": {
"status": "deleted",
"type": "ha"
}}}]}}]}}
{
"imdata": []
}
<System>
<igmp-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<eventHist-items>
<EventHistory-list xc:operation="delete">
<type>ha</type>
</EventHistory-list>
</eventHist-items>
</Dom-list>
</dom-items>
</inst-items>
</igmp-items>
</System>
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
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/media/dme/index.html
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
Configuring Internal Event-History Buffers For IGMP
POST http://<mgmt0_IP>/api/mo/sys/igmp/inst.json
{
"igmpInst": {
"children": [
{
"igmpDom": {
"attributes": {
"name": "default"
},
"children": [
{
"igmpEventHistory": {
"attributes": {
"size": "medium",
"type": "igmpInternal"
}}}]}}]}}
{
"imdata": []
}
<System>
<igmp-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<eventHist-items>
<EventHistory-list>
<type>igmpInternal</type>
<size>medium</size>
</EventHistory-list>
</eventHist-items>
</Dom-list>
</dom-items>
</inst-items>
</igmp-items>
</System>
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
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/media/dme/index.html
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
Deleting Internal Event-History Buffers For IGMP
POST http://<mgmt0_IP>/api/mo/sys/igmp/inst.json
{
"igmpInst": {
"children": [
{
"igmpDom": {
"attributes": {
"name": "default"
},
"children": [
{
"igmpEventHistory": {
"attributes": {
"status": "deleted",
"type": "igmpInternal"
}}}]}}]}}
{
"imdata": []
}
<System>
<igmp-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<eventHist-items>
<EventHistory-list xc:operation="delete">
<type>igmpInternal</type>
</EventHistory-list>
</eventHist-items>
</Dom-list>
</dom-items>
</inst-items>
</igmp-items>
</System>
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
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/media/dme/index.html
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
Configuring Mtrace Event-History Buffers For IGMP
POST http://<mgmt0_IP>/api/mo/sys/igmp/inst.json
{
"igmpInst": {
"children": [
{
"igmpDom": {
"attributes": {
"name": "default"
},
"children": [
{
"igmpEventHistory": {
"attributes": {
"size": "medium",
"type": "mtrace"
}}}]}}]}}
{
"imdata": []
}
<System>
<igmp-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<eventHist-items>
<EventHistory-list>
<type>mtrace</type>
<size>medium</size>
</EventHistory-list>
</eventHist-items>
</Dom-list>
</dom-items>
</inst-items>
</igmp-items>
</System>
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
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/media/dme/index.html
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
Deleting Mtrace Event-History Buffers For IGMP
POST http://<mgmt0_IP>/api/mo/sys/igmp/inst.json
{
"igmpInst": {
"children": [
{
"igmpDom": {
"attributes": {
"name": "default"
},
"children": [
{
"igmpEventHistory": {
"attributes": {
"status": "deleted",
"type": "mtrace"
}}}]}}]}}
{
"imdata": []
}
<System>
<igmp-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<eventHist-items>
<EventHistory-list xc:operation="delete">
<type>mtrace</type>
</EventHistory-list>
</eventHist-items>
</Dom-list>
</dom-items>
</inst-items>
</igmp-items>
</System>
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
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/media/dme/index.html
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
Configuring MVR Event-History Buffers For IGMP
POST http://<mgmt0_IP>/api/mo/sys/igmp/inst.json
{
"igmpInst": {
"children": [
{
"igmpDom": {
"attributes": {
"name": "default"
},
"children": [
{
"igmpEventHistory": {
"attributes": {
"size": "medium",
"type": "mvr"
}}}]}}]}}
{
"imdata": []
}
<System>
<igmp-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<eventHist-items>
<EventHistory-list>
<type>mvr</type>
<size>medium</size>
</EventHistory-list>
</eventHist-items>
</Dom-list>
</dom-items>
</inst-items>
</igmp-items>
</System>
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
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/media/dme/index.html
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
Deleting MVR Event-History Buffers For IGMP
POST http://<mgmt0_IP>/api/mo/sys/igmp/inst.json
{
"igmpInst": {
"children": [
{
"igmpDom": {
"attributes": {
"name": "default"
},
"children": [
{
"igmpEventHistory": {
"attributes": {
"status": "deleted",
"type": "mvr"
}}}]}}]}}
{
"imdata": []
}
<System>
<igmp-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<eventHist-items>
<EventHistory-list xc:operation="delete">
<type>mvr</type>
</EventHistory-list>
</eventHist-items>
</Dom-list>
</dom-items>
</inst-items>
</igmp-items>
</System>
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
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/media/dme/index.html
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
Configuring Policy Event-History Buffers For IGMP
POST http://<mgmt0_IP>/api/mo/sys/igmp/inst.json
{
"igmpInst": {
"children": [
{
"igmpDom": {
"attributes": {
"name": "default"
},
"children": [
{
"igmpEventHistory": {
"attributes": {
"size": "medium",
"type": "policy"
}}}]}}]}}
{
"imdata": []
}
<System>
<igmp-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<eventHist-items>
<EventHistory-list>
<type>policy</type>
<size>medium</size>
</EventHistory-list>
</eventHist-items>
</Dom-list>
</dom-items>
</inst-items>
</igmp-items>
</System>
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
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/media/dme/index.html
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
Deleting Policy Event-History Buffers For IGMP
POST http://<mgmt0_IP>/api/mo/sys/igmp/inst.json
{
"igmpInst": {
"children": [
{
"igmpDom": {
"attributes": {
"name": "default"
},
"children": [
{
"igmpEventHistory": {
"attributes": {
"status": "deleted",
"type": "policy"
}}}]}}]}}
{
"imdata": []
}
<System>
<igmp-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<eventHist-items>
<EventHistory-list xc:operation="delete">
<type>policy</type>
</EventHistory-list>
</eventHist-items>
</Dom-list>
</dom-items>
</inst-items>
</igmp-items>
</System>
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
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/media/dme/index.html
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
Configuring VRF Event-History Buffers For IGMP
POST http://<mgmt0_IP>/api/mo/sys/igmp/inst.json
{
"igmpInst": {
"children": [
{
"igmpDom": {
"attributes": {
"name": "default"
},
"children": [
{
"igmpEventHistory": {
"attributes": {
"size": "medium",
"type": "vrf"
}}}]}}]}}
{
"imdata": []
}
<System>
<igmp-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<eventHist-items>
<EventHistory-list>
<type>vrf</type>
<size>medium</size>
</EventHistory-list>
</eventHist-items>
</Dom-list>
</dom-items>
</inst-items>
</igmp-items>
</System>
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
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/media/dme/index.html
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
Deleting VRF Event-History Buffers For IGMP
POST http://<mgmt0_IP>/api/mo/sys/igmp/inst.json
{
"igmpInst": {
"children": [
{
"igmpDom": {
"attributes": {
"name": "default"
},
"children": [
{
"igmpEventHistory": {
"attributes": {
"status": "deleted",
"type": "vrf"
}}}]}}]}}
{
"imdata": []
}
<System>
<igmp-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<eventHist-items>
<EventHistory-list xc:operation="delete">
<type>vrf</type>
</EventHistory-list>
</eventHist-items>
</Dom-list>
</dom-items>
</inst-items>
</igmp-items>
</System>
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
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/media/dme/index.html
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
Configuring Interface-Debug Event-History Buffers For IGMP
POST http://<mgmt0_IP>/api/mo/sys/igmp/inst.json
{
"igmpInst": {
"children": [
{
"igmpDom": {
"attributes": {
"name": "default"
},
"children": [
{
"igmpEventHistory": {
"attributes": {
"size": "medium",
"type": "intfDebugs"
}}}]}}]}}
{
"imdata": []
}
<System>
<igmp-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<eventHist-items>
<EventHistory-list>
<type>intfDebugs</type>
<size>medium</size>
</EventHistory-list>
</eventHist-items>
</Dom-list>
</dom-items>
</inst-items>
</igmp-items>
</System>
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
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/media/dme/index.html
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
Configuring Group-Debug Event-History Buffers For IGMP
POST http://<mgmt0_IP>/api/mo/sys/igmp/inst.json
{
"igmpInst": {
"children": [
{
"igmpDom": {
"attributes": {
"name": "default"
},
"children": [
{
"igmpEventHistory": {
"attributes": {
"size": "medium",
"type": "groupDebugs"
}}}]}}]}}
{
"imdata": []
}
<System>
<igmp-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<eventHist-items>
<EventHistory-list>
<type>groupDebugs</type>
<size>medium</size>
</EventHistory-list>
</eventHist-items>
</Dom-list>
</dom-items>
</inst-items>
</igmp-items>
</System>
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
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/media/dme/index.html
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
Deleting Interface-Debug Event-History Buffers For IGMP
POST http://<mgmt0_IP>/api/mo/sys/igmp/inst.json
{
"igmpInst": {
"children": [
{
"igmpDom": {
"attributes": {
"name": "default"
},
"children": [
{
"igmpEventHistory": {
"attributes": {
"status": "deleted",
"type": "intfDebugs"
}}}]}}]}}
{
"imdata": []
}
<System>
<igmp-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<eventHist-items>
<EventHistory-list xc:operation="delete">
<type>intfDebugs</type>
</EventHistory-list>
</eventHist-items>
</Dom-list>
</dom-items>
</inst-items>
</igmp-items>
</System>
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
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/media/dme/index.html
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
Deleting Group-Debug Event-History Buffers For IGMP
POST http://<mgmt0_IP>/api/mo/sys/igmp/inst.json
{
"igmpInst": {
"children": [
{
"igmpDom": {
"attributes": {
"name": "default"
},
"children": [
{
"igmpEventHistory": {
"attributes": {
"status": "deleted",
"type": "groupDebugs"
}}}]}}]}}
{
"imdata": []
}
<System>
<igmp-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<eventHist-items>
<EventHistory-list xc:operation="delete">
<type>groupDebugs</type>
</EventHistory-list>
</eventHist-items>
</Dom-list>
</dom-items>
</inst-items>
</igmp-items>
</System>
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
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/media/dme/index.html
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
Configuring Interface Event-History Buffers For IGMP
POST http://<mgmt0_IP>/api/mo/sys/igmp/inst.json
{
"igmpInst": {
"children": [
{
"igmpDom": {
"attributes": {
"name": "default"
},
"children": [
{
"igmpEventHistory": {
"attributes": {
"size": "medium",
"type": "intfEvents"
}}}]}}]}}
{
"imdata": []
}
<System>
<igmp-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<eventHist-items>
<EventHistory-list>
<type>intfEvents</type>
<size>medium</size>
</EventHistory-list>
</eventHist-items>
</Dom-list>
</dom-items>
</inst-items>
</igmp-items>
</System>
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
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/media/dme/index.html
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
Configuring Group Event-History Buffers For IGMP
POST http://<mgmt0_IP>/api/mo/sys/igmp/inst.json
{
"igmpInst": {
"children": [
{
"igmpDom": {
"attributes": {
"name": "default"
},
"children": [
{
"igmpEventHistory": {
"attributes": {
"size": "medium",
"type": "groupEvents"
}}}]}}]}}
{
"imdata": []
}
<System>
<igmp-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<eventHist-items>
<EventHistory-list>
<type>groupEvents</type>
<size>medium</size>
</EventHistory-list>
</eventHist-items>
</Dom-list>
</dom-items>
</inst-items>
</igmp-items>
</System>
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
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/media/dme/index.html
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
Deleting Interface Event-History Buffers For IGMP
POST http://<mgmt0_IP>/api/mo/sys/igmp/inst.json
{
"igmpInst": {
"children": [
{
"igmpDom": {
"attributes": {
"name": "default"
},
"children": [
{
"igmpEventHistory": {
"attributes": {
"status": "deleted",
"type": "intfEvents"
}}}]}}]}}
{
"imdata": []
}
<System>
<igmp-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<eventHist-items>
<EventHistory-list xc:operation="delete">
<type>intfEvents</type>
</EventHistory-list>
</eventHist-items>
</Dom-list>
</dom-items>
</inst-items>
</igmp-items>
</System>
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
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/media/dme/index.html
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
Deleting Group Event-History Buffers For IGMP
POST http://<mgmt0_IP>/api/mo/sys/igmp/inst.json
{
"igmpInst": {
"children": [
{
"igmpDom": {
"attributes": {
"name": "default"
},
"children": [
{
"igmpEventHistory": {
"attributes": {
"status": "deleted",
"type": "groupEvents"
}}}]}}]}}
{
"imdata": []
}
<System>
<igmp-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<eventHist-items>
<EventHistory-list xc:operation="delete">
<type>groupEvents</type>
</EventHistory-list>
</eventHist-items>
</Dom-list>
</dom-items>
</inst-items>
</igmp-items>
</System>
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
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/media/dme/index.html
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
Configuring Internal Event-History Buffers For IGMP-Snoop
POST http://<mgmt0_IP>/api/mo/sys/igmpsnoop/inst/dom/gl.json
{
"igmpsnoopGl": {
"children": [
{
"igmpsnoopEventHistory": {
"attributes": {
"size": "medium",
"type": "igmp-snoop-internal"
}}}]}}
{
"imdata": []
}
<System>
<igmpsnoop-items>
<inst-items>
<dom-items>
<gl-items>
<eventHist-items>
<EventHistory-list>
<type>igmp-snoop-internal</type>
<size>medium</size>
</EventHistory-list>
</eventHist-items>
</gl-items>
</dom-items>
</inst-items>
</igmpsnoop-items>
</System>
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
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/media/dme/index.html
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
Deleting Internal Event-History Buffers For IGMP-Snoop
POST http://<mgmt0_IP>/api/mo/sys/igmpsnoop/inst/dom/gl.json
{
"igmpsnoopGl": {
"children": [
{
"igmpsnoopEventHistory": {
"attributes": {
"status": "deleted",
"type": "igmp-snoop-internal"
}}}]}}
{
"imdata": []
}
<System>
<igmpsnoop-items>
<inst-items>
<dom-items>
<gl-items>
<eventHist-items>
<EventHistory-list xc:operation="delete">
<type>igmp-snoop-internal</type>
</EventHistory-list>
</eventHist-items>
</gl-items>
</dom-items>
</inst-items>
</igmpsnoop-items>
</System>
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
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/media/dme/index.html
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
Configuring MFDM Event-History Buffers For IGMP-Snoop
POST http://<mgmt0_IP>/api/mo/sys/igmpsnoop/inst/dom/gl.json
{
"igmpsnoopGl": {
"children": [
{
"igmpsnoopEventHistory": {
"attributes": {
"size": "medium",
"type": "mfdm"
}}}]}}
{
"imdata": []
}
<System>
<igmpsnoop-items>
<inst-items>
<dom-items>
<gl-items>
<eventHist-items>
<EventHistory-list>
<type>mfdm</type>
<size>medium</size>
</EventHistory-list>
</eventHist-items>
</gl-items>
</dom-items>
</inst-items>
</igmpsnoop-items>
</System>
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
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/media/dme/index.html
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
Deleting MFDM Event-History Buffers For IGMP-Snoop
POST http://<mgmt0_IP>/api/mo/sys/igmpsnoop/inst/dom/gl.json
{
"igmpsnoopGl": {
"children": [
{
"igmpsnoopEventHistory": {
"attributes": {
"status": "deleted",
"type": "mfdm"
}}}]}}
{
"imdata": []
}
<System>
<igmpsnoop-items>
<inst-items>
<dom-items>
<gl-items>
<eventHist-items>
<EventHistory-list xc:operation="delete">
<type>mfdm</type>
</EventHistory-list>
</eventHist-items>
</gl-items>
</dom-items>
</inst-items>
</igmpsnoop-items>
</System>
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
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/media/dme/index.html
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
Configuring MFDM-SUM Event-History Buffers For IGMP-Snoop
POST http://<mgmt0_IP>/api/mo/sys/igmpsnoop/inst/dom/gl.json
{
"igmpsnoopGl": {
"children": [
{
"igmpsnoopEventHistory": {
"attributes": {
"size": "medium",
"type": "mfdm-sum"
}}}]}}
{
"imdata": []
}
<System>
<igmpsnoop-items>
<inst-items>
<dom-items>
<gl-items>
<eventHist-items>
<EventHistory-list>
<type>mfdm-sum</type>
<size>medium</size>
</EventHistory-list>
</eventHist-items>
</gl-items>
</dom-items>
</inst-items>
</igmpsnoop-items>
</System>
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
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/media/dme/index.html
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
Deleting MFDM-SUM Event-History Buffers For IGMP-Snoop
POST http://<mgmt0_IP>/api/mo/sys/igmpsnoop/inst/dom/gl.json
{
"igmpsnoopGl": {
"children": [
{
"igmpsnoopEventHistory": {
"attributes": {
"status": "deleted",
"type": "mfdm-sum"
}}}]}}
{
"imdata": []
}
<System>
<igmpsnoop-items>
<inst-items>
<dom-items>
<gl-items>
<eventHist-items>
<EventHistory-list xc:operation="delete">
<type>mfdm-sum</type>
</EventHistory-list>
</eventHist-items>
</gl-items>
</dom-items>
</inst-items>
</igmpsnoop-items>
</System>
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
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/media/dme/index.html
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
Configuring RIB Event-History Buffers For IGMP-Snoop
POST http://<mgmt0_IP>/api/mo/sys/igmpsnoop/inst/dom/gl.json
{
"igmpsnoopGl": {
"children": [
{
"igmpsnoopEventHistory": {
"attributes": {
"size": "medium",
"type": "rib"
}}}]}}
{
"imdata": []
}
<System>
<igmpsnoop-items>
<inst-items>
<dom-items>
<gl-items>
<eventHist-items>
<EventHistory-list>
<type>rib</type>
<size>medium</size>
</EventHistory-list>
</eventHist-items>
</gl-items>
</dom-items>
</inst-items>
</igmpsnoop-items>
</System>
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
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/media/dme/index.html
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
Deleting RIB Event-History Buffers For IGMP-Snoop
POST http://<mgmt0_IP>/api/mo/sys/igmpsnoop/inst/dom/gl.json
{
"igmpsnoopGl": {
"children": [
{
"igmpsnoopEventHistory": {
"attributes": {
"status": "deleted",
"type": "rib"
}}}]}}
{
"imdata": []
}
<System>
<igmpsnoop-items>
<inst-items>
<dom-items>
<gl-items>
<eventHist-items>
<EventHistory-list xc:operation="delete">
<type>rib</type>
</EventHistory-list>
</eventHist-items>
</gl-items>
</dom-items>
</inst-items>
</igmpsnoop-items>
</System>
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
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/media/dme/index.html
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
Configuring VLAN Event-History Buffers For IGMP-Snoop
POST http://<mgmt0_IP>/api/mo/sys/igmpsnoop/inst/dom/gl.json
{
"igmpsnoopGl": {
"children": [
{
"igmpsnoopEventHistory": {
"attributes": {
"size": "medium",
"type": "vlan"
}}}]}}
{
"imdata": []
}
<System>
<igmpsnoop-items>
<inst-items>
<dom-items>
<gl-items>
<eventHist-items>
<EventHistory-list>
<type>vlan</type>
<size>medium</size>
</EventHistory-list>
</eventHist-items>
</gl-items>
</dom-items>
</inst-items>
</igmpsnoop-items>
</System>
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
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/media/dme/index.html
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
Deleting VLAN Event-History Buffers For IGMP-Snoop
POST http://<mgmt0_IP>/api/mo/sys/igmpsnoop/inst/dom/gl.json
{
"igmpsnoopGl": {
"children": [
{
"igmpsnoopEventHistory": {
"attributes": {
"status": "deleted",
"type": "vlan"
}}}]}}
{
"imdata": []
}
<System>
<igmpsnoop-items>
<inst-items>
<dom-items>
<gl-items>
<eventHist-items>
<EventHistory-list xc:operation="delete">
<type>vlan</type>
</EventHistory-list>
</eventHist-items>
</gl-items>
</dom-items>
</inst-items>
</igmpsnoop-items>
</System>
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
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/media/dme/index.html
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
Configuring VLAN-Events Event-History Buffers For IGMP-Snoop
POST http://<mgmt0_IP>/api/mo/sys/igmpsnoop/inst/dom/gl.json
{
"igmpsnoopGl": {
"children": [
{
"igmpsnoopEventHistory": {
"attributes": {
"size": "medium",
"type": "vlan-events"
}}}]}}
{
"imdata": []
}
<System>
<igmpsnoop-items>
<inst-items>
<dom-items>
<gl-items>
<eventHist-items>
<EventHistory-list>
<type>vlan-events</type>
<size>medium</size>
</EventHistory-list>
</eventHist-items>
</gl-items>
</dom-items>
</inst-items>
</igmpsnoop-items>
</System>
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
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/media/dme/index.html
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
Deleting VLAN-Events Event-History Buffers For IGMP-Snoop
POST http://<mgmt0_IP>/api/mo/sys/igmpsnoop/inst/dom/gl.json
{
"igmpsnoopGl": {
"children": [
{
"igmpsnoopEventHistory": {
"attributes": {
"status": "deleted",
"type": "vlan-events"
}}}]}}
{
"imdata": []
}
<System>
<igmpsnoop-items>
<inst-items>
<dom-items>
<gl-items>
<eventHist-items>
<EventHistory-list xc:operation="delete">
<type>vlan-events</type>
</EventHistory-list>
</eventHist-items>
</gl-items>
</dom-items>
</inst-items>
</igmpsnoop-items>
</System>
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
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/media/dme/index.html
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
Configuring VPC Event-History Buffers For IGMP-Snoop
POST http://<mgmt0_IP>/api/mo/sys/igmpsnoop/inst/dom/gl.json
{
"igmpsnoopGl": {
"children": [
{
"igmpsnoopEventHistory": {
"attributes": {
"size": "medium",
"type": "vpc"
}}}]}}
{
"imdata": []
}
<System>
<igmpsnoop-items>
<inst-items>
<dom-items>
<gl-items>
<eventHist-items>
<EventHistory-list>
<type>vpc</type>
<size>medium</size>
</EventHistory-list>
</eventHist-items>
</gl-items>
</dom-items>
</inst-items>
</igmpsnoop-items>
</System>
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
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/media/dme/index.html
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
Deleting VPC Event-History Buffers For IGMP-Snoop
POST http://<mgmt0_IP>/api/mo/sys/igmpsnoop/inst/dom/gl.json
{
"igmpsnoopGl": {
"children": [
{
"igmpsnoopEventHistory": {
"attributes": {
"status": "deleted",
"type": "vpc"
}}}]}}
{
"imdata": []
}
<System>
<igmpsnoop-items>
<inst-items>
<dom-items>
<gl-items>
<eventHist-items>
<EventHistory-list xc:operation="delete">
<type>vpc</type>
</EventHistory-list>
</eventHist-items>
</gl-items>
</dom-items>
</inst-items>
</igmpsnoop-items>
</System>
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
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/media/dme/index.html
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