Counters¶
Leafs
in_discarded_pkts
in_error_pkts
in_forwarded_octets
in_forwarded_pkts
in_octets
in_pkts
out_discarded_pkts
out_error_pkts
out_forwarded_octets
out_forwarded_pkts
out_octets
out_pkts
-
class
Interfaces.Interface.Subinterfaces.Subinterface.Ipv6.State.
Counters
¶ Bases:
Entity
Class Hierarchy :
Interfaces
Interface
Subinterfaces
Subinterface
Ipv6
State
Counters
This class represents state data.
Packet and byte counters for IP transmission and
reception for the address family.
-
in_pkts
¶ The total number of IP packets received for the specified address family, including those received in error
type: int
range: 0..18446744073709551615
config: False
-
in_octets
¶ The total number of octets received in input IP packets for the specified address family, including those received in error
type: int
range: 0..18446744073709551615
config: False
-
in_error_pkts
¶ Number of IP packets discarded due to errors for the specified address family, including errors in the IP header, no route found to the IP destination, invalid address, unknown protocol, etc
type: int
range: 0..18446744073709551615
config: False
-
in_forwarded_pkts
¶ The number of input packets for which the device was not their final IP destination and for which the device attempted to find a route to forward them to that final destination
type: int
range: 0..18446744073709551615
config: False
-
in_forwarded_octets
¶ The number of octets received in input IP packets for the specified address family for which the device was not their final IP destination and for which the device attempted to find a route to forward them to that final destination
type: int
range: 0..18446744073709551615
config: False
-
in_discarded_pkts
¶ The number of input IP packets for the specified address family, for which no problems were encountered to prevent their continued processing, but were discarded (e.g., for lack of buffer space)
type: int
range: 0..18446744073709551615
config: False
-
out_pkts
¶ The total number of IP packets for the specified address family that the device supplied to the lower layers for transmission. This includes packets generated locally and those forwarded by the device
type: int
range: 0..18446744073709551615
config: False
-
out_octets
¶ The total number of octets in IP packets for the specified address family that the device supplied to the lower layers for transmission. This includes packets generated locally and those forwarded by the device
type: int
range: 0..18446744073709551615
config: False
-
out_error_pkts
¶ Number of IP packets for the specified address family locally generated and discarded due to errors, including no route found to the IP destination
type: int
range: 0..18446744073709551615
config: False
-
out_forwarded_pkts
¶ The number of packets for which this entity was not their final IP destination and for which it was successful in finding a path to their final destination
type: int
range: 0..18446744073709551615
config: False
-
out_forwarded_octets
¶ The number of octets in packets for which this entity was not their final IP destination and for which it was successful in finding a path to their final destination
type: int
range: 0..18446744073709551615
config: False
-
out_discarded_pkts
¶ The number of output IP packets for the specified address family for which no problem was encountered to prevent their transmission to their destination, but were discarded (e.g., for lack of buffer space)
type: int
range: 0..18446744073709551615
config: False
-