gtBackupControl
WISI-GTSETTINGS-MIB ·
.1.3.6.1.4.1.7465.20.2.9.1.5.1.9.3
Object
scalar r/w
Enumeration
The gtBackupControl controls the module backup process. The gtBackupControl can be set to downloadPrivateKey(1) to download the private key given by gtFilename from the SFTP server. There can be only one private key file stored at the same time. The gtBackupControl can be set to createBackup(2) to create a backup from all modules available in the chassis and upload it to the SFTP server given. The Upload will overwrite the existing backup file. The gtBackupControl can be set to deletePrivateKey(3) to delete the stored private key.
Context
- MIB
- WISI-GTSETTINGS-MIB
- OID
.1.3.6.1.4.1.7465.20.2.9.1.5.1.9.3- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- gtModuleBackup
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'WISI-GTSETTINGS-MIB' -M '/opt/observium/mibs/wisi:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WISI-GTSETTINGS-MIB::gtBackupControl.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'WISI-GTSETTINGS-MIB' -M '/opt/observium/mibs/wisi:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'WISI-GTSETTINGS-MIB::gtBackupControl'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | downloadPrivateKey |
2 | createBackup |
3 | deletePrivateKey |