chmgrODescrOneHopSpareCapUtilization
NETI-CHMGR-MIB ·
.1.3.6.1.4.1.2928.6.2.14.1.1.2.1.20
Object
Specifies if the the channel shall dynamically allocate spare
capacity.
When `true', then the channel is initially established with
the acceptable capacity specified in chmgrODescrAcceptableBps
(or chmgrODescrAcceptableMbps). The channel capacity is then
monitored and automatically increased with available capacity
up to the capacity specified in chmgrODescrRequestedBps (or
chmgrODescrRequestedMbps). If another channel would request
capacity, then the capacity of this channel is reduced as
needed by the other channel, but not below the acceptable
capacity.
When set to `false', then spare capacity will not be used.
This function requires use of DCP3, see
chmgrODescrRequestedDcpVersion.
This function requires use of ETS unicast.
This function requires the channel destination to be a
neighboring node.
Context
- MIB
- NETI-CHMGR-MIB
- OID
.1.3.6.1.4.1.2928.6.2.14.1.1.2.1.20- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- chmgrODescriptionEntry
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 'NETI-CHMGR-MIB' -M '/opt/observium/mibs/netinsight:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETI-CHMGR-MIB::chmgrODescrOneHopSpareCapUtilization'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETI-CHMGR-MIB' -M '/opt/observium/mibs/netinsight:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETI-CHMGR-MIB::chmgrODescrOneHopSpareCapUtilization.<chmgrODescrIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETI-CHMGR-MIB' -M '/opt/observium/mibs/netinsight:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETI-CHMGR-MIB::chmgrODescrOneHopSpareCapUtilization'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |