cpqn52nnPortMonitoredDataType
CPQN5226A-MIB ·
.1.3.6.1.4.1.232.101.2.2.4.2.1.5
Object
column mandatory
r/w
Enumeration
DURABLE: The type of data to be monitored by the monitor port. Selecting TX or RX means that only the TX or RX data will be monitored by the monitor port.
Context
- MIB
- CPQN5226A-MIB
- OID
.1.3.6.1.4.1.232.101.2.2.4.2.1.5- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- cpqn52nnPortMonitorEntry
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 'CPQN5226A-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQN5226A-MIB::cpqn52nnPortMonitoredDataType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPQN5226A-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQN5226A-MIB::cpqn52nnPortMonitoredDataType.<cpqn52nnPortMonitorIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPQN5226A-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPQN5226A-MIB::cpqn52nnPortMonitoredDataType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | tx-only |
2 | rx-only |
3 | both-tx-and-rx |