TN-PROV-MIB

File: TN-PROV-MIB.mib (6331 bytes)

Imported modules

SNMPv2-TC SNMPv2-SMI ENTITY-MIB
INET-ADDRESS-MIB SNMPv2-CONF TRANSITION-SMI

Imported symbols

DisplayString MODULE-IDENTITY NOTIFICATION-TYPE
OBJECT-TYPE Unsigned32 entPhysicalIndex
InetAddressType InetAddress MODULE-COMPLIANCE
OBJECT-GROUP NOTIFICATION-GROUP tnProducts

Defined Types

TnProvEntry  
SEQUENCE    
  tnProvType INTEGER
  tnProvAddrType InetAddressType
  tnProvAddr InetAddress
  tnProvFile DisplayString
  tnProvDstFile DisplayString
  tnProvOper INTEGER
  tnProvResult INTEGER

Defined Values

tnProvMIB 1.3.6.1.4.1.868.2.5.110
The mib for configuration backup and restore of the device.
MODULE-IDENTITY    

tnProvObjects 1.3.6.1.4.1.868.2.5.110.1
OBJECT IDENTIFIER    

tnProvGroup 1.3.6.1.4.1.868.2.5.110.1.1
OBJECT IDENTIFIER    

tnProvTable 1.3.6.1.4.1.868.2.5.110.1.1.1
This table displays and sets backup/restore configuration of individual device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TnProvEntry

tnProvEntry 1.3.6.1.4.1.868.2.5.110.1.1.1.1
This entry represents a provision configuration of individual device.
Status: current Access: not-accessible
OBJECT-TYPE    
  TnProvEntry  

tnProvType 1.3.6.1.4.1.868.2.5.110.1.1.1.1.1
Provision operation type: backup/download(1) : backup/download the configuration of the device. restore/upload(2) : restore/upload the configuration onto the device. saveStartupConfig(3) : copies running-config to startup-config, thereby ensuring that the currently active configuration will be used at the next reboot. activate(4) : It is possible to activate any of the configuration files present on the switch, except for running-config which represents the currently active configuration. delete(5) : It is possible to delete any of the writable files stored in flash, including startup-config. If this is done and the switch is rebooted without a prior Save operation, this effectively resets the switch to default configuration. running-config and default-config cannot be deleted.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER backup(1), restore(2), saveStartupConfig(3), activate(4), delete(5)  

tnProvAddrType 1.3.6.1.4.1.868.2.5.110.1.1.1.1.2
The target device IP address type.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

tnProvAddr 1.3.6.1.4.1.868.2.5.110.1.1.1.1.3
The target device IP address.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

tnProvFile 1.3.6.1.4.1.868.2.5.110.1.1.1.1.4
tnProvFile is used to specify the configuration file. This field is used in combination with tnProvType as below: For Download/backup(1), source file name on the switch. For Upload/restore(2), source file name on the ftp server. For saveStartupConfig(3), it is ignored. For activate(4), it is the file on the switch to be actiavted (except running-config file). For delete(5), it is the file wname to be delete from the switch.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

tnProvOper 1.3.6.1.4.1.868.2.5.110.1.1.1.1.5
Provision operation type: start(1) : start provision operation. doNothing(2) : just read value. tnProvOper should be the last object to be set for the operation. That means when you set it to 'start', the operation specified in tnProvType will be triggerd.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER start(1), doNothing(2)  

tnProvResult 1.3.6.1.4.1.868.2.5.110.1.1.1.1.6
Provision operation type: success(1) : provision process succeeded. fail(2) : provision process failed. inProgress(3): provision is in progress.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER success(1), fail(2), inProgress(3)  

tnProvDstFile 1.3.6.1.4.1.868.2.5.110.1.1.1.1.7
tnProvDstFile specifies the target file name. For Download/backup(1), destination file name on the ftp server. For Upload/restore(2), destination file name on the switch. For saveStartupConfig(3), it is ignored. For activate(4), it is ignored. For delete(5), it is ignored.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString