APPN-MIB

File: APPN-MIB.mib (206737 bytes)

Imported modules

IANAifType-MIB SNMPv2-TC SNMPv2-SMI
SNMPv2-CONF SNA-NAU-MIB

Imported symbols

IANAifType DisplayString VariablePointer
RowPointer DateAndTime TruthValue
TimeStamp TEXTUAL-CONVENTION Counter32
Gauge32 Unsigned32 TimeTicks
OBJECT-TYPE MODULE-IDENTITY NOTIFICATION-TYPE
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
snanauMIB

Defined Types

SnaNodeIdentification  
An SNA Node Identification consists of two parts, which together comprise four bytes of hexadecimal data. In SNA the Node Identification is transported in bytes 2-5 of the XID. The block number is the first three digits of the Node Identification. These 3 hexadecimal digits identify the product. The ID number is the last 5 digits of the Node Identification. These 5 hexadecimal digits are administratively defined and combined with the 3-digit block number form the 8-digit Node Identification. A unique value is required for connections to SNA subarea. In some implementations, the value 'bbb00000' (where 'bbb' represents a 3-digit block number) is returned to mean that the ID number is not unique on this node. An SNA Node Identification is represented as eight ASCII-encoded hexadecimal digits, using the characters '0' - '9' and 'A' - 'F'.
TEXTUAL-CONVENTION    
  OCTET STRING Size(8)  

SnaControlPointName  
A fully qualified SNA control point name, consisting of a 1 to 8 character network identifier (NetId), a period ('.'), and a 1 to 8 character control point name (CpName). The NetId and CpName are constructed from the uppercase letters 'A' - 'Z' and the numerics '0' - '9', all encoded in ASCII, with the restriction that the first character of each must be a letter. Trailing blanks are not allowed. Earlier versions of SNA permitted three additional characters in NetIds and CpNames: '#', '@', and '$'. While this use of these characters has been retired, a Management Station should still accept them for backward compatibility.
TEXTUAL-CONVENTION    
  OCTET STRING Size(3..17)  

SnaClassOfServiceName  
An SNA class-of-service (COS) name, ranging from 1 to 8 ASCII characters. COS names take one of two forms: - a user-defined COS name is constructed from the uppercase letters 'A' - 'Z' and the numerics '0' - '9', with the restriction that the first character of the name must be a letter. - an SNA-defined user-session COS name begins with the character '#', which is followed by up to seven additional characters from the set of uppercase letters and numerics. Trailing blanks are not allowed in either form of COS name. A zero-length string indicates that a COS name is not available.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..8)  

SnaModeName  
An SNA mode name, ranging from 1 to 8 ASCII characters. Mode names take one of two forms: - a user-defined mode name is constructed from the uppercase letters 'A' - 'Z' and the numerics '0' - '9', with the restriction that the first character of the name must be a letter. - an SNA-defined user-session mode name begins with the character '#', which is followed by up to seven additional characters from the set of uppercase letters and numerics. Trailing blanks are not allowed in either form of mode name, with the single exception of the all-blank mode name, where a string consisting of 8 blanks is returned. A zero-length string indicates that a mode name is not available.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..8)  

SnaSenseData  
To facilitate their display by a Management Station, sense data objects in the MIB are represented as OCTET STRINGS containing eight ASCII characters. Eight '0' characters indicates that no sense data identifying an SNA error condition is available. An SNA sense data is represented as eight hexadecimal digits, using the characters '0' - '9' and 'A' - 'F'.
TEXTUAL-CONVENTION    
  OCTET STRING Size(8)  

DisplayableDlcAddress  
DLC address of a port or link station, represented as an OCTET STRING containing 0 to 64 ASCII characters. A Management Station should use a value of this type only for display. The 'real' DLC address, i.e., the sequence of bytes that flow in the DLC header, is often available in a DLC-specific MIB. The zero-length string indicates that the DLC address in question is not known to the agent.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..64)  

AppnNodeCounter  
An object providing global statistics for the entire APPN node. A Management Station can detect discontinuities in this counter by monitoring the appnNodeCounterDisconTime object.
TEXTUAL-CONVENTION    
  Counter32  

AppnPortCounter  
An object providing statistics for an APPN port. A Management Station can detect discontinuities in this counter by monitoring the appnPortCounterDisconTime object.
TEXTUAL-CONVENTION    
  Counter32  

AppnLinkStationCounter  
An object providing statistics for an APPN link station. A Management Station can detect discontinuities in this counter by monitoring the appnLsCounterDisconTime object.
TEXTUAL-CONVENTION    
  Counter32  

AppnTopologyEntryTimeLeft  
Number of days before deletion of this entry from the topology database. Range is 0-15. A value of 0 indicates that the entry is either in the process of being deleted, or is being marked for deletion at the next garbage collection cycle.
TEXTUAL-CONVENTION    
  INTEGER 0..15  

AppnTgDlcData  
DLC-specific data related to a connection network transmission group. For other TGs, a zero-length string is returned. Examples of the type of data returned by an object with this syntax include the following: Token-Ring - MAC/SAP X.25 Switched - dial digits X.21 Switched - dial digits Circuit Switch - dial digits This MIB does not specify formats for these or any other types of DLC-specific data. Formats may, however, be specified in documents related to a particular DLC. The contents of an object with this syntax correspond to the contents of the DLC-specific subfields of cv46, documented in (6).
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..64)  

AppnTgEffectiveCapacity  
A value representing the effective capacity of a transmission group. This is an administratively assigned value derived from the link bandwidth and maximum load factor. It is encoded in the same way as byte 7 of cv47, and represents a floating-point number in units of 300 bits per second.
TEXTUAL-CONVENTION    
  OCTET STRING Size(1)  

AppnTgSecurity  
A value representing the level of security on a transmission group. A class of service definition includes an indication of the acceptable TG security value(s) for that class of service. The following seven values are defined: nonsecure(1) - (X'01'): none of the values listed below; for example, satellite-connected or located in a nonsecure country publicSwitchedNetwork(32) - (X'20'): public switched network; secure in the sense that there is no predetermined route that traffic will take undergroundCable(64) - (X'40'): underground cable; located in a secure country (as determined by the network administrator) secureConduit(96) - (X'60'): secure conduit, not guarded; for example, pressurized pipe guardedConduit(128) - (X'80'): guarded conduit; protected against physical tapping encrypted(160) - (X'A0'): link-level encryption is provided guardedRadiation(192) - (X'C0'): guarded conduit containing the transmission medium; protected against physical and radiation tapping
TEXTUAL-CONVENTION    
  INTEGER nonsecure(1), publicSwitchedNetwork(32), undergroundCable(64), secureConduit(96), guardedConduit(128), encrypted(160), guardedRadiation(192)  

AppnTgDelay  
Relative amount of time that it takes for a signal to travel the length of a logical link. This time is represented in microseconds, using the same encoding scheme used in cv47 in a topology update. Some of the more common values, along with their encoded hex values, are: minimum(0), X'00' negligible(384), X'4C' terrestrial(9216), X'71' packet(147456), X'91' long(294912), X'99' maximum(2013265920) X'FF'
TEXTUAL-CONVENTION    
  OCTET STRING Size(1)  

AppnPortEntry  
SEQUENCE    
  appnPortName DisplayString
  appnPortCommand INTEGER
  appnPortOperState INTEGER
  appnPortDlcType IANAifType
  appnPortPortType INTEGER
  appnPortSIMRIM TruthValue
  appnPortLsRole INTEGER
  appnPortNegotLs TruthValue
  appnPortDynamicLinkSupport TruthValue
  appnPortMaxRcvBtuSize INTEGER
  appnPortMaxIframeWindow Gauge32
  appnPortDefLsGoodXids AppnPortCounter
  appnPortDefLsBadXids AppnPortCounter
  appnPortDynLsGoodXids AppnPortCounter
  appnPortDynLsBadXids AppnPortCounter
  appnPortSpecific RowPointer
  appnPortDlcLocalAddr DisplayableDlcAddress
  appnPortCounterDisconTime TimeStamp

AppnLsEntry  
SEQUENCE    
  appnLsName DisplayString
  appnLsCommand INTEGER
  appnLsOperState INTEGER
  appnLsPortName DisplayString
  appnLsDlcType IANAifType
  appnLsDynamic TruthValue
  appnLsAdjCpName OCTET STRING
  appnLsAdjNodeType INTEGER
  appnLsTgNum INTEGER
  appnLsLimResource TruthValue
  appnLsActOnDemand TruthValue
  appnLsMigration TruthValue
  appnLsPartnerNodeId SnaNodeIdentification
  appnLsCpCpSessionSupport TruthValue
  appnLsMaxSendBtuSize INTEGER
  appnLsInXidBytes AppnLinkStationCounter
  appnLsInMsgBytes AppnLinkStationCounter
  appnLsInXidFrames AppnLinkStationCounter
  appnLsInMsgFrames AppnLinkStationCounter
  appnLsOutXidBytes AppnLinkStationCounter
  appnLsOutMsgBytes AppnLinkStationCounter
  appnLsOutXidFrames AppnLinkStationCounter
  appnLsOutMsgFrames AppnLinkStationCounter
  appnLsEchoRsps AppnLinkStationCounter
  appnLsCurrentDelay Gauge32
  appnLsMaxDelay Gauge32
  appnLsMinDelay Gauge32
  appnLsMaxDelayTime DateAndTime
  appnLsGoodXids AppnLinkStationCounter
  appnLsBadXids AppnLinkStationCounter
  appnLsSpecific RowPointer
  appnLsActiveTime Unsigned32
  appnLsCurrentStateTime TimeTicks
  appnLsHprSup INTEGER
  appnLsErrRecoSup TruthValue
  appnLsForAnrLabel OCTET STRING
  appnLsRevAnrLabel OCTET STRING
  appnLsCpCpNceId OCTET STRING
  appnLsRouteNceId OCTET STRING
  appnLsBfNceId OCTET STRING
  appnLsLocalAddr DisplayableDlcAddress
  appnLsRemoteAddr DisplayableDlcAddress
  appnLsRemoteLsName DisplayString
  appnLsCounterDisconTime TimeStamp
  appnLsMltgMember TruthValue

AppnLsStatusEntry  
SEQUENCE    
  appnLsStatusIndex INTEGER
  appnLsStatusTime DateAndTime
  appnLsStatusLsName DisplayString
  appnLsStatusCpName DisplayString
  appnLsStatusPartnerId SnaNodeIdentification
  appnLsStatusTgNum INTEGER
  appnLsStatusGeneralSense SnaSenseData
  appnLsStatusRetry TruthValue
  appnLsStatusEndSense SnaSenseData
  appnLsStatusXidLocalSense SnaSenseData
  appnLsStatusXidRemoteSense SnaSenseData
  appnLsStatusXidByteInError INTEGER
  appnLsStatusXidBitInError INTEGER
  appnLsStatusDlcType IANAifType
  appnLsStatusLocalAddr DisplayableDlcAddress
  appnLsStatusRemoteAddr DisplayableDlcAddress

AppnVrnEntry  
SEQUENCE    
  appnVrnName SnaControlPointName
  appnVrnTgNum INTEGER
  appnVrnPortName DisplayString

AppnNnTopologyFREntry  
SEQUENCE    
  appnNnNodeFRFrsn Unsigned32
  appnNnNodeFRName SnaControlPointName
  appnNnNodeFREntryTimeLeft AppnTopologyEntryTimeLeft
  appnNnNodeFRType INTEGER
  appnNnNodeFRRsn Unsigned32
  appnNnNodeFRRouteAddResist INTEGER
  appnNnNodeFRCongested TruthValue
  appnNnNodeFRIsrDepleted TruthValue
  appnNnNodeFRQuiescing TruthValue
  appnNnNodeFRGateway TruthValue
  appnNnNodeFRCentralDirectory TruthValue
  appnNnNodeFRIsr TruthValue
  appnNnNodeFRGarbageCollect TruthValue
  appnNnNodeFRHprSupport INTEGER
  appnNnNodeFRPeriBorderSup TruthValue
  appnNnNodeFRInterchangeSup TruthValue
  appnNnNodeFRExteBorderSup TruthValue
  appnNnNodeFRBranchAwareness TruthValue

AppnNnTgTopologyFREntry  
SEQUENCE    
  appnNnTgFRFrsn Unsigned32
  appnNnTgFROwner SnaControlPointName
  appnNnTgFRDest SnaControlPointName
  appnNnTgFRNum INTEGER
  appnNnTgFREntryTimeLeft AppnTopologyEntryTimeLeft
  appnNnTgFRDestVirtual TruthValue
  appnNnTgFRDlcData AppnTgDlcData
  appnNnTgFRRsn Unsigned32
  appnNnTgFROperational TruthValue
  appnNnTgFRQuiescing TruthValue
  appnNnTgFRCpCpSession INTEGER
  appnNnTgFREffCap AppnTgEffectiveCapacity
  appnNnTgFRConnCost INTEGER
  appnNnTgFRByteCost INTEGER
  appnNnTgFRSecurity AppnTgSecurity
  appnNnTgFRDelay AppnTgDelay
  appnNnTgFRUsr1 INTEGER
  appnNnTgFRUsr2 INTEGER
  appnNnTgFRUsr3 INTEGER
  appnNnTgFRGarbageCollect TruthValue
  appnNnTgFRSubareaNum Unsigned32
  appnNnTgFRHprSup TruthValue
  appnNnTgFRDestHprTrans TruthValue
  appnNnTgFRTypeIndicator INTEGER
  appnNnTgFRIntersubnet TruthValue
  appnNnTgFRMltgLinkType TruthValue
  appnNnTgFRBranchTg TruthValue

AppnLocalTgEntry  
SEQUENCE    
  appnLocalTgDest SnaControlPointName
  appnLocalTgNum INTEGER
  appnLocalTgDestVirtual TruthValue
  appnLocalTgDlcData AppnTgDlcData
  appnLocalTgPortName DisplayString
  appnLocalTgQuiescing TruthValue
  appnLocalTgOperational TruthValue
  appnLocalTgCpCpSession INTEGER
  appnLocalTgEffCap AppnTgEffectiveCapacity
  appnLocalTgConnCost INTEGER
  appnLocalTgByteCost INTEGER
  appnLocalTgSecurity AppnTgSecurity
  appnLocalTgDelay AppnTgDelay
  appnLocalTgUsr1 INTEGER
  appnLocalTgUsr2 INTEGER
  appnLocalTgUsr3 INTEGER
  appnLocalTgHprSup INTEGER
  appnLocalTgIntersubnet TruthValue
  appnLocalTgMltgLinkType TruthValue
  appnLocalTgBranchLinkType INTEGER

AppnLocalEnTgEntry  
SEQUENCE    
  appnLocalEnTgOrigin SnaControlPointName
  appnLocalEnTgDest SnaControlPointName
  appnLocalEnTgNum INTEGER
  appnLocalEnTgEntryTimeLeft AppnTopologyEntryTimeLeft
  appnLocalEnTgDestVirtual TruthValue
  appnLocalEnTgDlcData AppnTgDlcData
  appnLocalEnTgOperational TruthValue
  appnLocalEnTgCpCpSession INTEGER
  appnLocalEnTgEffCap AppnTgEffectiveCapacity
  appnLocalEnTgConnCost INTEGER
  appnLocalEnTgByteCost INTEGER
  appnLocalEnTgSecurity AppnTgSecurity
  appnLocalEnTgDelay AppnTgDelay
  appnLocalEnTgUsr1 INTEGER
  appnLocalEnTgUsr2 INTEGER
  appnLocalEnTgUsr3 INTEGER
  appnLocalEnTgMltgLinkType TruthValue

AppnDirEntry  
SEQUENCE    
  appnDirLuName DisplayString
  appnDirNnServerName SnaControlPointName
  appnDirLuOwnerName SnaControlPointName
  appnDirLuLocation INTEGER
  appnDirType INTEGER
  appnDirApparentLuOwnerName DisplayString

AppnCosModeEntry  
SEQUENCE    
  appnCosModeName SnaModeName
  appnCosModeCosName SnaClassOfServiceName

AppnCosNameEntry  
SEQUENCE    
  appnCosName SnaClassOfServiceName
  appnCosTransPriority INTEGER

AppnCosNodeRowEntry  
SEQUENCE    
  appnCosNodeRowName SnaClassOfServiceName
  appnCosNodeRowIndex INTEGER
  appnCosNodeRowWgt DisplayString
  appnCosNodeRowResistMin INTEGER
  appnCosNodeRowResistMax INTEGER
  appnCosNodeRowMinCongestAllow INTEGER
  appnCosNodeRowMaxCongestAllow INTEGER

AppnCosTgRowEntry  
SEQUENCE    
  appnCosTgRowName SnaClassOfServiceName
  appnCosTgRowIndex INTEGER
  appnCosTgRowWgt DisplayString
  appnCosTgRowEffCapMin AppnTgEffectiveCapacity
  appnCosTgRowEffCapMax AppnTgEffectiveCapacity
  appnCosTgRowConnCostMin INTEGER
  appnCosTgRowConnCostMax INTEGER
  appnCosTgRowByteCostMin INTEGER
  appnCosTgRowByteCostMax INTEGER
  appnCosTgRowSecurityMin AppnTgSecurity
  appnCosTgRowSecurityMax AppnTgSecurity
  appnCosTgRowDelayMin AppnTgDelay
  appnCosTgRowDelayMax AppnTgDelay
  appnCosTgRowUsr1Min INTEGER
  appnCosTgRowUsr1Max INTEGER
  appnCosTgRowUsr2Min INTEGER
  appnCosTgRowUsr2Max INTEGER
  appnCosTgRowUsr3Min INTEGER
  appnCosTgRowUsr3Max INTEGER

AppnIsInEntry  
SEQUENCE    
  appnIsInFqCpName SnaControlPointName
  appnIsInPcid OCTET STRING
  appnIsInSessState INTEGER
  appnIsInPriLuName DisplayString
  appnIsInSecLuName DisplayString
  appnIsInModeName SnaModeName
  appnIsInCosName SnaClassOfServiceName
  appnIsInTransPriority INTEGER
  appnIsInSessType INTEGER
  appnIsInSessUpTime TimeTicks
  appnIsInCtrUpTime TimeTicks
  appnIsInP2SFmdPius Unsigned32
  appnIsInS2PFmdPius Unsigned32
  appnIsInP2SNonFmdPius Unsigned32
  appnIsInS2PNonFmdPius Unsigned32
  appnIsInP2SFmdBytes Unsigned32
  appnIsInS2PFmdBytes Unsigned32
  appnIsInP2SNonFmdBytes Unsigned32
  appnIsInS2PNonFmdBytes Unsigned32
  appnIsInPsAdjCpName SnaControlPointName
  appnIsInPsAdjTgNum INTEGER
  appnIsInPsSendMaxBtuSize INTEGER
  appnIsInPsSendPacingType INTEGER
  appnIsInPsSendRpc Gauge32
  appnIsInPsSendNxWndwSize Gauge32
  appnIsInPsRecvPacingType INTEGER
  appnIsInPsRecvRpc Gauge32
  appnIsInPsRecvNxWndwSize Gauge32
  appnIsInSsAdjCpName SnaControlPointName
  appnIsInSsAdjTgNum INTEGER
  appnIsInSsSendMaxBtuSize INTEGER
  appnIsInSsSendPacingType INTEGER
  appnIsInSsSendRpc Gauge32
  appnIsInSsSendNxWndwSize Gauge32
  appnIsInSsRecvPacingType INTEGER
  appnIsInSsRecvRpc Gauge32
  appnIsInSsRecvNxWndwSize Gauge32
  appnIsInRouteInfo OCTET STRING
  appnIsInRtpNceId OCTET STRING
  appnIsInRtpTcid OCTET STRING

AppnIsRtpEntry  
SEQUENCE    
  appnIsRtpNceId OCTET STRING
  appnIsRtpTcid OCTET STRING
  appnIsRtpSessions Gauge32

Defined Values

appnMIB 1.3.6.1.2.1.34.4
This is the MIB module for objects used to manage network devices with APPN capabilities.
MODULE-IDENTITY    

appnObjects 1.3.6.1.2.1.34.4.1
OBJECT IDENTIFIER    

appnNode 1.3.6.1.2.1.34.4.1.1
OBJECT IDENTIFIER    

appnGeneralInfoAndCaps 1.3.6.1.2.1.34.4.1.1.1
OBJECT IDENTIFIER    

appnNnUniqueInfoAndCaps 1.3.6.1.2.1.34.4.1.1.2
OBJECT IDENTIFIER    

appnEnUniqueCaps 1.3.6.1.2.1.34.4.1.1.3
OBJECT IDENTIFIER    

appnPortInformation 1.3.6.1.2.1.34.4.1.1.4
OBJECT IDENTIFIER    

appnLinkStationInformation 1.3.6.1.2.1.34.4.1.1.5
OBJECT IDENTIFIER    

appnVrnInfo 1.3.6.1.2.1.34.4.1.1.6
OBJECT IDENTIFIER    

appnNodeCpName 1.3.6.1.2.1.34.4.1.1.1.1
Administratively assigned network name for this node.
Status: current Access: read-only
OBJECT-TYPE    
  SnaControlPointName  

appnNodeId 1.3.6.1.2.1.34.4.1.1.1.3
This node's Node Identification, which it sends in bytes 2-5 of XID.
Status: current Access: read-only
OBJECT-TYPE    
  SnaNodeIdentification  

appnNodeType 1.3.6.1.2.1.34.4.1.1.1.4
Type of APPN node: networkNode(1) - APPN network node endNode(2) - APPN end node t21len(4) - LEN end node Note: A branch network node SHALL return endNode(2) as the value of this object. A management application can distinguish between a branch network node and an actual end node by retrieving the appnNodeBrNn object.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER networkNode(1), endNode(2), t21len(4)  

appnNodeUpTime 1.3.6.1.2.1.34.4.1.1.1.5
Amount of time (in hundredths of a second) since the APPN node was last reinitialized.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

appnNodeParallelTg 1.3.6.1.2.1.34.4.1.1.1.6
Indicates whether this node supports parallel TGs.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnNodeAdaptiveBindPacing 1.3.6.1.2.1.34.4.1.1.1.7
Indicates whether this node supports adaptive bind pacing for dependent LUs.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnNodeHprSupport 1.3.6.1.2.1.34.4.1.1.1.8
Indicates this node's level of support for high-performance routing (HPR): noHprSupport(1) - no HPR support hprBaseOnly(2) - HPR base (option set 1400) supported rtpTower(3) - HPR base and RTP tower (option set 1401) supported controlFlowsOverRtpTower(4) - HPR base, RTP tower, and control flows over RTP (option set 1402) supported This object corresponds to cv4580, byte 9, bits 3-4.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER noHprSupport(1), hprBaseOnly(2), rtpTower(3), controlFlowsOverRtpTower(4)  

appnNodeMaxSessPerRtpConn 1.3.6.1.2.1.34.4.1.1.1.9
This object represents a configuration parameter indicating the maximum number of sessions that the APPN node is to put on any HPR connection. The value is zero if not applicable.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

appnNodeHprIntRteSetups 1.3.6.1.2.1.34.4.1.1.1.10
The total number of HPR route setups received for routes passing through this node since the node was last reinitialized.
Status: current Access: read-only
OBJECT-TYPE    
  AppnNodeCounter  

appnNodeHprIntRteRejects 1.3.6.1.2.1.34.4.1.1.1.11
The number of HPR route setups rejected by this node for routes passing through it since the node was last reinitialized.
Status: current Access: read-only
OBJECT-TYPE    
  AppnNodeCounter  

appnNodeHprOrgRteSetups 1.3.6.1.2.1.34.4.1.1.1.12
The total number of HPR route setups sent for routes originating in this node since the node was last reinitialized.
Status: current Access: read-only
OBJECT-TYPE    
  AppnNodeCounter  

appnNodeHprOrgRteRejects 1.3.6.1.2.1.34.4.1.1.1.13
The number of HPR route setups rejected by other nodes for routes originating in this node since the node was last reinitialized.
Status: current Access: read-only
OBJECT-TYPE    
  AppnNodeCounter  

appnNodeHprEndRteSetups 1.3.6.1.2.1.34.4.1.1.1.14
The total number of HPR route setups received for routes ending in this node since the node was last reinitialized.
Status: current Access: read-only
OBJECT-TYPE    
  AppnNodeCounter  

appnNodeHprEndRteRejects 1.3.6.1.2.1.34.4.1.1.1.15
The number of HPR route setups rejected by this node for routes ending in it since the node was last reinitialized.
Status: current Access: read-only
OBJECT-TYPE    
  AppnNodeCounter  

appnNodeCounterDisconTime 1.3.6.1.2.1.34.4.1.1.1.16
The value of the sysUpTime object the last time the APPN node was reinitialized.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

appnNodeLsCounterType 1.3.6.1.2.1.34.4.1.1.1.17
Indicates which ANR traffic, if any, the node includes in the counts returned by the APPN link station counters appnLsInXidBytes, appnLsInMsgBytes, appnLsInXidFrames, appnLsInMsgFrames, appnLsOutXidBytes, appnLsOutMsgBytes, appnLsOutXidFrames, and appnLsOutMsgFrames. These counters are always incremented for ISR traffic. The following values are defined: other(1) - the node does something different from all the options listed below noAnr(2) - the node does not include any ANR traffic in these counts anrForLocalNces(3) - the node includes in these counts ANR traffic for RTP connections that terminate in this node, but not ANR traffic for RTP connections that pass through this node without terminating in it allAnr(4) - the node includes all ANR traffic in these counts.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), noAnr(2), anrForLocalNces(3), allAnr(4)  

appnNodeBrNn 1.3.6.1.2.1.34.4.1.1.1.18
Indicates whether this node is currently configured as a branch network node. Note: throughout the remainder of this MIB module, branch network node is treated as a third node type, parallel to network node and end node. This is not how branch network nodes are treated in the base APPN architecture, but it increases clarity to do it here.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnNodeNnCentralDirectory 1.3.6.1.2.1.34.4.1.1.2.1
Indicates whether this node supports central directory services. This object corresponds to cv4580, byte 8, bit 1.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnNodeNnTreeCache 1.3.6.1.2.1.34.4.1.1.2.2
Indicates this node's level of support for caching of route trees. Three levels are specified: noCache(1) - caching of route trees is not supported cacheNoIncrUpdate(2) - caching of route trees is supported, but without incremental updates cacheWithIncrUpdate(3) - caching of route trees with incremental updates is supported
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER noCache(1), cacheNoIncrUpdate(2), cacheWithIncrUpdate(3)  

appnNodeNnRouteAddResist 1.3.6.1.2.1.34.4.1.1.2.3
Route addition resistance. This administratively assigned value indicates the relative desirability of using this node for intermediate session traffic. The value, which can be any integer 0-255, is used in route computation. The lower the value, the more desirable the node is for intermediate routing. This object corresponds to cv4580, byte 6.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

appnNodeNnIsr 1.3.6.1.2.1.34.4.1.1.2.4
Indicates whether the node supports intermediate session routing. This object corresponds to cv4580, byte 8, bit 2.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnNodeNnFrsn 1.3.6.1.2.1.34.4.1.1.2.5
The last flow-reduction sequence number (FRSN) sent by this node in a topology update to an adjacent network node.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

appnNodeNnPeriBorderSup 1.3.6.1.2.1.34.4.1.1.2.6
Indicates whether this node has peripheral border node support. This object corresponds to cv4580, byte 9, bit 0.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnNodeNnInterchangeSup 1.3.6.1.2.1.34.4.1.1.2.7
Indicates whether this node has interchange node support. This object corresponds to cv4580, byte 9, bit 1.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnNodeNnExteBorderSup 1.3.6.1.2.1.34.4.1.1.2.8
Indicates whether this node has extended border node support. This object corresponds to cv4580, byte 9, bit 2.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnNodeNnSafeStoreFreq 1.3.6.1.2.1.34.4.1.1.2.9
The topology safe store frequency. If this number is not zero, then the topology database is saved each time the total number of topology database updates (TDUs) received by this node increases by this number. A value of zero indicates that the topology database is not being saved.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..32767  

appnNodeNnRsn 1.3.6.1.2.1.34.4.1.1.2.10
Resource sequence number for this node, which it assigns and controls. This object corresponds to the numeric value in cv4580, bytes 2-5.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

appnNodeNnCongested 1.3.6.1.2.1.34.4.1.1.2.11
Indicates whether this node is congested. Other network nodes stop routing traffic to this node while this flag is on. This object corresponds to cv4580, byte 7, bit 0.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnNodeNnIsrDepleted 1.3.6.1.2.1.34.4.1.1.2.12
Indicate whether intermediated session routing resources are depleted. Other network nodes stop routing traffic through this node while this flag is on. This object corresponds to cv4580, byte 7, bit 1.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnNodeNnQuiescing 1.3.6.1.2.1.34.4.1.1.2.13
Indicates whether the node is quiescing. This object corresponds to cv4580, byte 7, bit 5.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnNodeNnGateway 1.3.6.1.2.1.34.4.1.1.2.14
Indicates whether the node has gateway services support. This object corresponds to cv4580, byte 8, bit 0.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnNodeEnModeCosMap 1.3.6.1.2.1.34.4.1.1.3.1
Indicates whether this end node supports mode name to COS name mapping.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnNodeEnNnServer 1.3.6.1.2.1.34.4.1.1.3.2
The fully qualified name of the current NN server for this end node. An NN server is identified using the format specified in the SnaControlPointName textual convention. The value is a zero-length string when there is no active NN server. A branch network node shall also implement this object.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0|3..17)  

appnNodeEnLuSearch 1.3.6.1.2.1.34.4.1.1.3.3
Indicates whether the node is to be searched for LUs as part of a network broadcast search. A branch network node shall also implement this object.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnPortTable 1.3.6.1.2.1.34.4.1.1.4.1
The Port table describes the configuration and current status of the ports used by APPN. When it is known to the APPN component, an OBJECT IDENTIFIER pointing to additional information related to the port is included. This may, but need not, be a RowPointer to an ifTable entry for a DLC interface immediately 'below' the port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AppnPortEntry

appnPortEntry 1.3.6.1.2.1.34.4.1.1.4.1.1
The port name is used as the index to this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  AppnPortEntry  

appnPortName 1.3.6.1.2.1.34.4.1.1.4.1.1.1
Administratively assigned name for this APPN port.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..10)  

appnPortCommand 1.3.6.1.2.1.34.4.1.1.4.1.1.2
Object by which a Management Station can activate, deactivate, or recycle (i.e., cause to be deactivated and then immediately activated) a port, by setting the value to activate(1), deactivate(2), or recycle(3), respectively. The value ready(4) is returned on GET operations until a SET has been processed; after that the value received on the most recent SET is returned.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER deactivate(1), activate(2), recycle(3), ready(4)  

appnPortOperState 1.3.6.1.2.1.34.4.1.1.4.1.1.3
Indicates the current state of this port: inactive(1) - port is inactive pendactive(2) - port is pending active active(3) - port is active pendinact(4) - port is pending inactive
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER inactive(1), pendactive(2), active(3), pendinact(4)  

appnPortDlcType 1.3.6.1.2.1.34.4.1.1.4.1.1.4
The type of DLC interface, distinguished according to the protocol immediately 'below' this layer.
Status: current Access: read-only
OBJECT-TYPE    
  IANAifType  

appnPortPortType 1.3.6.1.2.1.34.4.1.1.4.1.1.5
Identifies the type of line used by this port: leased(1) - leased line switched(2) - switched line sharedAccessFacilities(3) - shared access facility, such as a LAN.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER leased(1), switched(2), sharedAccessFacilities(3)  

appnPortSIMRIM 1.3.6.1.2.1.34.4.1.1.4.1.1.6
Indicates whether Set Initialization Mode (SIM) and Receive Initialization Mode (RIM) are supported for this port.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnPortLsRole 1.3.6.1.2.1.34.4.1.1.4.1.1.7
Initial role for link stations activated through this port. The values map to the following settings in the initial XID, where 'ABM' indicates asynchronous balanced mode and 'NRM' indicated normal response mode: primary(1): ABM support = 0 ( = NRM) role = 01 ( = primary) secondary(2): ABM support = 0 ( = NRM) role = 00 ( = secondary) negotiable(3): ABM support = 0 ( = NRM) role = 11 ( = negotiable) abm(4): ABM support = 1 ( = ABM) role = 11 ( = negotiable)
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER primary(1), secondary(2), negotiable(3), abm(4)  

appnPortNegotLs 1.3.6.1.2.1.34.4.1.1.4.1.1.8
Indicates whether the node supports negotiable link stations for this port.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnPortDynamicLinkSupport 1.3.6.1.2.1.34.4.1.1.4.1.1.9
Indicates whether this node allows call-in on this port from nodes not defined locally.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnPortMaxRcvBtuSize 1.3.6.1.2.1.34.4.1.1.4.1.1.10
Maximum Basic Transmission Unit (BTU) size that a link station on this port can receive. This object corresponds to bytes 21-22 of XID3.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 99..32767  

appnPortMaxIframeWindow 1.3.6.1.2.1.34.4.1.1.4.1.1.11
Maximum number of I-frames that can be received by the XID sender before an acknowledgement is received.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

appnPortDefLsGoodXids 1.3.6.1.2.1.34.4.1.1.4.1.1.12
The total number of successful XID exchanges that have occurred on all defined link stations on this port since the last time this port was started.
Status: current Access: read-only
OBJECT-TYPE    
  AppnPortCounter  

appnPortDefLsBadXids 1.3.6.1.2.1.34.4.1.1.4.1.1.13
The total number of unsuccessful XID exchanges that have occurred on all defined link stations on this port since the last time this port was started.
Status: current Access: read-only
OBJECT-TYPE    
  AppnPortCounter  

appnPortDynLsGoodXids 1.3.6.1.2.1.34.4.1.1.4.1.1.14
The total number of successful XID exchanges that have occurred on all dynamic link stations on this port since the last time this port was started.
Status: current Access: read-only
OBJECT-TYPE    
  AppnPortCounter  

appnPortDynLsBadXids 1.3.6.1.2.1.34.4.1.1.4.1.1.15
The total number of unsuccessful XID exchanges that have occurred on all dynamic link stations on this port since the last time this port was started.
Status: current Access: read-only
OBJECT-TYPE    
  AppnPortCounter  

appnPortSpecific 1.3.6.1.2.1.34.4.1.1.4.1.1.16
Identifies the object, e.g., one in a DLC-specific MIB, that can provide additional information related to this port. If the agent is unable to identify such an object, the value 0.0 is returned.
Status: current Access: read-only
OBJECT-TYPE    
  RowPointer  

appnPortDlcLocalAddr 1.3.6.1.2.1.34.4.1.1.4.1.1.17
Local DLC address of this port.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayableDlcAddress  

appnPortCounterDisconTime 1.3.6.1.2.1.34.4.1.1.4.1.1.18
The value of the sysUpTime object the last time the port was started.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

appnLsTable 1.3.6.1.2.1.34.4.1.1.5.1
This table contains detailed information about the link station configuration and its current status.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AppnLsEntry

appnLsEntry 1.3.6.1.2.1.34.4.1.1.5.1.1
This table is indexed by the link station name.
Status: current Access: not-accessible
OBJECT-TYPE    
  AppnLsEntry  

appnLsName 1.3.6.1.2.1.34.4.1.1.5.1.1.1
Administratively assigned name for the link station. The name can be from one to ten characters.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..10)  

appnLsCommand 1.3.6.1.2.1.34.4.1.1.5.1.1.2
Object by which a Management Station can activate, deactivate, or recycle (i.e., cause to be deactivated and then immediately reactivated) a link station, by setting the value to activate(1), deactivate(2), or recycle(3), respectively. The value ready(4) is returned on GET operations until a SET has been processed; after that the value received on the most recent SET is returned.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER deactivate(1), activate(2), recycle(3), ready(4)  

appnLsOperState 1.3.6.1.2.1.34.4.1.1.5.1.1.3
State of this link station. The comments map these more granular states to the 'traditional' four states for SNA resources. Values (2) through (5) represent the normal progression of states when a link station is being activated. Value (6) represents some other state of a link station in the process of being activated. Values (8) through (10) represent different ways a link station can be deactivated. Value (11) represents some other state of a link station in the process of being deactivated.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER inactive(1), sentConnectOut(2), pendXidExch(3), sendActAs(4), sendSetMode(5), otherPendingActive(6), active(7), sentDeactAsOrd(8), sentDiscOrd(9), sentDiscImmed(10), otherPendingInact(11)  

appnLsPortName 1.3.6.1.2.1.34.4.1.1.5.1.1.4
Administratively assigned name for the port associated with this link station. The name can be from one to ten characters.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..10)  

appnLsDlcType 1.3.6.1.2.1.34.4.1.1.5.1.1.5
The type of DLC interface, distinguished according to the protocol immediately 'below' this layer.
Status: current Access: read-only
OBJECT-TYPE    
  IANAifType  

appnLsDynamic 1.3.6.1.2.1.34.4.1.1.5.1.1.6
Identifies whether this is a dynamic link station. Dynamic link stations are created when links that have not been locally defined are established by adjacent nodes.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnLsAdjCpName 1.3.6.1.2.1.34.4.1.1.5.1.1.7
Fully qualified name of the adjacent node for this link station. An adjacent node is identified using the format specified in the SnaControlPointName textual convention. The value of this object is determined as follows: 1. If the adjacent node's name was received on XID, it is returned. 2. If the adjacent node's name was not received on XID, but a locally-defined value is available, it is returned. 3. Otherwise a string of length 0 is returned, indicating that no name is known for the adjacent node.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0|3..17)  

appnLsAdjNodeType 1.3.6.1.2.1.34.4.1.1.5.1.1.8
Node type of the adjacent node on this link: networkNode(1) - APPN network node endNode(2) - APPN end node t21len(4) - LEN end node unknown(255) - the agent does not know the node type of the adjacent node
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER networkNode(1), endNode(2), t21len(4), unknown(255)  

appnLsTgNum 1.3.6.1.2.1.34.4.1.1.5.1.1.9
Number associated with the TG to this link station, with a range from 0 to 256. A value of 256 indicates that the TG number has not been negotiated and is unknown at this time.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..256  

appnLsLimResource 1.3.6.1.2.1.34.4.1.1.5.1.1.10
Indicates whether the link station is a limited resource. A link station that is a limited resource is deactivated when it is no longer in use.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnLsActOnDemand 1.3.6.1.2.1.34.4.1.1.5.1.1.11
Indicates whether the link station is activatable on demand. Such a link station is reported in the topology as active regardless of its actual state, so that it can be considered in route calculations. If the link station is inactive and is chosen for a route, it will be activated at that time.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnLsMigration 1.3.6.1.2.1.34.4.1.1.5.1.1.12
Indicates whether this link station will be used for connections to down-level or migration partners. In general, migration nodes do not append their CP names on XID3. Such nodes: (1) will not support parallel TGs, (2) should be sent an ACTIVATE PHYSICAL UNIT (ACTPU), provided that the partner supports ACTPUs, and (3) should not be sent segmented BINDs. However, if this node receives an XID3 with an appended CP name, then the partner node will not be treated as a migration node. In the case of DYNAMIC TGs this object should be set to 'no'.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnLsPartnerNodeId 1.3.6.1.2.1.34.4.1.1.5.1.1.13
The partner's Node Identification, from bytes 2-5 of the XID received from the partner. If this value is not available, then the characters '00000000' are returned.
Status: current Access: read-only
OBJECT-TYPE    
  SnaNodeIdentification  

appnLsCpCpSessionSupport 1.3.6.1.2.1.34.4.1.1.5.1.1.14
Indicates whether CP-CP sessions are supported by this link station. For a dynamic link, this object represents the default ('Admin') value.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnLsMaxSendBtuSize 1.3.6.1.2.1.34.4.1.1.5.1.1.15
Numeric value between 99 and 32767 inclusive indicating the maximum number of bytes in a Basic Transmission Unit (BTU) sent on this link. When the link state (returned by the appnLsOperState object) is inactive or pending active, the value configured at this node is returned. When the link state is active, the value that was negotiated for it is returned. This negotiated value is the smaller of the value configured at this node and the partner's maximum receive BTU length, received in XID.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 99..32767  

appnLsInXidBytes 1.3.6.1.2.1.34.4.1.1.5.1.1.16
Number of XID bytes received. All of the bytes in the SNA basic transmission unit (BTU), i.e., all of the bytes in the DLC XID Information Field, are counted.
Status: current Access: read-only
OBJECT-TYPE    
  AppnLinkStationCounter  

appnLsInMsgBytes 1.3.6.1.2.1.34.4.1.1.5.1.1.17
Number of message (I-frame) bytes received. All of the bytes in the SNA basic transmission unit (BTU), including the transmission header (TH), are counted.
Status: current Access: read-only
OBJECT-TYPE    
  AppnLinkStationCounter  

appnLsInXidFrames 1.3.6.1.2.1.34.4.1.1.5.1.1.18
Number of XID frames received.
Status: current Access: read-only
OBJECT-TYPE    
  AppnLinkStationCounter  

appnLsInMsgFrames 1.3.6.1.2.1.34.4.1.1.5.1.1.19
Number of message (I-frame) frames received.
Status: current Access: read-only
OBJECT-TYPE    
  AppnLinkStationCounter  

appnLsOutXidBytes 1.3.6.1.2.1.34.4.1.1.5.1.1.20
Number of XID bytes sent. All of the bytes in the SNA basic transmission unit (BTU), i.e., all of the bytes in the DLC XID Information Field, are counted.
Status: current Access: read-only
OBJECT-TYPE    
  AppnLinkStationCounter  

appnLsOutMsgBytes 1.3.6.1.2.1.34.4.1.1.5.1.1.21
Number of message (I-frame) bytes sent. All of the bytes in the SNA basic transmission unit (BTU), including the transmission header (TH), are counted.
Status: current Access: read-only
OBJECT-TYPE    
  AppnLinkStationCounter  

appnLsOutXidFrames 1.3.6.1.2.1.34.4.1.1.5.1.1.22
Number of XID frames sent.
Status: current Access: read-only
OBJECT-TYPE    
  AppnLinkStationCounter  

appnLsOutMsgFrames 1.3.6.1.2.1.34.4.1.1.5.1.1.23
Number of message (I-frame) frames sent.
Status: current Access: read-only
OBJECT-TYPE    
  AppnLinkStationCounter  

appnLsEchoRsps 1.3.6.1.2.1.34.4.1.1.5.1.1.24
Number of echo responses returned from adjacent link station. A response should be returned for each test frame sent by this node. Test frames are sent to adjacent nodes periodically to verify connectivity and to measure the actual round trip time, that is, the time interval from when the test frame is sent until when the response is received.
Status: current Access: read-only
OBJECT-TYPE    
  AppnLinkStationCounter  

appnLsCurrentDelay 1.3.6.1.2.1.34.4.1.1.5.1.1.25
The time that it took for the last test signal to be sent and returned from this link station to the adjacent link station. This time is represented in milliseconds.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

appnLsMaxDelay 1.3.6.1.2.1.34.4.1.1.5.1.1.26
The longest time it took for a test signal to be sent and returned from this link station to the adjacent link station. This time is represented in milliseconds . The value 0 is returned if no test signal has been sent and returned.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

appnLsMinDelay 1.3.6.1.2.1.34.4.1.1.5.1.1.27
The shortest time it took for a test signal to be sent and returned from this link station to the adjacent link station. This time is represented in milliseconds. The value 0 is returned if no test signal has been sent and returned.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

appnLsMaxDelayTime 1.3.6.1.2.1.34.4.1.1.5.1.1.28
The time when the longest delay occurred. This time can be used to identify when this high water mark occurred in relation to other events in the APPN node, for example, the time at which an APPC session was either terminated or failed to be established. This latter time is available in the appcHistSessTime object in the APPC MIB. The value 00000000 is returned if no test signal has been sent and returned.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

appnLsGoodXids 1.3.6.1.2.1.34.4.1.1.5.1.1.29
The total number of successful XID exchanges that have occurred on this link station since the time it was started.
Status: current Access: read-only
OBJECT-TYPE    
  AppnLinkStationCounter  

appnLsBadXids 1.3.6.1.2.1.34.4.1.1.5.1.1.30
The total number of unsuccessful XID exchanges that have occurred on this link station since the time it was started.
Status: current Access: read-only
OBJECT-TYPE    
  AppnLinkStationCounter  

appnLsSpecific 1.3.6.1.2.1.34.4.1.1.5.1.1.31
Identifies the object, e.g., one in a DLC-specific MIB, that can provide additional information related to this link station. If the agent is unable to identify such an object, the value 0.0 is returned.
Status: current Access: read-only
OBJECT-TYPE    
  RowPointer  

appnLsActiveTime 1.3.6.1.2.1.34.4.1.1.5.1.1.32
The cumulative amount of time since the node was last reinitialized, measured in hundredths of a second, that this link station has been in the active state. A zero value indicates that the link station has never been active since the node was last reinitialized.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

appnLsCurrentStateTime 1.3.6.1.2.1.34.4.1.1.5.1.1.33
The amount of time, measured in hundredths of a second, that the link station has been in its current state.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

appnLsHprSup 1.3.6.1.2.1.34.4.1.1.5.1.1.34
Indicates the level of high performance routing (HPR) support over this link: noHprSupport(1) - no HPR support hprBaseOnly(2) - HPR base (option set 1400) supported rtpTower(3) - HPR base and RTP tower (option set 1401) supported controlFlowsOverRtpTower(4) - HPR base, RTP tower, and control flows over RTP (option set 1402) supported If the link is not active, the defined value is returned.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER noHprSupport(1), hprBaseOnly(2), rtpTower(3), controlFlowsOverRtpTower(4)  

appnLsErrRecoSup 1.3.6.1.2.1.34.4.1.1.5.1.1.35
Indicates whether the link station is supporting HPR link-level error recovery.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnLsForAnrLabel 1.3.6.1.2.1.34.4.1.1.5.1.1.36
The forward Automatic Network Routing (ANR) label for this link station. If the link does not support HPR or the value is unknown, a zero-length string is returned.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..8)  

appnLsRevAnrLabel 1.3.6.1.2.1.34.4.1.1.5.1.1.37
The reverse Automatic Network Routing (ANR) label for this link station. If the link does not support HPR or the value is unknown, a zero-length string is returned.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..8)  

appnLsCpCpNceId 1.3.6.1.2.1.34.4.1.1.5.1.1.38
The network connection endpoint identifier (NCE ID) for CP-CP sessions if this node supports the HPR transport tower, a zero-length string if the value is unknown or not meaningful for this node.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..8)  

appnLsRouteNceId 1.3.6.1.2.1.34.4.1.1.5.1.1.39
The network connection endpoint identifier (NCE ID) for Route Setup if this node supports the HPR transport tower, a zero- length string if the value is unknown or not meaningful for this node.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..8)  

appnLsBfNceId 1.3.6.1.2.1.34.4.1.1.5.1.1.40
The network connection endpoint identifier (NCE ID) for the APPN/HPR boundary function if this node supports the HPR transport tower, a zero-length string if the value is unknown or not meaningful for this node.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..8)  

appnLsLocalAddr 1.3.6.1.2.1.34.4.1.1.5.1.1.41
Local address of this link station.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayableDlcAddress  

appnLsRemoteAddr 1.3.6.1.2.1.34.4.1.1.5.1.1.42
Address of the remote link station on this link.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayableDlcAddress  

appnLsRemoteLsName 1.3.6.1.2.1.34.4.1.1.5.1.1.43
Remote link station discovered from the XID exchange. The name can be from one to ten characters. A zero-length string indicates that the value is not known.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..10)  

appnLsCounterDisconTime 1.3.6.1.2.1.34.4.1.1.5.1.1.44
The value of the sysUpTime object the last time the link station was started.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

appnLsMltgMember 1.3.6.1.2.1.34.4.1.1.5.1.1.45
Indicates whether the link is a member of a multi-link TG. If the link's TG has been brought up as a multi-link TG, then the link is reported as a member of a multi-link TG, even if it is currently the only active link in the TG.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnLsStatusTable 1.3.6.1.2.1.34.4.1.1.5.2
This table contains information related to exceptional and potentially exceptional conditions that occurred during the activation, XID exchange, and termination of a connection. No entries are created when these activities proceed normally. It is an implementation option when entries are removed from this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AppnLsStatusEntry

appnLsStatusEntry 1.3.6.1.2.1.34.4.1.1.5.2.1
This table is indexed by the LsStatusIndex, which is an integer that is continuously updated until it eventually wraps.
Status: current Access: not-accessible
OBJECT-TYPE    
  AppnLsStatusEntry  

appnLsStatusIndex 1.3.6.1.2.1.34.4.1.1.5.2.1.1
Table index. The value of the index begins at zero and is incremented up to a maximum value of 2**31-1 (2,147,483,647) before wrapping.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..2147483647  

appnLsStatusTime 1.3.6.1.2.1.34.4.1.1.5.2.1.2
Time when the exception condition occurred. This time can be used to identify when this event occurred in relation to other events in the APPN node, for example, the time at which an APPC session was either terminated or failed to be established. This latter time is available in the appcHistSessTime object in the APPC MIB.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

appnLsStatusLsName 1.3.6.1.2.1.34.4.1.1.5.2.1.3
Administratively assigned name for the link station experiencing the condition.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..10)  

appnLsStatusCpName 1.3.6.1.2.1.34.4.1.1.5.2.1.4
Fully qualified name of the adjacent node for this link station. An adjacent node is identified using the format specified in the SnaControlPointName textual convention. The value of this object is determined as follows: 1. If the adjacent node's name was received on XID, it is returned. 2. If the adjacent node's name was not received on XID, but a locally-defined value is available, it is returned. 3. Otherwise a string of length 0 is returned, indicating that no name is known for the adjacent node.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0|3..17)  

appnLsStatusPartnerId 1.3.6.1.2.1.34.4.1.1.5.2.1.5
The partner's Node Identification, from bytes 2-5 of the XID received from the partner. If this value is not available, then the characters '00000000' are returned.
Status: current Access: read-only
OBJECT-TYPE    
  SnaNodeIdentification  

appnLsStatusTgNum 1.3.6.1.2.1.34.4.1.1.5.2.1.6
Number associated with the TG to this link station, with a range from 0 to 256. A value of 256 indicates that the TG number was unknown at the time of the failure.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..256  

appnLsStatusGeneralSense 1.3.6.1.2.1.34.4.1.1.5.2.1.7
The error sense data associated with the start sequence of activation of a link up to the beginning of the XID sequence. This is the sense data that came from Configuration Services whenever the link did not activate or when it went inactive.
Status: current Access: read-only
OBJECT-TYPE    
  SnaSenseData  

appnLsStatusRetry 1.3.6.1.2.1.34.4.1.1.5.2.1.8
Indicates whether the node will retry the start request to activate the link.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnLsStatusEndSense 1.3.6.1.2.1.34.4.1.1.5.2.1.9
The sense data associated with the termination of the link connection to adjacent node. This is the sense data that came from the DLC layer.
Status: current Access: read-only
OBJECT-TYPE    
  SnaSenseData  

appnLsStatusXidLocalSense 1.3.6.1.2.1.34.4.1.1.5.2.1.10
The sense data associated with the rejection of the XID. This is the sense data that came from the local node (this node) when it built the XID Negotiation Error control vector (cv22) to send to the remote node.
Status: current Access: read-only
OBJECT-TYPE    
  SnaSenseData  

appnLsStatusXidRemoteSense 1.3.6.1.2.1.34.4.1.1.5.2.1.11
The sense data the adjacent node returned to this node indicating the reason the XID was rejected. This is the sense data that came from the remote node in the XID Negotiation Error control vector (cv22) it sent to the local node (this node).
Status: current Access: read-only
OBJECT-TYPE    
  SnaSenseData  

appnLsStatusXidByteInError 1.3.6.1.2.1.34.4.1.1.5.2.1.12
This object identifies the actual byte in the XID that caused the error. The value 65536 indicates that the object has no meaning. For values in the range 0-65535, this object corresponds to bytes 2-3 of the XID Negotiation (X'22') control vector.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65536  

appnLsStatusXidBitInError 1.3.6.1.2.1.34.4.1.1.5.2.1.13
This object identifies the actual bit in error (0 through 7) within the errored byte of the XID. The value 8 indicates that this object has no meaning. For values in the range 0-7, this object corresponds to byte 4 of the XID Negotiation (X'22') control vector.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..8  

appnLsStatusDlcType 1.3.6.1.2.1.34.4.1.1.5.2.1.14
The type of DLC interface, distinguished according to the protocol immediately 'below' this layer.
Status: current Access: read-only
OBJECT-TYPE    
  IANAifType  

appnLsStatusLocalAddr 1.3.6.1.2.1.34.4.1.1.5.2.1.15
Local address of this link station.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayableDlcAddress  

appnLsStatusRemoteAddr 1.3.6.1.2.1.34.4.1.1.5.2.1.16
Address of the remote link station on this link.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayableDlcAddress  

appnVrnTable 1.3.6.1.2.1.34.4.1.1.6.1
This table relates a virtual routing node to an APPN port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AppnVrnEntry

appnVrnEntry 1.3.6.1.2.1.34.4.1.1.6.1.1
This table is indexed by the virtual routing node name, TG number, and port name. There will be a matching entry in the appnLocalTgTable to represent status and characteristics of the TG representing each virtual routing node definition.
Status: current Access: not-accessible
OBJECT-TYPE    
  AppnVrnEntry  

appnVrnName 1.3.6.1.2.1.34.4.1.1.6.1.1.1
Administratively assigned name of the virtual routing node. This is a fully qualified name, and matches the appnLocalTgDest name in the appnLocalTgTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnaControlPointName  

appnVrnTgNum 1.3.6.1.2.1.34.4.1.1.6.1.1.2
Number associated with the transmission group representing this virtual routing node definition.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..255  

appnVrnPortName 1.3.6.1.2.1.34.4.1.1.6.1.1.3
The name of the port this virtual routing node definition is defined to.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..10)  

appnNn 1.3.6.1.2.1.34.4.1.2
OBJECT IDENTIFIER    

appnNnTopo 1.3.6.1.2.1.34.4.1.2.1
OBJECT IDENTIFIER    

appnNnTopology 1.3.6.1.2.1.34.4.1.2.2
OBJECT IDENTIFIER    

appnNnTopoMaxNodes 1.3.6.1.2.1.34.4.1.2.1.1
Maximum number of node entries allowed in the APPN topology database. It is an implementation choice whether to count only network-node entries, or to count all node entries. If the number of node entries exceeds this value, APPN will issue an Alert and the node can no longer participate as a network node. The value 0 indicates that the local node has no defined limit, and the number of node entries is bounded only by memory.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

appnNnTopoCurNumNodes 1.3.6.1.2.1.34.4.1.2.1.2
Current number of node entries in this node's topology database. It is an implementation choice whether to count only network-node entries, or to count all node entries, but an implementation must make the same choice here that it makes for the appnNnTopoMaxNodes object. If this value exceeds the maximum number of nodes allowed (appnNnTopoMaxNodes, if that field in not 0), APPN Alert CPDB002 is issued.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

appnNnTopoNodePurges 1.3.6.1.2.1.34.4.1.2.1.3
Total number of topology node records purged from this node's topology database since the node was last reinitialized.
Status: current Access: read-only
OBJECT-TYPE    
  AppnNodeCounter  

appnNnTopoTgPurges 1.3.6.1.2.1.34.4.1.2.1.4
Total number of topology TG records purged from this node's topology database since the node was last reinitialized.
Status: current Access: read-only
OBJECT-TYPE    
  AppnNodeCounter  

appnNnTopoTotalTduWars 1.3.6.1.2.1.34.4.1.2.1.5
Number of TDU wars detected by this node since its last initialization.
Status: current Access: read-only
OBJECT-TYPE    
  AppnNodeCounter  

appnNnTopologyFRTable 1.3.6.1.2.1.34.4.1.2.2.3
Portion of the APPN topology database that describes all of the APPN network nodes and virtual routing nodes known to this node.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AppnNnTopologyFREntry

appnNnTopologyFREntry 1.3.6.1.2.1.34.4.1.2.2.3.1
The FRSN and the fully qualified node name are used to index this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  AppnNnTopologyFREntry  

appnNnNodeFRFrsn 1.3.6.1.2.1.34.4.1.2.2.3.1.1
Flow reduction sequence numbers (FRSNs) are associated with Topology Database Updates (TDUs) and are unique only within each APPN network node. A TDU can be associated with multiple APPN resources. This FRSN indicates the last relative time this resource was updated at the agent node.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

appnNnNodeFRName 1.3.6.1.2.1.34.4.1.2.2.3.1.2
Administratively assigned network name that is locally defined at each network node.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnaControlPointName  

appnNnNodeFREntryTimeLeft 1.3.6.1.2.1.34.4.1.2.2.3.1.3
Number of days before deletion of this network node entry.
Status: current Access: read-only
OBJECT-TYPE    
  AppnTopologyEntryTimeLeft  

appnNnNodeFRType 1.3.6.1.2.1.34.4.1.2.2.3.1.4
Type of APPN node.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER networkNode(1), virtualRoutingNode(3)  

appnNnNodeFRRsn 1.3.6.1.2.1.34.4.1.2.2.3.1.5
Resource sequence number, which is assigned and controlled by the network node that owns this resource. An odd number indicates that information about the resource is inconsistent. This object corresponds to the numeric value in cv4580, bytes 2-5.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

appnNnNodeFRRouteAddResist 1.3.6.1.2.1.34.4.1.2.2.3.1.6
Route addition resistance. This administratively assigned value indicates the relative desirability of using this node for intermediate session traffic. The value, which can be any integer 0-255, is used in route computation. The lower the value, the more desirable the node is for intermediate routing. This object corresponds to cv4580, byte 6.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

appnNnNodeFRCongested 1.3.6.1.2.1.34.4.1.2.2.3.1.7
Indicates whether this node is congested. This node is not be included in route selection by other nodes when this congestion exists. This object corresponds to cv4580, byte 7, bit 0.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnNnNodeFRIsrDepleted 1.3.6.1.2.1.34.4.1.2.2.3.1.8
Indicates whether intermediate session routing resources are depleted. This node is not included in intermediate route selection by other nodes when resources are depleted. This object corresponds to cv4580, byte 7, bit 1.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnNnNodeFRQuiescing 1.3.6.1.2.1.34.4.1.2.2.3.1.9
Indicates whether the node is quiescing. This node is not included in route selection by other nodes when the node is quiescing. This object corresponds to cv4580, byte 7, bit 5.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnNnNodeFRGateway 1.3.6.1.2.1.34.4.1.2.2.3.1.10
Indicates whether the node provide gateway services. This object corresponds to cv4580, byte 8, bit 0.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnNnNodeFRCentralDirectory 1.3.6.1.2.1.34.4.1.2.2.3.1.11
Indicates whether the node supports central directory services. This object corresponds to cv4580, byte 8, bit 1.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnNnNodeFRIsr 1.3.6.1.2.1.34.4.1.2.2.3.1.12
Indicates whether the node supports intermediate session routing (ISR). This object corresponds to cv4580, byte 8, bit 2.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnNnNodeFRGarbageCollect 1.3.6.1.2.1.34.4.1.2.2.3.1.13
Indicates whether the node has been marked for garbage collection (deletion from the topology database) upon the next garbage collection cycle. This object corresponds to cv4580, byte 7, bit 3.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnNnNodeFRHprSupport 1.3.6.1.2.1.34.4.1.2.2.3.1.14
Indicates the node's level of support for high-performance routing (HPR): noHprSupport(1) - no HPR support hprBaseOnly(2) - HPR base (option set 1400) supported rtpTower(3) - HPR base and RTP tower (option set 1401) supported controlFlowsOverRtpTower(4) - HPR base, RTP tower, and control flows over RTP (option set 1402) supported This object corresponds to cv4580, byte 9, bits 3-4.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER noHprSupport(1), hprBaseOnly(2), rtpTower(3), controlFlowsOverRtpTower(4)  

appnNnNodeFRPeriBorderSup 1.3.6.1.2.1.34.4.1.2.2.3.1.15
Indicates whether this node has peripheral border node support. This object corresponds to cv4580, byte 9, bit 0.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnNnNodeFRInterchangeSup 1.3.6.1.2.1.34.4.1.2.2.3.1.16
Indicates whether this node has interchange node support. This object corresponds to cv4580, byte 9, bit 1.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnNnNodeFRExteBorderSup 1.3.6.1.2.1.34.4.1.2.2.3.1.17
Indicates whether this node has extended border node support. This object corresponds to cv4580, byte 9, bit 2.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnNnNodeFRBranchAwareness 1.3.6.1.2.1.34.4.1.2.2.3.1.18
Indicates whether this node supports branch awareness. This object corresponds to cv4580, byte 8, bit 4.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnNnTgTopologyFRTable 1.3.6.1.2.1.34.4.1.2.2.4
Portion of the APPN topology database that describes all of the APPN transmissions groups between nodes in the database.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AppnNnTgTopologyFREntry

appnNnTgTopologyFREntry 1.3.6.1.2.1.34.4.1.2.2.4.1
This table is indexed by four columns: FRSN, TG owner fully qualified node name, TG destination fully qualified node name, and TG number.
Status: current Access: not-accessible
OBJECT-TYPE    
  AppnNnTgTopologyFREntry  

appnNnTgFRFrsn 1.3.6.1.2.1.34.4.1.2.2.4.1.1
Flow reduction sequence numbers (FRSNs) are associated with Topology Database Updates (TDUs) and are unique only within each APPN network node. A TDU can be associated with multiple APPN resources. This FRSN indicates the last time this resource was updated at this node.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

appnNnTgFROwner 1.3.6.1.2.1.34.4.1.2.2.4.1.2
Administratively assigned name for the originating node for this TG. This is the same name specified in the node table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnaControlPointName  

appnNnTgFRDest 1.3.6.1.2.1.34.4.1.2.2.4.1.3
Administratively assigned fully qualified network name for the destination node for this TG.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnaControlPointName  

appnNnTgFRNum 1.3.6.1.2.1.34.4.1.2.2.4.1.4
Number associated with this transmission group. Range is 0-255.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..255  

appnNnTgFREntryTimeLeft 1.3.6.1.2.1.34.4.1.2.2.4.1.5
Number of days before deletion of this network node TG entry if it is not operational or has an odd (inconsistent) RSN.
Status: current Access: read-only
OBJECT-TYPE    
  AppnTopologyEntryTimeLeft  

appnNnTgFRDestVirtual 1.3.6.1.2.1.34.4.1.2.2.4.1.6
Indicates whether the destination node is a virtual routing node.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnNnTgFRDlcData 1.3.6.1.2.1.34.4.1.2.2.4.1.7
DLC-specific data related to a link connection network.
Status: current Access: read-only
OBJECT-TYPE    
  AppnTgDlcData  

appnNnTgFRRsn 1.3.6.1.2.1.34.4.1.2.2.4.1.8
Current owning node's resource sequence number for this resource. An odd number indicates that information about the resource is inconsistent. This object corresponds to the numeric value in cv47, bytes 2-5
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

appnNnTgFROperational 1.3.6.1.2.1.34.4.1.2.2.4.1.9
Indicates whether the transmission group is operational. This object corresponds to cv47, byte 6, bit 0.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnNnTgFRQuiescing 1.3.6.1.2.1.34.4.1.2.2.4.1.10
Indicates whether the transmission group is quiescing. If the TG owner is either an extended border node or a branch-aware network node (indicated, respectively, by the appnNnNodeFRExteBorderSup and appnNnNodeFRBranchAwareness objects in the corresponding appnNnTopologyFREntry), then this indicator is artificially set to TRUE in the APPN topology database, to remove the TG from other nodes' route calculations. A management application can determine whether the TG is actually quiescing by examining its appnLocalTgQuiescing object at the TG owner. This object corresponds to cv47, byte 6, bit 2.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnNnTgFRCpCpSession 1.3.6.1.2.1.34.4.1.2.2.4.1.11
Indicates whether CP-CP sessions are supported on this TG, and whether the TG owner's contention-winner session is active on this TG. Some nodes in the network are not able to differentiate support and status of CP-CP sessions, and thus may report the 'supportedUnknownStatus' value. This object corresponds to cv47, byte 6, bits 3-4.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER supportedUnknownStatus(1), supportedActive(2), notSupported(3), supportedNotActive(4)  

appnNnTgFREffCap 1.3.6.1.2.1.34.4.1.2.2.4.1.12
Effective capacity for this TG.
Status: current Access: read-only
OBJECT-TYPE    
  AppnTgEffectiveCapacity  

appnNnTgFRConnCost 1.3.6.1.2.1.34.4.1.2.2.4.1.13
Cost per connect time. This is an administratively assigned value representing the relative cost per unit of time to use this TG. Range is from 0, which means no cost, to 255, which indicates maximum cost. This object corresponds to cv47, byte 13.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

appnNnTgFRByteCost 1.3.6.1.2.1.34.4.1.2.2.4.1.14
Cost per byte transmitted. This is an administratively assigned value representing the relative cost of transmitting a byte over this TG. Range is from 0, which means no cost, to 255, which indicates maximum cost. This object corresponds to cv47, byte 14.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

appnNnTgFRSecurity 1.3.6.1.2.1.34.4.1.2.2.4.1.15
Administratively assigned security level of this TG. This object corresponds to cv47, byte 16.
Status: current Access: read-only
OBJECT-TYPE    
  AppnTgSecurity  

appnNnTgFRDelay 1.3.6.1.2.1.34.4.1.2.2.4.1.16
Administratively assigned delay associated with this TG. This object corresponds to cv47, byte 17.
Status: current Access: read-only
OBJECT-TYPE    
  AppnTgDelay  

appnNnTgFRUsr1 1.3.6.1.2.1.34.4.1.2.2.4.1.17
First user-defined TG characteristic for this TG. This is an administratively assigned value associated with the TG. This object corresponds to cv47, byte 19.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

appnNnTgFRUsr2 1.3.6.1.2.1.34.4.1.2.2.4.1.18
Second user-defined TG characteristic for this TG. This is an administratively assigned value associated with the TG. This object corresponds to cv47, byte 20.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

appnNnTgFRUsr3 1.3.6.1.2.1.34.4.1.2.2.4.1.19
Third user-defined TG characteristic for this TG. This is an administratively assigned value associated with the TG. This object corresponds to cv47, byte 21.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

appnNnTgFRGarbageCollect 1.3.6.1.2.1.34.4.1.2.2.4.1.20
Indicates whether the TG has been marked for garbage collection (deletion from the topology database) upon the next garbage collection cycle. This object corresponds to cv47, byte 6, bit 1.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnNnTgFRSubareaNum 1.3.6.1.2.1.34.4.1.2.2.4.1.21
The subarea number associated with this TG. This object corresponds to cv4680, bytes m+2 through m+5.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

appnNnTgFRHprSup 1.3.6.1.2.1.34.4.1.2.2.4.1.22
Indicates whether high performance routing (HPR) is supported over this TG. This object corresponds to cv4680, byte m+1, bit 2.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnNnTgFRDestHprTrans 1.3.6.1.2.1.34.4.1.2.2.4.1.23
Indicates whether the destination node supports high performance routing (HPR) transport tower. This object corresponds to cv4680, byte m+1, bit 7.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnNnTgFRTypeIndicator 1.3.6.1.2.1.34.4.1.2.2.4.1.24
Indicates the type of the TG. This object corresponds to cv4680, byte m+1, bits 3-4.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), appnOrBfTg(2), interchangeTg(3), virtualRouteTg(4)  

appnNnTgFRIntersubnet 1.3.6.1.2.1.34.4.1.2.2.4.1.25
Indicates whether the transmission group is an intersubnet TG, which defines a border between subnetworks. This object corresponds to cv4680, byte m+1, bit 5.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnNnTgFRMltgLinkType 1.3.6.1.2.1.34.4.1.2.2.4.1.26
This object indicates whether the transmission group is a multi-link TG. A TG that has been brought up as a multi-link TG is reported as one, even if it currently has only one link active. This object corresponds to cv47, byte 6, bit 5.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnNnTgFRBranchTg 1.3.6.1.2.1.34.4.1.2.2.4.1.27
Indicates whether the transmission group is a branch TG (equivalently, whether the destination of the transmission group is a branch network node). This object corresponds to cv4680, byte m+1, bit 1.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnLocalTopology 1.3.6.1.2.1.34.4.1.3
OBJECT IDENTIFIER    

appnLocalTgTable 1.3.6.1.2.1.34.4.1.3.1
TG Table describes all of the TGs owned by this node. The TG destination can be a virtual node, network node, LEN node, or end node.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AppnLocalTgEntry

appnLocalTgEntry 1.3.6.1.2.1.34.4.1.3.1.1
This table is indexed by the destination CpName and the TG number.
Status: current Access: not-accessible
OBJECT-TYPE    
  AppnLocalTgEntry  

appnLocalTgDest 1.3.6.1.2.1.34.4.1.3.1.1.1
Administratively assigned name of the destination node for this TG. This is the fully qualified name of a network node, end node, LEN node, or virtual routing node.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnaControlPointName  

appnLocalTgNum 1.3.6.1.2.1.34.4.1.3.1.1.2
Number associated with this transmission group.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..255  

appnLocalTgDestVirtual 1.3.6.1.2.1.34.4.1.3.1.1.3
Indicates whether the destination node for this TG is a virtual routing node.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnLocalTgDlcData 1.3.6.1.2.1.34.4.1.3.1.1.4
DLC-specific data related to a link connection network.
Status: current Access: read-only
OBJECT-TYPE    
  AppnTgDlcData  

appnLocalTgPortName 1.3.6.1.2.1.34.4.1.3.1.1.5
Administratively assigned name for the local port associated with this TG. A zero-length string indicates that this value is unknown.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..10)  

appnLocalTgQuiescing 1.3.6.1.2.1.34.4.1.3.1.1.6
Indicates whether the transmission group is quiescing.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnLocalTgOperational 1.3.6.1.2.1.34.4.1.3.1.1.7
Indicates whether the transmission group is operational.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnLocalTgCpCpSession 1.3.6.1.2.1.34.4.1.3.1.1.8
Indicates whether CP-CP sessions are supported on this TG, and whether the TG owner's contention-winner session is active on this TG. Some nodes in the network are not able to differentiate support and status of CP-CP sessions, and thus may report the 'supportedUnknownStatus' value.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER supportedUnknownStatus(1), supportedActive(2), notSupported(3), supportedNotActive(4)  

appnLocalTgEffCap 1.3.6.1.2.1.34.4.1.3.1.1.9
Effective capacity for this TG.
Status: current Access: read-only
OBJECT-TYPE    
  AppnTgEffectiveCapacity  

appnLocalTgConnCost 1.3.6.1.2.1.34.4.1.3.1.1.10
Cost per connect time: a value representing the relative cost per unit of time to use the TG. Range is from 0, which means no cost, to 255.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

appnLocalTgByteCost 1.3.6.1.2.1.34.4.1.3.1.1.11
Relative cost of transmitting a byte over this link. Range is from 0 (lowest cost) to 255.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

appnLocalTgSecurity 1.3.6.1.2.1.34.4.1.3.1.1.12
Administratively assigned security level of this TG.
Status: current Access: read-only
OBJECT-TYPE    
  AppnTgSecurity  

appnLocalTgDelay 1.3.6.1.2.1.34.4.1.3.1.1.13
Administratively assigned delay associated with this TG.
Status: current Access: read-only
OBJECT-TYPE    
  AppnTgDelay  

appnLocalTgUsr1 1.3.6.1.2.1.34.4.1.3.1.1.14
First user-defined TG characteristic for this TG. This is an administratively assigned value associated with the TG.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

appnLocalTgUsr2 1.3.6.1.2.1.34.4.1.3.1.1.15
Second user-defined TG characteristic for this TG. This is an administratively assigned value associated with the TG.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

appnLocalTgUsr3 1.3.6.1.2.1.34.4.1.3.1.1.16
Third user-defined TG characteristic for this TG. This is an administratively assigned value associated with the TG.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

appnLocalTgHprSup 1.3.6.1.2.1.34.4.1.3.1.1.17
Indicates the level of high performance routing (HPR) support over this TG : noHprSupport(1) - no HPR support hprBaseOnly(2) - HPR base (option set 1400) supported rtpTower(3) - HPR base and RTP tower (option set 1401) supported controlFlowsOverRtpTower(4) - HPR base, RTP tower, and control flows over RTP (option set 1402) supported
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER noHprSupport(1), hprBaseOnly(2), rtpTower(3), controlFlowsOverRtpTower(4)  

appnLocalTgIntersubnet 1.3.6.1.2.1.34.4.1.3.1.1.18
Indicates whether the transmission group is an intersubnet TG, which defines a border between subnetworks.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnLocalTgMltgLinkType 1.3.6.1.2.1.34.4.1.3.1.1.19
This object indicates whether the transmission group is a multi-link TG. A TG that has been brought up as a multi-link TG is reported as one, even if it currently has only one link active.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnLocalTgBranchLinkType 1.3.6.1.2.1.34.4.1.3.1.1.20
Branch link type of this TG: other(1) = the agent has determined the TG's branch link type to be a value other than branch uplink or branch downlink. This is the value used for a connection network TG owned by a branch network node. uplink(2) = the TG is a branch uplink. downlink(3) = the TG is a branch downlink to an end node. downlinkToBranchNetworkNode(4) = the TG is a branch downlink to a cascaded branch network node. none(5) = the TG is not a branch TG. unknown(255) = the agent cannot determine the branch link type of the TG.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), uplink(2), downlink(3), downlinkToBranchNetworkNode(4), none(5), unknown(255)  

appnLocalEnTgTable 1.3.6.1.2.1.34.4.1.3.2
Table describing all of the TGs owned by the end nodes known to this node via TG registration. This node does not represent its own view of the TG on behalf of the partner node in this table. The TG destination can be a virtual routing node, network node, or end node.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AppnLocalEnTgEntry

appnLocalEnTgEntry 1.3.6.1.2.1.34.4.1.3.2.1
This table requires multiple indexes to uniquely identify each TG. They are originating CPname, destination CPname, and the TG number.
Status: current Access: not-accessible
OBJECT-TYPE    
  AppnLocalEnTgEntry  

appnLocalEnTgOrigin 1.3.6.1.2.1.34.4.1.3.2.1.1
Administratively assigned name of the origin node for this TG. This is a fully qualified network name.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnaControlPointName  

appnLocalEnTgDest 1.3.6.1.2.1.34.4.1.3.2.1.2
Administratively assigned name of the destination node for this TG. This is the fully qualified name of a network node, end node, LEN node, or virtual routing node.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnaControlPointName  

appnLocalEnTgNum 1.3.6.1.2.1.34.4.1.3.2.1.3
Number associated with this transmission group.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..255  

appnLocalEnTgEntryTimeLeft 1.3.6.1.2.1.34.4.1.3.2.1.4
Number of days before deletion of this end node TG entry.
Status: current Access: read-only
OBJECT-TYPE    
  AppnTopologyEntryTimeLeft  

appnLocalEnTgDestVirtual 1.3.6.1.2.1.34.4.1.3.2.1.5
Indicates whether the destination node is a virtual routing node.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnLocalEnTgDlcData 1.3.6.1.2.1.34.4.1.3.2.1.6
DLC-specific data related to a link connection network.
Status: current Access: read-only
OBJECT-TYPE    
  AppnTgDlcData  

appnLocalEnTgOperational 1.3.6.1.2.1.34.4.1.3.2.1.7
Indicates whether the transmission group is operational.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnLocalEnTgCpCpSession 1.3.6.1.2.1.34.4.1.3.2.1.8
Indicates whether CP-CP sessions are supported on this TG, and whether the TG owner's contention-winner session is active on this TG. Some nodes in the network are not able to differentiate support and status of CP-CP sessions, and thus may report the 'supportedUnknownStatus' value.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER supportedUnknownStatus(1), supportedActive(2), notSupported(3), supportedNotActive(4)  

appnLocalEnTgEffCap 1.3.6.1.2.1.34.4.1.3.2.1.9
Effective capacity for this TG.
Status: current Access: read-only
OBJECT-TYPE    
  AppnTgEffectiveCapacity  

appnLocalEnTgConnCost 1.3.6.1.2.1.34.4.1.3.2.1.10
Cost per connect time: a value representing the relative cost per unit of time to use the TG. Range is from 0, which means no cost, to 255.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

appnLocalEnTgByteCost 1.3.6.1.2.1.34.4.1.3.2.1.11
Relative cost of transmitting a byte over this link. Range is from 0, which means no cost, to 255.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

appnLocalEnTgSecurity 1.3.6.1.2.1.34.4.1.3.2.1.12
Administratively assigned security level of this TG.
Status: current Access: read-only
OBJECT-TYPE    
  AppnTgSecurity  

appnLocalEnTgDelay 1.3.6.1.2.1.34.4.1.3.2.1.13
Administratively assigned delay associated with this TG.
Status: current Access: read-only
OBJECT-TYPE    
  AppnTgDelay  

appnLocalEnTgUsr1 1.3.6.1.2.1.34.4.1.3.2.1.14
First user-defined TG characteristic for this TG. This is an administratively assigned value associated with the TG.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

appnLocalEnTgUsr2 1.3.6.1.2.1.34.4.1.3.2.1.15
Second user-defined TG characteristic for this TG. This is an administratively assigned value associated with the TG.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

appnLocalEnTgUsr3 1.3.6.1.2.1.34.4.1.3.2.1.16
Third user-defined TG characteristic for this TG. This is an administratively assigned value associated with the TG.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

appnLocalEnTgMltgLinkType 1.3.6.1.2.1.34.4.1.3.2.1.17
This object indicates whether the transmission group is a multi-link TG. A TG that has been brought up as a multi-link TG is reported as one, even if it currently has only one link active.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

appnDir 1.3.6.1.2.1.34.4.1.4
OBJECT IDENTIFIER    

appnDirPerf 1.3.6.1.2.1.34.4.1.4.1
OBJECT IDENTIFIER    

appnDirMaxCaches 1.3.6.1.2.1.34.4.1.4.1.1
Maximum number of cache entries allowed. This is an administratively assigned value.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

appnDirCurCaches 1.3.6.1.2.1.34.4.1.4.1.2
Current number of cache entries.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

appnDirCurHomeEntries 1.3.6.1.2.1.34.4.1.4.1.3
Current number of home entries.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

appnDirRegEntries 1.3.6.1.2.1.34.4.1.4.1.4
Current number of registered entries.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

appnDirInLocates 1.3.6.1.2.1.34.4.1.4.1.5
Number of directed Locates received since the node was last reinitialized.
Status: current Access: read-only
OBJECT-TYPE    
  AppnNodeCounter  

appnDirInBcastLocates 1.3.6.1.2.1.34.4.1.4.1.6
Number of broadcast Locates received since the node was last reinitialized.
Status: current Access: read-only
OBJECT-TYPE    
  AppnNodeCounter  

appnDirOutLocates 1.3.6.1.2.1.34.4.1.4.1.7
Number of directed Locates sent since the node was last reinitialized.
Status: current Access: read-only
OBJECT-TYPE    
  AppnNodeCounter  

appnDirOutBcastLocates 1.3.6.1.2.1.34.4.1.4.1.8
Number of broadcast Locates sent since the node was last reinitialized.
Status: current Access: read-only
OBJECT-TYPE    
  AppnNodeCounter  

appnDirNotFoundLocates 1.3.6.1.2.1.34.4.1.4.1.9
Number of directed Locates returned with a 'not found' since the node was last reinitialized.
Status: current Access: read-only
OBJECT-TYPE    
  AppnNodeCounter  

appnDirNotFoundBcastLocates 1.3.6.1.2.1.34.4.1.4.1.10
Number of broadcast Locates returned with a 'not found' since the node was last reinitialized.
Status: current Access: read-only
OBJECT-TYPE    
  AppnNodeCounter  

appnDirLocateOutstands 1.3.6.1.2.1.34.4.1.4.1.11
Current number of outstanding Locates, both directed and broadcast. This value varies. A value of zero indicates that no Locates are unanswered.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

appnDirTable 1.3.6.1.2.1.34.4.1.4.2
Table containing information about all known LUs.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AppnDirEntry

appnDirEntry 1.3.6.1.2.1.34.4.1.4.2.1
This table is indexed by the LU name.
Status: current Access: not-accessible
OBJECT-TYPE    
  AppnDirEntry  

appnDirLuName 1.3.6.1.2.1.34.4.1.4.2.1.1
Fully qualified network LU name in the domain of the serving network node. Entries take one of three forms: - Explicit entries do not contain the character '*'. - Partial wildcard entries have the form 'ccc*', where 'ccc' represents one to sixteen characters in a legal SNA LuName. - A full wildcard entry consists of the single character '*'
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..17)  

appnDirNnServerName 1.3.6.1.2.1.34.4.1.4.2.1.2
Fully qualified control point (CP) name of the network node server. For unassociated end node entries, a zero-length string is returned.
Status: current Access: read-only
OBJECT-TYPE    
  SnaControlPointName  

appnDirLuOwnerName 1.3.6.1.2.1.34.4.1.4.2.1.3
Fully qualified CP name of the node at which the LU is located. This name is the same as the serving NN name when the LU is located at a network node. It is also the same as the fully qualified LU name when this is the control point LU for this node.
Status: current Access: read-only
OBJECT-TYPE    
  SnaControlPointName  

appnDirLuLocation 1.3.6.1.2.1.34.4.1.4.2.1.4
Specifies the location of the LU with respect to the local node.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER local(1), domain(2), xdomain(3)  

appnDirType 1.3.6.1.2.1.34.4.1.4.2.1.5
Directory types are: 1 - Home The LU is in the domain of the local node, and the LU information has been configured at the local node. 2 - Cache The LU has previously been located by a broadcast search, and the location information has been saved. 3 - Registered The LU is at an end node that is in the domain of the local network node. Registered entries are registered by the served end node.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER home(1), cache(2), registered(3)  

appnDirApparentLuOwnerName 1.3.6.1.2.1.34.4.1.4.2.1.6
Fully qualified CP name of the node at which the LU appears to be located. This object and the appnDirLuOwnerName object are related as follows: Implementations that support this object save in their directory database information about an LU's owning control point that was communicated in two control vectors: - an Associated Resource Entry (X'3C') CV with resource type X'00F4' (ENCP) - a Real Owning Control Point (X'4A') CV. The X'4A' CV is created by a branch network node to preserve the name of the real owning control point for an LU below the branch network node, before it overwrites this name with its own name in the X'3C' CV. The X'4A' CV is not present for LUs that are not below branch network nodes. If the information a node has about an LU's owning CP came only in a X'3C' CV, then the name from the X'3C' is returned in the appnDirLuOwnerName object, and a null string is returned in this object. If the information a node has about an LU's owning CP came in both X'3C' and X'4A' CVs, then the name from the X'4A' is returned in the appnDirLuOwnerName object, and the name from the X'3C' (which will be the branch network node's name) is returned in this object.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0|3..17)  

appnCos 1.3.6.1.2.1.34.4.1.5
OBJECT IDENTIFIER    

appnCosModeTable 1.3.6.1.2.1.34.4.1.5.1
Table representing all of the defined mode names for this node. The table contains the matching COS name for each mode name.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AppnCosModeEntry

appnCosModeEntry 1.3.6.1.2.1.34.4.1.5.1.1
This table is indexed by the mode name.
Status: current Access: not-accessible
OBJECT-TYPE    
  AppnCosModeEntry  

appnCosModeName 1.3.6.1.2.1.34.4.1.5.1.1.1
Administratively assigned name for this mode.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnaModeName  

appnCosModeCosName 1.3.6.1.2.1.34.4.1.5.1.1.2
Administratively assigned name for this class of service.
Status: current Access: read-only
OBJECT-TYPE    
  SnaClassOfServiceName  

appnCosNameTable 1.3.6.1.2.1.34.4.1.5.2
Table mapping all of the defined class-of-service names for this node to their network transmission priorities.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AppnCosNameEntry

appnCosNameEntry 1.3.6.1.2.1.34.4.1.5.2.1
The COS name is the index to this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  AppnCosNameEntry  

appnCosName 1.3.6.1.2.1.34.4.1.5.2.1.1
Administratively assigned name for this class of service.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnaClassOfServiceName  

appnCosTransPriority 1.3.6.1.2.1.34.4.1.5.2.1.2
Transmission priority for this class of service: low(1) - (X'01'): low priority medium(2) - (X'02'): medium priority high(3) - (X'03'): high priority network(4) - (X'04'): network priority
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER low(1), medium(2), high(3), network(4)  

appnCosNodeRowTable 1.3.6.1.2.1.34.4.1.5.3
This table contains all node-row information for all classes of service defined in this node.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AppnCosNodeRowEntry

appnCosNodeRowEntry 1.3.6.1.2.1.34.4.1.5.3.1
A node entry for a given class of service.
Status: current Access: not-accessible
OBJECT-TYPE    
  AppnCosNodeRowEntry  

appnCosNodeRowName 1.3.6.1.2.1.34.4.1.5.3.1.1
Administratively assigned name for this class of service.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnaClassOfServiceName  

appnCosNodeRowIndex 1.3.6.1.2.1.34.4.1.5.3.1.2
Subindex under appnCosNodeRowName, corresponding to a row in the node table for the class of service identified in appnCosNodeRowName. For each class of service, this subindex orders rows in the appnCosNodeRowTable in the same order as that used for route calculation in the APPN node.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..255  

appnCosNodeRowWgt 1.3.6.1.2.1.34.4.1.5.3.1.3
Weight to be associated with the nodes that fit the criteria specified by this node row. This value can either be a character representation of an integer, or a formula for calculating the weight.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..64)  

appnCosNodeRowResistMin 1.3.6.1.2.1.34.4.1.5.3.1.4
Minimum route addition resistance value for this node. Range of values is 0-255. The lower the value, the more desirable the node is for intermediate routing.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

appnCosNodeRowResistMax 1.3.6.1.2.1.34.4.1.5.3.1.5
Maximum route addition resistance value for this node. Range of values is 0-255. The lower the value, the more desirable the node is for intermediate routing.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

appnCosNodeRowMinCongestAllow 1.3.6.1.2.1.34.4.1.5.3.1.6
Indicates whether low congestion will be tolerated. This object and appnCosNodeRowMaxCongestAllow together delineate a range of acceptable congestion states for a node. For the ordered pair (minimum congestion allowed, maximum congestion allowed), the values are interpreted as follows: - (0,0): only low congestion is acceptable - (0,1): either low or high congestion is acceptable - (1,1): only high congestion is acceptable. Note that the combination (1,0) is not defined, since it would identify a range whose lower bound was high congestion and whose upper bound was low congestion.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..1  

appnCosNodeRowMaxCongestAllow 1.3.6.1.2.1.34.4.1.5.3.1.7
Indicates whether low congestion will be tolerated. This object and appnCosNodeRowMinCongestAllow together delineate a range of acceptable congestion states for a node. For the ordered pair (minimum congestion allowed, maximum congestion allowed), the values are interpreted as follows: - (0,0): only low congestion is acceptable - (0,1): either low or high congestion is acceptable - (1,1): only high congestion is acceptable. Note that the combination (1,0) is not defined, since it would identify a range whose lower bound was high congestion and whose upper bound was low congestion.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..1  

appnCosTgRowTable 1.3.6.1.2.1.34.4.1.5.4
Table containing all the TG-row information for all classes of service defined in this node.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AppnCosTgRowEntry

appnCosTgRowEntry 1.3.6.1.2.1.34.4.1.5.4.1
A TG entry for a given class of service.
Status: current Access: not-accessible
OBJECT-TYPE    
  AppnCosTgRowEntry  

appnCosTgRowName 1.3.6.1.2.1.34.4.1.5.4.1.1
Administratively assigned name for this class of service.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnaClassOfServiceName  

appnCosTgRowIndex 1.3.6.1.2.1.34.4.1.5.4.1.2
Subindex under appnCosTgRowName, corresponding to a row in the TG table for the class of service identified in appnCosTgRowName. For each class of service, this subindex orders rows in the appnCosTgRowTable in the same order as that used for route calculation in the APPN node.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..255  

appnCosTgRowWgt 1.3.6.1.2.1.34.4.1.5.4.1.3
Weight to be associated with the TGs that fit the criteria specified by this TG row. This value can either be a character representation of an integer, or a formula for calculating the weight.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..64)  

appnCosTgRowEffCapMin 1.3.6.1.2.1.34.4.1.5.4.1.4
Minimum acceptable capacity for this class of service.
Status: current Access: read-only
OBJECT-TYPE    
  AppnTgEffectiveCapacity  

appnCosTgRowEffCapMax 1.3.6.1.2.1.34.4.1.5.4.1.5
Maximum acceptable capacity for this class of service.
Status: current Access: read-only
OBJECT-TYPE    
  AppnTgEffectiveCapacity  

appnCosTgRowConnCostMin 1.3.6.1.2.1.34.4.1.5.4.1.6
Minimum acceptable cost per connect time for this class of service. Cost per connect time: a value representing the relative cost per unit of time to use this TG. Range is from 0, which means no cost, to 255.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

appnCosTgRowConnCostMax 1.3.6.1.2.1.34.4.1.5.4.1.7
Maximum acceptable cost per connect time for this class of service. Cost per connect time: a value representing the relative cost per unit of time to use this TG. Range is from 0, which means no cost, to 255.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

appnCosTgRowByteCostMin 1.3.6.1.2.1.34.4.1.5.4.1.8
Minimum acceptable cost per byte transmitted for this class of service. Cost per byte transmitted: a value representing the relative cost per unit of time to use this TG. Range is from 0, which means no cost, to 255.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

appnCosTgRowByteCostMax 1.3.6.1.2.1.34.4.1.5.4.1.9
Maximum acceptable cost per byte transmitted for this class of service. Cost per byte transmitted: a value representing the relative cost of transmitting a byte over this TG. Range is from 0, which means no cost, to 255.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

appnCosTgRowSecurityMin 1.3.6.1.2.1.34.4.1.5.4.1.10
Minimum acceptable security for this class of service.
Status: current Access: read-only
OBJECT-TYPE    
  AppnTgSecurity  

appnCosTgRowSecurityMax 1.3.6.1.2.1.34.4.1.5.4.1.11
Maximum acceptable security for this class of service.
Status: current Access: read-only
OBJECT-TYPE    
  AppnTgSecurity  

appnCosTgRowDelayMin 1.3.6.1.2.1.34.4.1.5.4.1.12
Minimum acceptable propagation delay for this class of service.
Status: current Access: read-only
OBJECT-TYPE    
  AppnTgDelay  

appnCosTgRowDelayMax 1.3.6.1.2.1.34.4.1.5.4.1.13
Maximum acceptable propagation delay for this class of service.
Status: current Access: read-only
OBJECT-TYPE    
  AppnTgDelay  

appnCosTgRowUsr1Min 1.3.6.1.2.1.34.4.1.5.4.1.14
Minimum acceptable value for this user-defined characteristic.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

appnCosTgRowUsr1Max 1.3.6.1.2.1.34.4.1.5.4.1.15
Maximum acceptable value for this user-defined characteristic.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

appnCosTgRowUsr2Min 1.3.6.1.2.1.34.4.1.5.4.1.16
Minimum acceptable value for this user-defined characteristic.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

appnCosTgRowUsr2Max 1.3.6.1.2.1.34.4.1.5.4.1.17
Maximum acceptable value for this user-defined characteristic.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

appnCosTgRowUsr3Min 1.3.6.1.2.1.34.4.1.5.4.1.18
Minimum acceptable value for this user-defined characteristic.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

appnCosTgRowUsr3Max 1.3.6.1.2.1.34.4.1.5.4.1.19
Maximum acceptable value for this user-defined characteristic.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

appnSessIntermediate 1.3.6.1.2.1.34.4.1.6
OBJECT IDENTIFIER    

appnIsInGlobal 1.3.6.1.2.1.34.4.1.6.1
OBJECT IDENTIFIER    

appnIsInGlobeCtrAdminStatus 1.3.6.1.2.1.34.4.1.6.1.1
Object by which a Management Station can deactivate or activate capture of intermediate-session counts and names, by setting the value to notActive(1) or active(2), respectively. The value ready(3) is returned on GET operations until a SET has been processed; after that the value received on the most recent SET is returned. The counts referred to here are the eight objects in the AppnIsInTable, from appnIsInP2SFmdPius through appnIsInS2PNonFmdBytes. The names are the four objects in this table, from appnIsInPriLuName through appnIsInCosName. Setting this object to the following values has the following effects: notActive(1) stop collecting count data. If a count is queried, it returns the value 0. Collection of names may, but need not be, disabled. active(2) start collecting count data. If it is supported, collection of names is enabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER notActive(1), active(2), ready(3)  

appnIsInGlobeCtrOperStatus 1.3.6.1.2.1.34.4.1.6.1.2
Indicates whether or not the intermediate session counts are active. The counts referred to here are the eight objects in the AppnIsInTable, from appnIsInP2SFmdPius through appnIsInS2PNonFmdBytes. These eight counts are of type Unsigned32 rather than Counter32 because when this object enters the notActive state, either because a Management Station has set appnInInGlobeCtrAdminStatus to notActive or because of a locally-initiated transition, the counts are all reset to 0. The values for this object are: notActive(1): collection of counts is not active; if it is queried, a count returns the value 0. active(2): collection of counts is active.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notActive(1), active(2)  

appnIsInGlobeCtrStatusTime 1.3.6.1.2.1.34.4.1.6.1.3
The time since the appnIsInGlobeCtrOperStatus object last changed, measured in hundredths of a second. This time can be used to identify when this change occurred in relation to other events in the agent, such as the last time the APPN node was reinitialized.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

appnIsInGlobeRscv 1.3.6.1.2.1.34.4.1.6.1.4
Indicates the current route selection control vector (RSCV) collection option in effect, and allows a Management Station to change the option. The values for this object are: notActive(1): collection of route selection control vectors is not active. active(2): collection of route selection control vectors is active.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER notActive(1), active(2)  

appnIsInGlobeRscvTime 1.3.6.1.2.1.34.4.1.6.1.5
The time since the appnIsInGlobeRscv object last changed, measured in hundredths of a second. This time can be used to identify when this change occurred in relation to other events in the agent, such as the last time the APPN node was reinitialized.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

appnIsInGlobeActSess 1.3.6.1.2.1.34.4.1.6.1.6
The number of currently active intermediate sessions.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

appnIsInGlobeHprBfActSess 1.3.6.1.2.1.34.4.1.6.1.7
The number of currently active HPR intermediate sessions.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

appnIsInTable 1.3.6.1.2.1.34.4.1.6.2
Intermediate Session Information Table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AppnIsInEntry

appnIsInEntry 1.3.6.1.2.1.34.4.1.6.2.1
Entry of Intermediate Session Information Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  AppnIsInEntry  

appnIsInFqCpName 1.3.6.1.2.1.34.4.1.6.2.1.1
The network-qualified control point name of the node at which the session and PCID originated. For APPN and LEN nodes, this is either CP name of the APPN node at which the origin LU is located or the CP name of the NN serving the LEN node at which the origin LU is located. For resources served by a dependent LU requester (DLUR), it is the name of the owning system services control point (SSCP).
Status: current Access: not-accessible
OBJECT-TYPE    
  SnaControlPointName  

appnIsInPcid 1.3.6.1.2.1.34.4.1.6.2.1.2
The procedure correlation identifier (PCID) of a session. It is an 8-byte value assigned by the primary LU.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(8)  

appnIsInSessState 1.3.6.1.2.1.34.4.1.6.2.1.3
Indicates the state of the session: inactive(1) - session is inactive pendactive(2) - session is pending active active(3) - session is active pendinact(4) - session is pending inactive Active sessions can be deactivated by setting this object to inactive(1).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER inactive(1), pendactive(2), active(3), pendinact(4)  

appnIsInPriLuName 1.3.6.1.2.1.34.4.1.6.2.1.4
The primary LU name of the session. A zero-length string indicates that this name is not available.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..17)  

appnIsInSecLuName 1.3.6.1.2.1.34.4.1.6.2.1.5
The secondary LU name of the session. A zero-length string indicates that this name is not available.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..17)  

appnIsInModeName 1.3.6.1.2.1.34.4.1.6.2.1.6
The mode name used for this session.
Status: current Access: read-only
OBJECT-TYPE    
  SnaModeName  

appnIsInCosName 1.3.6.1.2.1.34.4.1.6.2.1.7
The Class of Service (COS) name used for this session.
Status: current Access: read-only
OBJECT-TYPE    
  SnaClassOfServiceName  

appnIsInTransPriority 1.3.6.1.2.1.34.4.1.6.2.1.8
Transmission priority for this class of service. Values are: low(1) - (X'01'): low priority medium(2) - (X'02'): medium priority high(3) - (X'03'): high priority network(4) - (X'04'): network priority
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER low(1), medium(2), high(3), network(4)  

appnIsInSessType 1.3.6.1.2.1.34.4.1.6.2.1.9
The type of intermediate session. Defined values are unknown The session type is not known. lu62 A session between LUs of type 6.2 (as indicated by the LU type in Bind) lu0thru3 A session between LUs of type 0, 1, 2, or 3 (as indicated by the LU type in Bind) lu62dlur A session between LUs of type 6.2 (as indicated by the LU type in Bind). One of the LUs is a dependent LU supported by the dependent LU requester (DLUR) function at this node. lu0thru3dlur A session between LUs of type 0, 1, 2, or 3 (as indicated by the LU type in Bind) One of the LUs is a dependent LU supported by the dependent LU requester (DLUR) function at this node.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), lu62(2), lu0thru3(3), lu62dlur(4), lu0thru3dlur(5)  

appnIsInSessUpTime 1.3.6.1.2.1.34.4.1.6.2.1.10
Length of time the session has been active, measured in hundredths of a second.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

appnIsInCtrUpTime 1.3.6.1.2.1.34.4.1.6.2.1.11
Length of time the session counters have been active, measured in hundredths of a second.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

appnIsInP2SFmdPius 1.3.6.1.2.1.34.4.1.6.2.1.12
Number of function management data (FMD) path information units (PIUs) sent from the Primary LU to the Secondary LU since the counts were last activated.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

appnIsInS2PFmdPius 1.3.6.1.2.1.34.4.1.6.2.1.13
Number of FMD PIUs sent from the Secondary LU to the Primary LU since the counts were last activated.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

appnIsInP2SNonFmdPius 1.3.6.1.2.1.34.4.1.6.2.1.14
Number of non-FMD PIUs sent from the Primary LU to the Secondary LU since the counts were last activated.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

appnIsInS2PNonFmdPius 1.3.6.1.2.1.34.4.1.6.2.1.15
Number of non-FMD PIUs sent from the Secondary LU to the Primary LU since the counts were last activated.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

appnIsInP2SFmdBytes 1.3.6.1.2.1.34.4.1.6.2.1.16
Number of FMD bytes sent from the Primary LU to the Secondary LU since the counts were last activated.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

appnIsInS2PFmdBytes 1.3.6.1.2.1.34.4.1.6.2.1.17
Number of FMD bytes sent from the Secondary LU to the Primary LU since the counts were last activated.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

appnIsInP2SNonFmdBytes 1.3.6.1.2.1.34.4.1.6.2.1.18
Number of non-FMD bytes sent from the Primary LU to the Secondary LU since the counts were last activated.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

appnIsInS2PNonFmdBytes 1.3.6.1.2.1.34.4.1.6.2.1.19
Number of non-FMD bytes sent from the Secondary LU to the Primary LU since the counts were last activated.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

appnIsInPsAdjCpName 1.3.6.1.2.1.34.4.1.6.2.1.20
The primary stage adjacent CP name of this session. If the session stage traverses an RTP connection, the CP name of the remote RTP endpoint is returned.
Status: current Access: read-only
OBJECT-TYPE    
  SnaControlPointName  

appnIsInPsAdjTgNum 1.3.6.1.2.1.34.4.1.6.2.1.21
The primary stage adjacent transmission group (TG) number associated with this session. If the session stage traverses an RTP connection, the value 256 is returned. Values between 257 and 300 are available for other possible TG 'stand-ins' that may be added to APPN in the future.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..300  

appnIsInPsSendMaxBtuSize 1.3.6.1.2.1.34.4.1.6.2.1.22
The primary stage maximum basic transmission unit (BTU) size for sending data.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 99..32767  

appnIsInPsSendPacingType 1.3.6.1.2.1.34.4.1.6.2.1.23
The primary stage type of pacing being used for sending data.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER fixed(1), adaptive(2)  

appnIsInPsSendRpc 1.3.6.1.2.1.34.4.1.6.2.1.24
The primary stage send residual pace count. This represents the primary stage number of message units (MUs) that can still be sent in the current session window.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

appnIsInPsSendNxWndwSize 1.3.6.1.2.1.34.4.1.6.2.1.25
The primary stage size of the next window which will be used to send data.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

appnIsInPsRecvPacingType 1.3.6.1.2.1.34.4.1.6.2.1.26
The primary stage type of pacing being used for receiving data.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER fixed(1), adaptive(2)  

appnIsInPsRecvRpc 1.3.6.1.2.1.34.4.1.6.2.1.27
The primary stage receive residual pace count. This represents the primary stage number of message units (MUs) that can still be received in the current session window.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

appnIsInPsRecvNxWndwSize 1.3.6.1.2.1.34.4.1.6.2.1.28
The primary stage size of the next window which will be used to receive data.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

appnIsInSsAdjCpName 1.3.6.1.2.1.34.4.1.6.2.1.29
The secondary stage adjacent CP name of this session. If the session stage traverses an RTP connection, the CP name of the remote RTP endpoint is returned.
Status: current Access: read-only
OBJECT-TYPE    
  SnaControlPointName  

appnIsInSsAdjTgNum 1.3.6.1.2.1.34.4.1.6.2.1.30
The secondary stage adjacent transmission group (TG) number associated with this session. If the session stage traverses an RTP connection, the value 256 is returned. Values between 257 and 300 are available for other possible TG 'stand-ins' that may be added to APPN in the future.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..300  

appnIsInSsSendMaxBtuSize 1.3.6.1.2.1.34.4.1.6.2.1.31
The secondary stage maximum basic transmission unit (BTU) size for sending data.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 99..32767  

appnIsInSsSendPacingType 1.3.6.1.2.1.34.4.1.6.2.1.32
The secondary stage type of pacing being used for sending data.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER fixed(1), adaptive(2)  

appnIsInSsSendRpc 1.3.6.1.2.1.34.4.1.6.2.1.33
The secondary stage send residual pace count. This represents the secondary stage number of message units (MUs) that can still be sent in the current session window.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

appnIsInSsSendNxWndwSize 1.3.6.1.2.1.34.4.1.6.2.1.34
The secondary stage size of the next window which will be used to send data.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

appnIsInSsRecvPacingType 1.3.6.1.2.1.34.4.1.6.2.1.35
The secondary stage type of pacing being used for receiving data.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER fixed(1), adaptive(2)  

appnIsInSsRecvRpc 1.3.6.1.2.1.34.4.1.6.2.1.36
The secondary stage receive residual pace count. This represents the secondary stage number of message units (MUs) that can still be received in the current session window.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

appnIsInSsRecvNxWndwSize 1.3.6.1.2.1.34.4.1.6.2.1.37
The secondary stage size of the next window which will be used to receive data.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

appnIsInRouteInfo 1.3.6.1.2.1.34.4.1.6.2.1.38
The route selection control vector (RSCV X'2B') used for this session. It is present for APPN nodes; but is not present for LEN nodes. The format of this vector is described in SNA Formats. If no RSCV is available, a zero-length string is returned.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

appnIsInRtpNceId 1.3.6.1.2.1.34.4.1.6.2.1.39
The HPR local Network Connection Endpoint of the session.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..8)  

appnIsInRtpTcid 1.3.6.1.2.1.34.4.1.6.2.1.40
The RTP connection local TCID of the session.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(8)  

appnIsRtpTable 1.3.6.1.2.1.34.4.1.6.3
A table indicating how many ISR sessions are transported by each RTP connection.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AppnIsRtpEntry

appnIsRtpEntry 1.3.6.1.2.1.34.4.1.6.3.1
Entry of Intermediate Session RTP Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  AppnIsRtpEntry  

appnIsRtpNceId 1.3.6.1.2.1.34.4.1.6.3.1.1
The local Network Connection Endpoint of the RTP connection.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(1..8)  

appnIsRtpTcid 1.3.6.1.2.1.34.4.1.6.3.1.2
The local TCID of the RTP connection.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(8)  

appnIsRtpSessions 1.3.6.1.2.1.34.4.1.6.3.1.3
The number of intermediate sessions using this RTP connection.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

appnTraps 1.3.6.1.2.1.34.4.2
OBJECT IDENTIFIER    

alertTrap 1.3.6.1.2.1.34.4.2.1
This trap carries a 32-bit SNA Management Services (SNA/MS) Alert ID Number, as specified in SNA/MS Formats.
Status: current Access: read-only
NOTIFICATION-TYPE    

alertIdNumber 1.3.6.1.2.1.34.4.2.2
A 32-bit SNA Management Services (SNA/MS) Alert ID Number, as specified in SNA/MS Formats.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(4)  

affectedObject 1.3.6.1.2.1.34.4.2.3
The MIB object associated with the Alert condition, if there is an object associated with it. If no associated object can be identified, the value 0.0 is passed in the trap.
Status: current Access: read-only
OBJECT-TYPE    
  VariablePointer  

appnConformance 1.3.6.1.2.1.34.4.3
OBJECT IDENTIFIER    

appnCompliances 1.3.6.1.2.1.34.4.3.1
OBJECT IDENTIFIER    

appnGroups 1.3.6.1.2.1.34.4.3.2
OBJECT IDENTIFIER    

appnCompliance2 1.3.6.1.2.1.34.4.3.1.3
The compliance statement for the SNMPv2 entities that implement the APPN MIB. In the descriptions for the conditionally mandatory groups that follow, the branch network node is treated as a third node type, parallel to network node and end node. This is not how branch network nodes are treated in the base APPN architecture, but it increases clarity here to do it.
Status: current Access: read-only
MODULE-COMPLIANCE    

appnGeneralConfGroup2 1.3.6.1.2.1.34.4.3.2.26
A collection of objects providing the instrumentation of APPN general information and capabilities.
Status: current Access: read-only
OBJECT-GROUP    

appnPortConfGroup 1.3.6.1.2.1.34.4.3.2.2
A collection of objects providing the instrumentation of APPN port information.
Status: current Access: read-only
OBJECT-GROUP    

appnLinkConfGroup2 1.3.6.1.2.1.34.4.3.2.27
A collection of objects providing the instrumentation of APPN link information.
Status: current Access: read-only
OBJECT-GROUP    

appnLocalTgConfGroup2 1.3.6.1.2.1.34.4.3.2.28
A collection of objects providing the instrumentation of APPN local TG information.
Status: current Access: read-only
OBJECT-GROUP    

appnDirTableConfGroup2 1.3.6.1.2.1.34.4.3.2.29
A collection of objects providing the instrumentation of the APPN directory database.
Status: current Access: read-only
OBJECT-GROUP    

appnNnUniqueConfGroup 1.3.6.1.2.1.34.4.3.2.6
A collection of objects providing instrumentation unique to APPN network nodes.
Status: current Access: read-only
OBJECT-GROUP    

appnEnUniqueConfGroup 1.3.6.1.2.1.34.4.3.2.7
A collection of objects providing instrumentation for APPN end nodes. Some of these objects also appear in the instrumentation for a branch network node.
Status: current Access: read-only
OBJECT-GROUP    

appnVrnConfGroup 1.3.6.1.2.1.34.4.3.2.8
An object providing the instrumentation for virtual routing node support in an APPN node.
Status: current Access: read-only
OBJECT-GROUP    

appnNnTopoConfGroup2 1.3.6.1.2.1.34.4.3.2.30
The appnNnTopoConfGroup is mandatory only for network nodes.
Status: current Access: read-only
OBJECT-GROUP    

appnLocalEnTopoConfGroup2 1.3.6.1.2.1.34.4.3.2.31
A collection of objects providing the instrumentation of the information that a network node possesses about the end nodes directly attached to it.
Status: current Access: read-only
OBJECT-GROUP    

appnLocalDirPerfConfGroup 1.3.6.1.2.1.34.4.3.2.11
The appnLocalDirPerfConfGroup is mandatory only for APPN network nodes and end nodes.
Status: current Access: read-only
OBJECT-GROUP    

appnCosConfGroup 1.3.6.1.2.1.34.4.3.2.12
The appnCosConfGroup is mandatory only for APPN network nodes and end nodes.
Status: current Access: read-only
OBJECT-GROUP    

appnIntSessConfGroup 1.3.6.1.2.1.34.4.3.2.13
The appnIntSessConfGroup is mandatory only for network nodes.
Status: current Access: read-only
OBJECT-GROUP    

appnHprBaseConfGroup 1.3.6.1.2.1.34.4.3.2.14
The appnHprBaseConfGroup is mandatory only for nodes that implement the HPR base (APPN option set 1400).
Status: current Access: read-only
OBJECT-GROUP    

appnHprRtpConfGroup 1.3.6.1.2.1.34.4.3.2.15
The appnHprRtpConfGroup is mandatory only for nodes that implement the HPR RTP tower (APPN option set 1401).
Status: current Access: read-only
OBJECT-GROUP    

appnHprCtrlFlowsRtpConfGroup 1.3.6.1.2.1.34.4.3.2.16
The appnHprCtrlFlowsRtpConfGroup is mandatory only for nodes that implement the HPR Control Flows over RTP tower (APPN option set 1402).
Status: current Access: read-only
OBJECT-GROUP    

appnHprBfConfGroup 1.3.6.1.2.1.34.4.3.2.17
The appnHprBfConfGroup is mandatory only for nodes that implement the APPN/HPR boundary function.
Status: current Access: read-only
OBJECT-GROUP    

appnTrapConfGroup 1.3.6.1.2.1.34.4.3.2.18
The appnTrapConfGroup is optional for all APPN nodes. Nodes implementing this group shall also implement the appnTrapNotifGroup.
Status: current Access: read-only
OBJECT-GROUP    

appnTrapNotifGroup 1.3.6.1.2.1.34.4.3.2.19
The appnTrapNotifGroup is optional for all APPN nodes. Nodes implementing this group shall also implement the appnTrapConfGroup.
Status: current Access: read-only
NOTIFICATION-GROUP    

appnBrNnConfGroup 1.3.6.1.2.1.34.4.3.2.20
A collection of objects providing instrumentation for branch network nodes. Some of these objects also appear in the instrumentation for an end node. Note: A branch network node always returns endNode(2) as the value of the appnNodeType object from the appnGeneralConfGroup2 conformance group.
Status: current Access: read-only
OBJECT-GROUP    

appnNodeMibVersion 1.3.6.1.2.1.34.4.1.1.1.2
The value of LAST-UPDATED from this module's MODULE-IDENTITY macro. This object gives a Management Station an easy way of determining the level of the MIB supported by an agent. Since this object incorporates the Year 2000-unfriendly 2-digit year specified in SMI for the LAST-UPDATED field, and since it was not found to be particularly useful, it has been deprecated. No replacement object has been defined.
Status: deprecated Access: read-only
OBJECT-TYPE    
  DisplayString Size(11)  

appnCompliance 1.3.6.1.2.1.34.4.3.1.1
The compliance statement for the SNMPv2 entities that implement the APPN MIB. This is the compliance statement for the RFC 2155-level version of the APPN MIB. It was deprecated as new objects were added to the MIB for MLTG, branch network node, and other extensions to the APPN architecture.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

appnGeneralConfGroup 1.3.6.1.2.1.34.4.3.2.1
A collection of objects providing the instrumentation of APPN general information and capabilities. This RFC 2155-level group was deprecated when the appnNodeMibVersion object was removed and the appnNodeLsCounterType and appnNodeBrNn objects were added.
Status: deprecated Access: read-only
OBJECT-GROUP    

appnLinkConfGroup 1.3.6.1.2.1.34.4.3.2.3
A collection of objects providing the instrumentation of APPN link information. This RFC 2155-level group was deprecated when the appnLsMltgMember object was added.
Status: deprecated Access: read-only
OBJECT-GROUP    

appnLocalTgConfGroup 1.3.6.1.2.1.34.4.3.2.4
A collection of objects providing the instrumentation of APPN local TG information. This RFC 2155-level group was deprecated when the appnLocalTgMltgLinkType object was added.
Status: deprecated Access: read-only
OBJECT-GROUP    

appnDirTableConfGroup 1.3.6.1.2.1.34.4.3.2.5
A collection of objects providing the instrumentation of the APPN directory database. This RFC 2155-level group was deprecated when the appnDirApparentLuOwnerName object was added.
Status: deprecated Access: read-only
OBJECT-GROUP    

appnNnTopoConfGroup 1.3.6.1.2.1.34.4.3.2.9
The appnNnTopoConfGroup is mandatory only for network nodes. This RFC 2155-level group was deprecated when the appnNnNodeFRBranchAwareness, appnNnTgFRMltgLinkType, and appnNnFRBranchTg objects were added.
Status: deprecated Access: read-only
OBJECT-GROUP    

appnLocalEnTopoConfGroup 1.3.6.1.2.1.34.4.3.2.10
The appnLocalEnTopoConfGroup is mandatory only for network nodes. This RFC 2155-level group was deprecated when the appnLocalEnTgMltgLinkType object was added.
Status: deprecated Access: read-only
OBJECT-GROUP