SYNOPTICS-RMON-EXT-MIB: View SNMP OID List / Download MIB
VENDOR: SYNOPTICS
Home | MIB: SYNOPTICS-RMON-EXT-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
snpxRmonExt | 1.3.6.1.4.1.45.1.8 | |||
snpxRmonGetTabExt | 1.3.6.1.4.1.45.1.8.6 | |||
getTable | 1.3.6.1.4.1.45.1.8.6.1 | |||
getTableTable | 1.3.6.1.4.1.45.1.8.6.1.1 | no-access |
A table of bulk GetTable entries. These entries consist of a header followed by several rows from the SNMP table being requested. |
|
1.3.6.1.4.1.45.1.8.6.1.1.1 | no-access |
A row in the table of bulk entries for getTableTable. |
||
getTableSource | 1.3.6.1.4.1.45.1.8.6.1.1.1.1 | object identifier | no-access |
A 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. |
getTableIndex | 1.3.6.1.4.1.45.1.8.6.1.1.1.2 | object identifier | no-access |
A 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. |
getTableData | 1.3.6.1.4.1.45.1.8.6.1.1.1.3 | octet string | read-only |
The 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 -- BER (1), BigEndian(2) [Integer16] 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. |