SYNOPTICS-RMON-EXT-MIB

File: SYNOPTICS-RMON-EXT-MIB.mib (4022 bytes)

Imported modules

RFC-1212 SYNOPTICS-ROOT-MIB

Imported symbols

OBJECT-TYPE products

Defined Types

GetTableEntry  
SEQUENCE    
  getTableSource OBJECT IDENTIFIER
  getTableIndex OBJECT IDENTIFIER
  getTableData OCTET STRING

Defined Values

snpxRmonExt 1.3.6.1.4.1.45.1.8
OBJECT IDENTIFIER    

snpxRmonGetTabExt 1.3.6.1.4.1.45.1.8.6
OBJECT IDENTIFIER    

getTable 1.3.6.1.4.1.45.1.8.6.1
OBJECT IDENTIFIER    

getTableTable 1.3.6.1.4.1.45.1.8.6.1.1
A table of bulk GetTable entries. These entries consist of a header followed by several rows from the SNMP table being requested.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    GetTableEntry

getTableEntry 1.3.6.1.4.1.45.1.8.6.1.1.1
A row in the table of bulk entries for getTableTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  GetTableEntry  

getTableSource 1.3.6.1.4.1.45.1.8.6.1.1.1.1
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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OBJECT IDENTIFIER  

getTableIndex 1.3.6.1.4.1.45.1.8.6.1.1.1.2
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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OBJECT IDENTIFIER  

getTableData 1.3.6.1.4.1.45.1.8.6.1.1.1.3
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..1200)