Files

32 lines
1.7 KiB
YAML
Raw Permalink Normal View History

mib: CAMBIUM-PTP800-MIB
modules:
sensors:
state:
data:
-
oid: transmitModulation
num_oid: '.1.3.6.1.4.1.17713.8.12.9.{{ $index }}'
index: 'transmitModulation.{{ $index }}'
descr: Transmit Modulation Mode
states:
- { value: 0, generic: 0, graph: 1, descr: modQPSK }
- { value: 1, generic: 0, graph: 1, descr: mod8PSK }
- { value: 2, generic: 0, graph: 1, descr: mod16QAM }
- { value: 3, generic: 0, graph: 1, descr: mod32QAM }
- { value: 4, generic: 0, graph: 1, descr: mod64QAM }
- { value: 5, generic: 0, graph: 1, descr: mod128QAM }
- { value: 6, generic: 0, graph: 1, descr: mod256QAM }
-
oid: receiveModulation
num_oid: '.1.3.6.1.4.1.17713.8.12.8.{{ $index }}'
index: 'receiveModulation.{{ $index }}'
descr: Receive Modulation Mode
states:
- { value: 0, generic: 0, graph: 1, descr: modQPSK }
- { value: 1, generic: 0, graph: 1, descr: mod8PSK }
- { value: 2, generic: 0, graph: 1, descr: mod16QAM }
- { value: 3, generic: 0, graph: 1, descr: mod32QAM }
- { value: 4, generic: 0, graph: 1, descr: mod64QAM }
- { value: 5, generic: 0, graph: 1, descr: mod128QAM }
- { value: 6, generic: 0, graph: 1, descr: mod256QAM }