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

📄 rfc1461.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 3 页
字号:
          MIOX25-MIB DEFINITIONS  ::= BEGIN          IMPORTS                  Counter,                  TimeTicks                          FROM RFC1155-SMI                  OBJECT-TYPE                          FROM RFC-1212                  DisplayString, transmission,                  ifIndex                          FROM RFC1213-MIB                  InstancePointer                          FROM RFC1316-MIB                  X121Address                          FROM RFC1382-MIB                  PositiveInteger                          FROM RFC1381-MIB;                          -- IP over X.25 MIB          miox    OBJECT IDENTIFIER ::= { transmission 38 }          mioxPle         OBJECT IDENTIFIER ::= { miox 1 }          mioxPeer        OBJECT IDENTIFIER ::= { miox 2 }          -- ###########################################################          --              Ple Table          -- ###########################################################          -- Systems that implement RFC 1356 must also implement          -- all objects in this group.          mioxPleTable    OBJECT-TYPE                  SYNTAX  SEQUENCE OF MioxPleEntry                  ACCESS  not-accessible                  STATUS  mandatory                  DESCRIPTION                          "This table contains information relative to                          an interface to an X.25 Packet Level Entity                          (PLE)."                  ::= { mioxPle 1   }          mioxPleEntry    OBJECT-TYPE                  SYNTAX  MioxPleEntry                  ACCESS  not-accessible                  STATUS  mandatory                  DESCRIPTION                          "These objects manage the encapsulation of                          other protocols within X.25."                  INDEX { ifIndex }                  ::= { mioxPleTable 1 }          MioxPleEntry ::= SEQUENCE {                  mioxPleMaxCircuits                          INTEGER,                  mioxPleRefusedConnections                          Counter,                  mioxPleEnAddrToX121LkupFlrs                          Counter,                  mioxPleLastFailedEnAddr                          OCTET STRING,                  mioxPleEnAddrToX121LkupFlrTime                          TimeTicks,                  mioxPleX121ToEnAddrLkupFlrs                          Counter,                  mioxPleLastFailedX121Address                          X121Address,                  mioxPleX121ToEnAddrLkupFlrTime                          TimeTicks,                  mioxPleQbitFailures                          Counter,                  mioxPleQbitFailureRemoteAddress                          X121Address,                  mioxPleQbitFailureTime                          TimeTicks,                  mioxPleMinimumOpenTimer                          PositiveInteger,                  mioxPleInactivityTimer                          PositiveInteger,                  mioxPleHoldDownTimer                          PositiveInteger,                  mioxPleCollisionRetryTimer                          PositiveInteger,                  mioxPleDefaultPeerId                          InstancePointer                  }          mioxPleMaxCircuits OBJECT-TYPE                  SYNTAX  INTEGER (0..2147483647)                  ACCESS  read-write                  STATUS  mandatory                  DESCRIPTION                          "The maximum number of X.25 circuits that                          can be open at one time for this interface.                          A value of zero indicates the interface will                          not allow any additional circuits (as it may                          soon be shutdown).  A value of 2147483647                          allows an unlimited number of circuits."                  ::= { mioxPleEntry 1 }          mioxPleRefusedConnections OBJECT-TYPE                  SYNTAX  Counter                  ACCESS  read-only                  STATUS  mandatory                  DESCRIPTION                          "The number of X.25 calls from a remote                          systems to this system that were cleared by                          this system.  The interface instance should                          identify the X.25 interface the call came in                          on."                  ::= { mioxPleEntry 2 }          mioxPleEnAddrToX121LkupFlrs OBJECT-TYPE                  SYNTAX  Counter                  ACCESS  read-only                  STATUS  mandatory                  DESCRIPTION                          "The number of times a translation from an                          Encapsulated Address to an X.121 address                          failed to find a corresponding X.121                          address.  Encapsulated addresses can be                          looked up in the mioxPeerTable or translated                          via an algorithm as for the DDN.  Addresses                          that are successfully recognized do not                          increment this counter.  Addresses that are                          not recognized (reflecting an abnormal                          packet delivery condition) increment this                          counter.                          If an address translation fails, it may be                          difficult to determine which PLE entry                          should count the failure.  In such cases the                          first likely entry in this table should be                          selected.  Agents should record the failure                          even if they are unsure which PLE should be                          associated with the failure."                  ::= { mioxPleEntry 3 }          mioxPleLastFailedEnAddr OBJECT-TYPE                  SYNTAX  OCTET STRING (SIZE(2..128))                  ACCESS  read-only                  STATUS  mandatory                  DESCRIPTION                          "The last Encapsulated address that failed                          to find a corresponding X.121 address and                          caused mioxPleEnAddrToX121LkupFlrs to be                          incremented.  The first octet of this object                          contains the encapsulation type, the                          remaining octets contain the address of that                          type that failed.  Thus for an IP address,                          the length will be five octets, the first                          octet will contain 204 (hex CC), and the                          last four octets will contain the IP                          address.  For a snap encapsulation, the                          first byte would be 128 (hex 80) and the                          rest of the octet string would have the snap                          header."                  ::= { mioxPleEntry 4 }          mioxPleEnAddrToX121LkupFlrTime OBJECT-TYPE                  SYNTAX  TimeTicks                  ACCESS  read-only                  STATUS  mandatory                  DESCRIPTION                          "The most recent value of sysUpTime when the                          translation from an Encapsulated Address to                          X.121 address failed to find a corresponding                          X.121 address."                  ::= { mioxPleEntry 5 }          mioxPleX121ToEnAddrLkupFlrs OBJECT-TYPE                  SYNTAX  Counter                  ACCESS  read-only                  STATUS  mandatory                  DESCRIPTION                          "The number of times the translation from an                          X.121 address to an Encapsulated Address                          failed to find a corresponding Encapsulated                          Address.  Addresses successfully recognized                          by an algorithm do not increment this                          counter.  This counter reflects the number                          of times call acceptance encountered the                          abnormal condition of not recognizing the                          peer."                  ::= { mioxPleEntry 6 }          mioxPleLastFailedX121Address OBJECT-TYPE                  SYNTAX  X121Address                  ACCESS  read-only                  STATUS  mandatory                  DESCRIPTION                          "The last X.121 address that caused                          mioxPleX121ToEnAddrLkupFlrs to increase."                  ::= { mioxPleEntry 7 }          mioxPleX121ToEnAddrLkupFlrTime OBJECT-TYPE                  SYNTAX  TimeTicks                  ACCESS  read-only                  STATUS  mandatory                  DESCRIPTION                          "The most recent value of sysUpTime when the                          translation from an X.121 address to an                          Encapsulated Address failed to find a                          corresponding Encapsulated Address."                  ::= { mioxPleEntry 8 }          mioxPleQbitFailures OBJECT-TYPE                  SYNTAX  Counter                  ACCESS  read-only                  STATUS  mandatory                  DESCRIPTION                          "The number of times a connection was closed                          because of a Q-bit failure."                  ::= { mioxPleEntry 9 }          mioxPleQbitFailureRemoteAddress OBJECT-TYPE                  SYNTAX  X121Address                  ACCESS  read-only                  STATUS  mandatory                  DESCRIPTION                          "The remote address of the most recent                          (last) connection that was closed because of                          a Q-bit failure."                  ::= { mioxPleEntry 10 }          mioxPleQbitFailureTime OBJECT-TYPE                  SYNTAX  TimeTicks                  ACCESS  read-only                  STATUS  mandatory                  DESCRIPTION                          "The most recent value of sysUpTime when a                          connection was closed because of a Q-bit                          failure.  This will also be the last time                          that mioxPleQbitFailures was incremented."                  ::= { mioxPleEntry 11 }

⌨️ 快捷键说明

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