docsDrfGroupDependencyPhyParam
DOCS-DRF-MIB ·
.1.3.6.1.4.1.4491.2.1.23.1.4.1.1
Object
column Enumeration
This object represents the type of PHY parameter
that may have dependencies when setting an individual
object in the dependency group.
The value 'all' may be used as a wildcard to indicate
all PHY parameters have dependencies. The other
enumeration values are common QAM PHY parameters.
The opposite to 'all' is 'noDependencies', which indicates
no dependencies in PHY parameters, but is only used to
indicate no dependencies across all the device. Thus,
when used, 'noDependencies' is accompanied by
docsDrfGroupDependencyPhysicalIndex '0' as the only
entry in the table.
In this way it is clearly distinguished when a device
has dependencies instead of an empty table.
Context
- MIB
- DOCS-DRF-MIB
- OID
.1.3.6.1.4.1.4491.2.1.23.1.4.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- docsDrfGroupDependencyEntry
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 'DOCS-DRF-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DOCS-DRF-MIB::docsDrfGroupDependencyPhyParam'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DOCS-DRF-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DOCS-DRF-MIB::docsDrfGroupDependencyPhyParam.<docsDrfGroupDependencyPhyParam>.<docsDrfGroupDependencyPhysicalIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DOCS-DRF-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DOCS-DRF-MIB::docsDrfGroupDependencyPhyParam'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | noDependencies |
1 | all |
2 | frequency |
3 | bandwidth |
4 | power |
5 | modulation |
6 | interleave |
7 | annex |
8 | symbolRate |
9 | mute |