nmsNatSessionProtocolTypeJD
QTECH-NMS-NAT ·
.1.3.6.1.4.1.34751.9.100.1.2.1.2
Object
column Enumeration
The protocol type of this session.
TCP and UDP sessions are uniquely identified by the
tuple of (source IP address, source UDP/TCP port,
destination IP address, destination TCP/UCP port).
ICMP query sessions are identified by the tuple of
(source IP address, ICMP query ID, destination IP
address).
Context
- MIB
- QTECH-NMS-NAT
- OID
.1.3.6.1.4.1.34751.9.100.1.2.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- nmsNatSessionEntryJD
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 'QTECH-NMS-NAT' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'QTECH-NMS-NAT::nmsNatSessionProtocolTypeJD'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'QTECH-NMS-NAT' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'QTECH-NMS-NAT::nmsNatSessionProtocolTypeJD.<nmsNatSessionId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'QTECH-NMS-NAT' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'QTECH-NMS-NAT::nmsNatSessionProtocolTypeJD'
Syntax
Enumeration
Values & Constraints
Enumerated Values
-1 | other |
1 | icmp |
2 | udp |
4 | tcp |