rfc1162.txt

来自「中、英文RFC文档大全打包下载完全版 .」· 文本 代码 · 共 2,761 行 · 第 1/5 页

TXT
2,761
字号
          Access:               read-only.          Status:               mandatory.Satz                                                           [Page 10]RFC 1162                        CLNS MIB                       June 1990          OBJECT:          -------               clnpReasmTimeout { clnp 14 }          Syntax:               INTEGER          Definition:               The maximum number of seconds which received segments are               held while they are awaiting reassembly at this entity.          Access:               read-only.          Status:               mandatory.          OBJECT:          -------               clnpReasmReqds { clnp 15 }          Syntax:               Counter          Definition:               The number of CLNP segments received which needed to be               reassembled at this entity.          Access:               read-only.          Status:               mandatory.          OBJECT:          -------               clnpReasmOKs { clnp 16 }          Syntax:               Counter          Definition:               The number of CLNP PDUs successfully re-assembled at this               entity.Satz                                                           [Page 11]RFC 1162                        CLNS MIB                       June 1990          Access:               read-only.          Status:               mandatory.          OBJECT:          -------               clnpReasmFails { clnp 17 }          Syntax:               Counter          Definition:               The number of failures detected by the CLNP reassembly               algorithm (for any reason: timed out, buffer size, etc).          Access:               read-only.          Status:               mandatory.          OBJECT:          -------               clnpSegOKs { clnp 18 }          Syntax:               Counter          Definition:               The number of CLNP PDUs that have been successfully               segmented at this entity.          Access:               read-only.          Status:               mandatory.          OBJECT:          -------               clnpSegFails { clnp 19 }Satz                                                           [Page 12]RFC 1162                        CLNS MIB                       June 1990          Syntax:               Counter          Definition:               The number of CLNP PDUs that have been discarded because               they needed to be fragmented at this entity but could               not.          Access:               read-only.          Status:               mandatory.          OBJECT:          -------               clnpSegCreates { clnp 20 }          Syntax:               Counter          Definition:               The number of CLNP PDU segments that have been generated               as a result of segmentation at this entity.          Access:               read-only.          Status:               mandatory.          OBJECT:          -------               clnpInOpts { clnp 25 }          Syntax:               Counter          Definition:               The number of CLNP PDU segments that have been input with               options at this entity.          Access:               read-only.Satz                                                           [Page 13]RFC 1162                        CLNS MIB                       June 1990          Status:               mandatory.          OBJECT:          -------               clnpOutOpts { clnp 26 }          Syntax:               Counter          Definition:               The number of CLNP PDU segments that have been generated               with options by this entity.          Access:               read-only.          Status:               mandatory.4.1.1.  The CLNP Interfaces table   The CLNP Interfaces table contains information on the entity's   interfaces which are running the CLNP.          OBJECT:          -------               clnpAddrTable { clnp 21 }          Syntax:               SEQUENCE OF ClnpAddrEntry          Definition:               The table of addressing information relevant to this               entity's CLNP addresses.          Access:               not-accessible.          Status:               mandatory.          OBJECT:          -------               clnpAddrEntry { clnpAddrTable 1 }Satz                                                           [Page 14]RFC 1162                        CLNS MIB                       June 1990          Syntax:               ClnpAddrEntry :: = SEQUENCE {                    clnpAdEntAddr                        ClnpAddress,                    clnpAdEntIfIndex                        INTEGER,                    clnpAdEntReasmMaxSize                        INTEGER (0..65535)               }          Definition:               The addressing information for one of this entity's CLNP               addresses.          Access:               not-accessible.          Status:               mandatory.          OBJECT:          -------               clnpAdEntAddr { clnpAddrEntry 1 }          Syntax:               ClnpAddress          Definition:               The CLNP address to which this entry's addressing               information pertains.          Access:               read-only.          Status:               mandatory.          OBJECT:          -------               clnpAdEntIfIndex { clnpAddrEntry 2 }          Syntax:               INTEGER          Definition:               The index value which uniquely identifies the interfaceSatz                                                           [Page 15]RFC 1162                        CLNS MIB                       June 1990               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.          Access:               read-only.          Status:               mandatory.          OBJECT:          -------               clnpAdEntReasmMaxSize { clnpAddrEntry 3 }          Syntax:               INTEGER (0..65535)          Definition:               The size of the largest CLNP PDU which this entity can               re-assemble from incoming CLNP segmented PDUs received on               this interface.          Access:               read-only.          Status:               mandatory.4.1.2.  The CLNP Routing table   The CLNP Routing table contains an entry for each route known to the   entity.          OBJECT:          -------               clnpRoutingTable { clnp 22 }          Syntax:               SEQUENCE OF ClnpRouteEntry          Definition:               This entity's CLNP routing table.          Access:               not-accessible.Satz                                                           [Page 16]RFC 1162                        CLNS MIB                       June 1990          Status:               mandatory.          OBJECT:          -------               clnpRouteEntry { clnpRoutingTable 1 }          Syntax:               ClnpRouteEntry ::= SEQUENCE {                    clnpRouteDest                        ClnpAddress,                    clnpRouteIfIndex                        INTEGER,                    clnpRouteMetric1                        INTEGER,                    clnpRouteMetric2                        INTEGER,                    clnpRouteMetric3                        INTEGER,                    clnpRouteMetric4                        INTEGER,                    clnpRouteNextHop                        ClnpAddress,                    clnpRouteType                        INTEGER,                    clnpRouteProto                        INTEGER,                    clnpRouteAge                        INTEGER               }          Definition:               A route to a particular destination.          Access:               not-accessible.          Status:               mandatory.          OBJECT:          -------               clnpRouteDest { clnpRouteEntry 1 }          Syntax:               ClnpAddressSatz                                                           [Page 17]RFC 1162                        CLNS MIB                       June 1990          Definition:               The destination CLNP address of this route.          Access:               read-write.          Status:               mandatory.          OBJECT:          -------               clnpRouteIfIndex { clnpRouteEntry 2 }          Syntax:               INTEGER          Definition:               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.          Access:               read-write.          Status:               mandatory.          OBJECT:          -------               clnpRouteMetric1 { clnpRouteEntry 3 }          Syntax:               INTEGER          Definition:               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.          Access:               read-write.Satz                                                           [Page 18]RFC 1162                        CLNS MIB                       June 1990          Status:               mandatory.          OBJECT:          -------               clnpRouteMetric2 { clnpRouteEntry 4 }          Syntax:               INTEGER          Definition:               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.          Access:               read-write.          Status:               mandatory.          OBJECT:          -------               clnpRouteMetric3 { clnpRouteEntry 5 }          Syntax:               INTEGER          Definition:               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.          Access:               read-write.          Status:               mandatory.Satz                                                           [Page 19]RFC 1162                        CLNS MIB                       June 1990          OBJECT:          -------               clnpRouteMetric4 { clnpRouteEntry 6 }          Syntax:               INTEGER          Definition:               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.          Access:               read-write.          Status:               mandatory.          OBJECT:          -------               clnpRouteNextHop { clnpRouteEntry 7 }          Syntax:               ClnpAddress          Definition:               The CLNP address of the next hop of this route.          Access:               read-write.          Status:               mandatory.

⌨️ 快捷键说明

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