2 -- WinAgents MIB Extraction Wizard
\r
3 -- Extracted from rfc1213.txt 16.03.2005 20:20:14
\r
5 RFC1213-MIB DEFINITIONS ::= BEGIN
\r
8 mgmt, NetworkAddress, IpAddress, Counter, Gauge,
\r
14 -- This MIB module uses the extended OBJECT-TYPE macro as
\r
18 -- MIB-II (same prefix as MIB-I)
\r
20 mib-2 OBJECT IDENTIFIER ::= { mgmt 1 }
\r
22 -- textual conventions
\r
26 -- This data type is used to model textual information taken
\r
27 -- from the NVT ASCII character set. By convention, objects
\r
28 -- with this syntax are declared as having
\r
35 -- This data type is used to model media addresses. For many
\r
36 -- types of media, this will be in a binary representation.
\r
37 -- For example, an ethernet address would be represented as
\r
38 -- a string of 6 octets.
\r
43 system OBJECT IDENTIFIER ::= { mib-2 1 }
\r
45 interfaces OBJECT IDENTIFIER ::= { mib-2 2 }
\r
47 at OBJECT IDENTIFIER ::= { mib-2 3 }
\r
49 ip OBJECT IDENTIFIER ::= { mib-2 4 }
\r
51 icmp OBJECT IDENTIFIER ::= { mib-2 5 }
\r
53 tcp OBJECT IDENTIFIER ::= { mib-2 6 }
\r
55 udp OBJECT IDENTIFIER ::= { mib-2 7 }
\r
57 egp OBJECT IDENTIFIER ::= { mib-2 8 }
\r
59 -- historical (some say hysterical)
\r
60 -- cmot OBJECT IDENTIFIER ::= { mib-2 9 }
\r
62 transmission OBJECT IDENTIFIER ::= { mib-2 10 }
\r
64 snmp OBJECT IDENTIFIER ::= { mib-2 11 }
\r
69 -- Implementation of the System group is mandatory for all
\r
70 -- systems. If an agent is not configured to have a value
\r
71 -- for any of these variables, a string of length 0 is
\r
125 -- the Address Translation group
\r
127 -- Implementation of the Address Translation group is
\r
128 -- mandatory for all systems. Note however that this group
\r
129 -- is deprecated by MIB-II. That is, it is being included
\r
131 -- solely for compatibility with MIB-I nodes, and will most
\r
132 -- likely be excluded from MIB-III nodes. From MIB-II and
\r
133 -- onwards, each network protocol group contains its own
\r
134 -- address translation tables.
\r
136 -- The Address Translation group contains one table which is
\r
137 -- the union across all interfaces of the translation tables
\r
138 -- for converting a NetworkAddress (e.g., an IP address) into
\r
139 -- a subnetwork-specific address. For lack of a better term,
\r
140 -- this document refers to such a subnetwork-specific address
\r
141 -- as a `physical' address.
\r
143 -- Examples of such translation tables are: for broadcast
\r
144 -- media where ARP is in use, the translation table is
\r
145 -- equivalent to the ARP cache; or, on an X.25 network where
\r
146 -- non-algorithmic translation to X.121 addresses is
\r
147 -- required, the translation table contains the
\r
148 -- NetworkAddress to X.121 address equivalences.
\r
166 -- the IP address table
\r
168 -- The IP address table contains this entity's IP addressing
\r
182 ipAdEntReasmMaxSize
\r
219 IpNetToMediaEntry ::=
\r
221 ipNetToMediaIfIndex
\r
223 ipNetToMediaPhysAddress
\r
225 ipNetToMediaNetAddress
\r
237 tcpConnLocalAddress
\r
240 INTEGER (0..65535),
\r
258 -- the EGP Neighbor table
\r
260 -- The EGP neighbor table contains information about this
\r
261 -- entity's EGP neighbors.
\r
289 egpNeighIntervalHello
\r
291 egpNeighIntervalPoll
\r
295 egpNeighEventTrigger
\r
301 -- the Transmission group
\r
303 -- Based on the transmission media underlying each interface
\r
304 -- on a system, the corresponding portion of the Transmission
\r
305 -- group is mandatory for that system.
\r
307 -- When Internet-standard definitions for managing
\r
308 -- transmission media are defined, the transmission group is
\r
309 -- used to provide a prefix for the names of those objects.
\r
311 -- Typically, such definitions reside in the experimental
\r
312 -- portion of the MIB until they are "proven", then as a
\r
313 -- part of the Internet standardization process, the
\r
314 -- definitions are accordingly elevated and a new object
\r
315 -- identifier, under the transmission group is defined. By
\r
316 -- convention, the name assigned is:
\r
318 -- type OBJECT IDENTIFIER ::= { transmission number }
\r
320 -- where "type" is the symbolic value used for the media in
\r
321 -- the ifType column of the ifTable object, and "number" is
\r
322 -- the actual integer value corresponding to the symbol.
\r
327 -- Implementation of the SNMP group is mandatory for all
\r
328 -- systems which support an SNMP protocol entity. Some of
\r
329 -- the objects defined below will be zero-valued in those
\r
330 -- SNMP implementations that are optimized to support only
\r
331 -- those functions specific to either a management agent or
\r
332 -- a management station. In particular, it should be
\r
333 -- observed that the objects below refer to an SNMP entity,
\r
334 -- and there may be several SNMP entities residing on a
\r
335 -- managed node (e.g., if the node is hosting acting as
\r
336 -- a management station).
\r