All MIBs › ACC-ACCESSPARTITION › accAccessPartitionAdminState
accAccessPartitionAdminState
Module: ACC-ACCESSPARTITION
OID (symbolic): ACC-ACCESSPARTITION::accAccessPartitionAdminState
OID (numeric): 1.3.6.1.4.1.5.1.1.63.1.1.3
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
The administrative state of this partition. If the administrative state is set to disabled, no new connections will be allowed using this access partition, and all existing connections using the partition will be terminated. If the administrative state is set to drained, no new connections will be accepted, but existing connections will be maintained.
What is accAccessPartitionAdminState?
This OID controls whether the access partition is actively accepting connections, with states like enabled, disabled, or drained. An engineer adjusts this to take a partition offline for maintenance without immediately killing active sessions, or to shut it down completely and reject all new connections. For instance, setting it to 'drained' prevents new logins while letting existing users finish their sessions gracefully.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.63.1.1.3 snmpwalk -v2c -c public <target> ACC-ACCESSPARTITION::accAccessPartitionAdminState
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.63.1.1.3.1 snmpget -v2c -c public <target> ACC-ACCESSPARTITION::accAccessPartitionAdminState.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.5.1.1.63.1.1.3.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.63 | accAccessPartition | ACC-ACCESSPARTITION |
| 1.3.6.1.4.1.5.1.1.63.1 | accAccessPartitionTable | ACC-ACCESSPARTITION |
| 1.3.6.1.4.1.5.1.1.63.1.1 | accAccessPartitionEntry | ACC-ACCESSPARTITION |
| 1.3.6.1.4.1.5.1.1.63.1.1.3 | accAccessPartitionAdminState | ACC-ACCESSPARTITION |