agSaveConfig
ALTEON-CHEETAH-SWITCH-MIB ·
nortel variant
·
.1.3.6.1.4.1.1872.2.5.1.1.17.1
Object
scalar r/w
Enumeration
When this object is read the current state is returned. idle(2) indicates that there is no save in progess. complete(4) indicates that the last save operation is completed. Setting the value to save(1), will write the current config block since the last save to the flash memory with backup, for saving without backup saveNoBackup(6) can be used. If the save is successful this variable will return the state 'complete' else it will return 'failed'. In case of failure, to read the reason for failure use the agSaveTable. Once the operation is completed or the agSaveTable is read , the save buffer needs to be freed and the agSaveState should be set back to 'idle' state so others can issue the save command via SNMP.
Context
- MIB
- ALTEON-CHEETAH-SWITCH-MIB
- OID
.1.3.6.1.4.1.1872.2.5.1.1.17.1- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- agSave
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 'ALTEON-CHEETAH-SWITCH-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ALTEON-CHEETAH-SWITCH-MIB::agSaveConfig.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ALTEON-CHEETAH-SWITCH-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ALTEON-CHEETAH-SWITCH-MIB::agSaveConfig'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | save |
2 | idle |
3 | inprogress |
4 | complete |
5 | failed |
6 | saveNoBackup |