Mib tables, Table c-1 l – Carrier Access Access Navigator User Manual
Page 663

Access Navigator - Release 1.8
August 2003
C-5
SNMP Interface
MIB Tables
MIB Tables
Related objects are normally grouped together to form a table. For example, the interface table
(“ifTable” “1.3.6.1.2.1.2.2”) contains information about each interface of the device. Objects in this
table are accessed by adding a dot-number to the object name or identifier to select the desired interface.
In this table the interface description object is “ifDesc” “1.3.6.1.2.1.2.2.1.2”, so the description of the
tenth interface is contained in “ifDescr.10” “1.3.6.1.2.1.2.2.1.2.10”.
Table C-1.Standard SNMP Object Types
Object Type
Description
DisplayString
A printable text string, typically containing
from 0 to 255 characters (0..255).
Counter
A numeric value that can only increase. The
value is always positive and rolls over to
zero after reaching maximum count.
Gauge
A numeric value that can increase or
decrease.
Integer
A numeric value that can be positive or neg-
ative. Integers are often used to specify
selections presented in the name(value) for-
mat.
TimeTicks
Elapsed time in hundredths of a second.
Management software usually converts
TimeTicks into hours, minutes, and sec-
onds.
Object
An identifier for another object.
IpAddress
The IP address of a network device.
NetworkAddress
The network address of a device, such as an
IpAddress. Format is typically hexadecimal
or IP.
PhysAddress
The physical or Media Access Control
(MAC) link layer address.