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

📄 rfc1213-mib

📁 opennms得相关源码 请大家看看
💻
📖 第 1 页 / 共 5 页
字号:
	::= { ipRouteEntry 4 }	-- 1.3.6.1.2.1.4.21.1.5	ipRouteMetric3 OBJECT-TYPE		SYNTAX INTEGER		ACCESS read-write		STATUS mandatory		DESCRIPTION			"An alternate routing metric for this route.  The			semantics of this metric are determined by the			routing-protocol specified in the route's			ipRouteProto value.  If this metric is not used,			its value should be set to -1."	::= { ipRouteEntry 5 }	-- 1.3.6.1.2.1.4.21.1.6	ipRouteMetric4 OBJECT-TYPE		SYNTAX INTEGER		ACCESS read-write		STATUS mandatory		DESCRIPTION			"An alternate routing metric for this route.  The			semantics of this metric are determined by the			routing-protocol specified in the route's			ipRouteProto value.  If this metric is not used,			its value should be set to -1."	::= { ipRouteEntry 6 }	-- 1.3.6.1.2.1.4.21.1.7	ipRouteNextHop OBJECT-TYPE		SYNTAX IpAddress		ACCESS read-write		STATUS mandatory		DESCRIPTION			"The IP address of the next hop of this route.			(In the case of a route bound to an interface			which is realized via a broadcast media, the value			of this field is the agent's IP address on that			interface.)"	::= { ipRouteEntry 7 }	-- 1.3.6.1.2.1.4.21.1.8	ipRouteType OBJECT-TYPE		SYNTAX INTEGER		{			other(1),			invalid(2),			direct(3),			indirect(4)		}		ACCESS read-write		STATUS mandatory		DESCRIPTION			"The type of route.  Note that the values			direct(3) and indirect(4) refer to the notion of			direct and indirect routing in the IP			architecture.						Setting this object to the value invalid(2) has			the effect of invalidating the corresponding entry			in the ipRouteTable object.  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 ipRouteType object."	::= { ipRouteEntry 8 }	-- 1.3.6.1.2.1.4.21.1.9	ipRouteProto OBJECT-TYPE		SYNTAX INTEGER		{			other(1),			local(2),			netmgmt(3),			icmp(4),			egp(5),			ggp(6),			hello(7),			rip(8),			is-is(9),			es-is(10),			ciscoIgrp(11),			bbnSpfIgp(12),			ospf(13),			bgp(14)		}		ACCESS read-only		STATUS mandatory		DESCRIPTION			"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."	::= { ipRouteEntry 9 }	-- 1.3.6.1.2.1.4.21.1.10	ipRouteAge OBJECT-TYPE		SYNTAX INTEGER		ACCESS read-write		STATUS mandatory		DESCRIPTION			"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."	::= { ipRouteEntry 10 }	-- 1.3.6.1.2.1.4.21.1.11	ipRouteMask OBJECT-TYPE		SYNTAX IpAddress		ACCESS read-write		STATUS mandatory		DESCRIPTION			"Indicate the mask to be logical-ANDed with the			destination address before being compared to the			value in the ipRouteDest field.  For those systems			that do not support arbitrary subnet masks, an			agent constructs the value of the ipRouteMask by			determining whether the value of the correspondent			ipRouteDest field belong to a class-A, B, or C			network, and then using one of:						     mask           network			     255.0.0.0      class-A			     255.255.0.0    class-B			     255.255.255.0  class-C						If the value of the ipRouteDest is 0.0.0.0 (a			default route), then the mask value is also			0.0.0.0.  It should be noted that all IP routing			subsystems implicitly use this mechanism."	::= { ipRouteEntry 11 }	-- 1.3.6.1.2.1.4.21.1.12	ipRouteMetric5 OBJECT-TYPE		SYNTAX INTEGER		ACCESS read-write		STATUS mandatory		DESCRIPTION			"An alternate routing metric for this route.  The			semantics of this metric are determined by the			routing-protocol specified in the route's			ipRouteProto value.  If this metric is not used,			its value should be set to -1."	::= { ipRouteEntry 12 }	-- 1.3.6.1.2.1.4.21.1.13	ipRouteInfo OBJECT-TYPE		SYNTAX OBJECT IDENTIFIER		ACCESS read-only		STATUS mandatory		DESCRIPTION			"A reference to MIB definitions specific to the			particular routing protocol which is responsible			for this route, as determined by the value			specified in the route's ipRouteProto value.  If			this information is not present, its value should			be set to the OBJECT IDENTIFIER { 0 0 }, which is			a syntatically valid object identifier, and any			conformant implementation of ASN.1 and BER must be			able to generate and recognize this value."	::= { ipRouteEntry 13 }	-- 1.3.6.1.2.1.4.22	ipNetToMediaTable OBJECT-TYPE		SYNTAX SEQUENCE OF IpNetToMediaEntry		ACCESS not-accessible		STATUS mandatory		DESCRIPTION			"The IP Address Translation table used for mapping			from IP addresses to physical addresses."	::= { ip 22 }	-- 1.3.6.1.2.1.4.22.1	ipNetToMediaEntry OBJECT-TYPE		SYNTAX IpNetToMediaEntry		ACCESS not-accessible		STATUS mandatory		DESCRIPTION			"Each entry contains one IpAddress to `physical'			address equivalence."		INDEX { ipNetToMediaIfIndex, ipNetToMediaNetAddress } 	::= { ipNetToMediaTable 1 }	IpNetToMediaEntry ::= SEQUENCE		{		ipNetToMediaIfIndex INTEGER,		ipNetToMediaPhysAddress PhysAddress,		ipNetToMediaNetAddress IpAddress,		ipNetToMediaType INTEGER		}	-- 1.3.6.1.2.1.4.22.1.1	ipNetToMediaIfIndex OBJECT-TYPE		SYNTAX INTEGER		ACCESS read-write		STATUS mandatory		DESCRIPTION			"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."	::= { ipNetToMediaEntry 1 }	-- 1.3.6.1.2.1.4.22.1.2	ipNetToMediaPhysAddress OBJECT-TYPE		SYNTAX PhysAddress		ACCESS read-write		STATUS mandatory		DESCRIPTION			"The media-dependent `physical' address."	::= { ipNetToMediaEntry 2 }	-- 1.3.6.1.2.1.4.22.1.3	ipNetToMediaNetAddress OBJECT-TYPE		SYNTAX IpAddress		ACCESS read-write		STATUS mandatory		DESCRIPTION			"The IpAddress corresponding to the media-			dependent `physical' address."	::= { ipNetToMediaEntry 3 }	-- 1.3.6.1.2.1.4.22.1.4	ipNetToMediaType OBJECT-TYPE		SYNTAX INTEGER		{			other(1),			invalid(2),			dynamic(3),			static(4)		}		ACCESS read-write		STATUS mandatory		DESCRIPTION			"The type of mapping.						Setting this object to the value invalid(2) has			the effect of invalidating the corresponding entry			in the ipNetToMediaTable.  That is, it effectively			dissasociates 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			ipNetToMediaType object."	::= { ipNetToMediaEntry 4 }	-- 1.3.6.1.2.1.4.23	ipRoutingDiscards 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."	::= { ip 23 }	-- 1.3.6.1.2.1.5	icmp OBJECT IDENTIFIER ::= { mib-2 5 }	-- 1.3.6.1.2.1.5.1	icmpInMsgs OBJECT-TYPE		SYNTAX Counter		ACCESS read-only		STATUS mandatory		DESCRIPTION			"The total number of ICMP messages which the			entity received.  Note that this counter includes			all those counted by icmpInErrors."	::= { icmp 1 }	-- 1.3.6.1.2.1.5.2	icmpInErrors OBJECT-TYPE		SYNTAX Counter		ACCESS read-only		STATUS mandatory		DESCRIPTION			"The number of ICMP messages which the entity			received but determined as having ICMP-specific			errors (bad ICMP checksums, bad length, etc.)."	::= { icmp 2 }	-- 1.3.6.1.2.1.5.3	icmpInDestUnreachs OBJECT-TYPE		SYNTAX Counter		ACCESS read-only		STATUS mandatory		DESCRIPTION			"The number of ICMP Destination Unreachable			messages received."	::= { icmp 3 }	-- 1.3.6.1.2.1.5.4	icmpInTimeExcds OBJECT-TYPE		SYNTAX Counter		ACCESS read-only		STATUS mandatory		DESCRIPTION			"The number of ICMP Time Exceeded messages			received."	::= { icmp 4 }	-- 1.3.6.1.2.1.5.5	icmpInParmProbs OBJECT-TYPE		SYNTAX Counter		ACCESS read-only		STATUS mandatory		DESCRIPTION			"The number of ICMP Parameter Problem messages			received."	::= { icmp 5 }	-- 1.3.6.1.2.1.5.6	icmpInSrcQuenchs OBJECT-TYPE		SYNTAX Counter		ACCESS read-only		STATUS mandatory		DESCRIPTION			"The number of ICMP Source Quench messages			received."	::= { icmp 6 }	-- 1.3.6.1.2.1.5.7	icmpInRedirects OBJECT-TYPE		SYNTAX Counter		ACCESS read-only		STATUS mandatory		DESCRIPTION			"The number of ICMP Redirect messages received."	::= { icmp 7 }	-- 1.3.6.1.2.1.5.8	icmpInEchos OBJECT-TYPE		SYNTAX Counter		ACCESS read-only		STATUS mandatory		DESCRIPTION			"The number of ICMP Echo (request) messages			received."	::= { icmp 8 }	-- 1.3.6.1.2.1.5.9	icmpInEchoReps OBJECT-TYPE		SYNTAX Counter		ACCESS read-only		STATUS mandatory		DESCRIPTION			"The number of ICMP Echo Reply messages received."	::= { icmp 9 }	-- 1.3.6.1.2.1.5.10	icmpInTimestamps OBJECT-TYPE		SYNTAX Counter		ACCESS read-only		STATUS mandatory		DESCRIPTION			"The number of ICMP Timestamp (request) messages			received."	::= { icmp 10 }	-- 1.3.6.1.2.1.5.11	icmpInTimestampReps OBJECT-TYPE		SYNTAX Counter		ACCESS read-only		STATUS mandatory		DESCRIPTION			"The number of ICMP Timestamp Reply messages			received."	::= { icmp 11 }	-- 1.3.6.1.2.1.5.12	icmpInAddrMasks OBJECT-TYPE		SYNTAX Counter		ACCESS read-only		STATUS mandatory		DESCRIPTION			"The number of ICMP Address Mask Request messages			received."	::= { icmp 12 }	-- 1.3.6.1.2.1.5.13	icmpInAddrMaskReps OBJECT-TYPE		SYNTAX Counter		ACCESS read-only		STATUS mandatory		DESCRIPTION			"The number of ICMP Address Mask Reply messages			received."	::= { icmp 13 }	-- 1.3.6.1.2.1.5.14	icmpOutMsgs OBJECT-TYPE		SYNTAX Counter		ACCESS read-only		STATUS mandatory		DESCRIPTION			"The total number of ICMP messages which this			entity attempted to send.  Note that this counter			includes all those counted by icmpOutErrors."	::= { icmp 14 }	-- 1.3.6.1.2.1.5.15	icmpOutErrors OBJECT-TYPE		SYNTAX Counter		ACCESS read-only		STATUS mandatory		DESCRIPTION			"The number of ICMP messages which this entity did			not send due to problems discovered within ICMP			such as a lack of buffers.  This value should not			include errors discovered outside the ICMP layer			such as the inability of IP to route the resultant			datagram.  In some implementations there may be no			types of error which contribute to this counter's			value."	::= { icmp 15 }	-- 1.3.6.1.2.1.5.16	icmpOutDestUnreachs OBJECT-TYPE		SYNTAX Counter		ACCESS read-only		STATUS mandatory		DESCRIPTION			"The number of ICMP Destination Unreachable			messages sent."	::= { icmp 16 }	-- 1.3.6.1.2.1.5.17	icmpOutTimeExcds OBJECT-TYPE		SYNTAX Counter		ACCESS read-only		STATUS mandatory		DESCRIPTION			"The number of ICMP Time Exceeded messages sent."	::= { icmp 17 }	-- 1.3.6.1.2.1.5.18	icmpOutParmProbs OBJECT-TYPE		SYNTAX Counter		ACCESS read-only		STATUS mandatory		DESCRIPTION			"The number of ICMP Parameter Problem messages			sent."	::= { icmp 18 }	-- 1.3.6.1.2.1.5.19	icmpOutSrcQuenchs OBJECT-TYPE		SYNTAX Counter		ACCESS read-only		STATUS mandatory		DESCRIPTION			"The number of ICMP Source Quench messages sent."	::= { icmp 19 }	-- 1.3.6.1.2.1.5.20	icmpOutRedirects OBJECT-TYPE		SYNTAX Counter		ACCESS read-only		STATUS mandatory		DESCRIPTION			"The number of ICMP Redirect messages sent.  For a			host, this object will always be zero, since hosts			do not send redirects."	::= { icmp 20 }	-- 1.3.6.1.2.1.5.21	icmpOutEchos OBJECT-TYPE		SYNTAX Counter		ACCESS read-only		STATUS mandatory		DESCRIPTION			"The number of ICMP Echo (request) messages sent."	::= { icmp 21 }	-- 1.3.6.1.2.1.5.22	icmpOutEchoReps OBJECT-TYPE		SYNTAX Counter		ACCESS read-only		STATUS mandatory		DESCRIPTION			"The number of ICMP Echo Reply messages sent."	::= { icmp 22 }	-- 1.3.6.1.2.1.5.23	icmpOutTimestamps OBJECT-TYPE		SYNTAX Counter		ACCESS read-only		STATUS mandatory		DESCRIPTION			"The number of ICMP Timestamp (request) messages			sent."	::= { icmp 23 }	-- 1.3.6.1.2.1.5.24	icmpOutTimestampReps OBJECT-TYPE		SYNTAX Counter		ACCESS read-only		STATUS mandatory

⌨️ 快捷键说明

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