All MIBs › RAD-MIB › radBridgeAction
radBridgeAction
Module: RAD-MIB
OID (symbolic): RAD-MIB::radBridgeAction
OID (numeric): 1.3.6.1.4.1.164.4.1.1
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
This variable enables the operator to perform one of the specified actions on the tables maintained by the network device. Send actions are not currently implemented. Not all actions can be performed on all bridges.
What is radBridgeAction?
This object enables operators to trigger administrative actions on bridge tables and configuration stored in the network device, such as resetting the device, clearing network tables, or saving/loading configurations from NVRAM. Actions like 'defaultConfig' reset to factory settings, while 'sendNetworkTab' exports bridge tables for backup. Operators use this as a control mechanism to perform bulk operations without having to modify individual configuration entries.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.164.4.1.1 snmpwalk -v2c -c public <target> RAD-MIB::radBridgeAction
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.164.4.1.1.1 snmpget -v2c -c public <target> RAD-MIB::radBridgeAction.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.164.4.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.164 | rad | DACS-MIB |
| 1.3.6.1.4.1.164.4 | radBridges | DACS-MIB |
| 1.3.6.1.4.1.164.4.1 | genBridge | RAD-MIB |
| 1.3.6.1.4.1.164.4.1.1 | radBridgeAction | RAD-MIB |