Cover | Table of Contents | Colophon
http://netman.cit.buffalo.edu). It contains
useful links to other sites that provide similar information, as well
as a network-management product list (http://netman.cit.buffalo.edu/Products.html)
that includes both software and hardware vendors; it even has product
reviews. This site is a great starting point in the search for
network-management information and can be an extremely useful tool
for determining what kinds of hardware and software are currently out
there. Two more great web sites are the SimpleWeb (http://www.snmp.cs.utwente.nl) and SNMP Link
(http://www.SNMPLink.org).
The Simple Times, an online publication devoted
to SNMP and network management, is also useful. You can find the
current edition, and all the previous ones, at http://www.simple-times.org.
ftp://ftp.iana.org/mib/. There is also an
SNMP FAQ, available in two parts at http://www.faqs.org/faqs/snmp-faq/part1/ and
http://www.faqs.org/faqs/snmp-faq/part2/.
|
Datatype
|
Description
|
|---|---|
Integer32 |
Same as an
INTEGER. |
Counter32 |
Same as a
Counter. |
Gauge32 |
Same as a
Gauge.
|
Unsigned32 |
Represents decimal values in the range of 0 to
232 - 1 inclusive.
|
Counter64 |
Similar to
Counter32, but its maximum value is
18,446,744,073,709,551,615. Counter64 is ideal for
situations in which a Counter32 may wrap back to 0
in a short amount of time.
|
BITS |
An enumeration of nonnegative named bits.
|
mib-2 OBJECT IDENTIFIER ::= { mgmt 1 }
system OBJECT IDENTIFIER ::= { mib-2 1 }
interfaces OBJECT IDENTIFIER ::= { mib-2 2 }
at OBJECT IDENTIFIER ::= { mib-2 3 }
ip OBJECT IDENTIFIER ::= { mib-2 4 }
icmp OBJECT IDENTIFIER ::= { mib-2 5 }
tcp OBJECT IDENTIFIER ::= { mib-2 6 }
udp OBJECT IDENTIFIER ::= { mib-2 7 }
egp OBJECT IDENTIFIER ::= { mib-2 8 }
transmission OBJECT IDENTIFIER ::= { mib-2 10 }
snmp OBJECT IDENTIFIER ::= { mib-2 11 }mib-2
1, or 1.3.6.1.2.1.1, and so
on. Figure 2-4 shows the MIB-II subtree of the
mgmt branch.
|
Subtree Name
|
OID
|
Description
|
|---|---|---|
|
system
|
1.3.6.1.2.1.1
|
Defines a list of objects that pertain to system operation, such as
the system uptime, system contact, and system name.
|
$ snmpget cisco.ora.com public .1.3.6.1.2.1.1.6.0
system.sysLocation.0 = ""host OBJECT IDENTIFIER ::= { mib-2 25 }
hrSystem OBJECT IDENTIFIER ::= { host 1 }
hrStorage OBJECT IDENTIFIER ::= { host 2 }
hrDevice OBJECT IDENTIFIER ::= { host 3 }
hrSWRun OBJECT IDENTIFIER ::= { host 4 }
hrSWRunPerf OBJECT IDENTIFIER ::= { host 5 }
hrSWInstalled OBJECT IDENTIFIER ::= { host 6 }rmon OBJECT IDENTIFIER ::= { mib-2 16 }
statistics OBJECT IDENTIFIER ::= { rmon 1 }
history OBJECT IDENTIFIER ::= { rmon 2 }
alarm OBJECT IDENTIFIER ::= { rmon 3 }
hosts OBJECT IDENTIFIER ::= { rmon 4 }
hostTopN OBJECT IDENTIFIER ::= { rmon 5 }
matrix OBJECT IDENTIFIER ::= { rmon 6 }
filter OBJECT IDENTIFIER ::= { rmon 7 }
capture OBJECT IDENTIFIER ::= { rmon 8 }
event OBJECT IDENTIFIER ::= { rmon 9 }
$ snmpget linuxserver.ora.com public system.sysDescr.0
system.sysDescr.0 = "Linux version 2.0.34 (root@porky.redhat.com)
(gcc version 2.7.2.3) #1 Fri May 8 16:05:57 EDT 1998"$ snmpget orarouter.ora.com public system.sysDescr.0
system.sysDescr.0 = "Cisco Internetwork Operating System Software
..IOS (tm) 2500 Software (C2500-I-L), Version 11.2(5), RELEASE
SOFTWARE (fc1)..Copyright (c) 1986-1997 by cisco Systems, Inc...
Compiled Mon 31-Mar-97 19:53 by ckralik"$ snmpget linuxserver.ora.com public system.sysDescr.0
Timeout: No Response from linuxserver.ora.com.