agSaveConfig
ALTEON-CHEETAH-SWITCH-MIB ·
.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
- Siblings
- 2
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | save |
2 | idle |
3 | inprogress |
4 | complete |
5 | failed |
6 | saveNoBackup |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| agSaveTableSize The number of strings in the save table. | scalar | SNMPv2-SMIInteger32 | .1.3.6.1.4.1.1872.2.5.1.1.17.2 |
| agSaveTable The table of error messages for asynchrnous save operation. | table | - | .1.3.6.1.4.1.1872.2.5.1.1.17.3 |