rlPolicyRulesInterfaceDirection
HPE-POLICY-MIB ·
.1.3.6.1.4.1.11.2.59.3.2.1.2
Object
column Enumeration
Specifies the direction for this entry on the interface. 'inbound' traffic is operated on during receipt, while 'outbound' traffic is operated on prior to transmission. Based on the metering support: inbound available while the ingress metering supported, outbound available while egress metering supported, and none while no metering supported.
Context
- MIB
- HPE-POLICY-MIB
- OID
.1.3.6.1.4.1.11.2.59.3.2.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rlPolicyRulesEntry
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 'HPE-POLICY-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HPE-POLICY-MIB::rlPolicyRulesInterfaceDirection'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HPE-POLICY-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HPE-POLICY-MIB::rlPolicyRulesInterfaceDirection.<rlPolicyRulesTableType>.<rlPolicyRulesInterfaceDirection>.<rlPolicyRulesListIndex>.<rlPolicyRulesSubListIndex>.<rlPolicyRulesIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HPE-POLICY-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HPE-POLICY-MIB::rlPolicyRulesInterfaceDirection'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | inbound |
2 | outbound |
3 | none |