bWagCgnatProfileMaxIPAddresses
BENU-WAG-STATS-MIB ·
.1.3.6.1.4.1.39406.2.1.3.9.1.1.6
Object
column SNMPv2-SMIUnsigned32
The maximum number of public IP addresses required to fully service
the configured max-subscribers for the profile. This is calculated based
on three other configuration parameters: block-size, number of port blocks,
and the port range, as shown below:
1. Port Range = (Upper bound - Lower bound of port numbers) + 1
2. Number of subscribers per IP = Port Range/(block-size * blocks)
3. Max IP Addresses = ceiling(max-subscribers/Number of subscribers per IP).
Context
- MIB
- BENU-WAG-STATS-MIB
- OID
.1.3.6.1.4.1.39406.2.1.3.9.1.1.6- Type
- column
- Access
- readonly
- Status
- current
- Parent
- bWagCgnatProfileStatsEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'BENU-WAG-STATS-MIB' -M '/opt/observium/mibs/benu:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BENU-WAG-STATS-MIB::bWagCgnatProfileMaxIPAddresses'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BENU-WAG-STATS-MIB' -M '/opt/observium/mibs/benu:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BENU-WAG-STATS-MIB::bWagCgnatProfileMaxIPAddresses.<bWagCgnatProfileStatsIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BENU-WAG-STATS-MIB' -M '/opt/observium/mibs/benu:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BENU-WAG-STATS-MIB::bWagCgnatProfileMaxIPAddresses'
Syntax
- Source
- SNMPv2-SMIUnsigned32
- Base type
Unsigned32
Values & Constraints
Type Constraints
range: 0..4294967295