All MIBs › ALTEON-TIGON-SWITCH-MIB › agRevert
agRevert
Module: ALTEON-TIGON-SWITCH-MIB
OID (symbolic): ALTEON-TIGON-SWITCH-MIB::agRevert
OID (numeric): 1.3.6.1.4.1.1872.2.1.2.1.23
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
This is an action object to revert the unapplied changes made to the switch. By setting the value to revert(2), all the unapplied changes will be reverted. This action will copy the current_config to the new_config block.
other(1) is returned when this object is read.
What is agRevert?
An action object that discards unapplied configuration changes by copying the current config back over the new (pending) config block.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.1872.2.1.2.1.23 snmpwalk -v2c -c public <target> ALTEON-TIGON-SWITCH-MIB::agRevert
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.1872.2.1.2.1.23.1 snmpget -v2c -c public <target> ALTEON-TIGON-SWITCH-MIB::agRevert.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.1872.2.1.2.1.23.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.23 | agRevert | ALTEON-TIGON-SWITCH-MIB |