State¶
Leafs
adj_changes
adj_number
auth_fails
auth_type_fails
id_field_len_mismatches
init_fails
lan_dis_changes
max_area_address_mismatches
rejected_adj
-
class
NetworkInstances.NetworkInstance.Protocols.Protocol.Isis.Interfaces.Interface.CircuitCounters.
State
¶ Bases:
Entity
Class Hierarchy:
NetworkInstances
NetworkInstance
Protocols
Protocol
Isis
Interfaces
Interface
CircuitCounters
State
This class represents state data.
The container defines a list of counters for IS circuit.
-
adj_changes
¶ Number of times an adjacency state change has occurred on this circuit. MIB Entry: CircAdjChanges
type: int
range: 0..4294967295config: False
-
init_fails
¶ Number of times initialization of this circuit has failed. This counts events such as PPP NCP failures. MIB Entry: CircInitFails
type: int
range: 0..4294967295config: False
-
rejected_adj
¶ Number of times an adjacency has been rejected on this circuit. MIB Entry: CircRejAdjs
type: int
range: 0..4294967295config: False
-
id_field_len_mismatches
¶ Number of times an IS-IS control PDU with an ID field length different from that for this system has been received. MIB Entry: CircIDFieldLenMismatches
type: int
range: 0..4294967295config: False
-
max_area_address_mismatches
¶ Number of times an IS-IS control PDU with a max area address field different from that for this system has been received. MIB Entry: CircMaxAreaAddrMismatches
type: int
range: 0..4294967295config: False
-
auth_type_fails
¶ Number of times an IS-IS control PDU with an auth type field different from that for this system has been received. MIB Entry: CircAuthTypeFails
type: int
range: 0..4294967295config: False
-
auth_fails
¶ Number of times an IS-IS control PDU with the correct auth type has failed to pass authentication validation. MIB Entry: CircAuthFails
type: int
range: 0..4294967295config: False
-
lan_dis_changes
¶ Number of times the Designated IS has changed on this circuit at this level. If the circuit is point to point, this count is zero. MIB Entry: CircLANDesISChanges
type: int
range: 0..4294967295config: False
-
adj_number
¶ Number of adjacencies on this circuit. MIB Entry: CircNumAdj
type: int
range: 0..4294967295config: False
-