GBNPlatformOAM-MIB :: writeConfig

MIB Reference — IPNetwork Monitor

All MIBsGBNPlatformOAM-MIBwriteConfig

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 OIDNameModule
1isoLANART-AGENT
1.3orgBIANCA-BRICK-PPP-MIB
1.3.6dodBIANCA-BRICK-PPP-MIB
1.3.6.1internetBIANCA-BRICK-PPP-MIB
1.3.6.1.4privateBIANCA-BRICK-PPP-MIB
1.3.6.1.4.1enterprisesANIROOT-MIB
1.3.6.1.4.1.13464adminADMIN-MASTER-MIB
1.3.6.1.4.1.13464.1dataComADMIN-MASTER-MIB
1.3.6.1.4.1.13464.1.2gbnADMIN-MASTER-MIB
1.3.6.1.4.1.13464.1.2.1gbnPlatformADMIN-MASTER-MIB
1.3.6.1.4.1.13464.1.2.1.1gbnPlatformOAMGBNPlatformOAM-MIB
1.3.6.1.4.1.13464.1.2.1.1.2gbnPlatformOAMSystemGBNPlatformOAM-MIB
1.3.6.1.4.1.13464.1.2.1.1.2.17writeConfigGBNPlatformOAM-MIB