DSLAM-FLASH-MIB: View SNMP OID List / Download MIB

VENDOR: PAIRGAIN TECHNOLOGIES


 Home MIB: DSLAM-FLASH-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 pgDSLAMFlashMIB 1.3.6.1.4.1.927.1.9.5
The module defines the MIB for utilizing the DSLAM flash
     pgDSLAMFlashObjects 1.3.6.1.4.1.927.1.9.5.1
         pgDSLAMFlashOperStatus 1.3.6.1.4.1.927.1.9.5.1.1 integer read-only
This object contains the result of the most recent flash test, or the value none(1) if no tests have been requested since the last reset. Enumeration: 'failed': 4, 'none': 1, 'inProgress': 3, 'success': 2.
         pgDSLAMFlashDownLoad 1.3.6.1.4.1.927.1.9.5.1.2 octet string read-write
Write to this variable to initiate a TFTP download. syntax: :,[,]
         pgDSLAMFlashUpLoad 1.3.6.1.4.1.927.1.9.5.1.3 octet string read-write
Write to this variable to initiate a TFTP upload. syntax: ,,:
         pgDSLAMFlashCopyFile 1.3.6.1.4.1.927.1.9.5.1.4 octet string read-write
Write to this variable to copy a file from card to card. syntax: ,,[,]
         pgModemXferTable 1.3.6.1.4.1.927.1.9.5.1.5 no-access
The DSLAM Modem File Transfer Table.
             pgModemXferEntry 1.3.6.1.4.1.927.1.9.5.1.5.1 no-access
Entry in the DSLAM Modem File Transfer Table.
                 pgModemXferOperStatus 1.3.6.1.4.1.927.1.9.5.1.5.1.1 integer read-only
This object contains the result of the most recently requested modem file transfer access, or the value none(1) if no action have been requested since the last reset. Enumeration: 'failed': 4, 'none': 1, 'inProgress': 3, 'success': 2.
                 pgModemXferSourceFilename 1.3.6.1.4.1.927.1.9.5.1.5.1.2 octet string read-write
Specify source filename.
                 pgModemXferDestinationFilename 1.3.6.1.4.1.927.1.9.5.1.5.1.3 octet string read-write
Specify destination filename.
                 pgModemXferAction 1.3.6.1.4.1.927.1.9.5.1.5.1.4 integer read-write
Specify the desired download action. The options are as follows: download - Download the file specified by pgModemXferSourceFilename to the modem that is attached to ifIndex. The file must be present on the card that contains the ifIndex. Specifying pgModemXferDestinationFilename is optional and valid only for ADSL modems. abort - Abort current file transfer. Enumeration: 'download': 2, 'abort': 1.