MIB Variable Form

[This is the context-sensitive help for the MIB Variable form.]

The MIB Variable form enables you to view more detailed information about the selected MIB variable provided by a MIB file loaded on the NNMi management server.

For example, the IF-MIB's ifAdminStatus:

ifAdminStatus OBJECT-TYPE
SYNTAX INTEGER {
up(1), -- ready to pass packets
down(2),
testing(3) -- in some test mode
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The desired state of the interface. The testing(3) state
indicates that no operational packets can be passed."
::= { ifEntry 7 }

For information about each tabConcept Link IconSee Also

MIB Variable Basic Attributes
Attribute Description
Name

The Name value that is stored in the MIB definition for the selected MIB variable.

For example ifAdminStatus

OID (Numeric)

The numeric representation of the OID (Object Identification) value for the selected MIB variable.

For example: .1.3.6.1.2.1.2.2.1.7

OID (Text)

A symbolic OID uses mnemonic keywords to specify the managed object.

For example: .iso.org.dod.internet.mgmt.mib-2.interfaces.ifTable.ifEntry.ifAdminStatus

Syntax

The SYTNAX value for the MIB variable.

For example, the IF-MIB's ifAdminStatus variable's SYNTAX:

ifAdminStatus OBJECT-TYPE
SYNTAX INTEGER {
up(1), -- ready to pass packets
down(2),
testing(3) -- in some test mode
}
Textual Convention Defines the format rules to be used when displaying the MIB value. See Textual Convention Form for more information.
MIB

The name value that is stored at the beginning of the MIB definitions to identify the MIB.

For example, RFC1213-MIB is the name of the MIB:

RFC1213-MIB DEFINITIONS ::= BEGIN

Tip To explore all of the information available from this MIB, click the Lookup icon, and select Open.

Description

The Description that is stored in the MIB for the selected MIB variable.

For example, the ifDescr variable's (1.3.6.1.2.1.2.2.1.2) definition in RFC2233 IF-MIB:

DESCRIPTION
"A textual string containing information about the interface. This string should include the name of the manufacturer, the product name and the version of the interface hardware/software."