rfc1162.txt
来自「中、英文RFC文档大全打包下载完全版 .」· 文本 代码 · 共 2,761 行 · 第 1/5 页
TXT
2,761 行
OBJECT: ------- clnpRouteType { clnpRouteEntry 8 } Syntax: INTEGER { other(1), -- none of the following invalid(2), -- an invalidated routeSatz [Page 20]RFC 1162 CLNS MIB June 1990 -- route to directly direct(3), -- connected (sub-)network -- route to a non-local remote(4) -- host/network/sub-network } Definition: 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. Access: read-write. Status: mandatory. OBJECT: ------- clnpRouteProto { clnpRouteEntry 9 } 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),Satz [Page 21]RFC 1162 CLNS MIB June 1990 ciscoIgrp(11), bbnSpfIgp(12), ospf(13), bgp(14) } Definition: 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. Access: read-write. Status: mandatory. OBJECT: ------- clnpRouteAge { clnpRouteEntry 10 } Syntax: INTEGER Definition: 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. Access: read-write. Status: mandatory.4.1.3. The CLNP Address Translation Tables 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.Satz [Page 22]RFC 1162 CLNS MIB June 1990 OBJECT: ------- clnpNetToMediaTable { clnp 23 } Syntax: SEQUENCE OF ClnpNetToMediaEntry Definition: The CLNP Address Translation table used for mapping from CLNP addresses to physical addresses. Access: not-accessible Status: mandatory. OBJECT: ------- clnpNetToMediaEntry { clnpNetToMediaTable 1 } Syntax: ClnpNetToMediaEntry ::= SEQUENCE { clnpNetToMediaIfIndex INTEGER, clnpNetToMediaPhysAddress OCTET STRING, clnpNetToMediaNetAddress ClnpAddress, clnpNetToMediaType INTEGER, clnpNetToMediaAge INTEGER, clnpNetToMediaHoldTime INTEGER } Definition: Each entry contains one CLNP address to "physical" address equivalence. Access: not-accessible. Status: mandatory.Satz [Page 23]RFC 1162 CLNS MIB June 1990 OBJECT: ------- clnpNetToMediaIfIndex { clnpNetToMediaEntry 1 } Syntax: INTEGER Definition: 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. Access: read-write. Status: mandatory. OBJECT: ------- clnpNetToMediaPhysAddress { clnpNetToMediaEntry 2 } Syntax: OCTET STRING Definition: The media-dependent "physical" address. Access: read-write. Status: mandatory. OBJECT: ------- clnpNetToMediaNetAddress { clnpNetToMediaEntry 3 } Syntax: ClnpAddress Definition: The CLNP address corresponding to the media-dependent "physical" address.Satz [Page 24]RFC 1162 CLNS MIB June 1990 Access: read-write. Status: mandatory. OBJECT: ------- clnpNetToMediaType { clnpNetToMediaEntry 4 } Syntax: INTEGER { other(1), -- none of the following invalid(2), -- an invalidated mapping dynamic(3), static(4) } Definition: 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. Access: read-write. Status: mandatory. OBJECT: ------- clnpNetToMediaAge { clnpNetToMediaEntry 5 } Syntax: INTEGERSatz [Page 25]RFC 1162 CLNS MIB June 1990 Definition: 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. Access: read-write. Status: mandatory. OBJECT: ------- clnpNetToMediaHoldTime { clnpNetToMediaEntry 6 } Syntax: INTEGER Definition: The time in seconds this entry will be valid. Static entries should always report this field as -1. Access: read-write. Status: mandatory. OBJECT: ------- clnpMediaToNetTable { clnp 24 } Syntax: SEQUENCE OF ClnpMediaToNetEntry Definition: The CLNP Address Translation table used for mapping from physical addresses to CLNP addresses. Access: not-accessible. Status: mandatory.Satz [Page 26]RFC 1162 CLNS MIB June 1990 OBJECT: ------- clnpMediaToNetEntry { clnpMediaToNetTable 1 } Syntax: ClnpMediaToNetEntry ::= SEQUENCE { clnpMediaToNetIfIndex INTEGER, clnpMediaToNetNetAddress ClnpAddress, clnpMediaToNetPhysAddress OCTET STRING, clnpMediaToNetType INTEGER, clnpMediaToNetAge INTEGER, clnpMediaToNetHoldTime INTEGER } Definition: Each entry contains on ClnpAddress to "physical" address equivalence. Access: not-accessible. Status: mandatory. OBJECT: ------- clnpMediaToNetIfIndex { clnpMediaToNetEntry 1 } Syntax: INTEGER Definition: 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. Access: read-write.Satz [Page 27]RFC 1162 CLNS MIB June 1990 Status: mandatory. OBJECT: ------- clnpMediaToNetAddress { clnpMediaToNetEntry 2 } Syntax: ClnpAddress Definition: The ClnpAddress corresponding to the media-dependent "physical" address. Access: read-write. Status: mandatory. OBJECT: ------- clnpMediaToNetPhysAddress { clnpMediaToNetEntry 3 } Syntax: OCTET STRING Definition: The media-dependent "physical" address. Access: read-write. Status: mandatory. OBJECT: ------- clnpMediaToNetType { clnpMediaToNetEntry 4 } Syntax: INTEGER { other(1), -- none of the following invalid(2), -- an invalidated mapping dynamic(3),Satz [Page 28]RFC 1162 CLNS MIB June 1990 static(4) } Definition: 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. Access: read-write. Status: mandatory. OBJECT: ------- clnpMediaToNetAge { clnpMediaToNetEntry 5 } Syntax: INTEGER Definition: 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. Access: read-write. Status: mandatory. OBJECT: ------- clnpMediaToNetHoldTime { clnpMediaToNetEntry 6 }Satz [Page 29]RFC 1162 CLNS MIB June 1990 Syntax: INTEGER Definition: The time in seconds this entry will be valid. Static entries should always report this field as -1. Access: read-write. Status: mandatory.4.2. The CLNP Error Group This group records the CLNP Error protocol and is recommended for all systems which support CLNP. OBJECT: ------- clnpInErrors { error 1 } Syntax: Counter Definition: The number of CLNP Error PDUs received by this entity.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?