VdrbCounters

VdrbCounters
VdrbCounters
JSON Example
{
    "arp_hold_pkt_drops": 0,
    "consumed_icmpv4": 0,
    "consumed_icmpv6": 0,
    "drop_route_ipv4_drops": 0,
    "drop_route_ipv6_drops": 0,
    "no_nbr_ipv4": 0,
    "no_nbr_ipv6": 0,
    "no_route_ipv4_drops": 0,
    "no_route_ipv6_drops": 0,
    "ns_hold_pkt_drops": 0,
    "pkt_attr_error_drops": 0,
    "relayed_dhcpv4_req": 0,
    "relayed_dhcpv4_rsp": 0,
    "relayed_dhcpv6_req": 0,
    "relayed_dhcpv6_rsp": 0,
    "rpf_ipv4_drops": 0,
    "rpf_ipv6_drops": 0,
    "rx_arp_req": 0,
    "rx_ipv4": 0,
    "rx_ipv6": 0,
    "rx_pkt_parsing_error_drops": 0,
    "ttl_ipv4_drops": 0,
    "ttl_ipv6_drops": 0,
    "tx_arp_rsp": 0,
    "tx_dispatch_queue_too_long_drops": 0,
    "tx_ipv4": 0,
    "tx_ipv6": 0
}
integer As int64 As int64
arp_hold_pkt_drops
Optional

The drops of packet(IPv4) pending on ARP resolution

integer As int64 As int64
consumed_icmpv4
Optional

ICMP packets(IPv4) destinated to VDR and consumed by VDR

integer As int64 As int64
consumed_icmpv6
Optional

ICMP packets(IPv6) destinated to VDR and consumed by VDR

integer As int64 As int64
drop_route_ipv4_drops
Optional

Packet(IPv4) matching drop routes

integer As int64 As int64
drop_route_ipv6_drops
Optional

Packet(IPv6) matching drop routes

integer As int64 As int64
no_nbr_ipv4
Optional

No IPv4 ARP entry found

integer As int64 As int64
no_nbr_ipv6
Optional

No IPv6 Neighbor entry found

integer As int64 As int64
no_route_ipv4_drops
Optional

No IPv4 routes

integer As int64 As int64
no_route_ipv6_drops
Optional

No IPv6 routes

integer As int64 As int64
ns_hold_pkt_drops
Optional

The drops of packet(IPv6) pending on neighbor resolution

integer As int64 As int64
pkt_attr_error_drops
Optional

Packets which failed attribute operation

integer As int64 As int64
relayed_dhcpv4_req
Optional

Relayed DHCPv4 requests

integer As int64 As int64
relayed_dhcpv4_rsp
Optional

Relayed DHCPv4 responses

integer As int64 As int64
relayed_dhcpv6_req
Optional

Relayed DHCPv6 requests

integer As int64 As int64
relayed_dhcpv6_rsp
Optional

Relayed DHCPv6 responses

integer As int64 As int64
rpf_ipv4_drops
Optional

Reverse path forwarding drops of packet(IPv4)

integer As int64 As int64
rpf_ipv6_drops
Optional

Reverse path forwarding drops of packet(IPv6)

integer As int64 As int64
rx_arp_req
Optional

Arp Reqests received

integer As int64 As int64
rx_ipv4
Optional

Packets(IPv4) received on VDR

integer As int64 As int64
rx_ipv6
Optional

Packets(IPv6) received on VDR

integer As int64 As int64
rx_pkt_parsing_error_drops
Optional

Packets failed to be parsed

integer As int64 As int64
ttl_ipv4_drops
Optional

Packet(IPv4) drops due to low TTL

integer As int64 As int64
ttl_ipv6_drops
Optional

Packet(IPv6) drops due to low TTL

integer As int64 As int64
tx_arp_rsp
Optional

Arp Responses sent

integer As int64 As int64
tx_dispatch_queue_too_long_drops
Optional

Packets being tail dropped in the txDispatchQueue

integer As int64 As int64
tx_ipv4
Optional

Packets(IPv4) sent from VDR

integer As int64 As int64
tx_ipv6
Optional

Packets(IPv6) sent from VDR