wtSeriPortState
Com-Server-Intern-MIB ·
.1.3.6.1.4.1.5040.1.1.1.3.4.1.4
Object
column mandatory
Enumeration
This value specifies the the connection state of the serial port. 0=Server mode, no connection 1=Server mode, active connection 2=Special mode, attempting to establish a connection 3=Special mode, active connection or special mode configured (e.g. SLIP router) 4=Special mode, no connection The values wtSeriRemotePort and wtSeriRemoteIP includes the belonging connection parameters
Context
- MIB
- Com-Server-Intern-MIB
- OID
.1.3.6.1.4.1.5040.1.1.1.3.4.1.4- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- wtSeriPortEntry
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 'Com-Server-Intern-MIB' -M '/opt/observium/mibs/webgraph:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Com-Server-Intern-MIB::wtSeriPortState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'Com-Server-Intern-MIB' -M '/opt/observium/mibs/webgraph:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Com-Server-Intern-MIB::wtSeriPortState.<wtSeriInterfaceNo>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'Com-Server-Intern-MIB' -M '/opt/observium/mibs/webgraph:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'Com-Server-Intern-MIB::wtSeriPortState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | wtSeriPortFree |
1 | wtSeriPortInUse |
2 | wtSeriPortLockScanning |
3 | wtSeriPortLockConnected |
4 | wtSeriPortLockUnconnected |