Configuring Event-History Buffers for MRIB
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 MRIB
Configuring CLI Event History Buffers For MRIB
POST http://<mgmt0_IP>/api/mo/sys/mrib/inst.json
{
"mribInst": {
"children": [
{
"mribDom": {
"attributes": {
"name": "default"
},
"children": [
{
"mribEventHistory": {
"attributes": {
"size": "medium",
"type": "cli"
}}}]}}]}}
{
"imdata": []
}
<System>
<mrib-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>
</mrib-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 routing multicast 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 MRIB
Deleting CLI Event History Buffers For MRIB
POST http://<mgmt0_IP>/api/mo/sys/mrib/inst.json
{
"mribInst": {
"children": [
{
"mribDom": {
"attributes": {
"name": "default"
},
"children": [
{
"mribEventHistory": {
"attributes": {
"status": "deleted",
"type": "cli"
}}}]}}]}}
{
"imdata": []
}
<System>
<mrib-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>
</mrib-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 routing multicast 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(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 MDT Event History Buffers For MRIB
Configuring MDT Event History Buffers For MRIB
POST http://<mgmt0_IP>/api/mo/sys/mrib/inst.json
{
"mribInst": {
"children": [
{
"mribDom": {
"attributes": {
"name": "default"
},
"children": [
{
"mribEventHistory": {
"attributes": {
"size": "medium",
"type": "mdt"
}}}]}}]}}
{
"imdata": []
}
<System>
<mrib-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<eventHist-items>
<EventHistory-list>
<type>mdt</type>
<size>medium</size>
</EventHistory-list>
</eventHist-items>
</Dom-list>
</dom-items>
</inst-items>
</mrib-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 routing multicast event-history mdt 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 MDT Event History Buffers For MRIB
Deleting MDT Event History Buffers For MRIB
POST http://<mgmt0_IP>/api/mo/sys/mrib/inst.json
{
"mribInst": {
"children": [
{
"mribDom": {
"attributes": {
"name": "default"
},
"children": [
{
"mribEventHistory": {
"attributes": {
"status": "deleted",
"type": "mdt"
}}}]}}]}}
{
"imdata": []
}
<System>
<mrib-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<eventHist-items>
<EventHistory-list xc:operation="delete">
<type>mdt</type>
</EventHistory-list>
</eventHist-items>
</Dom-list>
</dom-items>
</inst-items>
</mrib-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 routing multicast event-history mdt 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 Debugs Event History Buffers For MRIB
Configuring MFDM Debugs Event History Buffers For MRIB
POST http://<mgmt0_IP>/api/mo/sys/mrib/inst.json
{
"mribInst": {
"children": [
{
"mribDom": {
"attributes": {
"name": "default"
},
"children": [
{
"mribEventHistory": {
"attributes": {
"size": "medium",
"type": "mfdmDebugs"
}}}]}}]}}
{
"imdata": []
}
<System>
<mrib-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<eventHist-items>
<EventHistory-list>
<type>mfdmDebugs</type>
<size>medium</size>
</EventHistory-list>
</eventHist-items>
</Dom-list>
</dom-items>
</inst-items>
</mrib-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 routing multicast event-history mfdm-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 MFDM Debugs Event History Buffers For MRIB
Deleting MFDM Debugs Event History Buffers For MRIB
POST http://<mgmt0_IP>/api/mo/sys/mrib/inst.json
{
"mribInst": {
"children": [
{
"mribDom": {
"attributes": {
"name": "default"
},
"children": [
{
"mribEventHistory": {
"attributes": {
"status": "deleted",
"type": "mfdmDebugs"
}}}]}}]}}
{
"imdata": []
}
<System>
<mrib-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<eventHist-items>
<EventHistory-list xc:operation="delete">
<type>mfdmDebugs</type>
</EventHistory-list>
</eventHist-items>
</Dom-list>
</dom-items>
</inst-items>
</mrib-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 routing multicast event-history mfdm-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 Non-Periodic MFDM Events Event History Buffers For MRIB
Configuring Non-Periodic MFDM Events Event History Buffers For MRIB
POST http://<mgmt0_IP>/api/mo/sys/mrib/inst.json
{
"mribInst": {
"children": [
{
"mribDom": {
"attributes": {
"name": "default"
},
"children": [
{
"mribEventHistory": {
"attributes": {
"size": "medium",
"type": "mfdmEvents"
}}}]}}]}}
{
"imdata": []
}
<System>
<mrib-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<eventHist-items>
<EventHistory-list>
<type>mfdmEvents</type>
<size>medium</size>
</EventHistory-list>
</eventHist-items>
</Dom-list>
</dom-items>
</inst-items>
</mrib-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 routing multicast event-history mfdm-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 Non-Periodic MFDM Event History Buffers For MRIB
Deleting Non-Periodic MFDM Event History Buffers For MRIB
POST http://<mgmt0_IP>/api/mo/sys/mrib/inst.json
{
"mribInst": {
"children": [
{
"mribDom": {
"attributes": {
"name": "default"
},
"children": [
{
"mribEventHistory": {
"attributes": {
"status": "deleted",
"type": "mfdmEvents"
}}}]}}]}}
{
"imdata": []
}
<System>
<mrib-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<eventHist-items>
<EventHistory-list xc:operation="delete">
<type>mfdmEvents</type>
</EventHistory-list>
</eventHist-items>
</Dom-list>
</dom-items>
</inst-items>
</mrib-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 routing multicast event-history mfdm-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 MFDM-Stats Event History Buffers For MRIB
Configuring MFDM-Stats Event History Buffers For MRIB
POST http://<mgmt0_IP>/api/mo/sys/mrib/inst.json
{
"mribInst": {
"children": [
{
"mribDom": {
"attributes": {
"name": "default"
},
"children": [
{
"mribEventHistory": {
"attributes": {
"size": "medium",
"type": "mfdmStats"
}}}]}}]}}
{
"imdata": []
}
<System>
<mrib-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<eventHist-items>
<EventHistory-list>
<type>mfdmStats</type>
<size>medium</size>
</EventHistory-list>
</eventHist-items>
</Dom-list>
</dom-items>
</inst-items>
</mrib-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 routing multicast event-history mfdm-stats 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-Stats MFDM Event History Buffers For MRIB
Deleting MFDM-Stats MFDM Event History Buffers For MRIB
POST http://<mgmt0_IP>/api/mo/sys/mrib/inst.json
{
"mribInst": {
"children": [
{
"mribDom": {
"attributes": {
"name": "default"
},
"children": [
{
"mribEventHistory": {
"attributes": {
"status": "deleted",
"type": "mfdmStats"
}}}]}}]}}
{
"imdata": []
}
<System>
<mrib-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<eventHist-items>
<EventHistory-list xc:operation="delete">
<type>mfdmStats</type>
</EventHistory-list>
</eventHist-items>
</Dom-list>
</dom-items>
</inst-items>
</mrib-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 routing multicast event-history mfdm-stats 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 Clients Notify Debug Event History Buffers For MRIB
Configuring Clients Notify Debug Event History Buffers For MRIB
POST http://<mgmt0_IP>/api/mo/sys/mrib/inst.json
{
"mribInst": {
"children": [
{
"mribDom": {
"attributes": {
"name": "default"
},
"children": [
{
"mribEventHistory": {
"attributes": {
"size": "medium",
"type": "notyClients"
}}}]}}]}}
{
"imdata": []
}
<System>
<mrib-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<eventHist-items>
<EventHistory-list>
<type>notyClients</type>
<size>medium</size>
</EventHistory-list>
</eventHist-items>
</Dom-list>
</dom-items>
</inst-items>
</mrib-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 routing multicast event-history notify-clients 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 Clients Notify Debug Event History Buffers For MRIB
Deleting Clients Notify Debug Event History Buffers For MRIB
POST http://<mgmt0_IP>/api/mo/sys/mrib/inst.json
{
"mribInst": {
"children": [
{
"mribDom": {
"attributes": {
"name": "default"
},
"children": [
{
"mribEventHistory": {
"attributes": {
"status": "deleted",
"type": "notyClients"
}}}]}}]}}
{
"imdata": []
}
<System>
<mrib-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<eventHist-items>
<EventHistory-list xc:operation="delete">
<type>notyClients</type>
</EventHistory-list>
</eventHist-items>
</Dom-list>
</dom-items>
</inst-items>
</mrib-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 routing multicast event-history notify-clients 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 MRIB
Configuring RIB Event History Buffers For MRIB
POST http://<mgmt0_IP>/api/mo/sys/mrib/inst.json
{
"mribInst": {
"children": [
{
"mribDom": {
"attributes": {
"name": "default"
},
"children": [
{
"mribEventHistory": {
"attributes": {
"size": "medium",
"type": "rib"
}}}]}}]}}
{
"imdata": []
}
<System>
<mrib-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<eventHist-items>
<EventHistory-list>
<type>rib</type>
<size>medium</size>
</EventHistory-list>
</eventHist-items>
</Dom-list>
</dom-items>
</inst-items>
</mrib-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 routing multicast 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 MRIB
Deleting RIB Event History Buffers For MRIB
POST http://<mgmt0_IP>/api/mo/sys/mrib/inst.json
{
"mribInst": {
"children": [
{
"mribDom": {
"attributes": {
"name": "default"
},
"children": [
{
"mribEventHistory": {
"attributes": {
"status": "deleted",
"type": "rib"
}}}]}}]}}
{
"imdata": []
}
<System>
<mrib-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<eventHist-items>
<EventHistory-list xc:operation="delete">
<type>rib</type>
</EventHistory-list>
</eventHist-items>
</Dom-list>
</dom-items>
</inst-items>
</mrib-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 routing multicast 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 RIB Events For MRIB-Summary History Buffers For MRIB
Configuring RIB Events For MRIB-Summary History Buffers For MRIB
POST http://<mgmt0_IP>/api/mo/sys/mrib/inst.json
{
"mribInst": {
"children": [
{
"mribDom": {
"attributes": {
"name": "default"
},
"children": [
{
"mribEventHistory": {
"attributes": {
"size": "medium",
"type": "ribSum"
}}}]}}]}}
{
"imdata": []
}
<System>
<mrib-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<eventHist-items>
<EventHistory-list>
<type>ribSum</type>
<size>medium</size>
</EventHistory-list>
</eventHist-items>
</Dom-list>
</dom-items>
</inst-items>
</mrib-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 routing multicast event-history rib-summary 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 Events For MRIB-Summary History Buffers For MRIB
Deleting RIB Events For MRIB-Summary History Buffers For MRIB
POST http://<mgmt0_IP>/api/mo/sys/mrib/inst.json
{
"mribInst": {
"children": [
{
"mribDom": {
"attributes": {
"name": "default"
},
"children": [
{
"mribEventHistory": {
"attributes": {
"status": "deleted",
"type": "ribSum"
}}}]}}]}}
{
"imdata": []
}
<System>
<mrib-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<eventHist-items>
<EventHistory-list xc:operation="delete">
<type>ribSum</type>
</EventHistory-list>
</eventHist-items>
</Dom-list>
</dom-items>
</inst-items>
</mrib-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 routing multicast event-history rib-summary 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 URIB Debug Event History Buffers For MRIB
Configuring URIB Debug Event History Buffers For MRIB
POST http://<mgmt0_IP>/api/mo/sys/mrib/inst.json
{
"mribInst": {
"children": [
{
"mribDom": {
"attributes": {
"name": "default"
},
"children": [
{
"mribEventHistory": {
"attributes": {
"size": "medium",
"type": "urib"
}}}]}}]}}
{
"imdata": []
}
<System>
<mrib-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<eventHist-items>
<EventHistory-list>
<type>urib</type>
<size>medium</size>
</EventHistory-list>
</eventHist-items>
</Dom-list>
</dom-items>
</inst-items>
</mrib-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 routing multicast event-history urib-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 URIB Debug Event History Buffers For MRIB
Deleting URIB Debug Event History Buffers For MRIB
POST http://<mgmt0_IP>/api/mo/sys/mrib/inst.json
{
"mribInst": {
"children": [
{
"mribDom": {
"attributes": {
"name": "default"
},
"children": [
{
"mribEventHistory": {
"attributes": {
"status": "deleted",
"type": "urib"
}}}]}}]}}
{
"imdata": []
}
<System>
<mrib-items>
<inst-items>
<dom-items>
<Dom-list>
<name>default</name>
<eventHist-items>
<EventHistory-list xc:operation="delete">
<type>urib</type>
</EventHistory-list>
</eventHist-items>
</Dom-list>
</dom-items>
</inst-items>
</mrib-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 routing multicast event-history urib-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 VRF Event History Buffers For MRIB
Configuring VRF Event History Buffers For MRIB
POST http://<mgmt0_IP>/api/mo/sys/mrib/inst.json
{
"mribInst": {
"children": [
{
"mribDom": {
"attributes": {
"name": "default"
},
"children": [
{
"mribEventHistory": {
"attributes": {
"size": "medium",
"type": "vrf"
}}}]}}]}}
{
"imdata": []
}
<System>
<mrib-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>
</mrib-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 routing multicast 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 MRIB
Deleting VRF Event History Buffers For MRIB
POST http://<mgmt0_IP>/api/mo/sys/mrib/inst.json
{
"mribInst": {
"children": [
{
"mribDom": {
"attributes": {
"name": "default"
},
"children": [
{
"mribEventHistory": {
"attributes": {
"status": "deleted",
"type": "vrf"
}}}]}}]}}
{
"imdata": []
}
<System>
<mrib-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>
</mrib-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 routing multicast 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