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

📄 rfc1461.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 3 页
字号:
          mioxPleMinimumOpenTimer OBJECT-TYPE                  SYNTAX  PositiveInteger                  ACCESS  read-write                  STATUS  mandatory                  DESCRIPTION                          "The minimum time in milliseconds this                          interface will keep a connection open before                          allowing it to be closed.  A value of zero                          indicates no timer."                  DEFVAL { 0 }                  ::= { mioxPleEntry 12 }          mioxPleInactivityTimer OBJECT-TYPE                  SYNTAX  PositiveInteger                  ACCESS  read-write                  STATUS  mandatory                  DESCRIPTION                          "The amount of time time in milliseconds                          this interface will keep an idle connection                          open before closing it.  A value of                          2147483647 indicates no timer."                  DEFVAL { 10000 }                  ::= { mioxPleEntry 13 }          mioxPleHoldDownTimer    OBJECT-TYPE                  SYNTAX  PositiveInteger                  ACCESS  read-write                  STATUS  mandatory                  DESCRIPTION                          "The hold down timer in milliseconds.  This                          is the minimum amount of time to wait before                          trying another call to a host that was                          previously unsuccessful.  A value of                          2147483647 indicates the host will not be                          retried."                  DEFVAL { 0 }                  ::= { mioxPleEntry 14 }          mioxPleCollisionRetryTimer OBJECT-TYPE                  SYNTAX  PositiveInteger                  ACCESS  read-write                  STATUS  mandatory                  DESCRIPTION                          "The Collision Retry Timer in milliseconds.                          The time to delay between call attempts when                          the maximum number of circuits is exceeded                          in a call attempt."                  DEFVAL { 0 }                  ::= { mioxPleEntry 15 }          mioxPleDefaultPeerId OBJECT-TYPE                  SYNTAX  InstancePointer                  ACCESS  read-write                  STATUS  mandatory                  DESCRIPTION                          "This identifies the instance of the index                          in the mioxPeerTable for the default                          parameters to use with this interface.                          The entry identified by this object may have                          a zero length Encapsulation address and a                          zero length X.121 address.                          These default parameters are used with                          connections to hosts that do not have                          entries in the mioxPeerTable.  Such                          connections occur when using ddn-x25 IP-X.25                          address mapping or when accepting                          connections from other hosts not in the                          mioxPeerTable.                          The mioxPeerEncTable entry with the same                          index as the mioxPeerTable entry specifies                          the call encapsulation types this PLE will                          accept for peers not in the mioxPeerTable.                          If the mioxPeerEncTable doesn't contain any                          entries, this PLE will not accept calls from                          entries not in the mioxPeerTable."                  ::= { mioxPleEntry 16 }          -- ###########################################################          --              Peer Table          -- ###########################################################          -- Systems that implement RFC 1356 must also implement          -- all objects in this group.          mioxPeerTable OBJECT-TYPE                  SYNTAX  SEQUENCE OF MioxPeerEntry                  ACCESS  not-accessible                  STATUS  mandatory                  DESCRIPTION                          "This table contains information about the                          possible peers this machine may exchange                          packets with."                  ::= { mioxPeer 1 }          mioxPeerEntry OBJECT-TYPE                  SYNTAX  MioxPeerEntry                  ACCESS  not-accessible                  STATUS  mandatory                  DESCRIPTION                          "Per peer information."                  INDEX { mioxPeerIndex   }                  ::= { mioxPeerTable 1 }          MioxPeerEntry ::= SEQUENCE {                  mioxPeerIndex                          PositiveInteger,                  mioxPeerStatus                          INTEGER,                  mioxPeerMaxCircuits                          PositiveInteger,                  mioxPeerIfIndex                          PositiveInteger,                  mioxPeerConnectSeconds                          Counter,                  mioxPeerX25CallParamId                          InstancePointer,                  mioxPeerEnAddr                          OCTET STRING,                  mioxPeerX121Address                          X121Address,                  mioxPeerX25CircuitId                          InstancePointer,                  mioxPeerDescr                          DisplayString                  }          mioxPeerIndex   OBJECT-TYPE                  SYNTAX  PositiveInteger                  ACCESS  read-only                  STATUS  mandatory                  DESCRIPTION                          "An index value that distinguished one entry                          from another.  This index is independent of                          any other index."                  ::= { mioxPeerEntry 1 }          -- Systems can claim conformance with this MIB without          -- implementing sets to mioxPeerStatus with a value of          -- clearCall or makeCall.          -- All other defined values must be accepted.          -- Implementors should realize that allowing these values          -- provides richer management, and implementations          -- are encouraged to accept these values.          mioxPeerStatus OBJECT-TYPE                  SYNTAX  INTEGER {                                  valid (1),                                  createRequest (2),                                  underCreation (3),                                  invalid (4),                                  clearCall (5),                                  makeCall (6)                                  }                  ACCESS  read-write                  STATUS  mandatory                  DESCRIPTION                          "This reports the status of a peer entry.                          A value of valid indicates a normal entry                          that is in use by the agent.  A value of                          underCreation indicates a newly created                          entry which isn't yet in use because the                          creating management station is still setting                          values.                          The value of invalid indicates the entry is                          no longer in use and the agent is free to                          delete the entry at any time.  A management                          station is also free to use an entry in the                          invalid state.                          Entries are created by setting a value of                          createRequest.  Only non-existent or invalid                          entries can be set to createRequest.  Upon                          receiving a valid createRequest, the agent                          will create an entry in the underCreation                          state.  This object can not be set to a                          value of underCreation directly, entries can                          only be created by setting a value of                          createRequest.  Entries that exist in other                          than the invalid state can not be set to                          createRequest.                          Entries with a value of underCreation are                          not used by the system and the management                          station can change the values of other                          objects in the table entry.  Management                          stations should also remember to configure                          values in the mioxPeerEncTable with the same                          peer index value as this peer entry.                          An entry in the underCreation state can be                          set to valid or invalid.  Entries in the                          underCreation state will stay in that state                          until 1) the agent times them out, 2) they                          are set to valid, 3) they are set to                          invalid.  If an agent notices an entry has                          been in the underCreation state for an                          abnormally long time, it may decide the                          management station has failed and invalidate                          the entry.  A prudent agent will understand                          that the management station may need to wait                          for human input and will allow for that                          possibility in its determination of this                          abnormally long period.                          Once a management station has completed all                          fields of an entry, it will set a value of                          valid.  This causes the entry to be                          activated.                          Entries in the valid state may also be set                          to makeCall or clearCall to make or clear                          X.25 calls to the peer.  After such a set                          request the entry will still be in the valid                          state.  Setting a value of makeCall causes                          the agent to initiate an X.25 call request                          to the peer specified by the entry.  Setting                          a value of clearCall causes the agent to                          initiate clearing one X.25 call present to                          the peer.  Each set request will initiate                          another call or clear request (up to the                          maximum allowed); this means that management                          stations that fail to get a response to a                          set request should query to see if a call                          was in fact placed or cleared before                          retrying the request.  Entries not in the                          valid state can not be set to makeCall or                          clearCall.                          The values of makeCall and clearCall provide

⌨️ 快捷键说明

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