All MIBs › GBNPlatformOAM-MIB › writeConfig
writeConfig
Module: GBNPlatformOAM-MIB
OID (symbolic): GBNPlatformOAM-MIB::writeConfig
OID (numeric): 1.3.6.1.4.1.13464.1.2.1.1.2.17
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
When set to 'save(2)', config file is saved to NVM (Nonvolatile Memory). NVM save operations may be slow (e.g., erasing/writing Flash device).
Consequently, all or many updates should be made before saving to NVM. Note that the SNMP set to 'save(2)' returns immediately to the caller. Gets on this object then return 'saveInProgress(3)' until the save operation completes, at which time 'noop(1)' is returned if the save operation is succeeded, otherwise 'saveFailed(4)' is returned. Consequently, a get operation always returns 'noop(1)', 'saveInProgress(3)' or 'saveFailed(4) depending on the current state and the result of the save operation.
The agent returns 'badValue' for SNMPv1 or 'inconsistentValue' for SNMPv2c/v3 for a set to 'Save(2)' while the current get state is 'saveInProgress(3)'.
Attempts to set this object to 'saveInProgress(3)' or 'saveFailed(4)' returns 'badValue' for SNMPv1 or 'wrongValue' for SNMPv2c/v3.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.13464.1.2.1.1.2.17 snmpwalk -v2c -c public <target> GBNPlatformOAM-MIB::writeConfig
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.13464.1.2.1.1.2.17.1 snmpget -v2c -c public <target> GBNPlatformOAM-MIB::writeConfig.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.13464.1.2.1.1.2.17.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.13464 | admin | ADMIN-MASTER-MIB |
| 1.3.6.1.4.1.13464.1 | dataCom | ADMIN-MASTER-MIB |
| 1.3.6.1.4.1.13464.1.2 | gbn | ADMIN-MASTER-MIB |
| 1.3.6.1.4.1.13464.1.2.1 | gbnPlatform | ADMIN-MASTER-MIB |
| 1.3.6.1.4.1.13464.1.2.1.1 | gbnPlatformOAM | GBNPlatformOAM-MIB |
| 1.3.6.1.4.1.13464.1.2.1.1.2 | gbnPlatformOAMSystem | GBNPlatformOAM-MIB |
| 1.3.6.1.4.1.13464.1.2.1.1.2.17 | writeConfig | GBNPlatformOAM-MIB |