{ "id":"/axapi/v3/cgnv6/icmp/stats", "type":"object", "node-type":"scalar", "title":"icmp", "description":"Statistics for the object icmp", "properties":{ "stats":{ "type":"object", "properties":{ "icmp-unknown-type":{ "type":"number", "format":"counter", "size":"8", "oid":"1", "description":"ICMP Unknown Type", "long-description":"{Number of ICMP error packets with unknown error type}", "optional":true }, "icmp-no-port-info":{ "type":"number", "format":"counter", "size":"8", "oid":"2", "description":"ICMP Port Info Not Included", "long-description":"{Number of ICMP error packets without L4 ports in the original packet payload}", "optional":true }, "icmp-no-session-drop":{ "type":"number", "format":"counter", "size":"8", "oid":"3", "description":"ICMP No Matching Session Drop", "long-description":"{Number of ICMP error packets dropped due to destination IP is NAT IP but has No Matching Session}", "optional":true }, "icmpv6-unknown-type":{ "type":"number", "format":"counter", "size":"8", "oid":"4", "description":"ICMPv6 Unknown Type", "long-description":"{Number of ICMv6 error packets with Unknown Type}", "optional":true }, "icmpv6-no-port-info":{ "type":"number", "format":"counter", "size":"8", "oid":"5", "description":"ICMPv6 Port Info Not Included", "long-description":"{Number of ICMPv6 error packets without L4 ports in the original packet payload}", "optional":true }, "icmpv6-no-session-drop":{ "type":"number", "format":"counter", "size":"8", "oid":"6", "description":"ICMPv6 No Matching Session Drop", "long-description":"{Number of ICMPv6 error packets dropped due to destination IP is NAT IP but has No Matching Session}", "optional":true }, "icmp-to-icmp":{ "type":"number", "format":"counter", "size":"8", "oid":"7", "description":"ICMP to ICMP Conversion", "long-description":"{Number of ICMP error packets NATed }", "optional":true }, "icmp-to-icmpv6":{ "type":"number", "format":"counter", "size":"8", "oid":"8", "description":"ICMP to ICMPv6 Conversion", "long-description":"{Number of ICMP errors packets that are are NATed and converted to ICMPv6}", "optional":true }, "icmpv6-to-icmp":{ "type":"number", "format":"counter", "size":"8", "oid":"9", "description":"ICMPv6 to ICMP Conversion", "long-description":"{Number of ICMPv6 errors packets that are are NATed and converted to ICMP}", "optional":true }, "icmpv6-to-icmpv6":{ "type":"number", "format":"counter", "size":"8", "oid":"10", "description":"ICMPv6 to ICMPv6 Conversion", "long-description":"{Number of ICMPv6 errors packets that are are NATed}", "optional":true }, "icmp-bad-type":{ "type":"number", "format":"counter", "size":"8", "oid":"11", "description":"Bad Embedded ICMP Type", "long-description":"{Number of ICMP error packets where oringal packet(payload) isn't ICMP ECHO REQ or RSP}", "optional":true }, "icmpv6-bad-type":{ "type":"number", "format":"counter", "size":"8", "oid":"12", "description":"Bad Embedded ICMPv6 Type", "long-description":"{Number of ICMPv6 error packets where oringal packet(payload) isn't ICMP ECHO REQ or RSP}", "optional":true }, "64-known-drop":{ "type":"number", "format":"counter", "size":"8", "oid":"13", "description":"NAT64 Forward Known ICMPv6 Drop", "long-description":"{Number of packets droppped due to error in converting ICMPv6 error to ICMP error because ICMPv6 code is Unknown option or Flow label exists in ICMPv6}", "optional":true }, "64-unknown-drop":{ "type":"number", "format":"counter", "size":"8", "oid":"14", "description":"NAT64 Forward Unknown ICMPv6 Drop", "long-description":"{Number of packets droppped due to error in converting ICMPv6 error to ICMP error because of unkonwn/miscelleanous reasons}", "optional":true }, "64-midpoint-hop":{ "type":"number", "format":"counter", "size":"8", "oid":"15", "description":"NAT64 Forward Unknown Source Drop", "long-description":"{Number of packets dropped during translating of ICMPv6 error to ICMP error when the source IPv6 belongs to midhop/midpoint hop and error in finding correct ACOS interface IPv4 address for the ICMP packet}", "optional":true }, "46-known-drop":{ "type":"number", "format":"counter", "size":"8", "oid":"16", "description":"NAT64 Reverse Known ICMP Drop", "long-description":"{Number of packets droppped due to error in converting ICMP error to ICMPv6 error for known reasons like ICMP parameter probe case with missing opt option or has Fragmentation offset set}", "optional":true }, "46-unknown-drop":{ "type":"number", "format":"counter", "size":"8", "oid":"17", "description":"NAT64 Reverse Known ICMPv6 Drop", "long-description":"{Number of packets droppped due to error in converting ICMP error to ICMPv6 error for unknown/miscellaneous reasons}", "optional":true }, "46-no-prefix-for-ipv4":{ "type":"number", "format":"counter", "size":"8", "oid":"18", "description":"NAT64 Reverse No Prefix Match for IPv4", "long-description":"{Number of packets droppped due to error in converting ICMP error to ICMPv6 error if the payload doesn't match NAT64 or MAP-T session but matches other Ipv4-to-Ipv6 technology session}", "optional":true }, "icmp-to-icmp-err":{ "type":"number", "format":"counter", "size":"8", "oid":"20", "description":"ICMP to ICMP Conversion Error", "long-description":"{Number to icmp to icmp packets err}", "optional":true }, "icmp-to-icmpv6-err":{ "type":"number", "format":"counter", "size":"8", "oid":"21", "description":"ICMP to ICMPv6 Conversion Error", "long-description":"{Number to icmp to icmpv6 packets err}", "optional":true }, "icmpv6-to-icmp-err":{ "type":"number", "format":"counter", "size":"8", "oid":"22", "description":"ICMPv6 to ICMP Conversion Error", "long-description":"{Number to icmpv6 to icmp packets err}", "optional":true }, "icmpv6-to-icmpv6-err":{ "type":"number", "format":"counter", "size":"8", "oid":"23", "description":"ICMPv6 to ICMPv6 Conversion Error", "long-description":"{Number to icmpv6 to icmpv6 packets err}", "optional":true } } } } }