zxAnDataBackupType
ZTE-AN-DATA-BACKUP-MIB ·
.1.3.6.1.4.1.3902.1015.18.2.7.1.1
Object
column Enumeration
The type of backup.
periodBackupConfiguration(1): The configuration files are backed up
to the server periodically.
ManualBackupConfiguration(2): The configuration files are backed up
to the server manually.
periodBackupLog(3): The logs are backed up to the server
periodically.
ManualBackupLog(4): The logs are backed up to the server
manually.
periodBackupSoftware(5): The software files are backed up to
the server periodically.
ManualBackupSoftware(6): The software files are backed up to
the server manually.
backupConfigurationWhenChanged(31): The configuration files are
backed up to the server on condition
that configuration is changed.
Context
- MIB
- ZTE-AN-DATA-BACKUP-MIB
- OID
.1.3.6.1.4.1.3902.1015.18.2.7.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- zxAnDataBackupStatusEntry
Net-SNMP examples
How SNMP and these commands workWalk 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 'ZTE-AN-DATA-BACKUP-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZTE-AN-DATA-BACKUP-MIB::zxAnDataBackupType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZTE-AN-DATA-BACKUP-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZTE-AN-DATA-BACKUP-MIB::zxAnDataBackupType.<zxAnDataBackupType>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZTE-AN-DATA-BACKUP-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZTE-AN-DATA-BACKUP-MIB::zxAnDataBackupType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | periodBackupConfiguration |
2 | manualBackupConfiguration |
3 | periodBackupLog |
4 | manualBackupLog |
5 | periodBackupSoftware |
6 | manualBackupSoftware |
31 | backupConfigurationWhenChanged |