Querying MCAST NAT TCAM Resource Monitoring

Querying MCAST NAT TCAM Resource Monitoring


GET http://<switch-ip>/api/mo/sys/pltfm/mod-1/inst-0/region-mcast-nat/utilization.json
{
  "platformTcamStatsRegion": {
    "attributes": {
      "dn": "sys/pltfm/mod-1/inst-0/region-mcast-nat",
      "modTs": "2024-02-05T10:02:42.544+00:00",
      "regionName": "mcast-nat",
      "regionSize": "1280"
    },
    "children": [
      {
        "platformTcamResourceUtilization": {
          "attributes": {
            "allPercent": "3.203125",
            "allUsed": "41",
            "dn": "sys/pltfm/mod-1/inst-0/region-mcast-nat/utilization",
            "free": "1239",
            "ipv4Percent": "3.203125",
            "ipv4Used": "41",
            "ipv6Percent": "0.000000",
            "ipv6Used": "0",
            "macPercent": "0.000000",
            "macUsed": "0",
            "modTs": "2024-02-05T10:13:13.823+00:00",
            "otherPercent": "0.000000",
            "otherUsed": "0",
            "percent": "3.203125",
            "used": "41"
          }
        }
      }
    ]
  }
}
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.

MODN
region-mcast-nat sys/pltfm/mod-1/inst-0/region-mcast-nat
utilization sys/pltfm/mod-1/inst-0/region-mcast-nat/utilization


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