nmsNatSessionDirectionJD
FS-NMS-NAT ·
.1.3.6.1.4.1.52642.9.100.1.2.1.3
Object
column Enumeration
The direction of this session with respect to the local network. 'inbound' indicates that this session was initiated from the public network into the private network. 'outbound' indicates that this session was initiated from the private network into the public network.
Context
- MIB
- FS-NMS-NAT
- OID
.1.3.6.1.4.1.52642.9.100.1.2.1.3- 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 'FS-NMS-NAT' -M '/opt/observium/mibs/fscom-nms:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FS-NMS-NAT::nmsNatSessionDirectionJD'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FS-NMS-NAT' -M '/opt/observium/mibs/fscom-nms:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FS-NMS-NAT::nmsNatSessionDirectionJD.<nmsNatSessionId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FS-NMS-NAT' -M '/opt/observium/mibs/fscom-nms:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FS-NMS-NAT::nmsNatSessionDirectionJD'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | inbound |
2 | outbound |