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

📄 rfc1243.txt

📁 中、英文RFC文档大全打包下载完全版 .
💻 TXT
📖 第 1 页 / 共 4 页
字号:
                      entity was not their final DDP destination, as                      a result of which an attempt was made to find a                      route to forward them to that final destination."                  ::= { ddp 5 }          ddpInLocalDatagrams OBJECT-TYPE                  SYNTAX Counter                  ACCESS read-only                  STATUS mandatory                  DESCRIPTION                      "The total number of input DDP datagrams for                      which this entity was their final DDP                      destination."                  ::= { ddp 6 }          ddpNoProtocolHandlers OBJECT-TYPE                  SYNTAX Counter                  ACCESS read-only                  STATUS mandatory                  DESCRIPTION                      "The total number of DDP datagrams addressed to                      this entity that were addressed to an upper                      layer protocol for which no protocol handler                      existed."AppleTalk-IP Working Group                                     [Page 15]RFC 1243                     AppleTalk MIB                     July 1991                  ::= { ddp 7 }          ddpOutNoRoutes OBJECT-TYPE                  SYNTAX Counter                  ACCESS read-only                  STATUS mandatory                  DESCRIPTION                      "The total number of DDP datagrams dropped                      because a route could not be found to their                      final destination."                  ::= { ddp 8 }          ddpTooShortErrors OBJECT-TYPE                  SYNTAX Counter                  ACCESS read-only                  STATUS mandatory                  DESCRIPTION                      "The total number of input DDP datagrams dropped                      because the received data length was less than                      the data length specified in the DDP header or                      the received data length was less than the                      length of the expected DDP header."                  ::= { ddp 9 }          ddpTooLongErrors OBJECT-TYPE                  SYNTAX Counter                  ACCESS read-only                  STATUS mandatory                  DESCRIPTION                      "The total number of input DDP datagrams dropped                      because the received data length was greater                      than the data length specified in the DDP header                      or because they exceeded the maximum DDP                      datagram size."                  ::= { ddp 10 }          ddpBroadcastErrors OBJECT-TYPE                  SYNTAX Counter                  ACCESS read-only                  STATUS mandatory                  DESCRIPTION                      "The total number of input DDP datagrams dropped                      because this entity was not their final                      destination and they were addressed to the link                      level broadcast."                  ::= { ddp 11 }AppleTalk-IP Working Group                                     [Page 16]RFC 1243                     AppleTalk MIB                     July 1991          ddpShortDDPErrors OBJECT-TYPE                  SYNTAX Counter                  ACCESS read-only                  STATUS mandatory                  DESCRIPTION                      "The total number of input DDP datagrams dropped                      because this entity was not their final                      destination and their type was short DDP."                  ::= { ddp 12 }          ddpHopCountErrors OBJECT-TYPE                  SYNTAX Counter                  ACCESS read-only                  STATUS mandatory                  DESCRIPTION                      "The total number of input DDP datagrams dropped                      because this entity was not their final                      destination and their hop count would exceed 15."                  ::= { ddp 13 }          ddpChecksumErrors OBJECT-TYPE                  SYNTAX Counter                  ACCESS read-only                  STATUS mandatory                  DESCRIPTION                      "The total number of input DDP datagrams dropped                      because of a checksum error."                  ::= { ddp 14 }          -- The RTMP Group          rtmpTable OBJECT-TYPE                  SYNTAX SEQUENCE OF RtmpEntry                  ACCESS not-accessible                  STATUS mandatory                  DESCRIPTION                      "A list of Routing Table Maintenance Protocol                      entries for this entity."                  ::= { rtmp 1 }          rtmpEntry OBJECT-TYPE                  SYNTAX RtmpEntry                  ACCESS not-accessible                  STATUS mandatory                  DESCRIPTION                      "The route entry to a particular network range."                  INDEX { rtmpRangeStart }AppleTalk-IP Working Group                                     [Page 17]RFC 1243                     AppleTalk MIB                     July 1991                  ::= { rtmpTable 1 }          RtmpEntry ::= SEQUENCE {                  rtmpRangeStart  OCTET STRING (SIZE(2)),                  rtmpRangeEnd    OCTET STRING (SIZE(2)),                  rtmpNextHop     OCTET STRING,                  rtmpType        INTEGER,                  rtmpPort        INTEGER,                  rtmpHops        INTEGER,                  rtmpState       INTEGER          }          rtmpRangeStart OBJECT-TYPE                  SYNTAX OCTET STRING (SIZE(2))                  ACCESS read-write                  STATUS mandatory                  DESCRIPTION                      "The first DDP network address in the network                      range to which this routing entry pertains.                      This is a two octet DDP network address in                      network byte order."                  ::= { rtmpEntry 1 }          rtmpRangeEnd OBJECT-TYPE                  SYNTAX OCTET STRING (SIZE(2))                  ACCESS read-write                  STATUS mandatory                  DESCRIPTION                      "The last DDP network address in the network range                      to which this routing entry pertains.  This is a                      two octet DDP network address in network byte                      order.  If the network to which this routing                      entry pertains is a Phase 1 network or a                      non-extended network, the value for rtmpRangeEnd                      shall be two octets of zero."                  ::= { rtmpEntry 2 }          rtmpNextHop OBJECT-TYPE                  SYNTAX OCTET STRING                  ACCESS read-write                  STATUS mandatory                  DESCRIPTION                      "The next hop in the route to this entry's                      destination network.  If the type of this route                      is Appletalk, this address takes the same form                      as DdpAddress."                  ::= { rtmpEntry 3 }AppleTalk-IP Working Group                                     [Page 18]RFC 1243                     AppleTalk MIB                     July 1991          rtmpType OBJECT-TYPE                  SYNTAX INTEGER {                          other(1),                          appletalk(2),                          serial-ppp(3),                          serial-nonstandard(4)                  }                  ACCESS read-write                  STATUS mandatory                  DESCRIPTION                      "The type of network over which this route                      points."                  ::= { rtmpEntry 4 }          rtmpPort OBJECT-TYPE                  SYNTAX INTEGER                  ACCESS read-write                  STATUS mandatory                  DESCRIPTION                      "The index of the AppleTalk port over which                      this route points."                  ::= { rtmpEntry 5 }          rtmpHops OBJECT-TYPE                  SYNTAX INTEGER                  ACCESS read-write                  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),                      goingBad(3),                      bad(4) -- may be removed from table                  }                  ACCESS read-write                  STATUS mandatory                  DESCRIPTION                      "The status of the information contained in this                      route entry.                      Setting this object to the value bad(4) has the                      effect of invalidating the corresponding entryAppleTalk-IP Working Group                                     [Page 19]RFC 1243                     AppleTalk MIB                     July 1991                      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 }          -- The KIP Group          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."                  INDEX { kipNetStart }                  ::= { kipTable 1 }          KipEntry ::= SEQUENCE {                  kipNetStart     OCTET STRING (SIZE(2)),                  kipNetEnd       OCTET STRING (SIZE(2)),                  kipNextHop      IpAddress,                  kipHopCount     INTEGER,                  kipBCastAddr    IpAddress,                  kipCore         INTEGER,                  kipType         INTEGER,                  kipState        INTEGER,                  kipShare        INTEGER          }          kipNetStart OBJECT-TYPE                  SYNTAX OCTET STRING (SIZE(2))                  ACCESS read-writeAppleTalk-IP Working Group                                     [Page 20]RFC 1243                     AppleTalk MIB                     July 1991                  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 OCTET STRING (SIZE(2))                  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 Phase 1 network or 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 }AppleTalk-IP Working Group                                     [Page 21]RFC 1243                     AppleTalk MIB                     July 1991          kipCore OBJECT-TYPE                  SYNTAX INTEGER {                       core(1),                       notcore(2)                  }                  ACCESS read-write                  STATUS mandatory                  DESCRIPTION                      "The status of this network as a Kip Core                      network."                  ::= { kipEntry 6 }          kipType OBJECT-TYPE                  SYNTAX INTEGER {                       kipRouter(1),                       net(2),                       host(3),                       other(4)                  }                  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),                       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

⌨️ 快捷键说明

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