All MIBs › RAD-MIB › sysSEditBy
sysSEditBy
Module: RAD-MIB
OID (symbolic): RAD-MIB::sysSEditBy
OID (numeric): 1.3.6.1.4.1.164.3.3.1.3.6
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description:
This entry indicates which MMI application is working on the edited config. The editing phase starts at the first modify operation and ends after a load operation.
What is sysSEditBy?
This OID stores the name of the application currently editing the device's configuration, indicating an active edit session is in progress and preventing conflicts. It tracks which configuration management tool has locked the config to prevent simultaneous changes from multiple tools. A network operator would check this to see whether automated provisioning, telnet, or an API call is actively modifying the device before attempting their own changes.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.164.3.3.1.3.6 snmpwalk -v2c -c public <target> RAD-MIB::sysSEditBy
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.164.3.3.1.3.6.1 snmpget -v2c -c public <target> RAD-MIB::sysSEditBy.1
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.3 | radWan | DACS-MIB |
| 1.3.6.1.4.1.164.3.3 | dacsMux | DACS-MIB |
| 1.3.6.1.4.1.164.3.3.1 | systemDacsMux | DACS-MIB |
| 1.3.6.1.4.1.164.3.3.1.3 | sysStatus | DACS-MIB |
| 1.3.6.1.4.1.164.3.3.1.3.6 | sysSEditBy | RAD-MIB |