NMS-EPON-TFTP

File: NMS-EPON-TFTP.mib (3269 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF NMS-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Integer32 Unsigned32 MODULE-COMPLIANCE
OBJECT-GROUP NOTIFICATION-GROUP nmsEPONGroup

Defined Values

nmsEponTftp 1.3.6.1.4.1.3320.101.20
OBJECT IDENTIFIER    

nmsTftpSrcPath 1.3.6.1.4.1.3320.101.20.1
NMS EPON OLT device source file path.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

nmsTftpSrcFileName 1.3.6.1.4.1.3320.101.20.2
NMS EPON OLT device source file name.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

nmsTftpDestPath 1.3.6.1.4.1.3320.101.20.3
NMS EPON OLT device destination file path.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

nmsTftpDestFileName 1.3.6.1.4.1.3320.101.20.4
NMS EPON OLT device destination file name.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

nmsTftpActvice 1.3.6.1.4.1.3320.101.20.5
NMS EPON OLT device tftp operation status. When the value 'upload(1)' is set, all the value in this mib file would be read into system and cresponding file in destination would be uploaded into flash. As the value 'download(2)' is set, the file in the flash would be downloaded into local machine. After all the operations finish, the value would be set as 'disable(3)' automatically.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER upload(1), download(2), disable(3)  

nmsTftpResult 1.3.6.1.4.1.3320.101.20.6
NMS EPON OLT device tftp operation result.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER success(0), failure(8888)