InterSitePortCounters

InterSitePortCounters
InterSitePortCounters

Provides the statistics of a port since the time it was created. It includes the number of incoming, outgoing and dropped packet counters and, the number of errors and failures causing the drops. The statistics will be reset on edge reboot or edge dataplane restart.

AllOf
This class requires all of the following:
JSON Example
{
    "blocked_packets": 0,
    "dad_dropped_packets": 0,
    "destination_unsupported_dropped_packets": 0,
    "dropped_packets": 0,
    "firewall_dropped_packets": 0,
    "frag_needed_dropped_packets": 0,
    "ipsec_dropped_packets": 0,
    "ipsec_no_sa_dropped_packets": 0,
    "ipsec_no_vti_dropped_packets": 0,
    "ipsec_pol_block_dropped_packets": 0,
    "ipsec_pol_err_dropped_packets": 0,
    "ipv6_dropped_packets": 0,
    "kni_dropped_packets": 0,
    "l4port_unsupported_dropped_packets": 0,
    "malformed_dropped_packets": 0,
    "no_arp_dropped_packets": 0,
    "no_linked_dropped_packets": 0,
    "no_mem_dropped_packets": 0,
    "no_receiver_dropped_packets": 0,
    "no_route_dropped_packets": 0,
    "non_ip_dropped_packets": 0,
    "proto_unsupported_dropped_packets": 0,
    "redirect_dropped_packets": 0,
    "rpf_check_dropped_packets": 0,
    "service_insert_dropped_packets": 0,
    "total_bytes": 0,
    "total_packets": 0,
    "ttl_exceeded_dropped_packets": 0
}