APPN-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: APPN-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 appnMIB 1.3.6.1.2.1.34.4
This is the MIB module for objects used to manage network devices with APPN capabilities.
     appnObjects 1.3.6.1.2.1.34.4.1
         appnNode 1.3.6.1.2.1.34.4.1.1
             appnGeneralInfoAndCaps 1.3.6.1.2.1.34.4.1.1.1
                 appnNodeCpName 1.3.6.1.2.1.34.4.1.1.1.1 snacontrolpointname read-only
Administratively assigned network name for this node.
                 appnNodeMibVersion 1.3.6.1.2.1.34.4.1.1.1.2 displaystring read-only
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.
                 appnNodeId 1.3.6.1.2.1.34.4.1.1.1.3 snanodeidentification read-only
This node's Node Identification, which it sends in bytes 2-5 of XID.
                 appnNodeType 1.3.6.1.2.1.34.4.1.1.1.4 integer read-only
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. Enumeration: 'endNode': 2, 'networkNode': 1, 't21len': 4.
                 appnNodeUpTime 1.3.6.1.2.1.34.4.1.1.1.5 timeticks read-only
Amount of time (in hundredths of a second) since the APPN node was last reinitialized.
                 appnNodeParallelTg 1.3.6.1.2.1.34.4.1.1.1.6 truthvalue read-only
Indicates whether this node supports parallel TGs.
                 appnNodeAdaptiveBindPacing 1.3.6.1.2.1.34.4.1.1.1.7 truthvalue read-only
Indicates whether this node supports adaptive bind pacing for dependent LUs.
                 appnNodeHprSupport 1.3.6.1.2.1.34.4.1.1.1.8 integer read-only
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. Enumeration: 'noHprSupport': 1, 'hprBaseOnly': 2, 'rtpTower': 3, 'controlFlowsOverRtpTower': 4.
                 appnNodeMaxSessPerRtpConn 1.3.6.1.2.1.34.4.1.1.1.9 gauge32 read-only
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.
                 appnNodeHprIntRteSetups 1.3.6.1.2.1.34.4.1.1.1.10 appnnodecounter read-only
The total number of HPR route setups received for routes passing through this node since the node was last reinitialized.
                 appnNodeHprIntRteRejects 1.3.6.1.2.1.34.4.1.1.1.11 appnnodecounter read-only
The number of HPR route setups rejected by this node for routes passing through it since the node was last reinitialized.
                 appnNodeHprOrgRteSetups 1.3.6.1.2.1.34.4.1.1.1.12 appnnodecounter read-only
The total number of HPR route setups sent for routes originating in this node since the node was last reinitialized.
                 appnNodeHprOrgRteRejects 1.3.6.1.2.1.34.4.1.1.1.13 appnnodecounter read-only
The number of HPR route setups rejected by other nodes for routes originating in this node since the node was last reinitialized.
                 appnNodeHprEndRteSetups 1.3.6.1.2.1.34.4.1.1.1.14 appnnodecounter read-only
The total number of HPR route setups received for routes ending in this node since the node was last reinitialized.
                 appnNodeHprEndRteRejects 1.3.6.1.2.1.34.4.1.1.1.15 appnnodecounter read-only
The number of HPR route setups rejected by this node for routes ending in it since the node was last reinitialized.
                 appnNodeCounterDisconTime 1.3.6.1.2.1.34.4.1.1.1.16 timestamp read-only
The value of the sysUpTime object the last time the APPN node was reinitialized.
                 appnNodeLsCounterType 1.3.6.1.2.1.34.4.1.1.1.17 integer read-only
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. Enumeration: 'anrForLocalNces': 3, 'other': 1, 'noAnr': 2, 'allAnr': 4.
                 appnNodeBrNn 1.3.6.1.2.1.34.4.1.1.1.18 truthvalue read-only
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.
             appnNnUniqueInfoAndCaps 1.3.6.1.2.1.34.4.1.1.2
                 appnNodeNnCentralDirectory 1.3.6.1.2.1.34.4.1.1.2.1 truthvalue read-only
Indicates whether this node supports central directory services. This object corresponds to cv4580, byte 8, bit 1.
                 appnNodeNnTreeCache 1.3.6.1.2.1.34.4.1.1.2.2 integer read-only
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 Enumeration: 'cacheWithIncrUpdate': 3, 'noCache': 1, 'cacheNoIncrUpdate': 2.
                 appnNodeNnRouteAddResist 1.3.6.1.2.1.34.4.1.1.2.3 integer read-only
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.
                 appnNodeNnIsr 1.3.6.1.2.1.34.4.1.1.2.4 truthvalue read-only
Indicates whether the node supports intermediate session routing. This object corresponds to cv4580, byte 8, bit 2.
                 appnNodeNnFrsn 1.3.6.1.2.1.34.4.1.1.2.5 unsigned32 read-only
The last flow-reduction sequence number (FRSN) sent by this node in a topology update to an adjacent network node.
                 appnNodeNnPeriBorderSup 1.3.6.1.2.1.34.4.1.1.2.6 truthvalue read-only
Indicates whether this node has peripheral border node support. This object corresponds to cv4580, byte 9, bit 0.
                 appnNodeNnInterchangeSup 1.3.6.1.2.1.34.4.1.1.2.7 truthvalue read-only
Indicates whether this node has interchange node support. This object corresponds to cv4580, byte 9, bit 1.
                 appnNodeNnExteBorderSup 1.3.6.1.2.1.34.4.1.1.2.8 truthvalue read-only
Indicates whether this node has extended border node support. This object corresponds to cv4580, byte 9, bit 2.
                 appnNodeNnSafeStoreFreq 1.3.6.1.2.1.34.4.1.1.2.9 integer read-write
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.
                 appnNodeNnRsn 1.3.6.1.2.1.34.4.1.1.2.10 unsigned32 read-only
Resource sequence number for this node, which it assigns and controls. This object corresponds to the numeric value in cv4580, bytes 2-5.
                 appnNodeNnCongested 1.3.6.1.2.1.34.4.1.1.2.11 truthvalue read-only
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.
                 appnNodeNnIsrDepleted 1.3.6.1.2.1.34.4.1.1.2.12 truthvalue read-only
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.
                 appnNodeNnQuiescing 1.3.6.1.2.1.34.4.1.1.2.13 truthvalue read-only
Indicates whether the node is quiescing. This object corresponds to cv4580, byte 7, bit 5.
                 appnNodeNnGateway 1.3.6.1.2.1.34.4.1.1.2.14 truthvalue read-only
Indicates whether the node has gateway services support. This object corresponds to cv4580, byte 8, bit 0.
             appnEnUniqueCaps 1.3.6.1.2.1.34.4.1.1.3
                 appnNodeEnModeCosMap 1.3.6.1.2.1.34.4.1.1.3.1 truthvalue read-only
Indicates whether this end node supports mode name to COS name mapping.
                 appnNodeEnNnServer 1.3.6.1.2.1.34.4.1.1.3.2 octet string read-only
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.
                 appnNodeEnLuSearch 1.3.6.1.2.1.34.4.1.1.3.3 truthvalue read-only
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.
             appnPortInformation 1.3.6.1.2.1.34.4.1.1.4
                 appnPortTable 1.3.6.1.2.1.34.4.1.1.4.1 no-access
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.
                     appnPortEntry 1.3.6.1.2.1.34.4.1.1.4.1.1 no-access
The port name is used as the index to this table.
                         appnPortName 1.3.6.1.2.1.34.4.1.1.4.1.1.1 displaystring no-access
Administratively assigned name for this APPN port.
                         appnPortCommand 1.3.6.1.2.1.34.4.1.1.4.1.1.2 integer read-write
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. Enumeration: 'deactivate': 1, 'recycle': 3, 'ready': 4, 'activate': 2.
                         appnPortOperState 1.3.6.1.2.1.34.4.1.1.4.1.1.3 integer read-only
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 Enumeration: 'active': 3, 'inactive': 1, 'pendinact': 4, 'pendactive': 2.
                         appnPortDlcType 1.3.6.1.2.1.34.4.1.1.4.1.1.4 ianaiftype read-only
The type of DLC interface, distinguished according to the protocol immediately 'below' this layer.
                         appnPortPortType 1.3.6.1.2.1.34.4.1.1.4.1.1.5 integer read-only
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. Enumeration: 'sharedAccessFacilities': 3, 'leased': 1, 'switched': 2.
                         appnPortSIMRIM 1.3.6.1.2.1.34.4.1.1.4.1.1.6 truthvalue read-only
Indicates whether Set Initialization Mode (SIM) and Receive Initialization Mode (RIM) are supported for this port.
                         appnPortLsRole 1.3.6.1.2.1.34.4.1.1.4.1.1.7 integer read-only
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) Enumeration: 'abm': 4, 'primary': 1, 'negotiable': 3, 'secondary': 2.
                         appnPortNegotLs 1.3.6.1.2.1.34.4.1.1.4.1.1.8 truthvalue read-only
Indicates whether the node supports negotiable link stations for this port.
                         appnPortDynamicLinkSupport 1.3.6.1.2.1.34.4.1.1.4.1.1.9 truthvalue read-only
Indicates whether this node allows call-in on this port from nodes not defined locally.
                         appnPortMaxRcvBtuSize 1.3.6.1.2.1.34.4.1.1.4.1.1.10 integer read-only
Maximum Basic Transmission Unit (BTU) size that a link station on this port can receive. This object corresponds to bytes 21-22 of XID3.
                         appnPortMaxIframeWindow 1.3.6.1.2.1.34.4.1.1.4.1.1.11 gauge32 read-only
Maximum number of I-frames that can be received by the XID sender before an acknowledgement is received.
                         appnPortDefLsGoodXids 1.3.6.1.2.1.34.4.1.1.4.1.1.12 appnportcounter read-only
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.
                         appnPortDefLsBadXids 1.3.6.1.2.1.34.4.1.1.4.1.1.13 appnportcounter read-only
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.
                         appnPortDynLsGoodXids 1.3.6.1.2.1.34.4.1.1.4.1.1.14 appnportcounter read-only
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.
                         appnPortDynLsBadXids 1.3.6.1.2.1.34.4.1.1.4.1.1.15 appnportcounter read-only
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.
                         appnPortSpecific 1.3.6.1.2.1.34.4.1.1.4.1.1.16 rowpointer read-only
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.
                         appnPortDlcLocalAddr 1.3.6.1.2.1.34.4.1.1.4.1.1.17 displayabledlcaddress read-only
Local DLC address of this port.
                         appnPortCounterDisconTime 1.3.6.1.2.1.34.4.1.1.4.1.1.18 timestamp read-only
The value of the sysUpTime object the last time the port was started.
             appnLinkStationInformation 1.3.6.1.2.1.34.4.1.1.5
                 appnLsTable 1.3.6.1.2.1.34.4.1.1.5.1 no-access
This table contains detailed information about the link station configuration and its current status.
                     appnLsEntry 1.3.6.1.2.1.34.4.1.1.5.1.1 no-access
This table is indexed by the link station name.
                         appnLsName 1.3.6.1.2.1.34.4.1.1.5.1.1.1 displaystring no-access
Administratively assigned name for the link station. The name can be from one to ten characters.
                         appnLsCommand 1.3.6.1.2.1.34.4.1.1.5.1.1.2 integer read-write
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. Enumeration: 'deactivate': 1, 'recycle': 3, 'ready': 4, 'activate': 2.
                         appnLsOperState 1.3.6.1.2.1.34.4.1.1.5.1.1.3 integer read-only
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. Enumeration: 'sentDiscImmed': 10, 'otherPendingActive': 6, 'sentDeactAsOrd': 8, 'pendXidExch': 3, 'sentDiscOrd': 9, 'inactive': 1, 'sendSetMode': 5, 'active': 7, 'sendActAs': 4, 'sentConnectOut': 2, 'otherPendingInact': 11.
                         appnLsPortName 1.3.6.1.2.1.34.4.1.1.5.1.1.4 displaystring read-only
Administratively assigned name for the port associated with this link station. The name can be from one to ten characters.
                         appnLsDlcType 1.3.6.1.2.1.34.4.1.1.5.1.1.5 ianaiftype read-only
The type of DLC interface, distinguished according to the protocol immediately 'below' this layer.
                         appnLsDynamic 1.3.6.1.2.1.34.4.1.1.5.1.1.6 truthvalue read-only
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.
                         appnLsAdjCpName 1.3.6.1.2.1.34.4.1.1.5.1.1.7 octet string read-only
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.
                         appnLsAdjNodeType 1.3.6.1.2.1.34.4.1.1.5.1.1.8 integer read-only
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 Enumeration: 'endNode': 2, 'unknown': 255, 'networkNode': 1, 't21len': 4.
                         appnLsTgNum 1.3.6.1.2.1.34.4.1.1.5.1.1.9 integer read-only
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.
                         appnLsLimResource 1.3.6.1.2.1.34.4.1.1.5.1.1.10 truthvalue read-only
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.
                         appnLsActOnDemand 1.3.6.1.2.1.34.4.1.1.5.1.1.11 truthvalue read-only
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.
                         appnLsMigration 1.3.6.1.2.1.34.4.1.1.5.1.1.12 truthvalue read-only
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'.
                         appnLsPartnerNodeId 1.3.6.1.2.1.34.4.1.1.5.1.1.13 snanodeidentification read-only
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.
                         appnLsCpCpSessionSupport 1.3.6.1.2.1.34.4.1.1.5.1.1.14 truthvalue read-only
Indicates whether CP-CP sessions are supported by this link station. For a dynamic link, this object represents the default ('Admin') value.
                         appnLsMaxSendBtuSize 1.3.6.1.2.1.34.4.1.1.5.1.1.15 integer read-only
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.
                         appnLsInXidBytes 1.3.6.1.2.1.34.4.1.1.5.1.1.16 appnlinkstationcounter read-only
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.
                         appnLsInMsgBytes 1.3.6.1.2.1.34.4.1.1.5.1.1.17 appnlinkstationcounter read-only
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.
                         appnLsInXidFrames 1.3.6.1.2.1.34.4.1.1.5.1.1.18 appnlinkstationcounter read-only
Number of XID frames received.
                         appnLsInMsgFrames 1.3.6.1.2.1.34.4.1.1.5.1.1.19 appnlinkstationcounter read-only
Number of message (I-frame) frames received.
                         appnLsOutXidBytes 1.3.6.1.2.1.34.4.1.1.5.1.1.20 appnlinkstationcounter read-only
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.
                         appnLsOutMsgBytes 1.3.6.1.2.1.34.4.1.1.5.1.1.21 appnlinkstationcounter read-only
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.
                         appnLsOutXidFrames 1.3.6.1.2.1.34.4.1.1.5.1.1.22 appnlinkstationcounter read-only
Number of XID frames sent.
                         appnLsOutMsgFrames 1.3.6.1.2.1.34.4.1.1.5.1.1.23 appnlinkstationcounter read-only
Number of message (I-frame) frames sent.
                         appnLsEchoRsps 1.3.6.1.2.1.34.4.1.1.5.1.1.24 appnlinkstationcounter read-only
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.
                         appnLsCurrentDelay 1.3.6.1.2.1.34.4.1.1.5.1.1.25 gauge32 read-only
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.
                         appnLsMaxDelay 1.3.6.1.2.1.34.4.1.1.5.1.1.26 gauge32 read-only
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.
                         appnLsMinDelay 1.3.6.1.2.1.34.4.1.1.5.1.1.27 gauge32 read-only
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.
                         appnLsMaxDelayTime 1.3.6.1.2.1.34.4.1.1.5.1.1.28 dateandtime read-only
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.
                         appnLsGoodXids 1.3.6.1.2.1.34.4.1.1.5.1.1.29 appnlinkstationcounter read-only
The total number of successful XID exchanges that have occurred on this link station since the time it was started.
                         appnLsBadXids 1.3.6.1.2.1.34.4.1.1.5.1.1.30 appnlinkstationcounter read-only
The total number of unsuccessful XID exchanges that have occurred on this link station since the time it was started.
                         appnLsSpecific 1.3.6.1.2.1.34.4.1.1.5.1.1.31 rowpointer read-only
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.
                         appnLsActiveTime 1.3.6.1.2.1.34.4.1.1.5.1.1.32 unsigned32 read-only
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.
                         appnLsCurrentStateTime 1.3.6.1.2.1.34.4.1.1.5.1.1.33 timeticks read-only
The amount of time, measured in hundredths of a second, that the link station has been in its current state.
                         appnLsHprSup 1.3.6.1.2.1.34.4.1.1.5.1.1.34 integer read-only
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. Enumeration: 'noHprSupport': 1, 'hprBaseOnly': 2, 'rtpTower': 3, 'controlFlowsOverRtpTower': 4.
                         appnLsErrRecoSup 1.3.6.1.2.1.34.4.1.1.5.1.1.35 truthvalue read-only
Indicates whether the link station is supporting HPR link-level error recovery.
                         appnLsForAnrLabel 1.3.6.1.2.1.34.4.1.1.5.1.1.36 octet string read-only
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.
                         appnLsRevAnrLabel 1.3.6.1.2.1.34.4.1.1.5.1.1.37 octet string read-only
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.
                         appnLsCpCpNceId 1.3.6.1.2.1.34.4.1.1.5.1.1.38 octet string read-only
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.
                         appnLsRouteNceId 1.3.6.1.2.1.34.4.1.1.5.1.1.39 octet string read-only
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.
                         appnLsBfNceId 1.3.6.1.2.1.34.4.1.1.5.1.1.40 octet string read-only
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.
                         appnLsLocalAddr 1.3.6.1.2.1.34.4.1.1.5.1.1.41 displayabledlcaddress read-only
Local address of this link station.
                         appnLsRemoteAddr 1.3.6.1.2.1.34.4.1.1.5.1.1.42 displayabledlcaddress read-only
Address of the remote link station on this link.
                         appnLsRemoteLsName 1.3.6.1.2.1.34.4.1.1.5.1.1.43 displaystring read-only
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.
                         appnLsCounterDisconTime 1.3.6.1.2.1.34.4.1.1.5.1.1.44 timestamp read-only
The value of the sysUpTime object the last time the link station was started.
                         appnLsMltgMember 1.3.6.1.2.1.34.4.1.1.5.1.1.45 truthvalue read-only
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.
                 appnLsStatusTable 1.3.6.1.2.1.34.4.1.1.5.2 no-access
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.
                     appnLsStatusEntry 1.3.6.1.2.1.34.4.1.1.5.2.1 no-access
This table is indexed by the LsStatusIndex, which is an integer that is continuously updated until it eventually wraps.
                         appnLsStatusIndex 1.3.6.1.2.1.34.4.1.1.5.2.1.1 integer no-access
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.
                         appnLsStatusTime 1.3.6.1.2.1.34.4.1.1.5.2.1.2 dateandtime read-only
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.
                         appnLsStatusLsName 1.3.6.1.2.1.34.4.1.1.5.2.1.3 displaystring read-only
Administratively assigned name for the link station experiencing the condition.
                         appnLsStatusCpName 1.3.6.1.2.1.34.4.1.1.5.2.1.4 displaystring read-only
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.
                         appnLsStatusPartnerId 1.3.6.1.2.1.34.4.1.1.5.2.1.5 snanodeidentification read-only
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.
                         appnLsStatusTgNum 1.3.6.1.2.1.34.4.1.1.5.2.1.6 integer read-only
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.
                         appnLsStatusGeneralSense 1.3.6.1.2.1.34.4.1.1.5.2.1.7 snasensedata read-only
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.
                         appnLsStatusRetry 1.3.6.1.2.1.34.4.1.1.5.2.1.8 truthvalue read-only
Indicates whether the node will retry the start request to activate the link.
                         appnLsStatusEndSense 1.3.6.1.2.1.34.4.1.1.5.2.1.9 snasensedata read-only
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.
                         appnLsStatusXidLocalSense 1.3.6.1.2.1.34.4.1.1.5.2.1.10 snasensedata read-only
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.
                         appnLsStatusXidRemoteSense 1.3.6.1.2.1.34.4.1.1.5.2.1.11 snasensedata read-only
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).
                         appnLsStatusXidByteInError 1.3.6.1.2.1.34.4.1.1.5.2.1.12 integer read-only
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.
                         appnLsStatusXidBitInError 1.3.6.1.2.1.34.4.1.1.5.2.1.13 integer read-only
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.
                         appnLsStatusDlcType 1.3.6.1.2.1.34.4.1.1.5.2.1.14 ianaiftype read-only
The type of DLC interface, distinguished according to the protocol immediately 'below' this layer.
                         appnLsStatusLocalAddr 1.3.6.1.2.1.34.4.1.1.5.2.1.15 displayabledlcaddress read-only
Local address of this link station.
                         appnLsStatusRemoteAddr 1.3.6.1.2.1.34.4.1.1.5.2.1.16 displayabledlcaddress read-only
Address of the remote link station on this link.
             appnVrnInfo 1.3.6.1.2.1.34.4.1.1.6
                 appnVrnTable 1.3.6.1.2.1.34.4.1.1.6.1 no-access
This table relates a virtual routing node to an APPN port.
                     appnVrnEntry 1.3.6.1.2.1.34.4.1.1.6.1.1 no-access
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.
                         appnVrnName 1.3.6.1.2.1.34.4.1.1.6.1.1.1 snacontrolpointname no-access
Administratively assigned name of the virtual routing node. This is a fully qualified name, and matches the appnLocalTgDest name in the appnLocalTgTable.
                         appnVrnTgNum 1.3.6.1.2.1.34.4.1.1.6.1.1.2 integer no-access
Number associated with the transmission group representing this virtual routing node definition.
                         appnVrnPortName 1.3.6.1.2.1.34.4.1.1.6.1.1.3 displaystring read-only
The name of the port this virtual routing node definition is defined to.
         appnNn 1.3.6.1.2.1.34.4.1.2
             appnNnTopo 1.3.6.1.2.1.34.4.1.2.1
                 appnNnTopoMaxNodes 1.3.6.1.2.1.34.4.1.2.1.1 gauge32 read-only
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.
                 appnNnTopoCurNumNodes 1.3.6.1.2.1.34.4.1.2.1.2 gauge32 read-only
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.
                 appnNnTopoNodePurges 1.3.6.1.2.1.34.4.1.2.1.3 appnnodecounter read-only
Total number of topology node records purged from this node's topology database since the node was last reinitialized.
                 appnNnTopoTgPurges 1.3.6.1.2.1.34.4.1.2.1.4 appnnodecounter read-only
Total number of topology TG records purged from this node's topology database since the node was last reinitialized.
                 appnNnTopoTotalTduWars 1.3.6.1.2.1.34.4.1.2.1.5 appnnodecounter read-only
Number of TDU wars detected by this node since its last initialization.
             appnNnTopology 1.3.6.1.2.1.34.4.1.2.2
                 appnNnTopologyFRTable 1.3.6.1.2.1.34.4.1.2.2.3 no-access
Portion of the APPN topology database that describes all of the APPN network nodes and virtual routing nodes known to this node.
                     appnNnTopologyFREntry 1.3.6.1.2.1.34.4.1.2.2.3.1 no-access
The FRSN and the fully qualified node name are used to index this table.
                         appnNnNodeFRFrsn 1.3.6.1.2.1.34.4.1.2.2.3.1.1 unsigned32 no-access
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.
                         appnNnNodeFRName 1.3.6.1.2.1.34.4.1.2.2.3.1.2 snacontrolpointname no-access
Administratively assigned network name that is locally defined at each network node.
                         appnNnNodeFREntryTimeLeft 1.3.6.1.2.1.34.4.1.2.2.3.1.3 appntopologyentrytimeleft read-only
Number of days before deletion of this network node entry.
                         appnNnNodeFRType 1.3.6.1.2.1.34.4.1.2.2.3.1.4 integer read-only
Type of APPN node. Enumeration: 'virtualRoutingNode': 3, 'networkNode': 1.
                         appnNnNodeFRRsn 1.3.6.1.2.1.34.4.1.2.2.3.1.5 unsigned32 read-only
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.
                         appnNnNodeFRRouteAddResist 1.3.6.1.2.1.34.4.1.2.2.3.1.6 integer read-only
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.
                         appnNnNodeFRCongested 1.3.6.1.2.1.34.4.1.2.2.3.1.7 truthvalue read-only
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.
                         appnNnNodeFRIsrDepleted 1.3.6.1.2.1.34.4.1.2.2.3.1.8 truthvalue read-only
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.
                         appnNnNodeFRQuiescing 1.3.6.1.2.1.34.4.1.2.2.3.1.9 truthvalue read-only
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.
                         appnNnNodeFRGateway 1.3.6.1.2.1.34.4.1.2.2.3.1.10 truthvalue read-only
Indicates whether the node provide gateway services. This object corresponds to cv4580, byte 8, bit 0.
                         appnNnNodeFRCentralDirectory 1.3.6.1.2.1.34.4.1.2.2.3.1.11 truthvalue read-only
Indicates whether the node supports central directory services. This object corresponds to cv4580, byte 8, bit 1.
                         appnNnNodeFRIsr 1.3.6.1.2.1.34.4.1.2.2.3.1.12 truthvalue read-only
Indicates whether the node supports intermediate session routing (ISR). This object corresponds to cv4580, byte 8, bit 2.
                         appnNnNodeFRGarbageCollect 1.3.6.1.2.1.34.4.1.2.2.3.1.13 truthvalue read-only
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.
                         appnNnNodeFRHprSupport 1.3.6.1.2.1.34.4.1.2.2.3.1.14 integer read-only
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. Enumeration: 'noHprSupport': 1, 'hprBaseOnly': 2, 'rtpTower': 3, 'controlFlowsOverRtpTower': 4.
                         appnNnNodeFRPeriBorderSup 1.3.6.1.2.1.34.4.1.2.2.3.1.15 truthvalue read-only
Indicates whether this node has peripheral border node support. This object corresponds to cv4580, byte 9, bit 0.
                         appnNnNodeFRInterchangeSup 1.3.6.1.2.1.34.4.1.2.2.3.1.16 truthvalue read-only
Indicates whether this node has interchange node support. This object corresponds to cv4580, byte 9, bit 1.
                         appnNnNodeFRExteBorderSup 1.3.6.1.2.1.34.4.1.2.2.3.1.17 truthvalue read-only
Indicates whether this node has extended border node support. This object corresponds to cv4580, byte 9, bit 2.
                         appnNnNodeFRBranchAwareness 1.3.6.1.2.1.34.4.1.2.2.3.1.18 truthvalue read-only
Indicates whether this node supports branch awareness. This object corresponds to cv4580, byte 8, bit 4.
                 appnNnTgTopologyFRTable 1.3.6.1.2.1.34.4.1.2.2.4 no-access
Portion of the APPN topology database that describes all of the APPN transmissions groups between nodes in the database.
                     appnNnTgTopologyFREntry 1.3.6.1.2.1.34.4.1.2.2.4.1 no-access
This table is indexed by four columns: FRSN, TG owner fully qualified node name, TG destination fully qualified node name, and TG number.
                         appnNnTgFRFrsn 1.3.6.1.2.1.34.4.1.2.2.4.1.1 unsigned32 no-access
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.
                         appnNnTgFROwner 1.3.6.1.2.1.34.4.1.2.2.4.1.2 snacontrolpointname no-access
Administratively assigned name for the originating node for this TG. This is the same name specified in the node table.
                         appnNnTgFRDest 1.3.6.1.2.1.34.4.1.2.2.4.1.3 snacontrolpointname no-access
Administratively assigned fully qualified network name for the destination node for this TG.
                         appnNnTgFRNum 1.3.6.1.2.1.34.4.1.2.2.4.1.4 integer no-access
Number associated with this transmission group. Range is 0-255.
                         appnNnTgFREntryTimeLeft 1.3.6.1.2.1.34.4.1.2.2.4.1.5 appntopologyentrytimeleft read-only
Number of days before deletion of this network node TG entry if it is not operational or has an odd (inconsistent) RSN.
                         appnNnTgFRDestVirtual 1.3.6.1.2.1.34.4.1.2.2.4.1.6 truthvalue read-only
Indicates whether the destination node is a virtual routing node.
                         appnNnTgFRDlcData 1.3.6.1.2.1.34.4.1.2.2.4.1.7 appntgdlcdata read-only
DLC-specific data related to a link connection network.
                         appnNnTgFRRsn 1.3.6.1.2.1.34.4.1.2.2.4.1.8 unsigned32 read-only
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
                         appnNnTgFROperational 1.3.6.1.2.1.34.4.1.2.2.4.1.9 truthvalue read-only
Indicates whether the transmission group is operational. This object corresponds to cv47, byte 6, bit 0.
                         appnNnTgFRQuiescing 1.3.6.1.2.1.34.4.1.2.2.4.1.10 truthvalue read-only
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.
                         appnNnTgFRCpCpSession 1.3.6.1.2.1.34.4.1.2.2.4.1.11 integer read-only
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. Enumeration: 'notSupported': 3, 'supportedUnknownStatus': 1, 'supportedNotActive': 4, 'supportedActive': 2.
                         appnNnTgFREffCap 1.3.6.1.2.1.34.4.1.2.2.4.1.12 appntgeffectivecapacity read-only
Effective capacity for this TG.
                         appnNnTgFRConnCost 1.3.6.1.2.1.34.4.1.2.2.4.1.13 integer read-only
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.
                         appnNnTgFRByteCost 1.3.6.1.2.1.34.4.1.2.2.4.1.14 integer read-only
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.
                         appnNnTgFRSecurity 1.3.6.1.2.1.34.4.1.2.2.4.1.15 appntgsecurity read-only
Administratively assigned security level of this TG. This object corresponds to cv47, byte 16.
                         appnNnTgFRDelay 1.3.6.1.2.1.34.4.1.2.2.4.1.16 appntgdelay read-only
Administratively assigned delay associated with this TG. This object corresponds to cv47, byte 17.
                         appnNnTgFRUsr1 1.3.6.1.2.1.34.4.1.2.2.4.1.17 integer read-only
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.
                         appnNnTgFRUsr2 1.3.6.1.2.1.34.4.1.2.2.4.1.18 integer read-only
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.
                         appnNnTgFRUsr3 1.3.6.1.2.1.34.4.1.2.2.4.1.19 integer read-only
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.
                         appnNnTgFRGarbageCollect 1.3.6.1.2.1.34.4.1.2.2.4.1.20 truthvalue read-only
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.
                         appnNnTgFRSubareaNum 1.3.6.1.2.1.34.4.1.2.2.4.1.21 unsigned32 read-only
The subarea number associated with this TG. This object corresponds to cv4680, bytes m+2 through m+5.
                         appnNnTgFRHprSup 1.3.6.1.2.1.34.4.1.2.2.4.1.22 truthvalue read-only
Indicates whether high performance routing (HPR) is supported over this TG. This object corresponds to cv4680, byte m+1, bit 2.
                         appnNnTgFRDestHprTrans 1.3.6.1.2.1.34.4.1.2.2.4.1.23 truthvalue read-only
Indicates whether the destination node supports high performance routing (HPR) transport tower. This object corresponds to cv4680, byte m+1, bit 7.
                         appnNnTgFRTypeIndicator 1.3.6.1.2.1.34.4.1.2.2.4.1.24 integer read-only
Indicates the type of the TG. This object corresponds to cv4680, byte m+1, bits 3-4. Enumeration: 'unknown': 1, 'appnOrBfTg': 2, 'interchangeTg': 3, 'virtualRouteTg': 4.
                         appnNnTgFRIntersubnet 1.3.6.1.2.1.34.4.1.2.2.4.1.25 truthvalue read-only
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.
                         appnNnTgFRMltgLinkType 1.3.6.1.2.1.34.4.1.2.2.4.1.26 truthvalue read-only
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.
                         appnNnTgFRBranchTg 1.3.6.1.2.1.34.4.1.2.2.4.1.27 truthvalue read-only
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.
         appnLocalTopology 1.3.6.1.2.1.34.4.1.3
             appnLocalTgTable 1.3.6.1.2.1.34.4.1.3.1 no-access
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.
                 appnLocalTgEntry 1.3.6.1.2.1.34.4.1.3.1.1 no-access
This table is indexed by the destination CpName and the TG number.
                     appnLocalTgDest 1.3.6.1.2.1.34.4.1.3.1.1.1 snacontrolpointname no-access
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.
                     appnLocalTgNum 1.3.6.1.2.1.34.4.1.3.1.1.2 integer no-access
Number associated with this transmission group.
                     appnLocalTgDestVirtual 1.3.6.1.2.1.34.4.1.3.1.1.3 truthvalue read-only
Indicates whether the destination node for this TG is a virtual routing node.
                     appnLocalTgDlcData 1.3.6.1.2.1.34.4.1.3.1.1.4 appntgdlcdata read-only
DLC-specific data related to a link connection network.
                     appnLocalTgPortName 1.3.6.1.2.1.34.4.1.3.1.1.5 displaystring read-only
Administratively assigned name for the local port associated with this TG. A zero-length string indicates that this value is unknown.
                     appnLocalTgQuiescing 1.3.6.1.2.1.34.4.1.3.1.1.6 truthvalue read-only
Indicates whether the transmission group is quiescing.
                     appnLocalTgOperational 1.3.6.1.2.1.34.4.1.3.1.1.7 truthvalue read-only
Indicates whether the transmission group is operational.
                     appnLocalTgCpCpSession 1.3.6.1.2.1.34.4.1.3.1.1.8 integer read-only
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. Enumeration: 'notSupported': 3, 'supportedUnknownStatus': 1, 'supportedNotActive': 4, 'supportedActive': 2.
                     appnLocalTgEffCap 1.3.6.1.2.1.34.4.1.3.1.1.9 appntgeffectivecapacity read-only
Effective capacity for this TG.
                     appnLocalTgConnCost 1.3.6.1.2.1.34.4.1.3.1.1.10 integer read-only
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.
                     appnLocalTgByteCost 1.3.6.1.2.1.34.4.1.3.1.1.11 integer read-only
Relative cost of transmitting a byte over this link. Range is from 0 (lowest cost) to 255.
                     appnLocalTgSecurity 1.3.6.1.2.1.34.4.1.3.1.1.12 appntgsecurity read-only
Administratively assigned security level of this TG.
                     appnLocalTgDelay 1.3.6.1.2.1.34.4.1.3.1.1.13 appntgdelay read-only
Administratively assigned delay associated with this TG.
                     appnLocalTgUsr1 1.3.6.1.2.1.34.4.1.3.1.1.14 integer read-only
First user-defined TG characteristic for this TG. This is an administratively assigned value associated with the TG.
                     appnLocalTgUsr2 1.3.6.1.2.1.34.4.1.3.1.1.15 integer read-only
Second user-defined TG characteristic for this TG. This is an administratively assigned value associated with the TG.
                     appnLocalTgUsr3 1.3.6.1.2.1.34.4.1.3.1.1.16 integer read-only
Third user-defined TG characteristic for this TG. This is an administratively assigned value associated with the TG.
                     appnLocalTgHprSup 1.3.6.1.2.1.34.4.1.3.1.1.17 integer read-only
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 Enumeration: 'noHprSupport': 1, 'hprBaseOnly': 2, 'rtpTower': 3, 'controlFlowsOverRtpTower': 4.
                     appnLocalTgIntersubnet 1.3.6.1.2.1.34.4.1.3.1.1.18 truthvalue read-only
Indicates whether the transmission group is an intersubnet TG, which defines a border between subnetworks.
                     appnLocalTgMltgLinkType 1.3.6.1.2.1.34.4.1.3.1.1.19 truthvalue read-only
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.
                     appnLocalTgBranchLinkType 1.3.6.1.2.1.34.4.1.3.1.1.20 integer read-only
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. Enumeration: 'none': 5, 'unknown': 255, 'downlink': 3, 'other': 1, 'downlinkToBranchNetworkNode': 4, 'uplink': 2.
             appnLocalEnTgTable 1.3.6.1.2.1.34.4.1.3.2 no-access
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.
                 appnLocalEnTgEntry 1.3.6.1.2.1.34.4.1.3.2.1 no-access
This table requires multiple indexes to uniquely identify each TG. They are originating CPname, destination CPname, and the TG number.
                     appnLocalEnTgOrigin 1.3.6.1.2.1.34.4.1.3.2.1.1 snacontrolpointname no-access
Administratively assigned name of the origin node for this TG. This is a fully qualified network name.
                     appnLocalEnTgDest 1.3.6.1.2.1.34.4.1.3.2.1.2 snacontrolpointname no-access
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.
                     appnLocalEnTgNum 1.3.6.1.2.1.34.4.1.3.2.1.3 integer no-access
Number associated with this transmission group.
                     appnLocalEnTgEntryTimeLeft 1.3.6.1.2.1.34.4.1.3.2.1.4 appntopologyentrytimeleft read-only
Number of days before deletion of this end node TG entry.
                     appnLocalEnTgDestVirtual 1.3.6.1.2.1.34.4.1.3.2.1.5 truthvalue read-only
Indicates whether the destination node is a virtual routing node.
                     appnLocalEnTgDlcData 1.3.6.1.2.1.34.4.1.3.2.1.6 appntgdlcdata read-only
DLC-specific data related to a link connection network.
                     appnLocalEnTgOperational 1.3.6.1.2.1.34.4.1.3.2.1.7 truthvalue read-only
Indicates whether the transmission group is operational.
                     appnLocalEnTgCpCpSession 1.3.6.1.2.1.34.4.1.3.2.1.8 integer read-only
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. Enumeration: 'notSupported': 3, 'supportedUnknownStatus': 1, 'supportedNotActive': 4, 'supportedActive': 2.
                     appnLocalEnTgEffCap 1.3.6.1.2.1.34.4.1.3.2.1.9 appntgeffectivecapacity read-only
Effective capacity for this TG.
                     appnLocalEnTgConnCost 1.3.6.1.2.1.34.4.1.3.2.1.10 integer read-only
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.
                     appnLocalEnTgByteCost 1.3.6.1.2.1.34.4.1.3.2.1.11 integer read-only
Relative cost of transmitting a byte over this link. Range is from 0, which means no cost, to 255.
                     appnLocalEnTgSecurity 1.3.6.1.2.1.34.4.1.3.2.1.12 appntgsecurity read-only
Administratively assigned security level of this TG.
                     appnLocalEnTgDelay 1.3.6.1.2.1.34.4.1.3.2.1.13 appntgdelay read-only
Administratively assigned delay associated with this TG.
                     appnLocalEnTgUsr1 1.3.6.1.2.1.34.4.1.3.2.1.14 integer read-only
First user-defined TG characteristic for this TG. This is an administratively assigned value associated with the TG.
                     appnLocalEnTgUsr2 1.3.6.1.2.1.34.4.1.3.2.1.15 integer read-only
Second user-defined TG characteristic for this TG. This is an administratively assigned value associated with the TG.
                     appnLocalEnTgUsr3 1.3.6.1.2.1.34.4.1.3.2.1.16 integer read-only
Third user-defined TG characteristic for this TG. This is an administratively assigned value associated with the TG.
                     appnLocalEnTgMltgLinkType 1.3.6.1.2.1.34.4.1.3.2.1.17 truthvalue read-only
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.
         appnDir 1.3.6.1.2.1.34.4.1.4
             appnDirPerf 1.3.6.1.2.1.34.4.1.4.1
                 appnDirMaxCaches 1.3.6.1.2.1.34.4.1.4.1.1 unsigned32 read-only
Maximum number of cache entries allowed. This is an administratively assigned value.
                 appnDirCurCaches 1.3.6.1.2.1.34.4.1.4.1.2 gauge32 read-only
Current number of cache entries.
                 appnDirCurHomeEntries 1.3.6.1.2.1.34.4.1.4.1.3 gauge32 read-only
Current number of home entries.
                 appnDirRegEntries 1.3.6.1.2.1.34.4.1.4.1.4 gauge32 read-only
Current number of registered entries.
                 appnDirInLocates 1.3.6.1.2.1.34.4.1.4.1.5 appnnodecounter read-only
Number of directed Locates received since the node was last reinitialized.
                 appnDirInBcastLocates 1.3.6.1.2.1.34.4.1.4.1.6 appnnodecounter read-only
Number of broadcast Locates received since the node was last reinitialized.
                 appnDirOutLocates 1.3.6.1.2.1.34.4.1.4.1.7 appnnodecounter read-only
Number of directed Locates sent since the node was last reinitialized.
                 appnDirOutBcastLocates 1.3.6.1.2.1.34.4.1.4.1.8 appnnodecounter read-only
Number of broadcast Locates sent since the node was last reinitialized.
                 appnDirNotFoundLocates 1.3.6.1.2.1.34.4.1.4.1.9 appnnodecounter read-only
Number of directed Locates returned with a 'not found' since the node was last reinitialized.
                 appnDirNotFoundBcastLocates 1.3.6.1.2.1.34.4.1.4.1.10 appnnodecounter read-only
Number of broadcast Locates returned with a 'not found' since the node was last reinitialized.
                 appnDirLocateOutstands 1.3.6.1.2.1.34.4.1.4.1.11 gauge32 read-only
Current number of outstanding Locates, both directed and broadcast. This value varies. A value of zero indicates that no Locates are unanswered.
             appnDirTable 1.3.6.1.2.1.34.4.1.4.2 no-access
Table containing information about all known LUs.
                 appnDirEntry 1.3.6.1.2.1.34.4.1.4.2.1 no-access
This table is indexed by the LU name.
                     appnDirLuName 1.3.6.1.2.1.34.4.1.4.2.1.1 displaystring no-access
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 '*'
                     appnDirNnServerName 1.3.6.1.2.1.34.4.1.4.2.1.2 snacontrolpointname read-only
Fully qualified control point (CP) name of the network node server. For unassociated end node entries, a zero-length string is returned.
                     appnDirLuOwnerName 1.3.6.1.2.1.34.4.1.4.2.1.3 snacontrolpointname read-only
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.
                     appnDirLuLocation 1.3.6.1.2.1.34.4.1.4.2.1.4 integer read-only
Specifies the location of the LU with respect to the local node. Enumeration: 'domain': 2, 'xdomain': 3, 'local': 1.
                     appnDirType 1.3.6.1.2.1.34.4.1.4.2.1.5 integer read-only
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. Enumeration: 'home': 1, 'registered': 3, 'cache': 2.
                     appnDirApparentLuOwnerName 1.3.6.1.2.1.34.4.1.4.2.1.6 displaystring read-only
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.
         appnCos 1.3.6.1.2.1.34.4.1.5
             appnCosModeTable 1.3.6.1.2.1.34.4.1.5.1 no-access
Table representing all of the defined mode names for this node. The table contains the matching COS name for each mode name.
                 appnCosModeEntry 1.3.6.1.2.1.34.4.1.5.1.1 no-access
This table is indexed by the mode name.
                     appnCosModeName 1.3.6.1.2.1.34.4.1.5.1.1.1 snamodename no-access
Administratively assigned name for this mode.
                     appnCosModeCosName 1.3.6.1.2.1.34.4.1.5.1.1.2 snaclassofservicename read-only
Administratively assigned name for this class of service.
             appnCosNameTable 1.3.6.1.2.1.34.4.1.5.2 no-access
Table mapping all of the defined class-of-service names for this node to their network transmission priorities.
                 appnCosNameEntry 1.3.6.1.2.1.34.4.1.5.2.1 no-access
The COS name is the index to this table.
                     appnCosName 1.3.6.1.2.1.34.4.1.5.2.1.1 snaclassofservicename no-access
Administratively assigned name for this class of service.
                     appnCosTransPriority 1.3.6.1.2.1.34.4.1.5.2.1.2 integer read-only
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 Enumeration: 'high': 3, 'medium': 2, 'low': 1, 'network': 4.
             appnCosNodeRowTable 1.3.6.1.2.1.34.4.1.5.3 no-access
This table contains all node-row information for all classes of service defined in this node.
                 appnCosNodeRowEntry 1.3.6.1.2.1.34.4.1.5.3.1 no-access
A node entry for a given class of service.
                     appnCosNodeRowName 1.3.6.1.2.1.34.4.1.5.3.1.1 snaclassofservicename no-access
Administratively assigned name for this class of service.
                     appnCosNodeRowIndex 1.3.6.1.2.1.34.4.1.5.3.1.2 integer no-access
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.
                     appnCosNodeRowWgt 1.3.6.1.2.1.34.4.1.5.3.1.3 displaystring read-only
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.
                     appnCosNodeRowResistMin 1.3.6.1.2.1.34.4.1.5.3.1.4 integer read-only
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.
                     appnCosNodeRowResistMax 1.3.6.1.2.1.34.4.1.5.3.1.5 integer read-only
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.
                     appnCosNodeRowMinCongestAllow 1.3.6.1.2.1.34.4.1.5.3.1.6 integer read-only
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.
                     appnCosNodeRowMaxCongestAllow 1.3.6.1.2.1.34.4.1.5.3.1.7 integer read-only
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.
             appnCosTgRowTable 1.3.6.1.2.1.34.4.1.5.4 no-access
Table containing all the TG-row information for all classes of service defined in this node.
                 appnCosTgRowEntry 1.3.6.1.2.1.34.4.1.5.4.1 no-access
A TG entry for a given class of service.
                     appnCosTgRowName 1.3.6.1.2.1.34.4.1.5.4.1.1 snaclassofservicename no-access
Administratively assigned name for this class of service.
                     appnCosTgRowIndex 1.3.6.1.2.1.34.4.1.5.4.1.2 integer no-access
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.
                     appnCosTgRowWgt 1.3.6.1.2.1.34.4.1.5.4.1.3 displaystring read-only
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.
                     appnCosTgRowEffCapMin 1.3.6.1.2.1.34.4.1.5.4.1.4 appntgeffectivecapacity read-only
Minimum acceptable capacity for this class of service.
                     appnCosTgRowEffCapMax 1.3.6.1.2.1.34.4.1.5.4.1.5 appntgeffectivecapacity read-only
Maximum acceptable capacity for this class of service.
                     appnCosTgRowConnCostMin 1.3.6.1.2.1.34.4.1.5.4.1.6 integer read-only
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.
                     appnCosTgRowConnCostMax 1.3.6.1.2.1.34.4.1.5.4.1.7 integer read-only
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.
                     appnCosTgRowByteCostMin 1.3.6.1.2.1.34.4.1.5.4.1.8 integer read-only
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.
                     appnCosTgRowByteCostMax 1.3.6.1.2.1.34.4.1.5.4.1.9 integer read-only
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.
                     appnCosTgRowSecurityMin 1.3.6.1.2.1.34.4.1.5.4.1.10 appntgsecurity read-only
Minimum acceptable security for this class of service.
                     appnCosTgRowSecurityMax 1.3.6.1.2.1.34.4.1.5.4.1.11 appntgsecurity read-only
Maximum acceptable security for this class of service.
                     appnCosTgRowDelayMin 1.3.6.1.2.1.34.4.1.5.4.1.12 appntgdelay read-only
Minimum acceptable propagation delay for this class of service.
                     appnCosTgRowDelayMax 1.3.6.1.2.1.34.4.1.5.4.1.13 appntgdelay read-only
Maximum acceptable propagation delay for this class of service.
                     appnCosTgRowUsr1Min 1.3.6.1.2.1.34.4.1.5.4.1.14 integer read-only
Minimum acceptable value for this user-defined characteristic.
                     appnCosTgRowUsr1Max 1.3.6.1.2.1.34.4.1.5.4.1.15 integer read-only
Maximum acceptable value for this user-defined characteristic.
                     appnCosTgRowUsr2Min 1.3.6.1.2.1.34.4.1.5.4.1.16 integer read-only
Minimum acceptable value for this user-defined characteristic.
                     appnCosTgRowUsr2Max 1.3.6.1.2.1.34.4.1.5.4.1.17 integer read-only
Maximum acceptable value for this user-defined characteristic.
                     appnCosTgRowUsr3Min 1.3.6.1.2.1.34.4.1.5.4.1.18 integer read-only
Minimum acceptable value for this user-defined characteristic.
                     appnCosTgRowUsr3Max 1.3.6.1.2.1.34.4.1.5.4.1.19 integer read-only
Maximum acceptable value for this user-defined characteristic.
         appnSessIntermediate 1.3.6.1.2.1.34.4.1.6
             appnIsInGlobal 1.3.6.1.2.1.34.4.1.6.1
                 appnIsInGlobeCtrAdminStatus 1.3.6.1.2.1.34.4.1.6.1.1 integer read-write
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. Enumeration: 'notActive': 1, 'active': 2, 'ready': 3.
                 appnIsInGlobeCtrOperStatus 1.3.6.1.2.1.34.4.1.6.1.2 integer read-only
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. Enumeration: 'notActive': 1, 'active': 2.
                 appnIsInGlobeCtrStatusTime 1.3.6.1.2.1.34.4.1.6.1.3 timeticks read-only
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.
                 appnIsInGlobeRscv 1.3.6.1.2.1.34.4.1.6.1.4 integer read-write
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. Enumeration: 'notActive': 1, 'active': 2.
                 appnIsInGlobeRscvTime 1.3.6.1.2.1.34.4.1.6.1.5 timeticks read-only
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.
                 appnIsInGlobeActSess 1.3.6.1.2.1.34.4.1.6.1.6 gauge32 read-only
The number of currently active intermediate sessions.
                 appnIsInGlobeHprBfActSess 1.3.6.1.2.1.34.4.1.6.1.7 gauge32 read-only
The number of currently active HPR intermediate sessions.
             appnIsInTable 1.3.6.1.2.1.34.4.1.6.2 no-access
Intermediate Session Information Table
                 appnIsInEntry 1.3.6.1.2.1.34.4.1.6.2.1 no-access
Entry of Intermediate Session Information Table.
                     appnIsInFqCpName 1.3.6.1.2.1.34.4.1.6.2.1.1 snacontrolpointname no-access
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).
                     appnIsInPcid 1.3.6.1.2.1.34.4.1.6.2.1.2 octet string no-access
The procedure correlation identifier (PCID) of a session. It is an 8-byte value assigned by the primary LU.
                     appnIsInSessState 1.3.6.1.2.1.34.4.1.6.2.1.3 integer read-write
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). Enumeration: 'active': 3, 'inactive': 1, 'pendinact': 4, 'pendactive': 2.
                     appnIsInPriLuName 1.3.6.1.2.1.34.4.1.6.2.1.4 displaystring read-only
The primary LU name of the session. A zero-length string indicates that this name is not available.
                     appnIsInSecLuName 1.3.6.1.2.1.34.4.1.6.2.1.5 displaystring read-only
The secondary LU name of the session. A zero-length string indicates that this name is not available.
                     appnIsInModeName 1.3.6.1.2.1.34.4.1.6.2.1.6 snamodename read-only
The mode name used for this session.
                     appnIsInCosName 1.3.6.1.2.1.34.4.1.6.2.1.7 snaclassofservicename read-only
The Class of Service (COS) name used for this session.
                     appnIsInTransPriority 1.3.6.1.2.1.34.4.1.6.2.1.8 integer read-only
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 Enumeration: 'high': 3, 'medium': 2, 'low': 1, 'network': 4.
                     appnIsInSessType 1.3.6.1.2.1.34.4.1.6.2.1.9 integer read-only
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. Enumeration: 'unknown': 1, 'lu0thru3dlur': 5, 'lu0thru3': 3, 'lu62dlur': 4, 'lu62': 2.
                     appnIsInSessUpTime 1.3.6.1.2.1.34.4.1.6.2.1.10 timeticks read-only
Length of time the session has been active, measured in hundredths of a second.
                     appnIsInCtrUpTime 1.3.6.1.2.1.34.4.1.6.2.1.11 timeticks read-only
Length of time the session counters have been active, measured in hundredths of a second.
                     appnIsInP2SFmdPius 1.3.6.1.2.1.34.4.1.6.2.1.12 unsigned32 read-only
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.
                     appnIsInS2PFmdPius 1.3.6.1.2.1.34.4.1.6.2.1.13 unsigned32 read-only
Number of FMD PIUs sent from the Secondary LU to the Primary LU since the counts were last activated.
                     appnIsInP2SNonFmdPius 1.3.6.1.2.1.34.4.1.6.2.1.14 unsigned32 read-only
Number of non-FMD PIUs sent from the Primary LU to the Secondary LU since the counts were last activated.
                     appnIsInS2PNonFmdPius 1.3.6.1.2.1.34.4.1.6.2.1.15 unsigned32 read-only
Number of non-FMD PIUs sent from the Secondary LU to the Primary LU since the counts were last activated.
                     appnIsInP2SFmdBytes 1.3.6.1.2.1.34.4.1.6.2.1.16 unsigned32 read-only
Number of FMD bytes sent from the Primary LU to the Secondary LU since the counts were last activated.
                     appnIsInS2PFmdBytes 1.3.6.1.2.1.34.4.1.6.2.1.17 unsigned32 read-only
Number of FMD bytes sent from the Secondary LU to the Primary LU since the counts were last activated.
                     appnIsInP2SNonFmdBytes 1.3.6.1.2.1.34.4.1.6.2.1.18 unsigned32 read-only
Number of non-FMD bytes sent from the Primary LU to the Secondary LU since the counts were last activated.
                     appnIsInS2PNonFmdBytes 1.3.6.1.2.1.34.4.1.6.2.1.19 unsigned32 read-only
Number of non-FMD bytes sent from the Secondary LU to the Primary LU since the counts were last activated.
                     appnIsInPsAdjCpName 1.3.6.1.2.1.34.4.1.6.2.1.20 snacontrolpointname read-only
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.
                     appnIsInPsAdjTgNum 1.3.6.1.2.1.34.4.1.6.2.1.21 integer read-only
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.
                     appnIsInPsSendMaxBtuSize 1.3.6.1.2.1.34.4.1.6.2.1.22 integer read-only
The primary stage maximum basic transmission unit (BTU) size for sending data.
                     appnIsInPsSendPacingType 1.3.6.1.2.1.34.4.1.6.2.1.23 integer read-only
The primary stage type of pacing being used for sending data. Enumeration: 'adaptive': 2, 'fixed': 1.
                     appnIsInPsSendRpc 1.3.6.1.2.1.34.4.1.6.2.1.24 gauge32 read-only
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.
                     appnIsInPsSendNxWndwSize 1.3.6.1.2.1.34.4.1.6.2.1.25 gauge32 read-only
The primary stage size of the next window which will be used to send data.
                     appnIsInPsRecvPacingType 1.3.6.1.2.1.34.4.1.6.2.1.26 integer read-only
The primary stage type of pacing being used for receiving data. Enumeration: 'adaptive': 2, 'fixed': 1.
                     appnIsInPsRecvRpc 1.3.6.1.2.1.34.4.1.6.2.1.27 gauge32 read-only
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.
                     appnIsInPsRecvNxWndwSize 1.3.6.1.2.1.34.4.1.6.2.1.28 gauge32 read-only
The primary stage size of the next window which will be used to receive data.
                     appnIsInSsAdjCpName 1.3.6.1.2.1.34.4.1.6.2.1.29 snacontrolpointname read-only
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.
                     appnIsInSsAdjTgNum 1.3.6.1.2.1.34.4.1.6.2.1.30 integer read-only
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.
                     appnIsInSsSendMaxBtuSize 1.3.6.1.2.1.34.4.1.6.2.1.31 integer read-only
The secondary stage maximum basic transmission unit (BTU) size for sending data.
                     appnIsInSsSendPacingType 1.3.6.1.2.1.34.4.1.6.2.1.32 integer read-only
The secondary stage type of pacing being used for sending data. Enumeration: 'adaptive': 2, 'fixed': 1.
                     appnIsInSsSendRpc 1.3.6.1.2.1.34.4.1.6.2.1.33 gauge32 read-only
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.
                     appnIsInSsSendNxWndwSize 1.3.6.1.2.1.34.4.1.6.2.1.34 gauge32 read-only
The secondary stage size of the next window which will be used to send data.
                     appnIsInSsRecvPacingType 1.3.6.1.2.1.34.4.1.6.2.1.35 integer read-only
The secondary stage type of pacing being used for receiving data. Enumeration: 'adaptive': 2, 'fixed': 1.
                     appnIsInSsRecvRpc 1.3.6.1.2.1.34.4.1.6.2.1.36 gauge32 read-only
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.
                     appnIsInSsRecvNxWndwSize 1.3.6.1.2.1.34.4.1.6.2.1.37 gauge32 read-only
The secondary stage size of the next window which will be used to receive data.
                     appnIsInRouteInfo 1.3.6.1.2.1.34.4.1.6.2.1.38 octet string read-only
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.
                     appnIsInRtpNceId 1.3.6.1.2.1.34.4.1.6.2.1.39 octet string read-only
The HPR local Network Connection Endpoint of the session.
                     appnIsInRtpTcid 1.3.6.1.2.1.34.4.1.6.2.1.40 octet string read-only
The RTP connection local TCID of the session.
             appnIsRtpTable 1.3.6.1.2.1.34.4.1.6.3 no-access
A table indicating how many ISR sessions are transported by each RTP connection.
                 appnIsRtpEntry 1.3.6.1.2.1.34.4.1.6.3.1 no-access
Entry of Intermediate Session RTP Table.
                     appnIsRtpNceId 1.3.6.1.2.1.34.4.1.6.3.1.1 octet string no-access
The local Network Connection Endpoint of the RTP connection.
                     appnIsRtpTcid 1.3.6.1.2.1.34.4.1.6.3.1.2 octet string no-access
The local TCID of the RTP connection.
                     appnIsRtpSessions 1.3.6.1.2.1.34.4.1.6.3.1.3 gauge32 read-only
The number of intermediate sessions using this RTP connection.
     appnTraps 1.3.6.1.2.1.34.4.2
         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.
         alertIdNumber 1.3.6.1.2.1.34.4.2.2 octet string no-access
A 32-bit SNA Management Services (SNA/MS) Alert ID Number, as specified in SNA/MS Formats.
         affectedObject 1.3.6.1.2.1.34.4.2.3 variablepointer no-access
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.
     appnConformance 1.3.6.1.2.1.34.4.3
         appnCompliances 1.3.6.1.2.1.34.4.3.1
             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.
             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.
         appnGroups 1.3.6.1.2.1.34.4.3.2
             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.
             appnPortConfGroup 1.3.6.1.2.1.34.4.3.2.2
A collection of objects providing the instrumentation of APPN port information.
             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.
             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.
             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.
             appnNnUniqueConfGroup 1.3.6.1.2.1.34.4.3.2.6
A collection of objects providing instrumentation unique to APPN network nodes.
             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.
             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.
             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.
             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.
             appnLocalDirPerfConfGroup 1.3.6.1.2.1.34.4.3.2.11
The appnLocalDirPerfConfGroup is mandatory only for APPN network nodes and end nodes.
             appnCosConfGroup 1.3.6.1.2.1.34.4.3.2.12
The appnCosConfGroup is mandatory only for APPN network nodes and end nodes.
             appnIntSessConfGroup 1.3.6.1.2.1.34.4.3.2.13
The appnIntSessConfGroup is mandatory only for network nodes.
             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).
             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).
             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).
             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.
             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.
             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.
             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.
             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.
             appnLinkConfGroup2 1.3.6.1.2.1.34.4.3.2.27
A collection of objects providing the instrumentation of APPN link information.
             appnLocalTgConfGroup2 1.3.6.1.2.1.34.4.3.2.28
A collection of objects providing the instrumentation of APPN local TG information.
             appnDirTableConfGroup2 1.3.6.1.2.1.34.4.3.2.29
A collection of objects providing the instrumentation of the APPN directory database.
             appnNnTopoConfGroup2 1.3.6.1.2.1.34.4.3.2.30
The appnNnTopoConfGroup is mandatory only for network nodes.
             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.