SYNOPTICS-RMON-EXT-MIB
Detailed view of the defined objects, syntax rules, and hierarchical paths.
9
Objects
Active
Status
2
Dependencies
Imported Objects
Objects
9 total| Object Name |
|---|
snpxRmonExt OBJECT IDENTIFIER .1.3.6.1.4.1.2011.2.8 |
IMPORTS Unknown .1.3.6.1.4.1.2011.2.8 |
snpxRmonGetTabExt OBJECT IDENTIFIER .1.3.6.1.4.1.2011.2.8.6 |
getTable OBJECT IDENTIFIER .1.3.6.1.4.1.2011.2.8.6.1 |
getTableTableA table of bulk GetTable entries. These entries consist of a
header followed by several rows from the SNMP table being
requested. SEQUENCE OF GetTableEntry .1.3.6.1.4.1.2011.2.8.6.1.1 |
getTableEntryA row in the table of bulk entries for getTableTable. GetTableEntry .1.3.6.1.4.1.2011.2.8.6.1.1.1 |
getTableSourceA length encoded object identifier for the SNMP table to
retrieve. For example, the RMON2 alMatrixSD table is identified
as the OID number 9.1.3.6.1.2.1.16.17.1, where the first 9 is
the length of the OID. OBJECT IDENTIFIER .1.3.6.1.4.1.2011.2.8.6.1.1.1.1 |
getTableIndexA length encoded object identifier consisting of the source
table's normal index values as they are specified in the MIB
definition for the table. Each index value is preceded by a flag
that indicates whether the index is fixed(1) or dynamic(2).
When returning table rows, the agent only increments index
values that are dynamic(2). Any index that is fixed(1) remains
constant for the entire set of rows returned.
For the initial get request, dynamic index values are set to
zero. It is up to the agent to determine the first value to use.
On all subsequent requests, the request OID is the one returned
in the response. OBJECT IDENTIFIER .1.3.6.1.4.1.2011.2.8.6.1.1.1.2 |
getTableDataThe OCTET STRING consists of a header followed by a set of data
records. The header consists of the information:
response packet version number (1) [Integer16]
data record encoding
agent sysUpTime value [TimeTicks]
number of records in this response [Integer32]
The data records consist of each dynamic index for this row plus
each row entry defined in the source table's MIB definition.ro OCTET STRING .1.3.6.1.4.1.2011.2.8.6.1.1.1.3 |