.. _counter_vtep: counter vtep ============ Virtual Tunnel End Point vtep Specification ------------------ ===================================== ======================================================================= ===================================== ======================================================================= **Type** *Collection* **Object Key(s)** *sampling-enable* **Collection Name** :ref:`1272_vtep_list` **Collection URI** /axapi/v3/counter/vtep **Element Name** vtep **Element URI** /axapi/v3/counter/vtep/{sampling-enable} **Element Attributes** vtep_attributes **Statistics Data URI** /axapi/v3/counter/vtep/{sampling-enable}/stats **Schema** :download:`vtep schema ` ===================================== ======================================================================= **Operations Allowed:** .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html
OperationMethodURIPayload
Create Object .. raw:: html POST .. raw:: html /axapi/v3/counter/vtep .. raw:: html :ref:`1272_vtep_attributes` .. raw:: html
Create List .. raw:: html POST .. raw:: html /axapi/v3/counter/vtep .. raw:: html :ref:`1272_vtep_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/counter/vtep/{sampling-enable} .. raw:: html :ref:`1272_vtep_attributes` .. raw:: html
Get List .. raw:: html GET .. raw:: html /axapi/v3/counter/vtep .. raw:: html :ref:`1272_vtep_list` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/counter/vtep/{sampling-enable} .. raw:: html :ref:`1272_vtep_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/counter/vtep/{sampling-enable} .. raw:: html :ref:`1272_vtep_attributes` .. raw:: html
Replace List .. raw:: html PUT .. raw:: html /axapi/v3/counter/vtep .. raw:: html :ref:`1272_vtep_list` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/counter/vtep/{sampling-enable} .. raw:: html :ref:`1272_vtep_attributes` .. raw:: html
.. _1272_vtep_list: vtep-list --------- vtep-list is **JSON List** of :ref:`1272_vtep_attributes` vtep-list : [ { :ref:`1272_vtep_attributes` }, { :ref:`1272_vtep_attributes` }, ... ] .. _1272_vtep_attributes: vtep attributes --------------- **sampling-enable** **Type:** List .. _1272_sampling-enable: sampling-enable ^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **counters1** **Description** 'all': all; 'cfg_vtep_error': Config Error: Drop Packet; 'tx_flood_pkts': Out Flooded Packets; 'tx_encap_unresolved_pkts': Remote Vtep unreachable: Drop Tx; 'tx_encap_missing_pkts': Remote Vtep unreachable: Drop Tx; 'tx_encap_bad_pkts': Remote Vtep unreachable: Drop Tx; 'tx_arp_req_sent_pkts': Number of Arp Requests Sent; 'rx_host_learned': Number of Host =; 'rx_host_learn_error': Number of Host =; 'rx_lif_invalid': Invalid Lif: Drop Rx; 'tx_lif_invalid': Invalid Lif: Drop Tx; 'tx_vtep_unknown': Vtep unknown: Drop Tx; 'rx_vtep_unknown': Vtep unknown: Drop Rx; 'rx_unhandled_pkts': Unhandled Packets: Drop Rx; 'tx_unhandled_pkts': Unhandled Packets: Drop Tx; 'rx_pkts': In Total Packets; 'rx_bytes': In Total Octets; 'rx_ucast_pkts': In Unicast Packets; 'rx_bcast_pkts': In Broadcast Packets; 'rx_mcast_pkts': Out Multicast Packets; 'rx_dropped_pkts': In Dropped Packets; 'rx_encap_miss_pkts': Remote Vtep unreachable: Drop Tx; 'rx_bad_checksum_pkts': Packet reveived with Bad Inner checksum; 'rx_requeued_pkts': Packets requeued to another CPU; 'tx_pkts': Out Total Packets; 'tx_bytes': Out Total Octets; 'tx_ucast_pkts': Out Unicast Packets; 'tx_bcast_pkts': Out Broadcast Packets; 'tx_mcast_pkts': Out Multicast Packets; 'tx_dropped_pkts': Out Dropped Packets; 'rx_pkts_too_large': Packet too large: Drop Rx; 'rx_dot1q_ptks': Dot1q Packet: Drop Rx; 'tx_fragmented_pkts': Fragmented Packets; 'rx_reassembled_pkts': Reassembled Packets; 'rx_bad_inner_ipv4_len_pkts': Packets received with Bad Inner IPv4 Payload length; 'rx_bad_inner_ipv6_len_pkts': Packets received with Bad Inner IPv6 Payload length; 'rx_lif_uninit': Lif not UP: Drop Rx; **Type:** string **Supported Values:** all, cfg_vtep_error, tx_flood_pkts, tx_encap_unresolved_pkts, tx_encap_missing_pkts, tx_encap_bad_pkts, tx_arp_req_sent_pkts, rx_host_learned, rx_host_learn_error, rx_lif_invalid, tx_lif_invalid, tx_vtep_unknown, rx_vtep_unknown, rx_unhandled_pkts, tx_unhandled_pkts, rx_pkts, rx_bytes, rx_ucast_pkts, rx_bcast_pkts, rx_mcast_pkts, rx_dropped_pkts, rx_encap_miss_pkts, rx_bad_checksum_pkts, rx_requeued_pkts, tx_pkts, tx_bytes, tx_ucast_pkts, tx_bcast_pkts, tx_mcast_pkts, tx_dropped_pkts, rx_pkts_too_large, rx_dot1q_ptks, tx_fragmented_pkts, rx_reassembled_pkts, rx_bad_inner_ipv4_len_pkts, rx_bad_inner_ipv6_len_pkts, rx_lif_uninit .. _1272_stats_data: stats data ---------- .. list-table:: :widths: 10 20 30 80 :header-rows: 2 :stub-columns: 1 * - - Counter - Size - Description * - - - - * - - rx_bad_inner_ipv4_len_pkts - 2 - Packets received with Bad Inner IPv4 Payload length * - - rx_pkts - 8 - In Total Packets * - - tx_encap_missing_pkts - 2 - Remote Vtep unreachable: Drop Tx * - - rx_mcast_pkts - 2 - Out Multicast Packets * - - cfg_vtep_error - 2 - Config Error: Drop Packet * - - rx_reassembled_pkts - 2 - Reassembled Packets * - - rx_ucast_pkts - 8 - In Unicast Packets * - - rx_lif_uninit - 2 - Lif not UP: Drop Rx * - - rx_lif_invalid - 2 - Invalid Lif: Drop Rx * - - rx_dot1q_ptks - 2 - Dot1q Packet: Drop Rx * - - rx_bad_checksum_pkts - 2 - Packet reveived with Bad Inner checksum * - - tx_bcast_pkts - 8 - Out Broadcast Packets * - - tx_fragmented_pkts - 2 - Fragmented Packets * - - rx_host_learned - 2 - Number of Host = * - - rx_unhandled_pkts - 2 - Unhandled Packets: Drop Rx * - - tx_arp_req_sent_pkts - 2 - Number of Arp Requests Sent * - - rx_host_learn_error - 2 - Number of Host = * - - rx_encap_miss_pkts - 2 - Remote Vtep unreachable: Drop Tx * - - rx_requeued_pkts - 2 - Packets requeued to another CPU * - - tx_lif_invalid - 2 - Invalid Lif: Drop Tx * - - rx_vtep_unknown - 2 - Vtep unknown: Drop Rx * - - rx_dropped_pkts - 2 - In Dropped Packets * - - tx_flood_pkts - 8 - Out Flooded Packets * - - rx_bad_inner_ipv6_len_pkts - 2 - Packets received with Bad Inner IPv6 Payload length * - - rx_pkts_too_large - 2 - Packet too large: Drop Rx * - - tx_bytes - 8 - Out Total Octets * - - tx_mcast_pkts - 2 - Out Multicast Packets * - - tx_vtep_unknown - 2 - Vtep unknown: Drop Tx * - - tx_encap_unresolved_pkts - 2 - Remote Vtep unreachable: Drop Tx * - - tx_encap_bad_pkts - 2 - Remote Vtep unreachable: Drop Tx * - - rx_bcast_pkts - 8 - In Broadcast Packets * - - tx_unhandled_pkts - 2 - Unhandled Packets: Drop Tx * - - tx_dropped_pkts - 2 - Out Dropped Packets * - - tx_ucast_pkts - 8 - Out Unicast Packets * - - tx_pkts - 8 - Out Total Packets * - - rx_bytes - 8 - In Total Octets