All MIBs › ACC-ACCESSPARTITION › accAccessPartitionOutOctets
accAccessPartitionOutOctets
Module: ACC-ACCESSPARTITION
OID (symbolic): ACC-ACCESSPARTITION::accAccessPartitionOutOctets
OID (numeric): 1.3.6.1.4.1.5.1.1.63.1.1.16
Node type: OBJECT-TYPE
Type: Counter
Access: read-only
Description:
The total number octets output to connections belonging to this access partition.
What is accAccessPartitionOutOctets?
This OID is a counter that sums all the bytes sent to connections in this partition since the device started. Network operators track this alongside inbound traffic to understand overall bandwidth usage and balance load across partitions. A value of '5 billion' octets means the partition has uploaded 5 GB total to its users.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.63.1.1.16 snmpwalk -v2c -c public <target> ACC-ACCESSPARTITION::accAccessPartitionOutOctets
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.63.1.1.16.1 snmpget -v2c -c public <target> ACC-ACCESSPARTITION::accAccessPartitionOutOctets.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> accAccessPartitionOutOctets.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.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.16 | accAccessPartitionOutOctets | ACC-ACCESSPARTITION |