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

📄 rfc1238.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 4 页
字号:
              ACCESS  read-write              STATUS  mandatory              DESCRIPTION                      "The CLNP address corresponding to the media-                      dependent `physical' address."              ::= { clnpNetToMediaEntry 3 }          clnpNetToMediaType OBJECT-TYPE              SYNTAX  INTEGER {                          other(1),       -- none of the following                          invalid(2),     -- an invalidated mapping                          dynamic(3),                          static(4)                      }              ACCESS  read-write              STATUS  mandatory              DESCRIPTION                      "The type of mapping.                      Setting this object to the value invalid(2) has                      the effect of invalidating the corresponding entry                      in the clnpNetToMediaTable.  That is, it                      effectively dissassociates the interface                      identified with said entry from the mapping                      identified with said entry.  It is an                      implementation-specific matter as to whether the                      agent removes an invalidated entry from the table.                      Accordingly, management stations must be prepared                      to receive tabular information from agents that                      corresponds to entries not currently in use.                      Proper interpretation of such entries requires                      examination of the relevant clnpNetToMediaType                      object."              ::= { clnpNetToMediaEntry 4 }          clnpNetToMediaAge OBJECT-TYPE              SYNTAX  INTEGER              ACCESS  read-write              STATUS  mandatory              DESCRIPTION                      "The number of seconds since this entry was last                      updated or otherwise determined to be correct.                      Note that no semantics of `too old' can be implied                      except through knowledge of the type of entry."              ::= { clnpNetToMediaEntry 5 }          clnpNetToMediaHoldTime OBJECT-TYPE              SYNTAX  INTEGER              ACCESS  read-write              STATUS  mandatory              DESCRIPTION                      "The time in seconds this entry will be valid.                      Static entries should always report this field as                      -1."              ::= { clnpNetToMediaEntry 6 }          clnpMediaToNetTable OBJECT-TYPE              SYNTAX  SEQUENCE OF ClnpMediaToNetEntry              ACCESS  not-accessible              STATUS  mandatory              DESCRIPTION                      "The CLNP Address Translation table used for                      mapping from physical addresses to CLNP                      addresses."              ::= { clnp 24 }          clnpMediaToNetEntry OBJECT-TYPE              SYNTAX  ClnpMediaToNetEntry              ACCESS  not-accessible              STATUS  mandatory              DESCRIPTION                      "Each entry contains on ClnpAddress to `physical'                      address equivalence."              INDEX   { clnpMediaToNetIfIndex, clnpMediaToNetPhysAddress }              ::= { clnpMediaToNetTable 1 }          ClnpMediaToNetEntry ::=              SEQUENCE {                  clnpMediaToNetIfIndex                      INTEGER,                  clnpMediaToNetAddress                      ClnpAddress,                  clnpMediaToNetPhysAddress                      PhysAddress,                  clnpMediaToNetType                      INTEGER,                  clnpMediaToNetAge                      INTEGER,                  clnpMediaToNetHoldTime                      INTEGER              }          clnpMediaToNetIfIndex OBJECT-TYPE              SYNTAX  INTEGER              ACCESS  read-write              STATUS  mandatory              DESCRIPTION                      "The interface on which this entry's equivalence                      is effective.  The interface identified by a                      particular value of this index is the same                      interface as identified by the same value of                      ifIndex."              ::= { clnpMediaToNetEntry 1 }          clnpMediaToNetAddress OBJECT-TYPE              SYNTAX  ClnpAddress              ACCESS  read-write              STATUS  mandatory              DESCRIPTION                      "The ClnpAddress corresponding to the media-                      dependent `physical' address."              ::= { clnpMediaToNetEntry 2 }          clnpMediaToNetPhysAddress OBJECT-TYPE              SYNTAX  PhysAddress              ACCESS  read-write              STATUS  mandatory              DESCRIPTION                      "The media-dependent `physical' address."              ::= { clnpMediaToNetEntry 3 }          clnpMediaToNetType OBJECT-TYPE              SYNTAX  INTEGER {                          other(1),       -- none of the following                          invalid(2),     -- an invalidated mapping                          dynamic(3),                          static(4)                      }              ACCESS  read-write              STATUS  mandatory              DESCRIPTION                      "The type of mapping.                      Setting this object to the value invalid(2) has                      the effect of invalidating the corresponding entry                      in the clnpMediaToNetTable.  That is, it                      effectively dissassociates the interface                      identified with said entry from the mapping                      identified with said entry.  It is an                      implementation-specific matter as to whether the                      agent removes an invalidated entry from the table.                      Accordingly, management stations must be prepared                      to receive tabular information from agents that                      corresponds to entries not currently in use.                      Proper interpretation of such entries requires                      examination of the relevant clnpMediaToNetType                      object."              ::= { clnpMediaToNetEntry 4 }          clnpMediaToNetAge OBJECT-TYPE              SYNTAX  INTEGER              ACCESS  read-write              STATUS  mandatory              DESCRIPTION                      "The number of seconds since this entry was last                      updated or otherwise determined to be correct.                      Note that no semantics of `too old' can be implied                      except through knowledge of the type of entry."              ::= { clnpMediaToNetEntry 5 }          clnpMediaToNetHoldTime OBJECT-TYPE              SYNTAX  INTEGER              ACCESS  read-write              STATUS  mandatory              DESCRIPTION                      "The time in seconds this entry will be valid.                      Static entries should always report this field as                      -1."              ::= { clnpMediaToNetEntry 6 }          -- the CLNP Error group          -- Implementation of this group is recommended for all          -- systems which implement the CLNP Error protocol.          clnpInErrors OBJECT-TYPE              SYNTAX  Counter              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The number of CLNP Error PDUs received by this                      entity."              ::= { error 1 }          clnpOutErrors OBJECT-TYPE              SYNTAX  Counter              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The number of CLNP Error PDUs sent by this                      entity."              ::= { error 2 }          clnpInErrUnspecs OBJECT-TYPE              SYNTAX  Counter              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The number of unspecified CLNP Error PDUs                      received by this entity."              ::= { error 3 }          clnpInErrProcs OBJECT-TYPE              SYNTAX  Counter              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The number of protocol procedure CLNP Error PDUs                      received by this entity."              ::= { error 4 }          clnpInErrCksums OBJECT-TYPE              SYNTAX  Counter              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The number of checksum CLNP Error PDUs received                      by this entity."              ::= { error 5 }          clnpInErrCongests OBJECT-TYPE              SYNTAX  Counter              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The number of congestion drop CLNP Error PDUs                      received by this entity."              ::= { error 6 }          clnpInErrHdrs OBJECT-TYPE              SYNTAX  Counter              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The number of header syntax CLNP Error PDUs                      received by this entity."              ::= { error 7 }          clnpInErrSegs OBJECT-TYPE              SYNTAX  Counter              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The number of segmentation disallowed CLNP Error                      PDUs received by this entity."              ::= { error 8 }          clnpInErrIncomps OBJECT-TYPE              SYNTAX  Counter              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The number of incomplete PDU CLNP Error PDUs                      received by this entity."              ::= { error 9 }          clnpInErrDups OBJECT-TYPE              SYNTAX  Counter              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The number of duplicate option CLNP Error PDUs                      received by this entity."              ::= { error 10 }          clnpInErrUnreachDsts OBJECT-TYPE              SYNTAX  Counter              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The number of unreachable destination CLNP Error                      PDUs received by this entity."              ::= { error 11 }          clnpInErrUnknownDsts OBJECT-TYPE              SYNTAX  Counter              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The number of unknown destination CLNP Error PDUs                      received by this entity."              ::= { error 12 }          clnpInErrSRUnspecs OBJECT-TYPE              SYNTAX  Counter              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The number of unspecified source route CLNP Error                      PDUs received by this entity."              ::= { error 13 }          clnpInErrSRSyntaxes OBJECT-TYPE              SYNTAX  Counter              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The number of source route syntax CLNP Error PDUs                      received by this entity."              ::= { error 14 }          clnpInErrSRUnkAddrs OBJECT-TYPE              SYNTAX  Counter              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The number of source route unknown address CLNP                      Error PDUs received by this entity."              ::= { error 15 }          clnpInErrSRBadPaths OBJECT-TYPE              SYNTAX  Counter              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The number of source route bad path CLNP Error                      PDUs received by this entity."              ::= { error 16 }          clnpInErrHops OBJECT-TYPE              SYNTAX  Counter              ACCESS  read-only              STATUS  mandatory

⌨️ 快捷键说明

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