serialConnectType

RMON2-MIB · .1.3.6.1.2.1.16.19.14.1.3

Object

column deprecated r/w Enumeration
The type of outgoing connection to be made.  If this object
has the value direct(1), then a direct serial connection
is assumed.  If this object has the value modem(2),
then serialConnectDialString will be used to make a modem
connection.  If this object has the value switch(3),
then serialConnectSwitchConnectSeq will be used to establish
the connection over a serial data switch, and
serialConnectSwitchDisconnectSeq will be used to terminate
the connection.  If this object has the value
modem-switch(4), then a modem connection will be made first,
followed by the switch connection.
              
This object may not be modified if the associated
serialConnectStatus object is equal to active(1).

Context

MIB
RMON2-MIB
OID
.1.3.6.1.2.1.16.19.14.1.3
Type
column
Access
readwrite
Status
deprecated
Parent
serialConnectionEntry
Groups
1

Walk 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 'RMON2-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RMON2-MIB::serialConnectType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RMON2-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RMON2-MIB::serialConnectType.<serialConnectIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RMON2-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RMON2-MIB::serialConnectType'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1direct
2modem
3switch
4modemSwitch

Conformance