rcIpRoutePolicyMatchRouteType
RC-IP-POLICY-MIB ·
.1.3.6.1.4.1.2272.1.8.100.13.1.14
Object
column r/w
Enumeration
For BGP this choice refers to locally generated routes external routes learned via ebgp nbr. For OSPF internal refers to intra and inter area routes (belongs to local autonomous system). External (type1|type2) refers to the routes learned from other ASs and imported as either type1 or type2. if type1/type2 is specified then match only type1/type2.
Context
- MIB
- RC-IP-POLICY-MIB
- OID
.1.3.6.1.4.1.2272.1.8.100.13.1.14- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- rcIpRoutePolicyEntry
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 'RC-IP-POLICY-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-IP-POLICY-MIB::rcIpRoutePolicyMatchRouteType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RC-IP-POLICY-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-IP-POLICY-MIB::rcIpRoutePolicyMatchRouteType.<rcIpRoutePolicyId>.<rcIpRoutePolicySequenceNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RC-IP-POLICY-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RC-IP-POLICY-MIB::rcIpRoutePolicyMatchRouteType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | any |
1 | local |
2 | internal |
3 | external |
4 | externaltype1 |
5 | externaltype2 |
6 | level1 |
7 | level2 |