gtModuleBackupControl

WISI-GTSETTINGS-MIB · .1.3.6.1.4.1.7465.20.2.9.1.5.1.9.2.1.4

Object

column r/w Enumeration
The gtModuleBackupControl entity allows you to backup, restore
or reset the settings of an SFM/MFM module within the GT01/GN50
rack unit to factory defaults, or to download or upload its
current settings backup file from/to a server using SFTP. This
entity is used as a command, reading its value will return the
last command run for the given module since the GT01/GN50
booted or none(0) if no command has been run since it booted
up. The commands are:
              
  backup(1) - Create a backup of the module's settings and save
  it to the GT01/GN50.
              
  restore(2) - Restore a module's settings from the backup that
  is stored on the GT01/GN50.
              
  factoryReset(3) - Reset all settings on the module to the
  factory defaults.
              
  downloadBackup(4) - Download a settings backup file from an
  SFTP server to the GT01/GN50. The settings from this backup
  can then be applied to the module using the restore(2)
  command.
              
  uploadBackup(5) - Upload a settings backup from the GT01/GN50
  to an SFTP server.
              
The downloadBackup(4) and uploadBackup(5) commands use the
gtBackupSFTP* settings to down-/upload the module's backup file
from/to an SFTP server.

Context

MIB
WISI-GTSETTINGS-MIB
OID
.1.3.6.1.4.1.7465.20.2.9.1.5.1.9.2.1.4
Type
column
Access
readwrite
Status
current
Parent
gtModuleBackupEntry

Walk the column to discover its indexed instances, or supply every index to read one instance.

Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'WISI-GTSETTINGS-MIB' -M '/opt/observium/mibs/wisi:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WISI-GTSETTINGS-MIB::gtModuleBackupControl'
More examples
Read one indexed 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::gtModuleBackupControl.<gtModule>'
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::gtModuleBackupControl'

Syntax

Enumeration

Values & Constraints

Enumerated Values
0none
1backup
2restore
3factoryReset
4downloadBackup
5uploadBackup