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).
|
|||
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. |
|
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. |