Use > Explore SNMP MIB Source Information > MIB Form > Textual Conventions Tab > Textual Convention Form > Textual Convention Form: Enumerated Values Tab

Textual Convention Form: Enumerated Values Tab

The Enumerated Values tab enables you to view each enumerated value pair, if any, for a selected MIB OID. For example, the IF-MIB's ifAdminStatus includes three enumerated values for status 1=up, 2=down, 3=testing, as shown in the following example:

ifAdminStatus OBJECT-TYPE
SYNTAX INTEGER {
1 up,
2 down),
3 testing
}
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

Enumerated Value Tab
Attribute Description
String Value The text value that is associated with the Numeric Value for the selected MIB variable.
Numeric Value

The numeric value that is associated with the String Value for the selected MIB variable.

Double-click the row representing an enumerated value pair. The Textual Convention: Enumerated Values Form displays all details about the selected enumerated value pair.