ipPolicyListScope
POLICY-MIB ·
avaya variant
·
.1.3.6.1.4.1.81.36.1.1.13
Object
column obsolete
r/w
Enumeration
Controls the scope of the policy rules.
forward(1) - policy rules apply to packets forwarded by the Entity.
local subnet will not apply to theIf
forwardAndControl(2) - policy rules apply to control packets sent
to the Entity as well as packets forwarded by the entity.
Example:
A router entity has interface 10.2.2.1 on IP subnet 10.2.2.0,
and a 'deny traffic to 10.2.2.0' rule is enforced.
In both forward(1) and forwardAndControl(2) modes, packets will
not be routed to the subnet.
In forwward(1) mode, packets sent directly to the router interface
will reach it. In forwardAndControl(2) mode, packets sent directly
to the router interface will be droped.
This object is obsolete, since its functionality can now be defined
using the apropriate interface / direction policy.
Context
- MIB
- POLICY-MIB
- OID
.1.3.6.1.4.1.81.36.1.1.13- Type
- column
- Access
- readwrite
- Status
- obsolete
- Parent
- ipPolicyListEntry
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 'POLICY-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'POLICY-MIB::ipPolicyListScope'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'POLICY-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'POLICY-MIB::ipPolicyListScope.<ipPolicyListSlot>.<ipPolicyListID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'POLICY-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'POLICY-MIB::ipPolicyListScope'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | forward |
2 | forwardAndControl |