📄 clns-mib
字号:
CLNS-MIB DEFINITIONS ::= BEGINIMPORTS experimental, Counter FROM RFC1155-SMI PhysAddress FROM RFC1213-MIB OBJECT-TYPE FROM RFC-1212;-- This MIB module uses the extended OBJECT-TYPE macro as-- defined in [9]-- the CLNS MIB moduleclns OBJECT IDENTIFIER ::= { experimental 1 }-- textual conventionsClnpAddress ::= OCTET STRING (SIZE (1..21))-- This data type is used to model NSAP addresses.-- groups in the CLNS MIBclnp OBJECT IDENTIFIER ::= { clns 1 }error OBJECT IDENTIFIER ::= { clns 2 }echo OBJECT IDENTIFIER ::= { clns 3 }es-is OBJECT IDENTIFIER ::= { clns 4 }-- the CLNP group-- Implementation of this group is recommended for all-- systems which implement the CLNP.clnpForwarding OBJECT-TYPE SYNTAX INTEGER { is(1), -- entity is an intermediate system -- entity is an end system and does es(2) -- not forward PDUs } ACCESS read-write STATUS mandatory DESCRIPTION "The indication of whether this entity is active as an intermediate or end system. Only intermediate systems will forward PDUs onward that are not addressed to them." ::= { clnp 1 }clnpDefaultLifeTime OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The default value inserted into the Lifetime field of the CLNP PDU header of PDUs sourced by this entity." ::= { clnp 2 }clnpInReceives OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of input PDUs received from all connected network interfaces running CLNP, including errors." ::= { clnp 3 }clnpInHdrErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of input PDUs discarded due to errors in the CLNP header, including bad checksums, version mismatch, lifetime exceeded, errors discovered in processing options, etc." ::= { clnp 4 }clnpInAddrErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of input PDUs discarded because the NSAP address in the CLNP header's destination field was not a valid NSAP to be received at this entity. This count includes addresses not understood. For end systems, this is a count of PDUs which arrived with a destination NSAP which was not local." ::= { clnp 5 }clnpForwPDUs OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of input PDUs for which this entity was not the final destination and which an attempt was made to forward them onward." ::= { clnp 6 }clnpInUnknownNLPs OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of locally-addressed PDUs successfully received but discarded because the network layer protocol was unknown or unsupported (e.g., not CLNP or ES-IS)." ::= { clnp 7 }clnpInUnknownULPs OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of locally-addressed PDUs successfully received but discarded because the upper layer protocol was unknown or unsupported (e.g., not TP4)." ::= { clnp 8 }clnpInDiscards OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of input CLNP PDUs for which no problems were encountered to prevent their continued processing, but were discarded (e.g., for lack of buffer space). Note that this counter does not include any PDUs discarded while awaiting re-assembly." ::= { clnp 9 }clnpInDelivers OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of input PDUs successfully delivered to the CLNS transport user." ::= { clnp 10 }clnpOutRequests OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of CLNP PDUs which local CLNS user protocols supplied to CLNP for transmission requests. This counter does not include any PDUs counted in clnpForwPDUs." ::= { clnp 11 }clnpOutDiscards OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of output CLNP PDUs for which no other problem was encountered to prevent their transmission but were discarded (e.g., for lack of buffer space). Note this counter includes PDUs counted in clnpForwPDUs." ::= { clnp 12 }clnpOutNoRoutes OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of CLNP PDUs discarded because no route could be found to transmit them to their destination. This counter includes any PDUs counted in clnpForwPDUs." ::= { clnp 13 }clnpReasmTimeout OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The maximum number of seconds which received segments are held while they are awaiting reassembly at this entity." ::= { clnp 14 }clnpReasmReqds OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of CLNP segments received which needed to be reassembled at this entity." ::= { clnp 15 }clnpReasmOKs OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of CLNP PDUs successfully re-assembled at this entity." ::= { clnp 16 }clnpReasmFails OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of failures detected by the CLNP reassembly algorithm (for any reason: timed out, buffer size, etc)." ::= { clnp 17 }clnpSegOKs OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of CLNP PDUs that have been successfully segmented at this entity." ::= { clnp 18 }clnpSegFails OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of CLNP PDUs that have been discarded because they needed to be fragmented at this entity but could not." ::= { clnp 19 }clnpSegCreates OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of CLNP PDU segments that have been generated as a result of segmentation at this entity." ::= { clnp 20 }clnpInOpts OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of CLNP PDU segments that have been input with options at this entity." ::= { clnp 25 }clnpOutOpts OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of CLNP PDU segments that have been generated with options by this entity." ::= { clnp 26 }clnpRoutingDiscards OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of routing entries which were chosen to be discarded even though they are valid. One possible reason for discarding such an entry could be to free-up buffer space for other routing entries." ::= { clnp 27 }-- the CLNP Interfaces table-- The CLNP interfaces table contains information on the-- entity's interfaces which are running the CLNP.clnpAddrTable OBJECT-TYPE SYNTAX SEQUENCE OF ClnpAddrEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The table of addressing information relevant to this entity's CLNP addresses. " ::= { clnp 21 }clnpAddrEntry OBJECT-TYPE SYNTAX ClnpAddrEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The addressing information for one of this entity's CLNP addresses." INDEX { clnpAdEntAddr } ::= { clnpAddrTable 1 }ClnpAddrEntry ::= SEQUENCE { clnpAdEntAddr ClnpAddress, clnpAdEntIfIndex INTEGER, clnpAdEntReasmMaxSize INTEGER (0..65535) }clnpAdEntAddr OBJECT-TYPE SYNTAX ClnpAddress 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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -