State¶
Leafs
auth_fails
auth_type_fails
corrupted_lsps
database_overloads
exceed_max_seq_nums
id_len_mismatch
lsp_errors
manual_address_drop_from_areas
max_area_address_mismatches
own_lsp_purges
part_changes
seq_num_skips
spf_runs
-
class
NetworkInstances.NetworkInstance.Protocols.Protocol.Isis.Levels.Level.SystemLevelCounters.
State
¶ Bases:
Entity
Class Hierarchy:
NetworkInstances
NetworkInstance
Protocols
Protocol
Isis
Levels
Level
SystemLevelCounters
State
This class represents state data.
The container defines a list of system counters for the IS.
-
corrupted_lsps
¶ Number of corrupted in-memory LSPs detected. LSPs received from the wire with a bad checksum are silently dropped and not counted. LSPs received from the wire with parse errors are counted by lsp-errors. MIB Entry: SysCorrLSPs
type: int
range: 0..4294967295config: False
-
database_overloads
¶ Number of times the database has become overloaded. MIB entry: SysLSPL(Level)DbaseOloads
type: int
range: 0..4294967295config: False
-
manual_address_drop_from_areas
¶ Number of times a manual address has been dropped from area. MIB Entry: SysManAddrDropFromAreas
type: int
range: 0..4294967295config: False
-
exceed_max_seq_nums
¶ The number of times the system has attempted to exceed the maximum sequence number. MIB Entry: SysAttmptToExMaxSeqNums
type: int
range: 0..4294967295config: False
-
seq_num_skips
¶ Number of times a sequence number skip has occurred. MIB Entry: SysSeqNumSkips
type: int
range: 0..4294967295config: False
-
own_lsp_purges
¶ Number of times a zero-aged copy of the system’s own LSP is received from some other node. MIB Entry: isisSysOwnLSPPurges
type: int
range: 0..4294967295config: False
-
id_len_mismatch
¶ Number of times a PDU is received with a different value for ID field length from that of the receiving system. MIB Entry: isisSysIDFieldLenMismatches
type: int
range: 0..4294967295config: False
-
part_changes
¶ The number of partition changes detected. MIB Entry: SysPartChanges
type: int
range: 0..4294967295config: False
-
max_area_address_mismatches
¶ Number of times a PDU is received with a different value for MaximumAreaAddresses from that of the receiving system. MIB Entry: SysMaxAreaAddrMismatches
type: int
range: 0..4294967295config: False
-
auth_fails
¶ The number of authentication key failures. MIB Entry: SysAuthFails
type: int
range: 0..4294967295config: False
-
spf_runs
¶ The number of times SPF was ran at this level
type: int
range: 0..4294967295config: False
-
auth_type_fails
¶ The number of authentication type mismatches
type: int
range: 0..4294967295config: False
-
lsp_errors
¶ The number of received LSPs with errors
type: int
range: 0..4294967295config: False
-