{ "id":"/axapi/v3/counter/vtep/stats", "type":"object", "node-type":"list", "title":"vtep", "description":"Statistics for the object vtep", "properties":{ "stats":{ "type":"object", "properties":{ "cfg_vtep_error":{ "type":"number", "format":"counter", "size":"2", "oid":"1", "description":"Config Error: Drop Packet", "optional":true }, "tx_flood_pkts":{ "type":"number", "format":"counter", "size":"8", "oid":"2", "description":"Out Flooded Packets", "optional":true }, "tx_encap_unresolved_pkts":{ "type":"number", "format":"counter", "size":"2", "oid":"3", "description":"Remote Vtep unreachable: Drop Tx", "optional":true }, "tx_encap_missing_pkts":{ "type":"number", "format":"counter", "size":"2", "oid":"4", "description":"Remote Vtep unreachable: Drop Tx", "optional":true }, "tx_encap_bad_pkts":{ "type":"number", "format":"counter", "size":"2", "oid":"5", "description":"Remote Vtep unreachable: Drop Tx", "optional":true }, "tx_arp_req_sent_pkts":{ "type":"number", "format":"counter", "size":"2", "oid":"6", "description":"Number of Arp Requests Sent", "optional":true }, "rx_host_learned":{ "type":"number", "format":"counter", "size":"2", "oid":"7", "description":"Number of Host =", "optional":true }, "rx_host_learn_error":{ "type":"number", "format":"counter", "size":"2", "oid":"8", "description":"Number of Host =", "optional":true }, "rx_lif_invalid":{ "type":"number", "format":"counter", "size":"2", "oid":"9", "description":"Invalid Lif: Drop Rx", "optional":true }, "tx_lif_invalid":{ "type":"number", "format":"counter", "size":"2", "oid":"10", "description":"Invalid Lif: Drop Tx", "optional":true }, "tx_vtep_unknown":{ "type":"number", "format":"counter", "size":"2", "oid":"11", "description":"Vtep unknown: Drop Tx", "optional":true }, "rx_vtep_unknown":{ "type":"number", "format":"counter", "size":"2", "oid":"12", "description":"Vtep unknown: Drop Rx", "optional":true }, "rx_unhandled_pkts":{ "type":"number", "format":"counter", "size":"2", "oid":"13", "description":"Unhandled Packets: Drop Rx", "optional":true }, "tx_unhandled_pkts":{ "type":"number", "format":"counter", "size":"2", "oid":"14", "description":"Unhandled Packets: Drop Tx", "optional":true }, "rx_pkts":{ "type":"number", "format":"counter", "size":"8", "oid":"15", "description":"In Total Packets", "optional":true }, "rx_bytes":{ "type":"number", "format":"counter", "size":"8", "oid":"16", "description":"In Total Octets", "optional":true }, "rx_ucast_pkts":{ "type":"number", "format":"counter", "size":"8", "oid":"17", "description":"In Unicast Packets", "optional":true }, "rx_bcast_pkts":{ "type":"number", "format":"counter", "size":"8", "oid":"18", "description":"In Broadcast Packets", "optional":true }, "rx_mcast_pkts":{ "type":"number", "format":"counter", "size":"2", "oid":"19", "description":"Out Multicast Packets", "optional":true }, "rx_dropped_pkts":{ "type":"number", "format":"counter", "size":"2", "oid":"20", "description":"In Dropped Packets", "optional":true }, "rx_encap_miss_pkts":{ "type":"number", "format":"counter", "size":"2", "oid":"21", "description":"Remote Vtep unreachable: Drop Tx", "optional":true }, "rx_bad_checksum_pkts":{ "type":"number", "format":"counter", "size":"2", "oid":"22", "description":"Packet reveived with Bad Inner checksum", "optional":true }, "rx_requeued_pkts":{ "type":"number", "format":"counter", "size":"2", "oid":"23", "description":"Packets requeued to another CPU", "optional":true }, "tx_pkts":{ "type":"number", "format":"counter", "size":"8", "oid":"24", "description":"Out Total Packets", "optional":true }, "tx_bytes":{ "type":"number", "format":"counter", "size":"8", "oid":"25", "description":"Out Total Octets", "optional":true }, "tx_ucast_pkts":{ "type":"number", "format":"counter", "size":"8", "oid":"26", "description":"Out Unicast Packets", "optional":true }, "tx_bcast_pkts":{ "type":"number", "format":"counter", "size":"8", "oid":"27", "description":"Out Broadcast Packets", "optional":true }, "tx_mcast_pkts":{ "type":"number", "format":"counter", "size":"2", "oid":"28", "description":"Out Multicast Packets", "optional":true }, "tx_dropped_pkts":{ "type":"number", "format":"counter", "size":"2", "oid":"29", "description":"Out Dropped Packets", "optional":true }, "rx_pkts_too_large":{ "type":"number", "format":"counter", "size":"2", "oid":"30", "description":"Packet too large: Drop Rx", "optional":true }, "rx_dot1q_ptks":{ "type":"number", "format":"counter", "size":"2", "oid":"31", "description":"Dot1q Packet: Drop Rx", "optional":true }, "tx_fragmented_pkts":{ "type":"number", "format":"counter", "size":"2", "oid":"32", "description":"Fragmented Packets", "optional":true }, "rx_reassembled_pkts":{ "type":"number", "format":"counter", "size":"2", "oid":"33", "description":"Reassembled Packets", "optional":true }, "rx_bad_inner_ipv4_len_pkts":{ "type":"number", "format":"counter", "size":"2", "oid":"34", "description":"Packets received with Bad Inner IPv4 Payload length", "optional":true }, "rx_bad_inner_ipv6_len_pkts":{ "type":"number", "format":"counter", "size":"2", "oid":"35", "description":"Packets received with Bad Inner IPv6 Payload length", "optional":true }, "rx_lif_uninit":{ "type":"number", "format":"counter", "size":"2", "oid":"36", "description":"Lif not UP: Drop Rx", "optional":true } } } } }