docsIfCmtsQosProfilePermissions
DOCS-IF-MIB ·
.1.3.6.1.2.1.10.127.1.3.6
Object
scalar r/w
Bits
This object specifies permitted methods of creating entries in docsIfQosProfileTable. createByManagement(0) is set if entries can be created using SNMP. updateByManagement(1) is set if updating entries using SNMP is permitted. createByModems(2) is set if entries can be created based on information in REG-REQ MAC messages received from cable modems. Information in this object is only applicable if docsIfQosProfileTable is implemented as read-create. Otherwise, this object is implemented as read-only and returns createByModems(2). Either createByManagement(0) or updateByManagement(1) MUST be set when writing to this object. Note that BITS objects are encoded most significant bit first. For example, if bit 2 is set, the value of this object is the octet string '20'H.
Context
- MIB
- DOCS-IF-MIB
- OID
.1.3.6.1.2.1.10.127.1.3.6- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- docsIfCmtsObjects
- Groups
- 2
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DOCS-IF-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DOCS-IF-MIB::docsIfCmtsQosProfilePermissions.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DOCS-IF-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DOCS-IF-MIB::docsIfCmtsQosProfilePermissions'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | createByManagement |
1 | updateByManagement |
2 | createByModems |
Conformance
Member of
Compliance refinements
docsIfBasicCompliance
readonly
It is compliant to implement this object as read-only.
docsIfBasicComplianceV2
readonly
It is compliant to implement this object as read-only.