All MIBs › ACC-MIB › accBrPortAdminStatus
accBrPortAdminStatus
Module: ACC-MIB
OID (symbolic): ACC-MIB::accBrPortAdminStatus
OID (numeric): 1.3.6.1.4.1.5.1.1.3.1.11
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
accBrPortAdminStatus reports the administrative status of the port; an update to this variable is effective immediately. Note that the operational status may be disabled even though accBrPortAdminStatus is enabled, if the bridge port's protocol type is incompatible with the associated physical port protocol type.
What is accBrPortAdminStatus?
This OID controls whether the bridge port is administratively enabled or disabled, allowing engineers to shut down ports without physical disconnection. Network engineers use this during maintenance windows or to isolate problematic ports without rewiring. For example, setting this to "1" (enabled) activates the port, though the actual operational status may still be down if the port's protocol type doesn't match the physical interface.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.3.1.11 snmpwalk -v2c -c public <target> ACC-MIB::accBrPortAdminStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.3.1.11.1 snmpget -v2c -c public <target> ACC-MIB::accBrPortAdminStatus.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.5.1.1.3.1.11.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.5 | acc | ACC-MIB |
| 1.3.6.1.4.1.5.1 | accSBAR | ACC-MIB |
| 1.3.6.1.4.1.5.1.1 | accBRG | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.3 | accBrPort | ACC-BRPORT |
| 1.3.6.1.4.1.5.1.1.3.1 | accBrPortInfo | ACC-BRPORT |
| 1.3.6.1.4.1.5.1.1.3.1.11 | accBrPortAdminStatus | ACC-MIB |