cpqSm2CommType
CPQSM2-MIB ·
.1.3.6.1.4.1.232.9.2.4.1.1.2
Object
column mandatory
Enumeration
Remote Insight Communications Type.
The following values are defined:
other(1)
The Insight Agent is unable to determine the communications
type.
none(2)
There is nothing configured on this port.
modem(3)
A modem is configured on this port.
nulModem(4)
A Null Modem cable is configured on this port. This type of
connection is only supported on the Remote Insight auxiliary
port.
xonXoff(5)
An XON/XOFF 3-wire interface is configured on this port. This
type of connection is only supported on the Remote Insight
auxiliary port.
Context
- MIB
- CPQSM2-MIB
- OID
.1.3.6.1.4.1.232.9.2.4.1.1.2- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- cpqSm2CommSettingsEntry
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 'CPQSM2-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQSM2-MIB::cpqSm2CommType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPQSM2-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQSM2-MIB::cpqSm2CommType.<cpqSm2CommPort>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPQSM2-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPQSM2-MIB::cpqSm2CommType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | none |
3 | modem |
4 | nulModemCable |
5 | xonXoff |