All MIBs › ACC-ACCESSPARTITION › accAccessPartitionEntryStatus
accAccessPartitionEntryStatus
Module: ACC-ACCESSPARTITION
OID (symbolic): ACC-ACCESSPARTITION::accAccessPartitionEntryStatus
OID (numeric): 1.3.6.1.4.1.5.1.1.63.1.1.19
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
The modification status of this access partition entry. Setting the status to add causes a new entry to be added. Setting the status to deleete causes an existing entry to be deleted.
What is accAccessPartitionEntryStatus?
This OID controls the lifecycle of the partition entry itself, allowing an operator to create new partitions or delete existing ones via SNMP. An engineer sets this to 'add' to provision a new partition or 'delete' to remove one, rather than editing configuration files manually. Setting this to 'delete' causes the partition and all its associated rules to be removed from the system.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.63.1.1.19 snmpwalk -v2c -c public <target> ACC-ACCESSPARTITION::accAccessPartitionEntryStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.63.1.1.19.1 snmpget -v2c -c public <target> ACC-ACCESSPARTITION::accAccessPartitionEntryStatus.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.5.1.1.63.1.1.19.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.19 | accAccessPartitionEntryStatus | ACC-ACCESSPARTITION |