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

📄 rfc1742.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 5 页
字号:
                  The interface identified by a particular value of                  this variable is the same interface as identified by                  the same value of atportIndex."              ::= { rtmpEntry 5 }          rtmpHops OBJECT-TYPE              SYNTAX INTEGER              ACCESS read-only              STATUS mandatory              DESCRIPTION                  "The number of hops required to reach the                  destination network to which this routing entry                  pertains."              ::= { rtmpEntry 6 }          rtmpState OBJECT-TYPE              SYNTAX INTEGER {                  good(1),                  suspect(2),                  badZero(3),                  badOne(4),                  invalid(5)              }              ACCESS read-write              STATUS mandatory              DESCRIPTION                  "The status of the information contained in this                  route entry.                  Setting this object to the value invalid(5) has the                  effect of invalidating the corresponding entry in                  the rtmpTable.  That is, it  effectively                  disassociates 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 from agents tabular                  information corresponding to entries not currently                  in use.  Proper interpretation of such entries                  requires examination of the relevant rtmpState                  object."              ::= { rtmpEntry 7 }          rtmpInDataPkts OBJECT-TYPE              SYNTAX Counter              ACCESS read-only              STATUS mandatory              DESCRIPTION                  "A count of the number of good RTMP data packets                  received by this entity."              ::= { rtmp 2 }          rtmpOutDataPkts OBJECT-TYPE              SYNTAX Counter              ACCESS read-only              STATUS mandatory              DESCRIPTION                  "A count of the number of RTMP packets sent by this                  entity."              ::= { rtmp 3 }          rtmpInRequestPkts OBJECT-TYPE              SYNTAX Counter              ACCESS read-only              STATUS mandatory              DESCRIPTION                  "A count of the number of good RTMP Request packets                  received by this entity."              ::= { rtmp 4 }          rtmpNextIREqualChanges OBJECT-TYPE              SYNTAX Counter              ACCESS read-only              STATUS mandatory              DESCRIPTION                  "A count of the number of times RTMP changes the                  Next Internet Router in a routing entry because the                  hop count advertised in a routing tuple was equal to                  the current hop count for a particular network."              ::= { rtmp 5 }          rtmpNextIRLessChanges OBJECT-TYPE              SYNTAX Counter              ACCESS read-only              STATUS mandatory              DESCRIPTION                  "A count of the number of times RTMP changes the                  Next Internet Router in a routing entry because the                  hop count advertised in a routing tuple was less                  than the current hop count for a particular network."              ::= { rtmp 6 }          rtmpRouteDeletes OBJECT-TYPE              SYNTAX Counter              ACCESS read-only              STATUS mandatory              DESCRIPTION                  "A count of the number of times RTMP deletes a route                  because it was aged out of the table.  This can help                  to detect routing problems."              ::= { rtmp 7 }          rtmpRoutingTableOverflows OBJECT-TYPE              SYNTAX Counter              ACCESS read-only              STATUS mandatory              DESCRIPTION                  "The number of times RTMP attempted to add a route                  to the RTMP table but failed due to lack of space."              ::= { rtmp 8 }          -- The RTMP Stub Group          --          -- Implementation of this group is mandatory for all          -- entities that implement RTMP          --          -- It is intended that this group be implemented by routers          -- and end nodes.          rtmpOutRequestPkts OBJECT-TYPE              SYNTAX Counter              ACCESS read-only              STATUS mandatory              DESCRIPTION                  "A count of the number of RTMP Request packets sent                  by this entity."              ::= { rtmpStub 1 }          rtmpInVersionMismatches OBJECT-TYPE              SYNTAX Counter              ACCESS read-only              STATUS mandatory              DESCRIPTION                  "A count of the number of RTMP packets received by                  this entity that were rejected due to a version                  mismatch."              ::= { rtmpStub 2 }          rtmpInErrors OBJECT-TYPE              SYNTAX Counter              ACCESS read-only              STATUS mandatory              DESCRIPTION                  "A count of the number of RTMP packets received by                  this entity that were rejected for an error other                  than version mismatch."              ::= { rtmpStub 3 }          -- The KIP Group          --          -- Implementation of this group is mandatory for all          -- entities that implement KIP          kipTable OBJECT-TYPE              SYNTAX SEQUENCE OF KipEntry              ACCESS not-accessible              STATUS mandatory              DESCRIPTION                  "The table of routing information for KIP networks."              ::= { kip 1 }          kipEntry OBJECT-TYPE              SYNTAX KipEntry              ACCESS not-accessible              STATUS mandatory              DESCRIPTION                  "An entry in the routing table for KIP networks.                  As an example, an instance of the kipCore object                  might be named kipCore.0.80"              INDEX { kipNetStart }              ::= { kipTable 1 }          KipEntry ::= SEQUENCE {              kipNetStart     ATNetworkNumber,              kipNetEnd       ATNetworkNumber,              kipNextHop      IpAddress,              kipHopCount     INTEGER,              kipBCastAddr    IpAddress,              kipCore         INTEGER,              kipType         INTEGER,              kipState        INTEGER,              kipShare        INTEGER,              kipFrom         IpAddress          }          kipNetStart OBJECT-TYPE              SYNTAX ATNetworkNumber              ACCESS read-only              STATUS mandatory              DESCRIPTION                  "The first AppleTalk network address in the range                  for this routing entry.  This address is a two octet                  DDP network address in network byte order."              ::= { kipEntry 1 }          kipNetEnd OBJECT-TYPE              SYNTAX ATNetworkNumber              ACCESS read-write              STATUS mandatory              DESCRIPTION                  "The last AppleTalk network address in the range for                  this routing entry.  This address is a two octet DDP                  network address in network byte order.  If the                  network to which this AppleTalk port is connected is                  a non-extended network, the value for kipNetEnd                  shall be two octets of zero."              ::= { kipEntry 2 }          kipNextHop OBJECT-TYPE              SYNTAX IpAddress              ACCESS read-write              STATUS mandatory              DESCRIPTION                  "The IP address of the next hop in the route to this                  entry's destination network."              ::= { kipEntry 3 }          kipHopCount OBJECT-TYPE              SYNTAX INTEGER              ACCESS read-write              STATUS mandatory              DESCRIPTION                  "The number of hops required to reach the destination                  network to which this entry pertains."              ::= { kipEntry 4 }          kipBCastAddr OBJECT-TYPE              SYNTAX IpAddress              ACCESS read-write              STATUS mandatory              DESCRIPTION                  "The form of the IP address used to broadcast on this                  network."              ::= { kipEntry 5 }          kipCore OBJECT-TYPE              SYNTAX INTEGER {                   core(1),                   notcore(2)              }              ACCESS read-write              STATUS mandatory              DESCRIPTION                  "The status of kipNextHop as a core gateway."              ::= { kipEntry 6 }          kipType OBJECT-TYPE              SYNTAX INTEGER {                   kipRouter(1),                   net(2),                   host(3),                   other(4),                   async(5)              }              ACCESS read-write              STATUS mandatory              DESCRIPTION                  "The type of the entity that this route points to."              ::= { kipEntry 7 }          kipState OBJECT-TYPE              SYNTAX INTEGER {                   configured(1),  -- this entry is not aged                   learned(2),                   invalid(3)              }              ACCESS read-write              STATUS mandatory              DESCRIPTION                  "The state of this network entry.                  Setting this object to the value invalid(3) has the                  effect of invalidating the corresponding entry in the                  kipTable.  That is, it  effectively disassociates 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 from agents tabular information corresponding                  to entries not currently in use.  Proper                  interpretation of such entries requires examination                  of the relevant kipState object."              ::= { kipEntry 8 }          kipShare OBJECT-TYPE              SYNTAX INTEGER {                   shared(1),                   private(2)              }              ACCESS read-write              STATUS mandatory              DESCRIPTION                  "If the information in this entry is propagated to                  other routers as part of the AA routing protocol,                  the value of this variable is equal to shared(1).                  Otherwise its value is private(2)."              ::= { kipEntry 9 }          kipFrom OBJECT-TYPE              SYNTAX IpAddress              ACCESS read-only              STATUS mandatory              DESCRIPTION                  "The IP address from which the routing entry was                  learned via the AA protocol.  If this entry was not                  created via the AA protocol, it should contain IP                  address 0.0.0.0."              ::= { kipEntry 10 }          -- The ZIP Router Group          --          -- Implementation of this group is required for all routers          -- which implement ZIP          --          -- This group consists of ZIP variables that would be          -- implemented by a router.          zipTable OBJECT-TYPE              SYNTAX SEQUENCE OF ZipEntry              ACCESS not-accessible              STATUS mandatory              DESCRIPTION 

⌨️ 快捷键说明

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