All MIBs › ALTEON-TIGON-SWITCH-MIB › agSaveConfiguration
agSaveConfiguration
Module: ALTEON-TIGON-SWITCH-MIB
OID (symbolic): ALTEON-TIGON-SWITCH-MIB::agSaveConfiguration
OID (numeric): 1.3.6.1.4.1.1872.2.1.2.1.1
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
This is an action object to write current configuration to nonvolatile storage.
When issued with the saveActive, the active configuration in flash is saved to backup in flash and then the new configuration is saved to the active configuration in flash.
When issued with notSaveActive, the active configuration is NOT saved to the flash and the active configuration is overwritten with the new configuration.
ok(1) is returned always when read.
What is agSaveConfiguration?
A read-write action object used to save the switch's current configuration to nonvolatile (flash) storage, optionally backing up the prior active configuration first.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.1872.2.1.2.1.1 snmpwalk -v2c -c public <target> ALTEON-TIGON-SWITCH-MIB::agSaveConfiguration
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.1872.2.1.2.1.1.1 snmpget -v2c -c public <target> ALTEON-TIGON-SWITCH-MIB::agSaveConfiguration.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.1872.2.1.2.1.1.1 i <value>
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.1872 | alteon | ALTEON-PRIVATE-MIBS |
| 1.3.6.1.4.1.1872.2 | private_mibs | ALTEON-PRIVATE-MIBS |
| 1.3.6.1.4.1.1872.2.1 | switch | ALTEON-PRIVATE-MIBS |
| 1.3.6.1.4.1.1872.2.1.2 | agent | ALTEON-PRIVATE-MIBS |
| 1.3.6.1.4.1.1872.2.1.2.1 | agGeneral | ALTEON-PRIVATE-MIBS |
| 1.3.6.1.4.1.1872.2.1.2.1.1 | agSaveConfiguration | ALTEON-TIGON-SWITCH-MIB |