{ "id":"/axapi/v3/system/hardware-forward/stats", "type":"object", "node-type":"scalar", "operation-not-allowed": ["PUT"], "title":"hardware-forward", "description":"Statistics for the object hardware-forward", "properties":{ "stats":{ "type":"object", "properties":{ "hit-counts":{ "type":"number", "format":"counter", "size":"8", "oid":"1", "description":"Total packts hit counts", "optional":true }, "hit-index":{ "type":"number", "format":"counter", "size":"8", "oid":"2", "description":"HW Fwd hit index", "optional":true }, "ipv4-forward-counts":{ "type":"number", "format":"counter", "size":"8", "oid":"3", "description":"Total IPv4 hardware forwarded packets", "optional":true }, "ipv6-forward-counts":{ "type":"number", "format":"counter", "size":"8", "oid":"4", "description":"Total IPv6 hardware forwarded packets", "optional":true }, "hw-fwd-module-status":{ "type":"number", "format":"counter", "size":"8", "oid":"5", "description":"hardware forwarder status flags", "optional":true }, "hw-fwd-prog-reqs":{ "type":"number", "format":"counter", "size":"8", "oid":"6", "description":"hardware forward programming requests", "optional":true }, "hw-fwd-prog-errors":{ "type":"number", "format":"counter", "size":"8", "oid":"7", "description":"hardware forward programming Errors", "optional":true }, "hw-fwd-flow-singlebit-errors":{ "type":"number", "format":"counter", "size":"8", "oid":"8", "description":"hardware forward singlebit Errors", "optional":true }, "hw-fwd-flow-tag-mismatch":{ "type":"number", "format":"counter", "size":"8", "oid":"9", "description":"hardware forward tag mismatch errors", "optional":true }, "hw-fwd-flow-seq-mismatch":{ "type":"number", "format":"counter", "size":"8", "oid":"10", "description":"hardware forward sequence mismatch errors", "optional":true }, "hw-fwd-ageout-drop-count":{ "type":"number", "format":"counter", "size":"8", "oid":"11", "description":"hardware forward ageout drop count", "optional":true }, "hw-fwd-invalidation-drop":{ "type":"number", "format":"counter", "size":"8", "oid":"12", "description":"hardware forward invalid drop count", "optional":true }, "hw-fwd-flow-hit-index":{ "type":"number", "format":"counter", "size":"8", "oid":"13", "description":"hardware forward flow hit index", "optional":true }, "hw-fwd-flow-reason-flags":{ "type":"number", "format":"counter", "size":"8", "oid":"14", "description":"hardware forward flow reason flags", "optional":true }, "hw-fwd-flow-drop-count":{ "type":"number", "format":"counter", "size":"8", "oid":"15", "description":"hardware forward flow drop count", "optional":true }, "hw-fwd-flow-error-count":{ "type":"number", "format":"counter", "size":"8", "oid":"16", "description":"hardware forward flow error count", "optional":true }, "hw-fwd-flow-unalign-count":{ "type":"number", "format":"counter", "size":"8", "oid":"17", "description":"hardware forward flow unalign count", "optional":true }, "hw-fwd-flow-underflow-count":{ "type":"number", "format":"counter", "size":"8", "oid":"18", "description":"hardware forward flow underflow count", "optional":true }, "hw-fwd-flow-tx-full-drop":{ "type":"number", "format":"counter", "size":"8", "oid":"19", "description":"hardware forward flow tx full drop count", "optional":true }, "hw-fwd-flow-qdr-full-drop":{ "type":"number", "format":"counter", "size":"8", "oid":"20", "description":"hardware forward flow qdr full drop count", "optional":true }, "hw-fwd-phyport-mismatch-drop":{ "type":"number", "format":"counter", "size":"8", "oid":"21", "description":"hardware forward phyport mismatch count", "optional":true }, "hw-fwd-vlanid-mismatch-drop":{ "type":"number", "format":"counter", "size":"8", "oid":"22", "description":"hardware forward vlanid mismatch count", "optional":true }, "hw-fwd-vmid-drop":{ "type":"number", "format":"counter", "size":"8", "oid":"23", "description":"hardware forward vmid mismatch count", "optional":true }, "hw-fwd-protocol-mismatch-drop":{ "type":"number", "format":"counter", "size":"8", "oid":"24", "description":"hardware forward protocol mismatch count", "optional":true }, "hw-fwd-avail-ipv4-entry":{ "type":"number", "format":"counter", "size":"8", "oid":"25", "description":"hardware forward available ipv4 entries count", "optional":true }, "hw-fwd-avail-ipv6-entry":{ "type":"number", "format":"counter", "size":"8", "oid":"26", "description":"hardware forward available ipv6 entries count", "optional":true }, "hw-fwd-bpf-filter-discard":{ "type":"number", "format":"counter", "size":"8", "oid":"27", "description":"hardware forward BPF filter discard count", "optional":true } } } } }