All MIBs › ADVA-MIB › neAutoBackupConfig
neAutoBackupConfig
Module: ADVA-MIB
OID (symbolic): ADVA-MIB::neAutoBackupConfig
OID (numeric): 1.3.6.1.4.1.2544.2.5.3.1
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
The configuration of the regular network element configuration Backup/Restore:
- disabled(1): No regular backup
- autoBackup(2): Regular backup to a local file is active
- autoBackupAndUpload(3): Regular backup and upload to external FTP server is active
The default is autoBackup(2).
If this object is not disabled(1) all other auto-backup objects are read-only. I.e., all neAutoBackupServerXxx objects must be set before changing this object to autoBackupAndUpload(3).
What is neAutoBackupConfig?
Reports or sets the automatic backup mode (disabled, local autoBackup, or autoBackupAndUpload to remote server). This OID determines whether the network element performs periodic configuration preservation and where the backups are stored. Example value: autoBackupAndUpload.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2544.2.5.3.1 snmpwalk -v2c -c public <target> ADVA-MIB::neAutoBackupConfig
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2544.2.5.3.1.1 snmpget -v2c -c public <target> ADVA-MIB::neAutoBackupConfig.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.2544.2.5.3.1.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> neAutoBackupConfig.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.2544 | advaMIB | ADVA-MIB |
| 1.3.6.1.4.1.2544.2 | common | ADVA-MIB |
| 1.3.6.1.4.1.2544.2.5 | config | ADVA-MIB |
| 1.3.6.1.4.1.2544.2.5.3 | neAutoBackup | ADVA-MIB |
| 1.3.6.1.4.1.2544.2.5.3.1 | neAutoBackupConfig | ADVA-MIB |