⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rfc2455.txt

📁 中、英文RFC文档大全打包下载完全版 .
💻 TXT
📖 第 1 页 / 共 5 页
字号:
appnPortEntry OBJECT-TYPE      SYNTAX AppnPortEntry      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "The port name is used as the index to this table."      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-TYPEClouston & Moore            Standards Track                    [Page 28]RFC 2455                        APPN MIB                   November 1998      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 }Clouston & Moore            Standards Track                    [Page 29]RFC 2455                        APPN MIB                   November 1998appnPortDlcType 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      DESCRIPTIONClouston & Moore            Standards Track                    [Page 30]RFC 2455                        APPN MIB                   November 1998             "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 }Clouston & Moore            Standards Track                    [Page 31]RFC 2455                        APPN MIB                   November 1998appnPortMaxIframeWindow 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-TYPEClouston & Moore            Standards Track                    [Page 32]RFC 2455                        APPN MIB                   November 1998      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-- This section provides information about an APPN node's link stations.-- *********************************************************************Clouston & Moore            Standards Track                    [Page 33]RFC 2455                        APPN MIB                   November 1998appnLsTable 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,Clouston & Moore            Standards Track                    [Page 34]RFC 2455                        APPN MIB                   November 1998      appnLsOutXidFrames          AppnLinkStationCounter,      appnLsOutMsgFrames         

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -