All MIBs › SYNSO-UPSMIB › syupsSaveConfig
syupsSaveConfig
Module: SYNSO-UPSMIB
OID (symbolic): SYNSO-UPSMIB::syupsSaveConfig
OID (numeric): 1.3.6.1.4.1.9557.1.2.11
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: Used to inform the agnet to save the configurations. Its value indicates which group to be saved. For example, a 1 indicates group 1 (syupsBasicSetting) to be saved, a 6 1 indicates group 6 (syupsCoworker) to be saved. You have to use it to save configurations after changing settings, or the settings may be lost.
What is syupsSaveConfig?
Writing a group number here tells the agent to persist that configuration group's current settings (e.g., 1 for syupsBasicSetting, 6 for syupsCoworker); changes made via SNMP won't survive a restart unless committed through this object.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9557.1.2.11 snmpwalk -v2c -c public <target> SYNSO-UPSMIB::syupsSaveConfig
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9557.1.2.11.1 snmpget -v2c -c public <target> SYNSO-UPSMIB::syupsSaveConfig.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.9557.1.2.11.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> syupsSaveConfig.1
Start monitoring SYNSO UPS, uninterruptible power supply (platform identity/alarm status) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the SYNSO-UPSMIB::syupsSaveConfig OID value, configure state conditions and alerts, and monitor any SYNSO UPS, uninterruptible power supply (platform identity/alarm status) from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.9557 | synso | SYNSO-UPSMIB |
| 1.3.6.1.4.1.9557.1 | synsoUpsSoftware | SYNSO-UPSMIB |
| 1.3.6.1.4.1.9557.1.2 | syupsUpsExtension | SYNSO-UPSMIB |
| 1.3.6.1.4.1.9557.1.2.11 | syupsSaveConfig | SYNSO-UPSMIB |