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

📄 rfc1238.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 4 页
字号:
              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The CLNP address to which this entry's addressing                      information pertains."              ::= { clnpAddrEntry 1 }          clnpAdEntIfIndex OBJECT-TYPE              SYNTAX  INTEGER              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The index value which uniquely identifies the                      interface to which this entry is applicable.  The                      interface identified by a particular value of this                      index is the same interface as identified by the                      same value of ifIndex."              ::= { clnpAddrEntry 2 }          clnpAdEntReasmMaxSize OBJECT-TYPE              SYNTAX  INTEGER (0..65535)              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The size of the largest CLNP PDU which this                      entity can re-assemble from incoming CLNP                      segmented PDUs received on this interface."              ::= { clnpAddrEntry 3 }          -- The CLNP Routing table          -- The CLNP routing table contains an entry for each route          -- known to the entity.          clnpRoutingTable OBJECT-TYPE              SYNTAX  SEQUENCE OF ClnpRouteEntry              ACCESS  not-accessible              STATUS  mandatory              DESCRIPTION                      "This entity's CLNP routing table."              ::= { clnp 22 }          clnpRouteEntry OBJECT-TYPE              SYNTAX  ClnpRouteEntry              ACCESS  not-accessible              STATUS  mandatory              DESCRIPTION                      "A route to a particular destination."              INDEX   { clnpRouteDest }              ::= { clnpRoutingTable 1 }          ClnpRouteEntry ::=              SEQUENCE {                  clnpRouteDest                      ClnpAddress,                  clnpRouteIfIndex                      INTEGER,                  clnpRouteMetric1                      INTEGER,                  clnpRouteMetric2                      INTEGER,                  clnpRouteMetric3                      INTEGER,                  clnpRouteMetric4                      INTEGER,                  clnpRouteNextHop                      ClnpAddress,                  clnpRouteType                      INTEGER,                  clnpRouteProto                      INTEGER,                  clnpRouteAge                      INTEGER,                  clnpRouteMetric5                      INTEGER,                  clnpRouteInfo                      OBJECT IDENTIFIER              }          clnpRouteDest OBJECT-TYPE              SYNTAX  ClnpAddress              ACCESS  read-write              STATUS  mandatory              DESCRIPTION                      "The destination CLNP address of this route."              ::= { clnpRouteEntry 1 }          clnpRouteIfIndex OBJECT-TYPE              SYNTAX  INTEGER              ACCESS  read-write              STATUS  mandatory              DESCRIPTION                      "The index value which uniquely identifies the                      local interface through which the next hop of this                      route should be reached.  The interface identified                      by a particular value of this index is the same as                      identified by the same value of ifIndex."              ::= { clnpRouteEntry 2 }          clnpRouteMetric1 OBJECT-TYPE              SYNTAX  INTEGER              ACCESS  read-write              STATUS  mandatory              DESCRIPTION                      "The primary routing metric for this route.  The                      semantics of this metric are determined by the                      routing-protocol specified in the route's                      clnpRouteProto value.  If this metric is not used,                      its value should be set to -1."              ::= { clnpRouteEntry 3 }          clnpRouteMetric2 OBJECT-TYPE              SYNTAX  INTEGER              ACCESS  read-write              STATUS  mandatory              DESCRIPTION                      "An alternate routing metric for this route.  The                      semantics of this metric are determined by the                      routing-protocol specified in the route's                      clnpRouteProto value.  If this metric is not used,                      its value should be set to -1."              ::= { clnpRouteEntry 4 }          clnpRouteMetric3 OBJECT-TYPE              SYNTAX  INTEGER              ACCESS  read-write              STATUS  mandatory              DESCRIPTION                      "An alternate routing metric for this route.  The                      semantics of this metric are determined by the                      routing-protocol specified in the route's                      clnpRouteProto value.  If this metric is not used,                      its value should be set to -1."              ::= { clnpRouteEntry 5 }          clnpRouteMetric4 OBJECT-TYPE              SYNTAX  INTEGER              ACCESS  read-write              STATUS  mandatory              DESCRIPTION                      "An alternate routing metric for this route.  The                      semantics of this metric are determined by the                      routing-protocol specified in the route's                      clnpRouteProto value.  If this metric is not used,                      its value should be set to -1."              ::= { clnpRouteEntry 6 }          clnpRouteNextHop OBJECT-TYPE              SYNTAX  ClnpAddress              ACCESS  read-write              STATUS  mandatory              DESCRIPTION                      "The CLNP address of the next hop of this route."              ::= { clnpRouteEntry 7 }          clnpRouteType OBJECT-TYPE              SYNTAX  INTEGER {                          other(1),      -- none of the following                          invalid(2),    -- an invalidated route                                         -- route to directly                          direct(3),     -- connected (sub-)network                                         -- route to a non-local                          remote(4)      -- host/network/sub-network                      }              ACCESS  read-write              STATUS  mandatory              DESCRIPTION                      "The type of route.                      Setting this object to the value invalid(2) has                      the effect of invaliding the corresponding entry                      in the clnpRoutingTable.  That is, it effectively                      dissasociates the destination identified with said                      entry from the route 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                      clnpRouteType object."              ::= { clnpRouteEntry 8 }          clnpRouteProto OBJECT-TYPE              SYNTAX  INTEGER {                          other(1),     -- none of the following                                        -- non-protocol information                                        --   e.g., manually                          local(2),     --   configured entries                                        -- set via a network                          netmgmt(3),   --   management protocol                                        -- similar to ipRouteProto but                                        -- omits several IP-specific                                        -- protocols                          is-is(9),                          ciscoIgrp(11),                          bbnSpfIgp(12),                          ospf(13),                          bgp(14)                      }              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The routing mechanism via which this route was                      learned.  Inclusion of values for gateway routing                      protocols is not intended to imply that hosts                      should support those protocols."              ::= { clnpRouteEntry 9 }          clnpRouteAge OBJECT-TYPE              SYNTAX  INTEGER              ACCESS  read-write              STATUS  mandatory              DESCRIPTION                      "The number of seconds since this route was last                      updated or otherwise determined to be correct.                      Note that no semantics of `too old' can be implied                      except through knowledge of the routing protocol                      by which the route was learned."              ::= { clnpRouteEntry 10 }          clnpRouteMetric5 OBJECT-TYPE              SYNTAX  INTEGER              ACCESS  read-write              STATUS  mandatory              DESCRIPTION                      "An alternate routing metric for this route.  The                      semantics of this metric are determined by the                      routing-protocol specified in the route's                      clnpRouteProto value.  If this metric is not used,                      its value should be set to -1."              ::= { clnpRouteEntry 11 }          clnpRouteInfo OBJECT-TYPE              SYNTAX  OBJECT IDENTIFIER              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "A reference to MIB definitions specific to the                      particular routing protocol which is responsible                      for this route, as determined by the value                      specified in the route's clnpRouteProto value.  If                      this information is not present, its value should                      be set to the OBJECT IDENTIFIER { 0 0 }, which is                      a syntatically valid object identifier, and any                      conformant implementation of ASN.1 and BER must be                      able to generate and recognize this value."              ::= { clnpRouteEntry 12 }          -- the CLNP Address Translation table          -- The Address Translation tables contain the CLNP address          -- to physical address equivalences.  Some interfaces do not          -- use translation tables for determining address          -- equivalences; if all interfaces are of this type, then the          -- Address Translation table is empty, i.e., has zero          -- entries.          clnpNetToMediaTable OBJECT-TYPE              SYNTAX  SEQUENCE OF ClnpNetToMediaEntry              ACCESS  not-accessible              STATUS  mandatory              DESCRIPTION                      "The CLNP Address Translation table used for                      mapping from CLNP addresses to physical                      addresses."              ::= { clnp 23 }          clnpNetToMediaEntry OBJECT-TYPE              SYNTAX  ClnpNetToMediaEntry              ACCESS  not-accessible              STATUS  mandatory              DESCRIPTION                      "Each entry contains one CLNP address to                      `physical' address equivalence."              INDEX   { clnpNetToMediaIfIndex, clnpNetToMediaNetAddress }              ::= { clnpNetToMediaTable 1 }          ClnpNetToMediaEntry ::=              SEQUENCE {                  clnpNetToMediaIfIndex                      INTEGER,                  clnpNetToMediaPhysAddress                      PhysAddress,                  clnpNetToMediaNetAddress                      ClnpAddress,                  clnpNetToMediaType                      INTEGER,                  clnpNetToMediaAge                      INTEGER,                  clnpNetToMediaHoldTime                      INTEGER              }          clnpNetToMediaIfIndex 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."              ::= { clnpNetToMediaEntry 1 }          clnpNetToMediaPhysAddress OBJECT-TYPE              SYNTAX  PhysAddress              ACCESS  read-write              STATUS  mandatory              DESCRIPTION                      "The media-dependent `physical' address."              ::= { clnpNetToMediaEntry 2 }          clnpNetToMediaNetAddress OBJECT-TYPE              SYNTAX  ClnpAddress

⌨️ 快捷键说明

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