cdxQosCtrlUpAdmissionCtrl
CISCO-DOCS-EXT-MIB ·
.1.3.6.1.4.1.9.9.116.1.1.1.1.1
Object
The admission control status for minimum guaranteed upstream
bandwidth scheduling service requests for this upstream.
When this object is set to 'true', if there is a new modem
with minimum guaranteed upstream bandwidth scheduling service
in its QoS class requesting to be supported in this upstream,
the upstream scheduler will check the virtual reserved
bandwidth remaining capacity before giving admission to this
new modem. If there is not enough reserved upstream bandwidth
to serve the modem's minimum guaranteed bandwidth, the
registration request will be rejected.
This object is set to 'false' to disable admission control.
That is, there will be no checking for bandwidth capacity and
the upstream interface scheduler just admits modem
registration requests.
This object is not meant for Unsolicited Grant Service(UGS)
scheduling service as admission control is a requirement in
this case.
Context
- MIB
- CISCO-DOCS-EXT-MIB
- OID
.1.3.6.1.4.1.9.9.116.1.1.1.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- cdxQosCtrlUpEntry
- Groups
- 3
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 'CISCO-DOCS-EXT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-DOCS-EXT-MIB::cdxQosCtrlUpAdmissionCtrl'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-DOCS-EXT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-DOCS-EXT-MIB::cdxQosCtrlUpAdmissionCtrl.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-DOCS-EXT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-DOCS-EXT-MIB::cdxQosCtrlUpAdmissionCtrl'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |