devSocketType
PDN-SOCKET-MIB ·
.1.3.6.1.4.1.1795.2.24.2.19.1.1.1.4
Object
the
Context
- MIB
- PDN-SOCKET-MIB
- OID
.1.3.6.1.4.1.1795.2.24.2.19.1.1.1.4- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- devSocketStatsEntry
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 'PDN-SOCKET-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PDN-SOCKET-MIB::devSocketType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PDN-SOCKET-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PDN-SOCKET-MIB::devSocketType.<entPhysicalIndex>.<devSocketNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PDN-SOCKET-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PDN-SOCKET-MIB::devSocketType'
Syntax
- Source
- PDN-TCSocketType
- Base type
Enumeration
Values & Constraints
Type Values
1 | unknown |
2 | stream |
3 | datagram |
4 | rawProtocol |
5 | reliableMessageDelivery |
6 | sequencedPacket |