spdEndGroupDirection
IPSEC-SPD-MIB ·
.1.3.6.1.2.1.153.1.2.1.1
Object
column DIFFSERV-MIBIfDirection
This object indicates which direction of packets crossing the interface are associated with which spdEndGroupName object. Ingress packets, or packets into the device match when this value is inbound(1). Egress packets or packets out of the device match when this value is outbound(2).
Context
- MIB
- IPSEC-SPD-MIB
- OID
.1.3.6.1.2.1.153.1.2.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- spdEndpointToGroupEntry
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 'IPSEC-SPD-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPSEC-SPD-MIB::spdEndGroupDirection'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IPSEC-SPD-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPSEC-SPD-MIB::spdEndGroupDirection.<spdEndGroupDirection>.<spdEndGroupInterface>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IPSEC-SPD-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IPSEC-SPD-MIB::spdEndGroupDirection'
Syntax
- Source
- DIFFSERV-MIBIfDirection
- Base type
Enumeration
Values & Constraints
Type Values
1 | inbound |
2 | outbound |