r2ChannelAllocationStrategy

MX-R2-MIB · .0.1875.1.100.100.1.300

Object

column r/w Enumeration
Channel Allocation Strategy
              
Defines the strategy for selecting bearer channels. Available
strategies are:
              
  * Ascending: select the lowest-numbered non-busy bearer
    channel
  * Descending: select the highest-numbered non-busy bearer
    channel
  * RoundRobinAscending: use a cyclic round-robin search;
    starting from the bearer channel that follows the bearer
    channel used for the last call, select the
    lowest-numbered non-busy bearer channel
  * RoundRobinDescending: use a cyclic round-robin search;
    starting from the bearer channel that precedes the bearer
    channel used for the last call, select the
    highest-numbered non-busy bearer channel

Context

MIB
MX-R2-MIB
OID
.0.1875.1.100.100.1.300
Type
column
Access
readwrite
Status
current
Parent
r2Entry

Walk 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 'MX-R2-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-R2-MIB::r2ChannelAllocationStrategy'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-R2-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-R2-MIB::r2ChannelAllocationStrategy.<r2Name>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-R2-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-R2-MIB::r2ChannelAllocationStrategy'

Syntax

Enumeration

Values & Constraints

Enumerated Values
100ascending
200descending
300roundRobinAscending
400roundRobinDescending