DSLAM-FLASH-MIB

File: DSLAM-FLASH-MIB.mib (4989 bytes)

Imported modules

RFC1155-SMI SNMPv2-SMI RFC-1212
RFC1213-MIB PAIRGAIN-COMMON-HD-MIB

Imported symbols

enterprises Gauge MODULE-IDENTITY
OBJECT-TYPE ifIndex pgainDSLAM

Defined Types

PgModemXferEntry  
SEQUENCE    
  pgModemXferOperStatus INTEGER
  pgModemXferSourceFilename OCTET STRING Size(0..255)
  pgModemXferDestinationFilename OCTET STRING Size(0..255)
  pgModemXferAction INTEGER

Defined Values

pgDSLAMFlashMIB 1.3.6.1.4.1.927.1.9.5
The module defines the MIB for utilizing the DSLAM flash
MODULE-IDENTITY    

pgDSLAMFlashObjects 1.3.6.1.4.1.927.1.9.5.1
OBJECT IDENTIFIER    

pgDSLAMFlashOperStatus 1.3.6.1.4.1.927.1.9.5.1.1
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER none(1), success(2), inProgress(3), failed(4)  

pgDSLAMFlashDownLoad 1.3.6.1.4.1.927.1.9.5.1.2
Write to this variable to initiate a TFTP download. syntax: :,[,]
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

pgDSLAMFlashUpLoad 1.3.6.1.4.1.927.1.9.5.1.3
Write to this variable to initiate a TFTP upload. syntax: ,,:
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

pgDSLAMFlashCopyFile 1.3.6.1.4.1.927.1.9.5.1.4
Write to this variable to copy a file from card to card. syntax: ,,[,]
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

pgModemXferTable 1.3.6.1.4.1.927.1.9.5.1.5
The DSLAM Modem File Transfer Table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PgModemXferEntry

pgModemXferEntry 1.3.6.1.4.1.927.1.9.5.1.5.1
Entry in the DSLAM Modem File Transfer Table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PgModemXferEntry  

pgModemXferOperStatus 1.3.6.1.4.1.927.1.9.5.1.5.1.1
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER none(1), success(2), inProgress(3), failed(4)  

pgModemXferSourceFilename 1.3.6.1.4.1.927.1.9.5.1.5.1.2
Specify source filename.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

pgModemXferDestinationFilename 1.3.6.1.4.1.927.1.9.5.1.5.1.3
Specify destination filename.
Status: optional Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

pgModemXferAction 1.3.6.1.4.1.927.1.9.5.1.5.1.4
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.
Status: mandatory Access: write-only
OBJECT-TYPE    
  INTEGER abort(1), download(2)