counter vtep stats¶
Statistics for the object vtep
vtep Specification¶
Parameter Value Type Collection Collection Name vtep-list Collection URI /axapi/v3/counter/vtep Element Name vtep Element URI /axapi/v3/counter/vtep/stats Element Attributes vtep_attributes Partition Visibility None Schema vtep schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/counter/vtep | ||
Create List | POST | /axapi/v3/counter/vtep | ||
Get Object | GET | /axapi/v3/counter/vtep/stats | ||
Get List | GET | /axapi/v3/counter/vtep | ||
Modify Object | POST | /axapi/v3/counter/vtep/stats | ||
Replace Object | PUT | /axapi/v3/counter/vtep/stats | ||
Replace List | PUT | /axapi/v3/counter/vtep | ||
Delete Object | DELETE | /axapi/v3/counter/vtep/stats |
vtep-list¶
vtep-list is JSON List of vtep attributes
vtep-list : [
]
vtep attributes¶
stats
Description: stats is a JSON Block. Please see below for stats
Type: Object
stats¶
Specification Value Type object cfg_vtep_error
Description Config Error: Drop Packet
Type: number
Format: counter
rx_bad_checksum_pkts
Description Packet reveived with Bad Inner checksum
Type: number
Format: counter
rx_bad_inner_ipv4_len_pkts
Description Packets received with Bad Inner IPv4 Payload length
Type: number
Format: counter
rx_bad_inner_ipv6_len_pkts
Description Packets received with Bad Inner IPv6 Payload length
Type: number
Format: counter
rx_bcast_pkts
Description In Broadcast Packets
Type: number
Format: counter
rx_bytes
Description In Total Octets
Type: number
Format: counter
rx_dot1q_ptks
Description Dot1q Packet: Drop Rx
Type: number
Format: counter
rx_dropped_pkts
Description In Dropped Packets
Type: number
Format: counter
rx_encap_miss_pkts
Description Remote Vtep unreachable: Drop Tx
Type: number
Format: counter
rx_host_learn_error
Description Number of Host =
Type: number
Format: counter
rx_host_learned
Description Number of Host =
Type: number
Format: counter
rx_lif_invalid
Description Invalid Lif: Drop Rx
Type: number
Format: counter
rx_lif_uninit
Description Lif not UP: Drop Rx
Type: number
Format: counter
rx_mcast_pkts
Description Out Multicast Packets
Type: number
Format: counter
rx_pkts
Description In Total Packets
Type: number
Format: counter
rx_pkts_too_large
Description Packet too large: Drop Rx
Type: number
Format: counter
rx_reassembled_pkts
Description Reassembled Packets
Type: number
Format: counter
rx_requeued_pkts
Description Packets requeued to another CPU
Type: number
Format: counter
rx_ucast_pkts
Description In Unicast Packets
Type: number
Format: counter
rx_unhandled_pkts
Description Unhandled Packets: Drop Rx
Type: number
Format: counter
rx_vtep_unknown
Description Vtep unknown: Drop Rx
Type: number
Format: counter
tx_arp_req_sent_pkts
Description Number of Arp Requests Sent
Type: number
Format: counter
tx_bcast_pkts
Description Out Broadcast Packets
Type: number
Format: counter
tx_bytes
Description Out Total Octets
Type: number
Format: counter
tx_dropped_pkts
Description Out Dropped Packets
Type: number
Format: counter
tx_encap_bad_pkts
Description Remote Vtep unreachable: Drop Tx
Type: number
Format: counter
tx_encap_missing_pkts
Description Remote Vtep unreachable: Drop Tx
Type: number
Format: counter
tx_encap_unresolved_pkts
Description Remote Vtep unreachable: Drop Tx
Type: number
Format: counter
tx_flood_pkts
Description Out Flooded Packets
Type: number
Format: counter
tx_fragmented_pkts
Description Fragmented Packets
Type: number
Format: counter
tx_lif_invalid
Description Invalid Lif: Drop Tx
Type: number
Format: counter
tx_mcast_pkts
Description Out Multicast Packets
Type: number
Format: counter
tx_pkts
Description Out Total Packets
Type: number
Format: counter
tx_ucast_pkts
Description Out Unicast Packets
Type: number
Format: counter
tx_unhandled_pkts
Description Unhandled Packets: Drop Tx
Type: number
Format: counter
tx_vtep_unknown
Description Vtep unknown: Drop Tx
Type: number
Format: counter