Querying NBM TCAM Resource Monitoring
Querying NBM TCAM Resource Monitoring
GET http://<switch-ip>/api/mo/sys/pltfm/mod-1/inst-2/region-ing-nbm.json
{
"platformTcamStatsRegion": {
"attributes": {
"dn": "sys/pltfm/mod-1/inst-2/region-ing-nbm",
"modTs": "2024-02-11T16:38:49.431+00:00",
"regionName": "ing-nbm",
"regionSize": "1024"
},
"children": [
{
"platformTcamResourceUtilization": {
"attributes": {
"allPercent": "5.859375",
"allUsed": "60",
"dn": "sys/pltfm/mod-1/inst-2/region-ing-nbm/utilization",
"free": "964",
"ipv4Percent": "5.859375",
"ipv4Used": "60",
"ipv6Percent": "0.000000",
"ipv6Used": "0",
"macPercent": "0.000000",
"macUsed": "0",
"modTs": "2024-02-12T13:49:04.149+00:00",
"otherPercent": "0.000000",
"otherUsed": "0",
"percent": "5.859375",
"used": "60"
}
}
}
]
}
}
xxx
xxx
Note: This example was added in Cisco NX-OS Release 10.4(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 |
|---|---|
| region-ing-nbm | sys/pltfm/mod-1/inst-2/region-ing-nbm |
| utilization | sys/pltfm/mod-1/inst-2/region-ing-nbm/utilization |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
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: