PRVT-ISIS-MIB

File: PRVT-ISIS-MIB.mib (122011 bytes)

Imported modules

IF-MIB INET-ADDRESS-MIB PRVT-OSPF-EXTENSION-MIB
SNMPv2-SMI SNMPv2-TC

Imported symbols

InterfaceIndex InetAddressPrefixLength routingProtocols
Counter32 Gauge32 Integer32
IpAddress MODULE-IDENTITY OBJECT-TYPE
TimeTicks Unsigned32 RowStatus
TEXTUAL-CONVENTION TruthValue

Defined Types

PrvtIsisInetAddressType  
A value that represents a type of Internet address.
TEXTUAL-CONVENTION    
  INTEGER unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(5)  

PrvtIsisInetAddress  
An IPv4 IPv6 address depending upon the value of a matching InetAddressType object. An IPv4 address consiats of 4 octets in network-byte order. An IPv6 address consiats of 16 octets in network-byte order
TEXTUAL-CONVENTION    
  OCTET STRING Size(4|16)  

PrvtIsisIPv4Address  
An IPv4 address consisting of 4 octets in network-byte order. A length of zero octets represents no IP address has been assigned.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0|4)  

PrvtIsisIPv6Address  
An IPv4 address consisting of 16 octets in network-byte order. A length of zero octets represents no IP address has been assigned.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0|16)  

PrvtIsisHostName  
A valid host name.
TEXTUAL-CONVENTION    
  OCTET STRING  

PrvtIsisAuthUserDataString  
Authentication user data.
TEXTUAL-CONVENTION    
  OCTET STRING  

PrvtIsisOSINSAddress  
OSI Network Service Address, e.g. NSAP, SNPA, or Network Entity Title
TEXTUAL-CONVENTION    
  OCTET STRING Size(1..20)  

PrvtIsisSystemID  
A ID for an Intermediate System. This should be unique within a network, and is included in all PDUs originated by an Intermediate System. The protocol does not place any meanings upon the bits, other than using ordering to break ties in electing a Designated IS on a LAN.
TEXTUAL-CONVENTION    
  OCTET STRING  

PrvtIsisLinkStatePDUID  
A Link State PDU Identifier.
TEXTUAL-CONVENTION    
  OCTET STRING Size(8)  

PrvtIsisAdminState  
Type used in enabling and disabling a row.
TEXTUAL-CONVENTION    
  INTEGER on(1), off(2)  

PrvtIsisLSPBuffSize  
Integer sub range for maximum LSP size.
TEXTUAL-CONVENTION    
  Integer32 512..16000  

PrvtIsisLevelState  
States of the IS-IS protocol.
TEXTUAL-CONVENTION    
  INTEGER off(1), on(2), waiting(3), overloaded(4)  

PrvtIsisDefaultMetric  
Integer sub-range for default metric for single hop. ISO 10589 provides for 4 types of metric. Only the 'default' metric is used in practice.
TEXTUAL-CONVENTION    
  Integer32 0..63  

PrvtIsisWideMetric  
Wide Metric for IS Neighbors. ISO 10589 provides a 6 bit metric. Traffic Engineering extensions provide 24 bit metrics.
TEXTUAL-CONVENTION    
  Unsigned32 0..16777215  

PrvtIsisFullMetric  
Full Metric for IP Routes. Traffic Engineering extensions provide 32 bit metrics.
TEXTUAL-CONVENTION    
  Unsigned32  

PrvtIsisMetricType  
Is this an Internal or External Metric?
TEXTUAL-CONVENTION    
  INTEGER internal(1), external(2)  

PrvtIsisMetricStyle  
Do we use 1195 style Metrics or wide metrics.
TEXTUAL-CONVENTION    
  INTEGER narrow(1), wide(2), both(3)  

PrvtIsisISLevel  
Identifies a level.
TEXTUAL-CONVENTION    
  INTEGER none(0), area(1), domain(2)  

PrvtIsisCircuitID  
ID for a circuit.
TEXTUAL-CONVENTION    
  OCTET STRING  

PrvtIsisISPriority  
Integer sub-range for IS-IS priority.
TEXTUAL-CONVENTION    
  Integer32 0..127  

PrvtIsisUnsigned16TC  
An Unsigned32 further restricted to 16 Bits. Note that the ASN.1 BER encoding may still require 24 Bits for some values.
TEXTUAL-CONVENTION    
  Unsigned32 0..65535  

PrvtIsisUnsigned16NoZeroTC  
Same as Unsigned16TC, except that 0 is not permitted.
TEXTUAL-CONVENTION    
  Unsigned32 1..65535  

PrvtIsisMaxAgeTC  
TC for prvtIsisSysMaxAge.
TEXTUAL-CONVENTION    
  Unsigned32 350..65535  

PrvtIsisReceiveLSPBufferSizeTC  
TC for prvtIsisSysReceiveLSPBufferSize
TEXTUAL-CONVENTION    
  Unsigned32 1492..16000  

PrvtIsisUnsigned8TC  
An Unsigned32 further restricted to 8 Bits. Note that the ASN.1 BER encoding may still require 16 Bits for some values.
TEXTUAL-CONVENTION    
  Unsigned32 0..255  

PrvtIsisOperStatus  
The current operational state of an IS-IS entity.
TEXTUAL-CONVENTION    
  INTEGER operStatusUp(1), operStatusDown(2), operStatusGoingUp(3), operStatusGoingDown(4), operStatusActFailed(5)  

PrvtIsisSysRestartType  
The type of restart procedures to follow when IS-IS activates.
TEXTUAL-CONVENTION    
  INTEGER none(0), start(1), restart(2)  

PrvtIsisSysEntry  
SEQUENCE    
  prvtIsisSysInstance Integer32
  prvtIsisSysExistState RowStatus
  prvtIsisSysVersion INTEGER
  prvtIsisSysType INTEGER
  prvtIsisSysID PrvtIsisSystemID
  prvtIsisSysMaxPathSplits Integer32
  prvtIsisSysMaxLSPGenInt Integer32
  prvtIsisSysPollESHelloRate PrvtIsisUnsigned16NoZeroTC
  prvtIsisSysWaitTime PrvtIsisUnsigned16NoZeroTC
  prvtIsisSysShutdown TruthValue
  prvtIsisSysL2toL1Leaking TruthValue
  prvtIsisSysMaxAge PrvtIsisMaxAgeTC
  prvtIsisSysReceiveLSPBufferSize PrvtIsisReceiveLSPBufferSizeTC
  prvtIsisSysOperStatus PrvtIsisOperStatus
  prvtIsisSysAllowAutoI3Config TruthValue
  prvtIsisSysCalcMaxDelay Unsigned32
  prvtIsisSysCalcThrshUpdStart Unsigned32
  prvtIsisSysCalcThrshUpdRestart Unsigned32
  prvtIsisSysCalcThrshRestartLimit Unsigned32
  prvtIsisSysCalcPauseFreq Unsigned32
  prvtIsisSysCheckChecksums Unsigned32
  prvtIsisSysZeroAgeLifetime Integer32
  prvtIsisSysNumUpdPending Gauge32
  prvtIsisSysNumUpdMerged Counter32
  prvtIsisSysNumCksumsPending Gauge32
  prvtIsisSysTEMetricPcntge Integer32
  prvtIsisSysMaxBwidthPcntge Integer32
  prvtIsisSysMaxResBwidthPcntge Integer32
  prvtIsisSysUnresBwidthPcntge Integer32
  prvtIsisSysMaxLSPBwidthPcntge Integer32
  prvtIsisSysMinLSPBwidthPcntge Integer32
  prvtIsisSysMTUSizePcntge Integer32
  prvtIsisSysTERouterID IpAddress
  prvtIsisSysIPv6TERouterID PrvtIsisIPv6Address
  prvtIsisSysMaxExternalRoutes Unsigned32
  prvtIsisSysMaxExternalRoutesAct INTEGER
  prvtIsisSysLspFullSuppress INTEGER
  prvtIsisSysLspFullSetDBOL TruthValue
  prvtIsisSysRestartHelpPeer TruthValue
  prvtIsisSysRestartActivationType PrvtIsisSysRestartType
  prvtIsisSysRestartAutoResetType PrvtIsisSysRestartType
  prvtIsisSysRestartAdjacencyWait Integer32
  prvtIsisSysMaxRecoveryTime Integer32
  prvtIsisSysClearStats TruthValue
  prvtIsisSysSetAttached INTEGER
  prvtIsisSysProtSupported BITS
  prvtIsisSysRstrctLanAdjsToSubnet TruthValue
  prvtIsisSysHostName PrvtIsisHostName
  prvtIsisSysCalcSoonAfterCircChng TruthValue
  prvtIsisSysSendNotifications BITS
  prvtIsisSysLvl1OrigLSPBuffSize PrvtIsisLSPBuffSize
  prvtIsisSysLvl1MinLSPGenInt PrvtIsisUnsigned16NoZeroTC
  prvtIsisSysLvl1OverloadState PrvtIsisLevelState
  prvtIsisSysLvl1SetOverload TruthValue
  prvtIsisSysLvl1SetOverloadUntil TimeTicks
  prvtIsisSysLvl1MetricStyle PrvtIsisMetricStyle
  prvtIsisSysLvl1SPFConsiders PrvtIsisMetricStyle
  prvtIsisSysLvl1TEEnabled TruthValue
  prvtIsisSysLvl1IPv6TEEnabled TruthValue
  prvtIsisSysLvl1RestartT2Duration Integer32
  prvtIsisSysLvl1AuthUser PrvtIsisAuthUserDataString
  prvtIsisSysLvl2OrigLSPBuffSize PrvtIsisLSPBuffSize
  prvtIsisSysLvl2MinLSPGenInt PrvtIsisUnsigned16NoZeroTC
  prvtIsisSysLvl2OverloadState PrvtIsisLevelState
  prvtIsisSysLvl2SetOverload TruthValue
  prvtIsisSysLvl2SetOverloadUntil TimeTicks
  prvtIsisSysLvl2MetricStyle PrvtIsisMetricStyle
  prvtIsisSysLvl2SPFConsiders PrvtIsisMetricStyle
  prvtIsisSysLvl2TEEnabled TruthValue
  prvtIsisSysLvl2IPv6TEEnabled TruthValue
  prvtIsisSysLvl2RestartT2Duration Integer32
  prvtIsisSysLvl2AuthUser PrvtIsisAuthUserDataString

PrvtIsisManAreaAddrEntry  
SEQUENCE    
  prvtIsisManAreaAddr PrvtIsisOSINSAddress
  prvtIsisManAreaAddrExistState RowStatus

PrvtIsisAreaAddrEntry  
SEQUENCE    
  prvtIsisAreaAddr PrvtIsisOSINSAddress
  prvtIsisAreaAddrInLSP TruthValue

PrvtIsisSummAddrEntry  
SEQUENCE    
  prvtIsisSummAddress OCTET STRING
  prvtIsisSummAddrExistState RowStatus
  prvtIsisSummAddrMetric PrvtIsisDefaultMetric
  prvtIsisSummAddrFullMetric PrvtIsisFullMetric

PrvtIsisRedistributeEntry  
SEQUENCE    
  prvtIsisRedistributeProtocol INTEGER
  prvtIsisRedistributeRowStatus RowStatus
  prvtIsisRedistributeLevel INTEGER
  prvtIsisRedistributeMetric Integer32

PrvtIsisCircEntry  
SEQUENCE    
  prvtIsisCircIfIndex InterfaceIndex
  prvtIsisCircExistState RowStatus
  prvtIsisCircIfSubIndex Integer32
  prvtIsisCircShutdown TruthValue
  prvtIsisCircType INTEGER
  prvtIsisCircExtDomain TruthValue
  prvtIsisCircLevel INTEGER
  prvtIsisCircPassiveCircuit TruthValue
  prvtIsisCircMeshGroupEnabled INTEGER
  prvtIsisCircMeshGroup Unsigned32
  prvtIsisCircSmallHellos TruthValue
  prvtIsisCircLastUpTime TimeTicks
  prvtIsisCirc3WayEnabled TruthValue
  prvtIsisCircExtendedCircID Unsigned32
  prvtIsisCircOperState PrvtIsisOperStatus
  prvtIsisCircSdEntityIndex Integer32
  prvtIsisCircDlBuffPoolSize Unsigned32
  prvtIsisCircSdPDUBuffPoolSize Unsigned32
  prvtIsisCircSdIndBuffPoolSize Unsigned32
  prvtIsisCircDataLinkBlockSize Unsigned32
  prvtIsisCircPhysicalAddress OCTET STRING
  prvtIsisCircManualOrAutomatic INTEGER
  prvtIsisCircT1TimerRunning TruthValue
  prvtIsisCircProtSupported BITS
  prvtIsisCircPtToPtOverLAN TruthValue
  prvtIsisCircLvl1Metric PrvtIsisDefaultMetric
  prvtIsisCircLvl1WideMetric PrvtIsisWideMetric
  prvtIsisCircLvl1ISPriority PrvtIsisISPriority
  prvtIsisCircLvl1IDOctet Integer32
  prvtIsisCircLvl1ID PrvtIsisCircuitID
  prvtIsisCircLvl1DesIS PrvtIsisCircuitID
  prvtIsisCircLvl1HelloMultiplier Integer32
  prvtIsisCircLvl1HelloTimer Integer32
  prvtIsisCircLvl1DRHelloTimer Integer32
  prvtIsisCircLvl1LSPThrottle PrvtIsisUnsigned16NoZeroTC
  prvtIsisCircLvl1MinLSPRetransInt Integer32
  prvtIsisCircLvl1CSNPInterval Integer32
  prvtIsisCircLvl1PartSNPInterval Integer32
  prvtIsisCircLvl1StickyDIS Integer32
  prvtIsisCircLvl1AuthUser PrvtIsisAuthUserDataString
  prvtIsisCircLvl1IDHostname PrvtIsisHostName
  prvtIsisCircLvl1DesISHostname PrvtIsisHostName
  prvtIsisCircLvl2Metric PrvtIsisDefaultMetric
  prvtIsisCircLvl2WideMetric PrvtIsisWideMetric
  prvtIsisCircLvl2ISPriority PrvtIsisISPriority
  prvtIsisCircLvl2IDOctet Integer32
  prvtIsisCircLvl2ID PrvtIsisCircuitID
  prvtIsisCircLvl2DesIS PrvtIsisCircuitID
  prvtIsisCircLvl2HelloMultiplier Integer32
  prvtIsisCircLvl2HelloTimer Integer32
  prvtIsisCircLvl2DRHelloTimer Integer32
  prvtIsisCircLvl2LSPThrottle PrvtIsisUnsigned16NoZeroTC
  prvtIsisCircLvl2MinLSPRetransInt Integer32
  prvtIsisCircLvl2CSNPInterval Integer32
  prvtIsisCircLvl2PartSNPInterval Integer32
  prvtIsisCircLvl2StickyDIS Integer32
  prvtIsisCircLvl2IDHostname PrvtIsisHostName
  prvtIsisCircLvl2DesISHostname PrvtIsisHostName

PrvtIsisISAdjEntry  
SEQUENCE    
  prvtIsisISAdjIndex Integer32
  prvtIsisISAdjState INTEGER
  prvtIsisISAdj3WayState INTEGER
  prvtIsisISAdjNeighSNPAAddress PrvtIsisOSINSAddress
  prvtIsisISAdjNeighSysType INTEGER
  prvtIsisISAdjNeighSysID PrvtIsisSystemID
  prvtIsisISAdjNbrExtendedCircID Unsigned32
  prvtIsisISAdjUsage INTEGER
  prvtIsisISAdjHoldTimer PrvtIsisUnsigned16NoZeroTC
  prvtIsisISAdjNeighPriority PrvtIsisISPriority
  prvtIsisISAdjLastUpTime TimeTicks
  prvtIsisISAdjRestartCapable TruthValue
  prvtIsisISAdjPeerRestartState INTEGER
  prvtIsisISAdjSuppressed TruthValue
  prvtIsisISAdjNeighLanID OCTET STRING
  prvtIsisISAdjNeighHostname PrvtIsisHostName
  prvtIsisISAdjNeighLanIDHostname PrvtIsisHostName

PrvtIsisISAdjAreaAddrEntry  
SEQUENCE    
  prvtIsisISAdjAreaAddrIndex Integer32
  prvtIsisISAdjAreaAddress PrvtIsisOSINSAddress

PrvtIsisISAdjIPAddrEntry  
SEQUENCE    
  prvtIsisISAdjIPAddrIndex Integer32
  prvtIsisISAdjIPAddrType PrvtIsisInetAddressType
  prvtIsisISAdjIPAddrAddress PrvtIsisInetAddress

PrvtIsisIPRAEntry  
SEQUENCE    
  prvtIsisIPRADestType PrvtIsisInetAddressType
  prvtIsisIPRADest PrvtIsisInetAddress
  prvtIsisIPRADestPrefixLen InetAddressPrefixLength
  prvtIsisIPRANextHopIndex Integer32
  prvtIsisIPRANextHopType PrvtIsisInetAddressType
  prvtIsisIPRANextHop PrvtIsisInetAddress
  prvtIsisIPRAType INTEGER
  prvtIsisIPRAAdminState PrvtIsisAdminState
  prvtIsisIPRAMetric PrvtIsisDefaultMetric
  prvtIsisIPRAMetricType PrvtIsisMetricType
  prvtIsisIPRAFullMetric PrvtIsisFullMetric
  prvtIsisIPRASNPAAddress PrvtIsisOSINSAddress
  prvtIsisIPRASourceType INTEGER

PrvtIsisLSPSummaryEntry  
SEQUENCE    
  prvtIsisLSPLevel PrvtIsisISLevel
  prvtIsisLSPID PrvtIsisLinkStatePDUID
  prvtIsisLSPSeq Unsigned32
  prvtIsisLSPZeroLife TruthValue
  prvtIsisLSPChecksum PrvtIsisUnsigned16TC
  prvtIsisLSPLifetimeRemain PrvtIsisUnsigned16TC
  prvtIsisLSPPDULength PrvtIsisUnsigned16TC
  prvtIsisLSPAttributes PrvtIsisUnsigned8TC
  prvtIsisLSPIDHostname PrvtIsisHostName

PrvtIsisLSPTLVEntry  
SEQUENCE    
  prvtIsisLSPTLVIndex Unsigned32
  prvtIsisLSPTLVSeq Unsigned32
  prvtIsisLSPTLVChecksum PrvtIsisUnsigned16TC
  prvtIsisLSPTLVType PrvtIsisUnsigned8TC
  prvtIsisLSPTLVLen PrvtIsisUnsigned8TC
  prvtIsisLSPTLVValue OCTET STRING
  prvtIsisLSPTLVHostname PrvtIsisHostName

Defined Values

prvtIsisMIB 78.4.4
The MIB module for management of the IS-IS protocol.
MODULE-IDENTITY    

prvtIsisMIBObjects 78.4.4.1
OBJECT IDENTIFIER    

prvtIsisSystem 78.4.4.1.1
OBJECT IDENTIFIER    

prvtIsisSysTable 78.4.4.1.1.1
The set of instances of the Integrated IS-IS protocol existing on the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtIsisSysEntry

prvtIsisSysEntry 78.4.4.1.1.1.1
Each row defines information specific to a single instance of the IS-IS protocol existing on the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtIsisSysEntry  

prvtIsisSysInstance 78.4.4.1.1.1.1.1
The unique identifier of the Integrated IS-IS instance to which this row corresponds.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

prvtIsisSysExistState 78.4.4.1.1.1.1.2
The existence state (RowStatus) of the IS-IS router. Setting this to state 'destroy' forces the router to forget all the current configuration. Setting the state to 'notInService' stops protocol processing, but retains the configuration.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

prvtIsisSysVersion 78.4.4.1.1.1.1.3
The version number of the IS-IS protocol that is implemented.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(0), one(1)  

prvtIsisSysType 78.4.4.1.1.1.1.4
At which levels is the Intermediate System running? This object follows the ReplaceOnlyWhileDisabled behavior.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER level1IS(1), level2IS(2), level1L2IS(3)  

prvtIsisSysID 78.4.4.1.1.1.1.5
The ID for this instance of the Integrated IS-IS protocol. This value is appended to each of the area addresses to form the Network Entity Titles. This value is a 6 byte MAC address. This object follows the ReplaceOnlyWhileDisabled behavior.
Status: current Access: read-create
OBJECT-TYPE    
  PrvtIsisSystemID  

prvtIsisSysMaxPathSplits 78.4.4.1.1.1.1.6
Maximum number of paths with equal routing metric value which it is permitted to split between. This object follows the ReplaceOnlyWhileDisabled behavior.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..32  

prvtIsisSysMaxLSPGenInt 78.4.4.1.1.1.1.7
Maximum interval, in seconds, between generated LSPs by this instance of the protocol. This object follows the ResettingTimer behavior. The value must be greater than any value configured for prvtIsisSysLevelxMinLSPGenInt, and should be at least 300 seconds less than prvtIsisSysMaxAge.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..65235  

prvtIsisSysPollESHelloRate 78.4.4.1.1.1.1.8
The value, in seconds, to be used for the suggested ES configuration timer in ISH PDUs when soliciting the ES configuration.
Status: current Access: read-create
OBJECT-TYPE    
  PrvtIsisUnsigned16NoZeroTC  

prvtIsisSysWaitTime 78.4.4.1.1.1.1.9
Number of seconds to delay in state 'waiting' before entering the state 'on'. This object follows the ResettingTimer behavior.
Status: current Access: read-create
OBJECT-TYPE    
  PrvtIsisUnsigned16NoZeroTC  

prvtIsisSysShutdown 78.4.4.1.1.1.1.10
The administrative state of this instance of the Integrated IS-IS protocol. Setting this object to the value 'false' when its current value is 'true' enables operation of this instance of the Integrated IS-IS protocol.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

prvtIsisSysL2toL1Leaking 78.4.4.1.1.1.1.11
If true, allow the router to leak L2 routes into L1.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

prvtIsisSysMaxAge 78.4.4.1.1.1.1.12
Value to place in RemainingLifeTime field of the LSPs we generate. This should be at least 300 seconds greater than prvtIsisSysMaxLSPGenInt.
Status: current Access: read-create
OBJECT-TYPE    
  PrvtIsisMaxAgeTC  

prvtIsisSysReceiveLSPBufferSize 78.4.4.1.1.1.1.13
Size of the largest buffer we are designed or configured to store. This should be at least as big as the maximum prvtIsisSysLevelxOrigLSPBuffSize supported by the system. If resources allow, we will store and flood LSPs larger than prvtIsisSysReceiveLSPBufferSize, as this can help avoid problems in networks with different values for prvtIsisSysLevelxOrigLSPBuffSize.
Status: current Access: read-create
OBJECT-TYPE    
  PrvtIsisReceiveLSPBufferSizeTC  

prvtIsisSysOperStatus 78.4.4.1.1.1.1.14
The current operational status of this instance of the Protocol Manager component of IS-IS. Note that IS-IS can only activate if there is at least one active entry in the prvtIsisManAreaAddrTable.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtIsisOperStatus  

prvtIsisSysAllowAutoI3Config 78.4.4.1.1.1.1.15
If 'true' then add IP addresses received from the I3 stub to the prvtIsisCircIPAddrTable with admin state 'on'. If 'false' then add them with admin state 'off'. This field follows the ReplaceOnlyWhileDisabled behavior.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

prvtIsisSysCalcMaxDelay 78.4.4.1.1.1.1.16
The maximum delay before the Routing Table is recalculated following a change to the Link State Database. (Recalculation is delayed to reduce the frequency of recalculations of the Routing Table). This parameter has units of milliseconds. A value of 0 indicates that a routing calculation will immediately follow an update to the database.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..120000  

prvtIsisSysCalcThrshUpdStart 78.4.4.1.1.1.1.17
This parameter can be used to override the routing calculation delay indicated by the prvtIsisSysCalcMaxDelay parameter when the number of updates to the Link State Database reaches a threshold value. This parameter specifies the threshold number of updates that can be made to the Link State Database such that any subsequent update to the database causes a full routing calculation to start immediately. - 0 indicates that a routing calculation will immediately follow an update to the database. - 0xFFFFFFFF indicates that this threshold is infinite, and hence the timing of a routing calculation is determined solely by the configured calculation delay.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..4294967295  

prvtIsisSysCalcThrshUpdRestart 78.4.4.1.1.1.1.18
This parameter can be used to interrupt a full routing calculation when the number of pending updates to the Link State Database has reached a threshold value. This parameter specifies the threshold number of updates that can be made to the Link State Database such that any subsequent update to the database causes the current routing calculation to be interrupted, and a new calculation to start using an up to date Link State Database. - 0 indicates that an update to the Link State Database will cause any current routing calculation to be interrupted and a new one to start. - 0xFFFFFFFF indicates that this threshold is infinite, and hence no number of pending updates to the database will cause a routing calculation to be interrupted.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..4294967295  

prvtIsisSysCalcThrshRestartLimit 78.4.4.1.1.1.1.19
This parameter limits the number of consecutive times a routing calculation can be interrupted by new updates. This guarantees that the routing calculation will actually complete. - 1 indicates that once a calculation has been interrupted once, it will not be interrupted again. - 0xFFFFFFFF indicates that the calculation can always be interrupted.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..4294967295  

prvtIsisSysCalcPauseFreq 78.4.4.1.1.1.1.20
This value determines how regularly a Routing Calculation is paused. It is measured in points. The points scale roughly maps to a time scale, so that the larger this value is, the longer the Routing Calculation runs before pausing. - 0 indicates that the routing calculation is paused after every calculation step. - 0xFFFFFFFF indicates that the Routing Calculation is never paused.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..4294967295  

prvtIsisSysCheckChecksums 78.4.4.1.1.1.1.21
This value determines how often the checksums of LSPs in the Link State Database are checked. If 0, no checksums in the database are checked.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

prvtIsisSysZeroAgeLifetime 78.4.4.1.1.1.1.22
This is the minimum amount of time in seconds for which the header of an expired LSP shall be retained after it has been flooded with zero Remaining Lifetime. All that is required is that the header be retained until the zero Remaining Lifetime LSP has been safely propagated to all the neighbors.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

prvtIsisSysNumUpdPending 78.4.4.1.1.1.1.23
The number of updates that are pending addition to the Link State Database.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

prvtIsisSysNumUpdMerged 78.4.4.1.1.1.1.24
The number of updates that have been merged into the Link State Database since the last routing calculation.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtIsisSysNumCksumsPending 78.4.4.1.1.1.1.25
The number of LSPs in the Link State Database which are now due to have their checksum checked.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

prvtIsisSysTEMetricPcntge 78.4.4.1.1.1.1.26
The Traffic Engineering metric is updated in real-time by the I3 Stub. In order to increase performance and reduce network traffic, this parameter determines the minimal percentage change of the TE metric that causes a new LSP to be originated.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

prvtIsisSysMaxBwidthPcntge 78.4.4.1.1.1.1.27
The maximum bandwidth on an interface is updated in real-time by the I3 Stub. In order to increase performance and reduce network traffic, this parameter determines the minimal percentage change of maximum bandwidth that causes a new LSP to be originated.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

prvtIsisSysMaxResBwidthPcntge 78.4.4.1.1.1.1.28
The maximum reservable bandwidth on an interface is updated in real-time by the I3 Stub. In order to increase performance and reduce network traffic, this parameter determines the minimal percentage change of maximum reservable bandwidth that causes a new LSP to be originated.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

prvtIsisSysUnresBwidthPcntge 78.4.4.1.1.1.1.29
The unreserved bandwidth on an interface is updated in real-time by the I3 Stub. In order to increase performance and reduce network traffic, this parameter determines the minimal percentage change of unreserved bandwidth that causes a new LSP to be originated.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

prvtIsisSysMaxLSPBwidthPcntge 78.4.4.1.1.1.1.30
The maximum LSP bandwidth for the various switching descriptors on an interface is updated in real-time by the I3 Stub. In order to increase performance and reduce network traffic, this parameter determines the minimal percentage change of maximum LSP bandwidth that causes a new LSP to be originated.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

prvtIsisSysMinLSPBwidthPcntge 78.4.4.1.1.1.1.31
The minimum LSP bandwidth for the various switching descriptors on an interface is updated in real-time by the I3 Stub. In order to increase performance and reduce network traffic, this parameter determines the minimal percentage change of minmimum LSP bandwidth that causes a new LSP to be originated.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

prvtIsisSysMTUSizePcntge 78.4.4.1.1.1.1.32
The Maximum Transmission Unit size for the various switching descriptors on an interface is updated in real-time by the I3 Stub. In order to increase performance and reduce network traffic, this parameter determines the minimal percentage change of the Maximum Transmission Unit that causes a new LSP to be originated.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

prvtIsisSysTERouterID 78.4.4.1.1.1.1.33
The Local IPv4 TE Router ID. This is a single stable IPv4 address that can always be referenced in a path that will be reachable from multiple hops away, regardless of the state of the node's interfaces. This field is ignored if prvtIsisSysLevelxTEEnabled is 'false'.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

prvtIsisSysIPv6TERouterID 78.4.4.1.1.1.1.34
The Local IPv6 TE Router ID. This is a single stable IPv6 global address that can always be referenced in a path that will be reachable from multiple hops away, regardless of the state of the node's interfaces. This field is ignored if prvtIsisSysLevelxIPv6TEEnabled is 'false'.
Status: current Access: read-create
OBJECT-TYPE    
  PrvtIsisIPv6Address  

prvtIsisSysMaxExternalRoutes 78.4.4.1.1.1.1.35
The maximum number of static routes and routes redistributed from other protocols that will be accepted. The action that will be taken when the maximum is exceeded is controlled by prvtIsisSysMaxExternalRoutesAct. 0xFFFFFFFF is a special value indicating that the threshold is infinite.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

prvtIsisSysMaxExternalRoutesAct 78.4.4.1.1.1.1.36
The action that will be take whenn the number of external routes exceeds prvtIsisSysMaxExternalRoutes. If set to 'log', IS-IS will alert the administrator by logging that the limit has been exceeded. If set to 'suppressExternal', IS-IS will remove all external routes from the local LSP (at all active levels) in addition to logging the problem. In both cases, the administrator is responsible for correcting the configuration to reduce the number of redistributed external routes. In the 'suppressExternal' case, the system is responsible for resynchronizing the set of routes with IS-IS.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER log(1), suppressExternal(2)  

prvtIsisSysLspFullSuppress 78.4.4.1.1.1.1.37
The set of routes (if any) that will be removed from the local LSP when the local LSP becomes full at either level. When set to 'external', all static routes and routes redistributed from other protocols will be removed from the local LSP (at all active levels) when the local LSP is full. If set to 'none', IS-IS will be unable to accept any additional configuration that may increase the size of the local LSP. The system administrator should modify the system configuration to reduce the local LSP size - for example, by reducing the number of addresses redistributed from other routing protocols, or by deleting circuit configuration. Once this has been done, if prvtIsisSysLspFullSuppress is set to 'external', the system is responsible for resynchronizing the set of routes with ISIS.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER external(1), none(2)  

prvtIsisSysLspFullSetDBOL 78.4.4.1.1.1.1.38
If set to 'true', the database overload flag will be set in the local LSP (at all active levels) when the local LSP becomes full (at either level). The administrator can clear the database overload flag for a level by setting prvtIsisSysLevelxSetOverload to 'false' for that level.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

prvtIsisSysRestartHelpPeer 78.4.4.1.1.1.1.39
Indicates if the procedures defined in the IS-IS restart RFC (3847) for helping a peer to restart is implemented. Note that this object has no effect on the local restart behavior, and so may be set independently of prvtIsisSysRestartActivationType and prvtIsisSysRestartAutoResetType.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

prvtIsisSysRestartActivationType 78.4.4.1.1.1.1.40
This object is only used when IS-IS is manually activated or deactivated (in other words, enters or leaves the state with row status 'active' and admin status 'on'), and indicates which restart procedures (if any) are followed. During the activation period, IS-IS will use the value that was configured at the start of activation. The value may be changed at any time, but the new value will only take effect the next time that manual activation takes place. During deactivation, IS-IS will purge the local LSP from remote nodes if this object is set to 'none' or 'start'. Setting the object to 'restart' before deactivation will prevent the local LSP from being purged. A planned restart may be initiated by setting prvtIsisSysShutdown to 'true' and later to 'false'. Graceful restart procedures will only function correctly if the local LSP has not been purged, and so to initiate a planned restart, prvtIsisSysRestartActivationType should be set to 'restart' before deactivation.
Status: current Access: read-create
OBJECT-TYPE    
  PrvtIsisSysRestartType  

prvtIsisSysRestartAutoResetType 78.4.4.1.1.1.1.41
There are cases where the IS-IS protocol requires the local node to automatically deactivate and later reactivate. This object indicates which restart procedures (if any) are followed during such an automatic reset. During the activation period, IS-IS will use the value that was configured at the start of activation. The value may be changed at any time, but the new value will only take effect the next time that automatic re-activation takes place.
Status: current Access: read-create
OBJECT-TYPE    
  PrvtIsisSysRestartType  

prvtIsisSysRestartAdjacencyWait 78.4.4.1.1.1.1.42
This object is only used when IS-IS activates with the activation type (prvtIsisSysRestartActivationType or prvtIsisSysRestartAutoResetType) set to 'start' or 'restart'. It defines how long IS-IS will wait to establish adjacencies before completing the start/restart. This object follows the ResettingTimer behavior.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..3600  

prvtIsisSysMaxRecoveryTime 78.4.4.1.1.1.1.43
This object is only used when IS-IS activates with the activation type (prvtIsisSysRestartActivationType or prvtIsisSysRestartAutoResetType) set to 'restart'. It defines the maximum time that IS-IS will take before completing restart procedures. The value specified puts an upper bound on the duration of the T3 timer described in the IS-IS restart RFC (3847). The actual duration of the timer is the minimum of the value specified and the minimum remaining holding time received on an adjacency. This object follows the ResettingTimer behavior.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..65535  

prvtIsisSysClearStats 78.4.4.1.1.1.1.44
Set to 'true' to clear all system statistics, including the prvtIsisSystemCounter and prvtIsisPacketCounter tables. Note that prvtIsisSysStatsLSPCount is not reset by this object. Reading the value of this field has no meaning.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

prvtIsisSysSetAttached 78.4.4.1.1.1.1.45
If IS-IS is operating at both level 1 and level 2, this field indicates how IS-IS should decide whether to set the attached bit in its level 1 LSP. - 'attachNoOverlapOrRedist' indicates that the attached bit should be set if either of the following are true. - The IS can reach at least one other area (the IS is adjacent with a L2 router whose area addresses do not overlap with the area addresses we know about at L1). - The IS is redistributing one or more external routes into the AS. - 'attachNoOverlapOnly' indicates that the attached bit should be set only if the IS can reach at least one other area. - 'attachSet' indicates that the attached bit should always be set. - 'attachClear' indicates that the attached bit should never be set.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER attachNoOverlapOrRedist(1), attachNoOverlapOnly(2), attachSet(3), attachClear(4)  

prvtIsisSysProtSupported 78.4.4.1.1.1.1.46
This attribute contains the set of protocols supported by this Intermediate System.
Status: current Access: read-create
OBJECT-TYPE    
  BITS reserved(0), ipv4(1), ipv6(2)  

prvtIsisSysRstrctLanAdjsToSubnet 78.4.4.1.1.1.1.47
This object only affects IPv4 broadcast circuits. If this is set to 'true', IS-IS will only form adjacencies with intermediate systems that are on the same subnet as the local circuit. This object only has effect when the I3 Stub is used to determine subnet addresses and is ignored otherwise.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

prvtIsisSysHostName 78.4.4.1.1.1.1.48
The string that this instance of IS-IS will use as the local hostname. This is advertised to other Intermediate Systems in the Dynamic Hostname TLV.
Status: current Access: read-create
OBJECT-TYPE    
  PrvtIsisHostName  

prvtIsisSysCalcSoonAfterCircChng 78.4.4.1.1.1.1.49
Set this object to 'true' to minimize the delay before triggering a routing calculation that includes any relevant circuit change. This means a change to the local neighbors (including pseudonodes), or to the reachable addresses received from the I3 stub. There are two aspects to minimizing the delay. - IS-IS overrides the setting of the prvtIsisSysLevelMinLSPGenInt object when such a change occurs, and usually regenerates the local LSP(s) immediately. The only exception is when IS-IS is performing restart procedures as defined in RFC3847. This RFC specifies when IS-IS can update the local LSP during a restart. - IS-IS overrides all of the objects that affect the scheduling of routing calculations, with the exception of the prvtIsisSysCalcThrshRestartLimit object. It ensures that a routing calculation including the updated LSPs takes place as soon as possible. It abandons an existing route calculation if necessary, unless more than prvtIsisSysCalcThrshRestartLimit successive calculations would have been interrupted.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

prvtIsisSysSendNotifications 78.4.4.1.1.1.1.50
This attribute contains the set of notifications generated by this Intermediate System. The notifications that may be enabled are the prvtIsisCircIndTable, prvtIsisDatabaseOverload, prvtIsisManualAddressDrops, prvtIsisIDLenMismatch, prvtIsisMaxAreaAddressesMismatch, prvtIsisOwnLSPPurge, prvtIsisAreaMismatch, prvtIsisRejectedAdjacency, prvtIsisAdjacencyChange and prvtIsisLSPErrorDetected notifications.
Status: current Access: read-create
OBJECT-TYPE    
  BITS circuitIndication(0), databaseOverload(1), manualAreaAddressDrops(2), idLengthMismatch(3), maxAreaAddressMismatch(4), ownLspPurge(5), areaMismatch(6), rejectedAdjacency(7), adjacencyChange(8), lspErrorDetected(9)  

prvtIsisSysLvl1OrigLSPBuffSize 78.4.4.1.1.1.1.60
The maximum size of LSPs and SNPs originated by this Intermediate System at level 1. This object follows the ReplaceOnlyWhileDisabled behavior.
Status: current Access: read-create
OBJECT-TYPE    
  PrvtIsisLSPBuffSize  

prvtIsisSysLvl1MinLSPGenInt 78.4.4.1.1.1.1.61
Minimum interval, in seconds, between successive generation of LSPs with the same LSPID at level 1 by this instance of the protocol. This object follows the ResettingTimer behavior.
Status: current Access: read-create
OBJECT-TYPE    
  PrvtIsisUnsigned16NoZeroTC  

prvtIsisSysLvl1OverloadState 78.4.4.1.1.1.1.62
The Overload state of the database at level 1. The value 'overloaded' indicates a database that is low on an essential resource, such as memory. The administrator may indirectly force the state to 'waiting' when the router is initializing by setting the object prvtIsisSysLvl1SetOverload. If the state is waiting or overloaded, we originate LSPs with the Overload bit set.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtIsisLevelState  

prvtIsisSysLvl1SetOverload 78.4.4.1.1.1.1.63
Administratively set the overload bit for the level. The overload bit will continue to be set if the implementation runs out of memory, independent of this variable.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

prvtIsisSysLvl1SetOverloadUntil 78.4.4.1.1.1.1.64
If set, the overload bit should be set, and cleared after sysUpTime exceeds this value.
Status: current Access: read-create
OBJECT-TYPE    
  TimeTicks  

prvtIsisSysLvl1MetricStyle 78.4.4.1.1.1.1.65
Which style of Metric do we generate in our LSPs at level 1 ?
Status: current Access: read-create
OBJECT-TYPE    
  PrvtIsisMetricStyle  

prvtIsisSysLvl1SPFConsiders 78.4.4.1.1.1.1.66
Which style of Metric do we consider in our SPF computation at level 1 ?
Status: current Access: read-create
OBJECT-TYPE    
  PrvtIsisMetricStyle  

prvtIsisSysLvl1TEEnabled 78.4.4.1.1.1.1.67
Do we do Traffic Engineering for IPv4 at level 1 ? Currently only Traffic Engineering at L1 is supported. If Traffic Engineering is enabled, prvtIsisSysLvl1MetricStyle must be set to 'wide' or 'both', and a value must be configured for prvtIsisSysTERouterID. When Traffic Engineering is enabled for IPv4, this IS will advertise the IPv4 TE router ID in the local LSP, and will advertise traffic engineering parameters (where available) for links configured to support IPv4. This object is ignored if the 'ipv4' bit is not set in the value of prvtIsisSysProtSupported.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

prvtIsisSysLvl1IPv6TEEnabled 78.4.4.1.1.1.1.68
Do we do Traffic Engineering for IPv6 at level 1 ? Currently only Traffic Engineering at L1 is supported. If Traffic Engineering is enabled, a value must be configured for prvtIsisSysIPv6TERouterID. When Traffic Engineering is enabled for IPv6, this IS will advertise the IPv6 TE router ID in the local LSP, and will advertise traffic engineering parameters (where available) for links configured to support IPv6. This object is ignored if the 'ipv6' bit is not set in the value of prvtIsisSysProtSupported.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

prvtIsisSysLvl1RestartT2Duration 78.4.4.1.1.1.1.69
This object is only used when IS-IS activates with the activation type (prvtIsisSysRestartActivationType or prvtIsisSysRestartAutoResetType) set to 'start' or 'restart'. It defines how long IS-IS will wait to complete database synchronization at level 1 before completing the start/restart. This object follows the ResettingTimer behavior.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..3600  

prvtIsisSysLvl1AuthUser 78.4.4.1.1.1.1.70
Authentication user data for area/domain level authentication. This data is passed opaquely to the authentication interface where it can be used to assist with authentication decisions.
Status: current Access: read-create
OBJECT-TYPE    
  PrvtIsisAuthUserDataString  

prvtIsisSysLvl2OrigLSPBuffSize 78.4.4.1.1.1.1.80
The maximum size of LSPs and SNPs originated by this Intermediate System at level 2. This object follows the ReplaceOnlyWhileDisabled behavior.
Status: current Access: read-create
OBJECT-TYPE    
  PrvtIsisLSPBuffSize  

prvtIsisSysLvl2MinLSPGenInt 78.4.4.1.1.1.1.81
Minimum interval, in seconds, between successive generation of LSPs with the same LSPID at level 2 by this instance of the protocol. This object follows the ResettingTimer behavior.
Status: current Access: read-create
OBJECT-TYPE    
  PrvtIsisUnsigned16NoZeroTC  

prvtIsisSysLvl2OverloadState 78.4.4.1.1.1.1.82
The Overload state of the database at level 2. The value 'overloaded' indicates a database that is low on an essential resource, such as memory. The administrator may indirectly force the state to 'waiting' when the router is initializing by setting the object prvtIsisSysLvl2SetOverload. If the state is waiting or overloaded, we originate LSPs with the Overload bit set.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtIsisLevelState  

prvtIsisSysLvl2SetOverload 78.4.4.1.1.1.1.83
Administratively set the overload bit for the level. The overload bit will continue to be set if the implementation runs out of memory, independent of this variable.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

prvtIsisSysLvl2SetOverloadUntil 78.4.4.1.1.1.1.84
If set, the overload bit should be set, and cleared after sysUpTime exceeds this value.
Status: current Access: read-create
OBJECT-TYPE    
  TimeTicks  

prvtIsisSysLvl2MetricStyle 78.4.4.1.1.1.1.85
Which style of Metric do we generate in our LSPs at level 2 ?
Status: current Access: read-create
OBJECT-TYPE    
  PrvtIsisMetricStyle  

prvtIsisSysLvl2SPFConsiders 78.4.4.1.1.1.1.86
Which style of Metric do we consider in our SPF computation at level 2 ?
Status: current Access: read-create
OBJECT-TYPE    
  PrvtIsisMetricStyle  

prvtIsisSysLvl2TEEnabled 78.4.4.1.1.1.1.87
Do we do Traffic Engineering for IPv4 at level 2 ? Currently only Traffic Engineering at L1 is supported. If Traffic Engineering is enabled, prvtIsisSysLvl2MetricStyle must be set to 'wide' or 'both', and a value must be configured for prvtIsisSysTERouterID. When Traffic Engineering is enabled for IPv4, this IS will advertise the IPv4 TE router ID in the local LSP, and will advertise traffic engineering parameters (where available) for links configured to support IPv4. This object is ignored if the 'ipv4' bit is not set in the value of prvtIsisSysProtSupported.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

prvtIsisSysLvl2IPv6TEEnabled 78.4.4.1.1.1.1.88
Do we do Traffic Engineering for IPv6 at level 2 ? Currently only Traffic Engineering at L1 is supported. If Traffic Engineering is enabled, a value must be configured for prvtIsisSysIPv6TERouterID. When Traffic Engineering is enabled for IPv6, this IS will advertise the IPv6 TE router ID in the local LSP, and will advertise traffic engineering parameters (where available) for links configured to support IPv6. This object is ignored if the 'ipv6' bit is not set in the value of prvtIsisSysProtSupported.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

prvtIsisSysLvl2RestartT2Duration 78.4.4.1.1.1.1.89
This object is only used when IS-IS activates with the activation type (prvtIsisSysRestartActivationType or prvtIsisSysRestartAutoResetType) set to 'start' or 'restart'. It defines how long IS-IS will wait to complete database synchronization at level 2 before completing the start/restart. This object follows the ResettingTimer behavior.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..3600  

prvtIsisSysLvl2AuthUser 78.4.4.1.1.1.1.90
Authentication user data for area/domain level authentication. This data is passed opaquely to the authentication interface where it can be used to assist with authentication decisions.
Status: current Access: read-create
OBJECT-TYPE    
  PrvtIsisAuthUserDataString  

prvtIsisManAreaAddrTable 78.4.4.1.1.2
The set of manual area addresses configured on this Intermediate System.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtIsisManAreaAddrEntry

prvtIsisManAreaAddrEntry 78.4.4.1.1.2.1
Each entry contains one area address manually configured on this system
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtIsisManAreaAddrEntry  

prvtIsisManAreaAddr 78.4.4.1.1.2.1.1
A manually configured area address for this system. This object follows the index behavior. The area address must have a non-zero length.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtIsisOSINSAddress  

prvtIsisManAreaAddrExistState 78.4.4.1.1.2.1.2
The existence state (RowStatus) of the prvtIsisManAreaAddrEntry
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

prvtIsisAreaAddrTable 78.4.4.1.1.3
The union of the sets of area addresses reported in all Level 1 LSPs with segment number zero received by this instance of the protocol from Intermediate Systems which are reachable via Level 1 routing.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtIsisAreaAddrEntry

prvtIsisAreaAddrEntry 78.4.4.1.1.3.1
Each entry contains one area address reported in a Level 1 LSP received by this instance of the IS-IS protocol. Received area addresses with a length of zero are ignored.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtIsisAreaAddrEntry  

prvtIsisAreaAddr 78.4.4.1.1.3.1.1
An area address reported in a Level 1 LSP received by this instance of the IS-IS protocol. Received area addresses with a length of zero are ignored.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtIsisOSINSAddress  

prvtIsisAreaAddrInLSP 78.4.4.1.1.3.1.2
Following ISO10589 section 7.1.5, we advertise the three numerically lowest level 1 area addresses in the level 2 LSP fragment zero. If 'true', then this area address is one of the three numerically lowest area addresses, and if this router is active at level 2, it is therefore one of those area addresses advertised in the level 2 LSP fragment 0.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

prvtIsisSummAddrTable 78.4.4.1.1.5
The set of IP summary addresses to use in forming summary TLVs originated by this Intermediate System. An administrator may use a summary address to combine and modify IP Reachability announcements. If the Intermediate system can reach any subset of the summary address, the summary address will be announced instead, at the configured metric.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtIsisSummAddrEntry

prvtIsisSummAddrEntry 78.4.4.1.1.5.1
Each entry contains one IP summary address.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtIsisSummAddrEntry  

prvtIsisSummAddress 78.4.4.1.1.5.1.2
The IP address and prefix length value for this summary address.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(5)  

prvtIsisSummAddrExistState 78.4.4.1.1.5.1.4
The existence state (RowStatus) of this summary address.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

prvtIsisSummAddrMetric 78.4.4.1.1.5.1.5
The metric value to announce this summary address within LSPs generated by this system.
Status: current Access: read-create
OBJECT-TYPE    
  PrvtIsisDefaultMetric  

prvtIsisSummAddrFullMetric 78.4.4.1.1.5.1.6
The wide metric value to announce this summary address within LSPs generated by this system.
Status: current Access: read-create
OBJECT-TYPE    
  PrvtIsisFullMetric  

prvtIsisRedistributeTable 78.4.4.1.1.10
The table represents the routing protocols redistributed into the IS-IS routing domain. Creation of conceptual row in the table starts the redistribution of the specified protocol, which would lead to the injection of routing information from that protocol into IS-IS. Deletion of conceptual row would stop the redistribution of that protocol into the IS-IS.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtIsisRedistributeEntry

prvtIsisRedistributeEntry 78.4.4.1.1.10.1
An entry into the prvtIsisRedistributeTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtIsisRedistributeEntry  

prvtIsisRedistributeProtocol 78.4.4.1.1.10.1.1
The specific routes redistributed into IS-IS.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER kernel(2), connect(3), static(4), default(17)  

prvtIsisRedistributeRowStatus 78.4.4.1.1.10.1.2
Indicates the status of the row. Setting of this field to active enables the redistribution of the protocol. Setting this field to destroy disables the redistribution of the protocol.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

prvtIsisRedistributeLevel 78.4.4.1.1.10.1.3
The IS-IS level at which this row applies to.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER level1(1), level2(2)  

prvtIsisRedistributeMetric 78.4.4.1.1.10.1.4
The IS-IS protocol metric to assign to the redistributed route.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..63  

prvtIsisCirc 78.4.4.1.3
OBJECT IDENTIFIER    

prvtIsisCircTable 78.4.4.1.3.2
The table of circuits used by each instance of Integrated IS-IS on this system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtIsisCircEntry

prvtIsisCircEntry 78.4.4.1.3.2.1
An prvtIsisCircEntry exists for each circuit used by Integrated IS-IS on this system.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtIsisCircEntry  

prvtIsisCircIfIndex 78.4.4.1.3.2.1.2
The value of ifIndex for the interface to which this circuit corresponds. This object cannot be modified after creation. This is also used as the 3-way circuit ID on point-to-point circuits.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

prvtIsisCircExistState 78.4.4.1.3.2.1.3
The existence state (RowStatus) of this circuit. Setting the state to 'notInService' halts the generation and processing of IS-IS protocol PDUs on this circuit. Setting the state to destroy will also erase any configuration associated with the circuit. Automatic circuits from the I3 stub appear as passive circuits with existence state 'active'. These circuits can be configured via the MIB like manual circuits, except that they will survive a Destroy request, with all fields reset to their automatic values. MIB configuration overrides automatic configuration.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

prvtIsisCircIfSubIndex 78.4.4.1.3.2.1.4
A specifier for the part of the interface ifIndex to which this circuit corresponds, such as a DLCI or VPI/VCI. This object cannot be modified after creation. This field is currently ignored.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

prvtIsisCircShutdown 78.4.4.1.3.2.1.5
The administrative state of the circuit.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

prvtIsisCircType 78.4.4.1.3.2.1.6
The type of the circuit. This object follows the ReplaceOnlyWhileDisabled behavior. The type specified must be compatible with the type of the interface defined by the value of prvtIsisCircIfIndex. Only 'broadcast' and 'ptToPt' circuits are currently supported. An automatic circuit can have type 'unknown' until the correct MIB type is defined.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER unknown(0), broadcast(1), ptToPt(2), staticIn(3), staticOut(4), dA(5)  

prvtIsisCircExtDomain 78.4.4.1.3.2.1.7
If true, suppress normal transmission of and interpretation of Intra-domain IS-IS PDUs on this circuit.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

prvtIsisCircLevel 78.4.4.1.3.2.1.8
Indicates which type of packets will be sent and accepted on this circuit. The values used will be modified by the settings of prvtIsisSysType. This object follows the ReplaceOnlyWhileDisabled behavior.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER level1(1), level2(2), level1L2(3)  

prvtIsisCircPassiveCircuit 78.4.4.1.3.2.1.9
Should we include this interface in LSPs, even if it is not running the IS-IS Protocol? Circuits with prvtIsisCircExtDomain 'true' will only be included in LSPs if this field is also 'true', and the circuit is active.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

prvtIsisCircMeshGroupEnabled 78.4.4.1.3.2.1.10
Is this port a member of a mesh group, or blocked? Circuits in the same mesh group act as a virtual multiaccess network. LSPs seen on one circuit in a mesh group will not be flooded to another circuit in the same mesh group.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER inactive(1), blocked(2), set(3)  

prvtIsisCircMeshGroup 78.4.4.1.3.2.1.11
Circuits in the same mesh group act as a virtual multiaccess network. LSPs seen on one circuit in a mesh group will not be flooded to another circuit in the same mesh group. If prvtIsisCircMeshGroupEnabled is inactive or blocked, this value is ignored.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

prvtIsisCircSmallHellos 78.4.4.1.3.2.1.12
Can we send unpadded hellos on LAN circuits? False means LAN Hellos must be padded. Currently only unpadded hellos are supported.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

prvtIsisCircLastUpTime 78.4.4.1.3.2.1.13
If the circuit is enabled, the value of sysUpTime when prvtIsisCircShutdown most recently entered the state on. If the circuit is not on, the value of sysUpTime when the circuit last entered state on, 0 if the circuit has never been on.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

prvtIsisCirc3WayEnabled 78.4.4.1.3.2.1.14
Is this circuit enabled to run 3Way handshake? Currently the 3-way handshake on point to point circuits is always run.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

prvtIsisCircExtendedCircID 78.4.4.1.3.2.1.15
The value to be used as the extended circuit ID in 3Way handshake. This value is only used if prvtIsisCirc3WayEnabled is true, and must be unique across all circuits on this IS. Currently the value for prvtIsisCircIfIndex is used as the extended circuit ID.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

prvtIsisCircOperState 78.4.4.1.3.2.1.16
The operational state of this circuit.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtIsisOperStatus  

prvtIsisCircSdEntityIndex 78.4.4.1.3.2.1.17
Identifies the SDC entity which will handle this circuit. This object must be specified before the circuit can run the IS-IS protocol. It cannot be changed after it has been specified.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..2147483647  

prvtIsisCircDlBuffPoolSize 78.4.4.1.3.2.1.18
Capacity of the buffer pool used by the DL stub to send data signals to the SDC. This object follows the ReplaceOnlyWhileDisabled behavior.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

prvtIsisCircSdPDUBuffPoolSize 78.4.4.1.3.2.1.19
Capacity of the buffer pool into which SDC transfers data signals from the DL Stub. This object follows the ReplaceOnlyWhileDisabled behavior.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

prvtIsisCircSdIndBuffPoolSize 78.4.4.1.3.2.1.20
Capacity of the buffer pool used by SDC to send indications to PM. This object follows the ReplaceOnlyWhileDisabled behavior.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

prvtIsisCircDataLinkBlockSize 78.4.4.1.3.2.1.21
Maximum size of PDU that can be sent or received over this circuit (MTU). This object follows the ReplaceOnlyWhileDisabled behavior.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

prvtIsisCircPhysicalAddress 78.4.4.1.3.2.1.22
The physical address of the network interface (for example a MAC address on an Ethernet card). This value is only relevant to a broadcast circuit and is ignored on a point-to-point circuit. It needs to be specified in the MIB if the information is not obtained from the I3 stub. This object follows the ReplaceOnlyWhileDisabled behavior.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

prvtIsisCircManualOrAutomatic 78.4.4.1.3.2.1.23
Has this circuit been configured by MIB (manual), I3 information (automatic) or both? MIB configuration overrides I3 configuration. Automatic circuits cannot be destroyed. Destroying a manual circuit removes all configuration for that circuit. Destroying a circuit in state 'both' destroys any MIB configuration and returns the circuit to automatic state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER manual(1), automatic(2), both(3)  

prvtIsisCircT1TimerRunning 78.4.4.1.3.2.1.24
Is the T1 timer running on this circuit? This object is only valid on a circuit that is currently running the IS-IS protocol (prvtIsisCircExtDomain is 'false' and prvtIsisCircOperState is 'operStatusUp'). When set to 'true', this indicates that the local node is running starting or restarting node procedures.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

prvtIsisCircProtSupported 78.4.4.1.3.2.1.25
Which protocols are supported on this circuit? Note that the configured value is used in conjunction with the value of prvtIsisSysProtSupported. In particular: - IPv4 is supported on the circuit if both prvtIsisSysProtSupported and this object have the 'ipv4' bit set. - IPv6 is supported on the circuit if both prvtIsisSysProtSupported and this object have the 'ipv6' bit set.
Status: current Access: read-create
OBJECT-TYPE    
  BITS reserved(0), ipv4(1), ipv6(2)  

prvtIsisCircPtToPtOverLAN 78.4.4.1.3.2.1.26
Allows a broadcast circuit to be configured to operate point-to-point over LAN procedures. This is used in conjunction with the prvtIsisCircType object as follows. - If prvtIsisCircType = 'ptToPt', the circuit is a standard point-point circuit, and prvtIsisCircPtToPtOverLAN is ignored. - If prvtIsisCircType = 'broadcast' and prvtIsisCircPtToPtOverLAN is 'false', the circuit is used as a normal LAN. - If prvtIsisCircType = 'broadcast' and prvtIsisCircPtToPtOverLAN is 'true', point-point over LAN procedures are followed. Point-to-point over LAN procedures should only be configured when there are just two Intermediate Systems operating on the LAN. This object follows the ReplaceOnlyWhileDisabled behavior.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

prvtIsisCircLvl1Metric 78.4.4.1.3.2.1.30
The metric value of this circuit for level 1.
Status: current Access: read-create
OBJECT-TYPE    
  PrvtIsisDefaultMetric  

prvtIsisCircLvl1WideMetric 78.4.4.1.3.2.1.31
The wide metric value of this circuit for level 1.
Status: current Access: read-create
OBJECT-TYPE    
  PrvtIsisWideMetric  

prvtIsisCircLvl1ISPriority 78.4.4.1.3.2.1.32
The priority for becoming the LAN-Designated Intermediate System at level 1.
Status: current Access: read-create
OBJECT-TYPE    
  PrvtIsisISPriority  

prvtIsisCircLvl1IDOctet 78.4.4.1.3.2.1.33
A one byte identifier for the circuit selected by the Intermediate System. On point-to-point circuits, the value is used as the Local Circuit ID in point-to-point IIH PDUs transmitted on this circuit. In this case, values of prvtIsisCircLvl1IDOctet do not need to be unique. For broadcast circuits, the value is used to generate the LAN ID that will be used if this Intermediate System is elected as the Designated IS on this circuit. The value is required to differ on LANs where the Intermediate System is the Designated Intermediate System.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

prvtIsisCircLvl1ID 78.4.4.1.3.2.1.34
On a point to point circuit with a fully initialized adjacency to a peer IS, the value of this object is the circuit ID negotiated during adjacency initialization. On a point to point circuit without such an adjacency, the value is the concatenation of the local system ID and the one byte prvtIsisCircLvl1IDOctet for this circuit i.e. the value that would be proposed for the circuit ID. On other circuit types, the value returned is the zero length OCTET STRING.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtIsisCircuitID  

prvtIsisCircLvl1DesIS 78.4.4.1.3.2.1.35
The ID of the LAN-Designated Intermediate System on this circuit at level 1. If, for any reason, this system is not partaking in the relevant Designated Intermediate System election process, then the value returned is the zero length OCTET STRING.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtIsisCircuitID  

prvtIsisCircLvl1HelloMultiplier 78.4.4.1.3.2.1.36
This value is multiplied by the corresponding HelloTimer and the result in seconds (rounded up) is used as the holding time in transmitted hellos, to be used by receivers of hello packets from this IS.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 2..100  

prvtIsisCircLvl1HelloTimer 78.4.4.1.3.2.1.37
Maximum period, in milliseconds, between IIH PDUs on multiaccess networks at level 1 for LANs. The value at L1 is used as the period between Hellos on L1L2 point to point circuits. Setting this value at level 2 on an L1L2 point to point circuit will result in an error of InconsistentValue. This object follows the ResettingTimer behavior.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 10..600000  

prvtIsisCircLvl1DRHelloTimer 78.4.4.1.3.2.1.38
Period, in milliseconds, between Hello PDUs on multiaccess networks when this IS is the Designated Intermediate System. This object follows the ResettingTimer behavior.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 10..120000  

prvtIsisCircLvl1LSPThrottle 78.4.4.1.3.2.1.39
Minimal interval of time, in milliseconds, between transmissions of LSPs on an interface at level 1.
Status: current Access: read-create
OBJECT-TYPE    
  PrvtIsisUnsigned16NoZeroTC  

prvtIsisCircLvl1MinLSPRetransInt 78.4.4.1.3.2.1.40
Minimum interval, in seconds, between re-transmission of an LSP at level 1. This object follows the ResettingTimer behavior. Note that prvtIsisCircLvl1LSPThrottle controls how fast we send back to back LSPs. This variable controls how fast we re-send the same LSP.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..300  

prvtIsisCircLvl1CSNPInterval 78.4.4.1.3.2.1.41
Interval of time, in seconds, between periodic transmission of a complete set of CSNPs on multiaccess networks if this router is the designated router at level 1. This object follows the ResettingTimer behavior.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..600  

prvtIsisCircLvl1PartSNPInterval 78.4.4.1.3.2.1.42
Minimum interval in seconds between sending Partial Sequence Number PDUs at level 1. This object follows the ResettingTimer behavior.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..120  

prvtIsisCircLvl1StickyDIS 78.4.4.1.3.2.1.43
Boost to add to the priority of this router (up to the maximum permitted value) when it becomes DIS at level 1 to make it more likely to remain DIS.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..127  

prvtIsisCircLvl1AuthUser 78.4.4.1.3.2.1.44
Authentication user data for level 1's authentication. This data is passed opaquely to the authentication interface where it can be used to assist with authentication decisions.
Status: current Access: read-create
OBJECT-TYPE    
  PrvtIsisAuthUserDataString  

prvtIsisCircLvl1IDHostname 78.4.4.1.3.2.1.45
The hostname corresponding to the system ID part of the prvtIsisCircLvl1ID object. This is the null string if the prvtIsisCircLvl1ID object is null, or if no hostname is known.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtIsisHostName  

prvtIsisCircLvl1DesISHostname 78.4.4.1.3.2.1.46
The hostname corresponding to the system ID part of the prvtIsisCircLvl1DesIS object. This is the null string if the prvtIsisCircLvl1DesIS object is null, or if no hostname is known.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtIsisHostName  

prvtIsisCircLvl2Metric 78.4.4.1.3.2.1.50
The metric value of this circuit for level 2.
Status: current Access: read-create
OBJECT-TYPE    
  PrvtIsisDefaultMetric  

prvtIsisCircLvl2WideMetric 78.4.4.1.3.2.1.51
The wide metric value of this circuit for level 2.
Status: current Access: read-create
OBJECT-TYPE    
  PrvtIsisWideMetric  

prvtIsisCircLvl2ISPriority 78.4.4.1.3.2.1.52
The priority for becoming the LAN-Designated Intermediate System at level 2.
Status: current Access: read-create
OBJECT-TYPE    
  PrvtIsisISPriority  

prvtIsisCircLvl2IDOctet 78.4.4.1.3.2.1.53
A one byte identifier for the circuit selected by the Intermediate System. On point-to-point circuits, the value is used as the Local Circuit ID in point-to-point IIH PDUs transmitted on this circuit. In this case, values of prvtIsisCircLvl2IDOctet do not need to be unique. For broadcast circuits, the value is used to generate the LAN ID that will be used if this Intermediate System is elected as the Designated IS on this circuit. The value is required to differ on LANs where the Intermediate System is the Designated Intermediate System.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

prvtIsisCircLvl2ID 78.4.4.1.3.2.1.54
On a point to point circuit with a fully initialized adjacency to a peer IS, the value of this object is the circuit ID negotiated during adjacency initialization. On a point to point circuit without such an adjacency, the value is the concatenation of the local system ID and the one byte prvtIsisCircLvl2IDOctet for this circuit i.e. the value that would be proposed for the circuit ID. On other circuit types, the value returned is the zero length OCTET STRING.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtIsisCircuitID  

prvtIsisCircLvl2DesIS 78.4.4.1.3.2.1.55
The ID of the LAN-Designated Intermediate System on this circuit at level 2. If, for any reason, this system is not partaking in the relevant Designated Intermediate System election process, then the value returned is the zero length OCTET STRING.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtIsisCircuitID  

prvtIsisCircLvl2HelloMultiplier 78.4.4.1.3.2.1.56
This value is multiplied by the corresponding HelloTimer and the result in seconds (rounded up) is used as the holding time in transmitted hellos, to be used by receivers of hello packets from this IS.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 2..100  

prvtIsisCircLvl2HelloTimer 78.4.4.1.3.2.1.57
Maximum period, in milliseconds, between IIH PDUs on multiaccess networks at level 2 for LANs. The value at L1 is used as the period between Hellos on L1L2 point to point circuits. Setting this value at level 2 on an L1L2 point to point circuit will result in an error of InconsistentValue. This object follows the ResettingTimer behavior.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 10..600000  

prvtIsisCircLvl2DRHelloTimer 78.4.4.1.3.2.1.58
Period, in milliseconds, between Hello PDUs on multiaccess networks when this IS is the Designated Intermediate System. This object follows the ResettingTimer behavior.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 10..120000  

prvtIsisCircLvl2LSPThrottle 78.4.4.1.3.2.1.59
Minimal interval of time, in milliseconds, between transmissions of LSPs on an interface at level 2.
Status: current Access: read-create
OBJECT-TYPE    
  PrvtIsisUnsigned16NoZeroTC  

prvtIsisCircLvl2MinLSPRetransInt 78.4.4.1.3.2.1.60
Minimum interval, in seconds, between re-transmission of an LSP at level 2. This object follows the ResettingTimer behavior. Note that prvtIsisCircLvl2LSPThrottle controls how fast we send back to back LSPs. This variable controls how fast we re-send the same LSP.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..300  

prvtIsisCircLvl2CSNPInterval 78.4.4.1.3.2.1.61
Interval of time, in seconds, between periodic transmission of a complete set of CSNPs on multiaccess networks if this router is the designated router at level 2. This object follows the ResettingTimer behavior.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..600  

prvtIsisCircLvl2PartSNPInterval 78.4.4.1.3.2.1.62
Minimum interval in seconds between sending Partial Sequence Number PDUs at level 2. This object follows the ResettingTimer behavior.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..120  

prvtIsisCircLvl2StickyDIS 78.4.4.1.3.2.1.63
Boost to add to the priority of this router (up to the maximum permitted value) when it becomes DIS at level 2 to make it more likely to remain DIS.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..127  

prvtIsisCircLvl2IDHostname 78.4.4.1.3.2.1.65
The hostname corresponding to the system ID part of the prvtIsisCircLvl2ID object. This is the null string if the prvtIsisCircLvl2ID object is null, or if no hostname is known.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtIsisHostName  

prvtIsisCircLvl2DesISHostname 78.4.4.1.3.2.1.66
The hostname corresponding to the system ID part of the prvtIsisCircLvl2DesIS object. This is the null string if the prvtIsisCircLvl2DesIS object is null, or if no hostname is known.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtIsisHostName  

prvtIsisISAdj 78.4.4.1.6
OBJECT IDENTIFIER    

prvtIsisISAdjTable 78.4.4.1.6.1
The table of adjacencies to Intermediate Systems.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtIsisISAdjEntry

prvtIsisISAdjEntry 78.4.4.1.6.1.1
Each entry corresponds to one adjacency to an Intermediate System on this system.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtIsisISAdjEntry  

prvtIsisISAdjIndex 78.4.4.1.6.1.1.1
A unique value identifying the IS adjacency from all other such adjacencies on this circuit. This value is automatically assigned by the system when the adjacency is created.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2000000000  

prvtIsisISAdjState 78.4.4.1.6.1.1.2
The state of the adjacency.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER down(1), initializing(2), up(3), failed(4)  

prvtIsisISAdj3WayState 78.4.4.1.6.1.1.3
The 3Way state of the adjacency. These are picked to match the historical on-the-wire representation of the 3Way state, and are not intended to match prvtIsisISAdjState.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(0), initializing(1), down(2), failed(3)  

prvtIsisISAdjNeighSNPAAddress 78.4.4.1.6.1.1.4
The SNPA address of the neighboring system.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtIsisOSINSAddress  

prvtIsisISAdjNeighSysType 78.4.4.1.6.1.1.5
The type of the neighboring system.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER l1IntermediateSystem(1), l2IntermediateSystem(2), l1L2IntermediateSystem(3), unknown(4)  

prvtIsisISAdjNeighSysID 78.4.4.1.6.1.1.6
The system ID of the neighboring Intermediate System.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtIsisSystemID  

prvtIsisISAdjNbrExtendedCircID 78.4.4.1.6.1.1.7
The 4-byte Extended Circuit ID learned from the Neighbor during 3-way handshake, or 0.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

prvtIsisISAdjUsage 78.4.4.1.6.1.1.8
How is the adjacency used? On a point-to-point link, this might be level1and2, but on a LAN, the usage will be level1 on the adjacency between peers at L1, and level2 for the adjacency between peers at L2.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER level1(1), level2(2), level1and2(3)  

prvtIsisISAdjHoldTimer 78.4.4.1.6.1.1.9
The holding time in seconds for this adjacency. This value is based on received IIH PDUs and the elapsed time since receipt.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtIsisUnsigned16NoZeroTC  

prvtIsisISAdjNeighPriority 78.4.4.1.6.1.1.10
Priority of the neighboring Intermediate System for becoming the Designated Intermediate System.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtIsisISPriority  

prvtIsisISAdjLastUpTime 78.4.4.1.6.1.1.11
If the prvtIsisISAdjState is in state 'up', the value of sysUpTime when the adjacency most recently entered the state 'up', or 0 if it has never been in state 'up'.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

prvtIsisISAdjRestartCapable 78.4.4.1.6.1.1.12
Does the neighbor support restart signalling? This object is set to 'true' if the peer includes the restart TLV in IIH PDUs.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

prvtIsisISAdjPeerRestartState 78.4.4.1.6.1.1.13
Is the peer currently restarting? Set to 'notRestarting' if the neighbor is not restarting (is not including a restart TLV in the IIH, or is not setting the RR bit). Set to 'restartingNoHelp' if the neighbor is restarting (is including a restart TLV with the RR bit in IIH PDUs), but the local node is not helping the restart. Set to 'helpingRestart' if the neighbor is restarting and the local node is helping the restart.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notRestarting(1), restartingNoHelp(2), helpingRestart(3)  

prvtIsisISAdjSuppressed 78.4.4.1.6.1.1.14
Has the peer requested that the adjacency be suppressed? If set to 'true', the adjacency will not be added to the local LSP. This object is set to 'true' if the peer sets the SA bit in the restart TLV in IIH PDUs.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

prvtIsisISAdjNeighLanID 78.4.4.1.6.1.1.15
On a broadcast circuit, the LAN ID reported by the neighbor for the Designated Intermediate System on this circuit at this level. For a non-broadcast circuit, or if, for any reason, the neighbor is not partaking in the relevant Designated Intermediate System election process, then the value returned is the zero length OCTET STRING.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

prvtIsisISAdjNeighHostname 78.4.4.1.6.1.1.16
The hostname corresponding to prvtIsisISAdjNeighSysID. This is the null string if prvtIsisSdEntMapHostnames is 'false' or if no hostname is known.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtIsisHostName  

prvtIsisISAdjNeighLanIDHostname 78.4.4.1.6.1.1.17
The hostname corresponding to the system ID part of the prvtIsisISAdjNeighLanID object. This is the null string if the prvtIsisISAdjNeighLanID object is null, if prvtIsisSdEntMapHostnames is 'false', or if no hostname is known.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtIsisHostName  

prvtIsisISAdjAreaAddrTable 78.4.4.1.6.2
This table contains the set of Area Addresses of neighboring Intermediate Systems as reported in received IIH PDUs.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtIsisISAdjAreaAddrEntry

prvtIsisISAdjAreaAddrEntry 78.4.4.1.6.2.1
Each entry contains one Area Address reported by a neighboring Intermediate System in its IIH PDUs.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtIsisISAdjAreaAddrEntry  

prvtIsisISAdjAreaAddrIndex 78.4.4.1.6.2.1.1
An index for the areas associated with one neighbor. This provides a simple way to walk the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2000000000  

prvtIsisISAdjAreaAddress 78.4.4.1.6.2.1.2
One Area Address as reported in IIH PDUs received from the neighbor.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtIsisOSINSAddress  

prvtIsisISAdjIPAddrTable 78.4.4.1.6.3
This table contains the set of IP Addresses of neighboring Intermediate Systems as reported in received IIH PDUs. If the prvtIsisSysRstrctLanAdjsToSubnet object in prvtIsisSysTable is set to 'true' then for an IPv4 broadcast circuit, only IP addresses on the same subnet as the local circuit are included in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtIsisISAdjIPAddrEntry

prvtIsisISAdjIPAddrEntry 78.4.4.1.6.3.1
Each entry contains one IP Address reported by a neighboring Intermediate System in its IIH PDUs.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtIsisISAdjIPAddrEntry  

prvtIsisISAdjIPAddrIndex 78.4.4.1.6.3.1.1
An index to this table which identifies the IP addresss to which this entry belongs.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2000000000  

prvtIsisISAdjIPAddrType 78.4.4.1.6.3.1.2
The type of one IP Address as reported in IIH PDUs received from the neighbor.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtIsisInetAddressType  

prvtIsisISAdjIPAddrAddress 78.4.4.1.6.3.1.3
One IP Address as reported in IIH PDUs received from the neighbor. The type of this address is determined by the value of the prvtIsisISAdjIPAddrType object.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtIsisInetAddress  

prvtIsisIPReachAddr 78.4.4.1.8
OBJECT IDENTIFIER    

prvtIsisIPRATable 78.4.4.1.8.1
The table of IP Reachable Addresses to networks, subnetworks or hosts, learned automatically. This table is read-only. Manual addition of entries using this table is not supported.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtIsisIPRAEntry

prvtIsisIPRAEntry 78.4.4.1.8.1.1
Each entry defines an IP Reachable Address to a network, subnetwork or host. Each IP Reachable Address may have multiple entries in the table, one for each equal cost path to the reachable address.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtIsisIPRAEntry  

prvtIsisIPRADestType 78.4.4.1.8.1.1.1
The type of this IP Reachable Address.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtIsisInetAddressType  

prvtIsisIPRADest 78.4.4.1.8.1.1.2
The destination of this IP Reachable Address. This is either a network address, subnetwork address or host address. The type of this address is determined by the value of the prvtIsisIPRADestType object.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtIsisInetAddress  

prvtIsisIPRADestPrefixLen 78.4.4.1.8.1.1.3
The length of the IP Netmask for Reachability Address.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressPrefixLength 0..128  

prvtIsisIPRANextHopIndex 78.4.4.1.8.1.1.4
Index of next hop. Used when there are multiple Equal Cost Multipath alternatives for the same destination.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..65535  

prvtIsisIPRANextHopType 78.4.4.1.8.1.1.5
The type of the IP next hop address.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtIsisInetAddressType  

prvtIsisIPRANextHop 78.4.4.1.8.1.1.6
The IP next hop to this destination. The type of this address is determined by the value of the prvtIsisIPRANextHopType object.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtIsisInetAddress  

prvtIsisIPRAType 78.4.4.1.8.1.1.7
The type of this IP Reachable Address. Those of type manual are created by the network manager. Those of type automatic are created through propagation of routing information from another routing protocol. Currently only automatic entries in this table are supported.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER manual(1), automatic(2)  

prvtIsisIPRAAdminState 78.4.4.1.8.1.1.9
The administrative state of the IP Reachable Address.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtIsisAdminState  

prvtIsisIPRAMetric 78.4.4.1.8.1.1.10
The metric value for reaching the specified destination over this circuit.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtIsisDefaultMetric  

prvtIsisIPRAMetricType 78.4.4.1.8.1.1.11
Indicates whether the metric is internal or external.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtIsisMetricType  

prvtIsisIPRAFullMetric 78.4.4.1.8.1.1.12
The wide metric value for reaching the specified destination over this circuit.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtIsisFullMetric  

prvtIsisIPRASNPAAddress 78.4.4.1.8.1.1.13
The SNPA Address to which a PDU may be forwarded in order to reach a destination which matches this IP Reachable Address. This field is currently not supported.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtIsisOSINSAddress  

prvtIsisIPRASourceType 78.4.4.1.8.1.1.14
The origin of this route.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER static(1), direct(2), ospfv2(3), ospfv3(4), isis(5), rip(6), igrp(7), eigrp(8), bgp(9), other(10)  

prvtIsisLSPDataBase 78.4.4.1.9
OBJECT IDENTIFIER    

prvtIsisLSPSummaryTable 78.4.4.1.9.1
The table of LSP Headers.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtIsisLSPSummaryEntry

prvtIsisLSPSummaryEntry 78.4.4.1.9.1.1
Each entry provides a summary describing an LSP currently stored in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtIsisLSPSummaryEntry  

prvtIsisLSPLevel 78.4.4.1.9.1.1.1
At which level does this LSP appear?
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtIsisISLevel  

prvtIsisLSPID 78.4.4.1.9.1.1.2
The 8-byte LSP ID, consisting of the SystemID, Circuit ID, and Fragment Number.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtIsisLinkStatePDUID  

prvtIsisLSPSeq 78.4.4.1.9.1.1.3
The sequence number for this LSP.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

prvtIsisLSPZeroLife 78.4.4.1.9.1.1.4
Is this LSP being purged by this System?
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

prvtIsisLSPChecksum 78.4.4.1.9.1.1.5
The 16 bit Fletcher Checksum for this LSP.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtIsisUnsigned16TC  

prvtIsisLSPLifetimeRemain 78.4.4.1.9.1.1.6
The remaining lifetime in seconds for this LSP. For a current LSP (prvtIsisLSPZeroLife is 'false'), this indicates the time remaining before the LSP will expire. For an LSP being purged from the system (prvtIsisLSPZeroLife is 'true'), the LSP remains in the database for ZeroAgeLifetime, and this will indicate the time remaining before final deletion of the LSP.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtIsisUnsigned16TC  

prvtIsisLSPPDULength 78.4.4.1.9.1.1.7
The length of this LSP.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtIsisUnsigned16TC  

prvtIsisLSPAttributes 78.4.4.1.9.1.1.8
Flags carried by the LSP.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtIsisUnsigned8TC  

prvtIsisLSPIDHostname 78.4.4.1.9.1.1.9
The hostname corresponding to the system ID part of the prvtIsisLSPID object. This is the null string if no hostname is known.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtIsisHostName  

prvtIsisLSPTLVTable 78.4.4.1.9.2
The table of LSPs in the database.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtIsisLSPTLVEntry

prvtIsisLSPTLVEntry 78.4.4.1.9.2.1
Each entry describes a TLV within an LSP currently stored in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtIsisLSPTLVEntry  

prvtIsisLSPTLVIndex 78.4.4.1.9.2.1.1
The index of this TLV in the LSP. The first TLV has index 1 and the Nth TLV has an index of N.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

prvtIsisLSPTLVSeq 78.4.4.1.9.2.1.2
The sequence number for this LSP.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

prvtIsisLSPTLVChecksum 78.4.4.1.9.2.1.3
The 16 bit Fletcher Checksum for this LSP.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtIsisUnsigned16TC  

prvtIsisLSPTLVType 78.4.4.1.9.2.1.4
The type of this TLV.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtIsisUnsigned8TC  

prvtIsisLSPTLVLen 78.4.4.1.9.2.1.5
The length of this TLV.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtIsisUnsigned8TC  

prvtIsisLSPTLVValue 78.4.4.1.9.2.1.6
The value of this TLV.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

prvtIsisLSPTLVHostname 78.4.4.1.9.2.1.7
The hostname corresponding to the system ID part of the prvtIsisLSPID object. This is the null string if no hostname is known.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtIsisHostName