rtrPolicyInvRuleType
RAD-SubRtr-MIB ·
.1.3.6.1.4.1.164.11.13.3.1.2
Object
column Enumeration
This object specify policy rule type: Remark, Deny or Permit. Remark type policy rule must include pointer (rtrPolicyRulePointer) to rtrPolicyRuleRemarkTable Permit or Deny type policy rule must include pointer to one of the other auxilliary tables (bgp route map table).
Context
- MIB
- RAD-SubRtr-MIB
- OID
.1.3.6.1.4.1.164.11.13.3.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rtrPolicyInvRuleEntry
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 'RAD-SubRtr-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-SubRtr-MIB::rtrPolicyInvRuleType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAD-SubRtr-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-SubRtr-MIB::rtrPolicyInvRuleType.<rtrPolicyName>.<rtrPolicyRuleSequenceNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAD-SubRtr-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAD-SubRtr-MIB::rtrPolicyInvRuleType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | remark |
2 | deny |
3 | permit |