zxAnDataAutoBackupType
ZTE-AN-DATA-BACKUP-MIB ·
.1.3.6.1.4.1.3902.1015.18.2.5.1.1
Object
column Enumeration
The type of automatic backup. periodBackupConfiguration(1): The configuration files are backed up to the server periodically. periodBackupLog(3): The logs are backed up to the server periodically. periodBackupSoftware(5): The software files are backed up to the server periodically. 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.5.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- zxAnDataAutoBackupConfEntry
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::zxAnDataAutoBackupType'
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::zxAnDataAutoBackupType.<zxAnDataAutoBackupType>'
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::zxAnDataAutoBackupType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | periodBackupConfiguration |
3 | periodBackupLog |
5 | periodBackupSoftware |
31 | backupConfigurationWhenChanged |