📄 rfc2155.mib
字号:
INDEX { appnPortName } ::= { appnPortTable 1 }AppnPortEntry ::= SEQUENCE { appnPortName DisplayString, appnPortCommand INTEGER, appnPortOperState INTEGER, appnPortDlcType IANAifType, appnPortPortType INTEGER, appnPortSIMRIM TruthValue, appnPortLsRole INTEGER, appnPortNegotLs TruthValue, appnPortDynamicLinkSupport TruthValue, appnPortMaxRcvBtuSize INTEGER, appnPortMaxIframeWindow Gauge32, appnPortDefLsGoodXids AppnPortCounter, appnPortDefLsBadXids AppnPortCounter, appnPortDynLsGoodXids AppnPortCounter, appnPortDynLsBadXids AppnPortCounter, appnPortSpecific RowPointer, appnPortDlcLocalAddr DisplayableDlcAddress, appnPortCounterDisconTime TimeStamp }appnPortName OBJECT-TYPE SYNTAX DisplayString (SIZE (1..10)) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Administratively assigned name for this APPN port." ::= { appnPortEntry 1 }appnPortCommand OBJECT-TYPE SYNTAX INTEGER { deactivate(1), activate(2), recycle(3), ready(4) } MAX-ACCESS read-write STATUS current DESCRIPTION "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." ::= { appnPortEntry 2 }appnPortOperState OBJECT-TYPE SYNTAX INTEGER { inactive(1), pendactive(2), active(3), pendinact(4) } MAX-ACCESS read-only STATUS current DESCRIPTION "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" ::= { appnPortEntry 3 }appnPortDlcType OBJECT-TYPE SYNTAX IANAifType MAX-ACCESS read-only STATUS current DESCRIPTION "The type of DLC interface, distinguished according to the protocol immediately 'below' this layer." ::= { appnPortEntry 4 }appnPortPortType OBJECT-TYPE SYNTAX INTEGER { leased(1), switched(2), sharedAccessFacilities(3) } MAX-ACCESS read-only STATUS current DESCRIPTION "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." ::= { appnPortEntry 5 }appnPortSIMRIM OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates whether Set Initialization Mode (SIM) and Receive Initialization Mode (RIM) are supported for this port." ::= { appnPortEntry 6 }appnPortLsRole OBJECT-TYPE SYNTAX INTEGER { primary(1), secondary(2), negotiable(3), abm(4) } MAX-ACCESS read-only STATUS current DESCRIPTION "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)" ::= { appnPortEntry 7 }appnPortNegotLs OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates whether the node supports negotiable link stations for this port." ::= { appnPortEntry 8 }appnPortDynamicLinkSupport OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates whether this node allows call-in on this port from nodes not defined locally." ::= { appnPortEntry 9 }appnPortMaxRcvBtuSize OBJECT-TYPE SYNTAX INTEGER (99..32767) UNITS "bytes" MAX-ACCESS read-only STATUS current DESCRIPTION "Maximum Basic Transmission Unit (BTU) size that a link station on this port can receive. This object corresponds to bytes 21-22 of XID3." ::= { appnPortEntry 10 }appnPortMaxIframeWindow OBJECT-TYPE SYNTAX Gauge32 UNITS "I-frames" MAX-ACCESS read-only STATUS current DESCRIPTION "Maximum number of I-frames that can be received by the XID sender before an acknowledgement is received." ::= { appnPortEntry 11 }appnPortDefLsGoodXids OBJECT-TYPE SYNTAX AppnPortCounter UNITS "XID exchanges" MAX-ACCESS read-only STATUS current DESCRIPTION "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." ::= { appnPortEntry 12 }appnPortDefLsBadXids OBJECT-TYPE SYNTAX AppnPortCounter UNITS "XID exchanges" MAX-ACCESS read-only STATUS current DESCRIPTION "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." ::= { appnPortEntry 13 }appnPortDynLsGoodXids OBJECT-TYPE SYNTAX AppnPortCounter UNITS "XID exchanges" MAX-ACCESS read-only STATUS current DESCRIPTION "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." ::= { appnPortEntry 14 }appnPortDynLsBadXids OBJECT-TYPE SYNTAX AppnPortCounter UNITS "XID exchanges" MAX-ACCESS read-only STATUS current DESCRIPTION "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." ::= { appnPortEntry 15 }appnPortSpecific OBJECT-TYPE SYNTAX RowPointer MAX-ACCESS read-only STATUS current DESCRIPTION "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." ::= { appnPortEntry 16 }appnPortDlcLocalAddr OBJECT-TYPE SYNTAX DisplayableDlcAddress MAX-ACCESS read-only STATUS current DESCRIPTION "Local DLC address of this port." ::= { appnPortEntry 17 }appnPortCounterDisconTime OBJECT-TYPE SYNTAX TimeStamp MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the sysUpTime object the last time the port was started." ::= { appnPortEntry 18 }-- *********************************************************************-- APPN Link Station Information--appnLsTable OBJECT-TYPE SYNTAX SEQUENCE OF AppnLsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table contains detailed information about the link station configuration and its current status." ::= { appnLinkStationInformation 1 }appnLsEntry OBJECT-TYPE SYNTAX AppnLsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table is indexed by the link station name." INDEX { appnLsName } ::= { appnLsTable 1 }AppnLsEntry ::= SEQUENCE { appnLsName DisplayString, appnLsCommand INTEGER, appnLsOperState INTEGER, appnLsPortName DisplayString, appnLsDlcType IANAifType, appnLsDynamic TruthValue, appnLsAdjCpName OCTET STRING, appnLsAdjNodeType INTEGER, appnLsTgNum INTEGER, appnLsLimResource TruthValue, appnLsActOnDemand TruthValue, appnLsMigration TruthValue, appnLsPartnerNodeId SnaNodeIdentification, appnLsCpCpSessionSupport TruthValue, appnLsMaxSendBtuSize INTEGER,-- performance data appnLsInXidBytes AppnLinkStationCounter, appnLsInMsgBytes AppnLinkStationCounter, appnLsInXidFrames AppnLinkStationCounter, appnLsInMsgFrames AppnLinkStationCounter, appnLsOutXidBytes AppnLinkStationCounter, appnLsOutMsgBytes AppnLinkStationCounter, appnLsOutXidFrames AppnLinkStationCounter, appnLsOutMsgFrames AppnLinkStationCounter,-- propagation delay appnLsEchoRsps AppnLinkStationCounter, appnLsCurrentDelay Gauge32, appnLsMaxDelay Gauge32, appnLsMinDelay Gauge32, appnLsMaxDelayTime DateAndTime,-- XID Statistics appnLsGoodXids AppnLinkStationCounter, appnLsBadXids AppnLinkStationCounter,-- DLC-specific appnLsSpecific RowPointer, appnLsActiveTime Unsigned32, appnLsCurrentStateTime TimeTicks,-- HPR-specific appnLsHprSup INTEGER, appnLsErrRecoSup TruthValue, appnLsForAnrLabel OCTET STRING, appnLsRevAnrLabel OCTET STRING, appnLsCpCpNceId OCTET STRING, appnLsRouteNceId OCTET STRING, appnLsBfNceId OCTET STRING, appnLsLocalAddr DisplayableDlcAddress, appnLsRemoteAddr DisplayableDlcAddress, appnLsRemoteLsName DisplayString, appnLsCounterDisconTime TimeStamp }appnLsName OBJECT-TYPE SYNTAX DisplayString (SIZE (1..10)) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Administratively assigned name for the link station. The name can be from one to ten characters." ::= { appnLsEntry 1 }appnLsCommand OBJECT-TYPE SYNTAX INTEGER { deactivate(1), activate(2), recycle(3), ready(4) } MAX-ACCESS read-write STATUS current DESCRIPTION "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." ::= { appnLsEntry 2 }appnLsOperState OBJECT-TYPE SYNTAX INTEGER { inactive(1), sentConnectOut(2), -- pending active pendXidExch(3), -- pending active sendActAs(4), -- pending active sendSetMode(5), -- pending active otherPendingActive(6),-- pending active active(7), sentDeactAsOrd(8), -- pending inactive sentDiscOrd(9), -- pending inactive
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -