overlay-tunnel vtep stats¶
Statistics for the object vtep
vtep Specification¶
Type Collection Collection Name vtep-list Collection URI /axapi/v3/overlay-tunnel/vtep/{id} Element Name vtep Element URI /axapi/v3/overlay-tunnel/vtep/{id}/stats Element Attributes vtep_attributes Schema vtep schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/overlay-tunnel/vtep/{id} | ||
Create List | POST | /axapi/v3/overlay-tunnel/vtep/{id} | ||
Get Object | GET | /axapi/v3/overlay-tunnel/vtep/{id}/stats | ||
Get List | GET | /axapi/v3/overlay-tunnel/vtep/{id} | ||
Modify Object | POST | /axapi/v3/overlay-tunnel/vtep/{id}/stats | ||
Replace Object | PUT | /axapi/v3/overlay-tunnel/vtep/{id}/stats | ||
Replace List | PUT | /axapi/v3/overlay-tunnel/vtep/{id} | ||
Delete Object | DELETE | /axapi/v3/overlay-tunnel/vtep/{id}/stats |
vtep-list¶
vtep-list is JSON List of vtep attributes
vtep-list : [
]
vtep attributes¶
id
Description VTEP Identifier
Type: number
Range: 1-190
stats
Description: stats is a JSON Block. Please see below for stats
Type: Object
stats¶
Specification Type object arp_req_sent
Description Arp request sent
Type: number
Format: counter
bad_chksum_pks_rx
Description Bad checksum in received packets
Type: number
Format: counter
bad_inner_ipv4_len_rx
Description bad inner ipv4 packet len
Type: number
Format: counter
bad_inner_ipv6_len_rx
Description Bad inner ipv6 packet len
Type: number
Format: counter
bcast_pkt_rx
Description Total broadcast packets in
Type: number
Format: counter
bcast_pkt_tx
Description Broadcast packets out
Type: number
Format: counter
cfg_err_count
Description Config errors
Type: number
Format: counter
dot1q_pkts_rx
Description Dot1q packets in
Type: number
Format: counter
dropped_pkt_rx
Description Dropped received packets
Type: number
Format: counter
dropped_pkts_tx
Description Dropped packets out
Type: number
Format: counter
encap_miss_pkts_rx
Description Encap missed in received packets
Type: number
Format: counter
encap_unresolved_count
Description Encap unresolved failures
Type: number
Format: counter
flooded_pkt_count
Description Flooded packet count
Type: number
Format: counter
frag_drop_pkts_tx
Description Frag dropped packets out
Type: number
Format: counter
frag_pkts_tx
Description Frag packets out
Type: number
Format: counter
invalid_lif_rx
Description Invalid Lif pkts in
Type: number
Format: counter
invalid_lif_tx
Description Invalid Lif pkts out
Type: number
Format: counter
large_pkts_rx
Description Too large packets in
Type: number
Format: counter
lif_un_init_rx
Description Lif uninitialized packets in
Type: number
Format: counter
mcast_pkt_rx
Description Total multicast packets in
Type: number
Format: counter
mcast_pkt_tx
Description Multicast packets out
Type: number
Format: counter
pkts_out
Description Packets out
Type: number
Format: counter
reassembled_pkts_rx
Description Reassembled packets in
Type: number
Format: counter
requeue_pkts_in
Description Requeued packets in
Type: number
Format: counter
total_bytes_rx
Description Total packet bytes in
Type: number
Format: counter
total_bytes_tx
Description Packet bytes out
Type: number
Format: counter
total_pkts_rx
Description Total packets out
Type: number
Format: counter
unhandled_pkt_rx
Description Unhandled packets in
Type: number
Format: counter
unhandled_pkt_tx
Description Unhandled packets out
Type: number
Format: counter
unicast_pkt_rx
Description Total unicast packets in
Type: number
Format: counter
unicast_pkt_tx
Description Unicast packets out
Type: number
Format: counter
unknown_encap_rx_pkt
Description Encap miss rx pkts
Type: number
Format: counter
unknown_encap_tx_pkt
Description Encap miss tx pkts
Type: number
Format: counter
unknown_vtep_rx
Description Vtep Unkown rx
Type: number
Format: counter
unknown_vtep_tx
Description Vtep unknown tx
Type: number
Format: counter
vtep_host_learn_error
Description Host learn error
Type: number
Format: counter
vtep_host_learned
Description Hosts learned
Type: number
Format: counter