SDCARDMGMT-MIB

File: SDCARDMGMT-MIB.mib (8137 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC TIMERANGE-MIB
DLINK-ID-REC-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE RowStatus
DisplayString TruthValue swTimeRangeMgmtRangeName
dlink-common-mgmt

Defined Types

SwSDCardMgmtBackupCtrlEntry  
SEQUENCE    
  swSDCardMgmtBackupType INTEGER
  swSDCardMgmtBackupFilename DisplayString
  swSDCardMgmtBackupState INTEGER
  swSDCardMgmtBackupRowStatus RowStatus

SwSDCardMgmtExecCtrlEntry  
SEQUENCE    
  swSDCardMgmtExecFilename DisplayString
  swSDCardMgmtExecState INTEGER
  swSDCardMgmtExecIncrement TruthValue
  swSDCardMgmtExecRowStatus RowStatus

Defined Values

swSDCardMgmtMIB 1.3.6.1.4.1.171.12.95
The structure of SD card management module MIB.
MODULE-IDENTITY    

swSDCardMgmtNotifications 1.3.6.1.4.1.171.12.95.0
OBJECT IDENTIFIER    

swSDCardMgmtMIBObjects 1.3.6.1.4.1.171.12.95.1
OBJECT IDENTIFIER    

swSDCardMgmtGeneralGroup 1.3.6.1.4.1.171.12.95.1.1
OBJECT IDENTIFIER    

swSDCardMgmtBackupCtrl 1.3.6.1.4.1.171.12.95.1.2
OBJECT IDENTIFIER    

swSDCardMgmtExecCtrl 1.3.6.1.4.1.171.12.95.1.3
OBJECT IDENTIFIER    

swSDCardMgmtExecConfigCtrl 1.3.6.1.4.1.171.12.95.1.4
OBJECT IDENTIFIER    

swSDCardMgmtBackupCtrlTable 1.3.6.1.4.1.171.12.95.1.2.1
A table that contains information about SD card backup schedules.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwSDCardMgmtBackupCtrlEntry

swSDCardMgmtBackupCtrlEntry 1.3.6.1.4.1.171.12.95.1.2.1.1
A list of SD card backup schedules.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwSDCardMgmtBackupCtrlEntry  

swSDCardMgmtBackupType 1.3.6.1.4.1.171.12.95.1.2.1.1.1
Indicates the SD card backup type.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER configuration(1), log(2)  

swSDCardMgmtBackupFilename 1.3.6.1.4.1.171.12.95.1.2.1.1.2
Indicates the backup filename.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..32)  

swSDCardMgmtBackupState 1.3.6.1.4.1.171.12.95.1.2.1.1.3
Indicates the backup schedule state.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

swSDCardMgmtBackupRowStatus 1.3.6.1.4.1.171.12.95.1.2.1.1.100
Indicates the status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

swSDCardMgmtExecCtrlTable 1.3.6.1.4.1.171.12.95.1.3.1
A table that contains information about SD card execute schedules.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwSDCardMgmtExecCtrlEntry

swSDCardMgmtExecCtrlEntry 1.3.6.1.4.1.171.12.95.1.3.1.1
A list of SD card execute schedules.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwSDCardMgmtExecCtrlEntry  

swSDCardMgmtExecFilename 1.3.6.1.4.1.171.12.95.1.3.1.1.1
Indicate the filename of the script.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..32)  

swSDCardMgmtExecState 1.3.6.1.4.1.171.12.95.1.3.1.1.2
Indicates the schedules execute state.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

swSDCardMgmtExecIncrement 1.3.6.1.4.1.171.12.95.1.3.1.1.3
Indicates whether the current configuration will remain valid or not before execute the script. true(1): the current configuration will not be reset before execute the script. false(2): the current configuration will be reset before execute the script.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

swSDCardMgmtExecRowStatus 1.3.6.1.4.1.171.12.95.1.3.1.1.100
Indicates the status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

swSDCardMgmtExecConfigFilename 1.3.6.1.4.1.171.12.95.1.4.1
Indicates the filename of the script which to be execute.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..32)  

swSDCardMgmtExecConfigIncrement 1.3.6.1.4.1.171.12.95.1.4.2
Indicates whether the current configuration will remain valid or not before execute the script. true(1): the current configuration will not be reset before execute the script. false(2): the current configuration will be reset before execute the script.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

swSDCardMgmtExecConfigAction 1.3.6.1.4.1.171.12.95.1.4.3
Indicates whether to execute script or not, which filename specified by swSDCardMgmtExecConfigFilename.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), start(2)