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

📄 rfc2455.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 5 页
字号:
      ::= { appnNnUniqueInfoAndCaps 13 }appnNodeNnGateway OBJECT-TYPE      SYNTAX TruthValue      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "Indicates whether the node has gateway services support.          This object corresponds to cv4580, byte 8, bit 0."      ::= { appnNnUniqueInfoAndCaps 14 }-- *********************************************************************-- APPN End Node Information-- This section provides global information about an APPN end node.  Two-- of the objects are also implemented by a branch network node.-- *********************************************************************appnNodeEnModeCosMap OBJECT-TYPE      SYNTAX TruthValue      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "Indicates whether this end node supports mode name to COS name          mapping."      ::= { appnEnUniqueCaps 1 }appnNodeEnNnServer OBJECT-TYPE      SYNTAX OCTET STRING (SIZE (0 | 3..17))      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "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."      ::= { appnEnUniqueCaps 2 }appnNodeEnLuSearch OBJECT-TYPE      SYNTAX TruthValue      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "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."      ::= { appnEnUniqueCaps 3 }-- *********************************************************************-- APPN Port information-- This section provides information about an APPN node's ports.-- *********************************************************************appnPortTable OBJECT-TYPE      SYNTAX SEQUENCE OF AppnPortEntry      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "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."      ::= { appnPortInformation 1 }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-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-- This section provides information about an APPN node's link stations.-- *********************************************************************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,

⌨️ 快捷键说明

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