All MIBs › RAPID-CITY › rcIpRoutePolicyMatchProtocol
rcIpRoutePolicyMatchProtocol
Module: RAPID-CITY
OID (symbolic): RAPID-CITY::rcIpRoutePolicyMatchProtocol
OID (numeric): 1.3.6.1.4.1.2272.1.8.100.13.1.6
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
Match protocol. Used for RIP and DVMRP announce policy only. Value is one of multiple (logical 'OR) of the following values: direct(1), static(2), rip(4), ospf(8), ebgp(16), dvmrp(32), ibgp(64), isis(128), any(255)
direct(1): enables direct match-protocol static(2): enables static match-protocol rip(4): enables rip match-protocol ospf(8): enables ospf match-protocol ebgp(16): enables ebgp match-protocol dvmrp(32): enables dvmrp match-protocol ibgp(64): enables ibgp match-protocol isis(128): enables isis match-protocol any(255): enables all match-protocols
What is rcIpRoutePolicyMatchProtocol?
This OID defines which routing protocols (RIP, OSPF, BGP, ISIS, etc.) the route policy should match against when deciding how to announce or filter routes. The value is a combination of flags where each protocol gets a number (1 for direct, 2 for static, 4 for RIP, 8 for OSPF, etc.). An operator configures this to ensure only routes from certain protocols are advertised to specific neighbors.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2272.1.8.100.13.1.6 snmpwalk -v2c -c public <target> RAPID-CITY::rcIpRoutePolicyMatchProtocol
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2272.1.8.100.13.1.6.1 snmpget -v2c -c public <target> RAPID-CITY::rcIpRoutePolicyMatchProtocol.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.2272.1.8.100.13.1.6.1 i <value>
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.2272 | rapidCity | RAPID-CITY |
| 1.3.6.1.4.1.2272.1 | rcMgmt | RAPID-CITY |
| 1.3.6.1.4.1.2272.1.8 | rcIp | RAPID-CITY |
| 1.3.6.1.4.1.2272.1.8.100 | rcIpGenPolicy | RAPID-CITY |
| 1.3.6.1.4.1.2272.1.8.100.13 | rcIpRoutePolicyTable | RAPID-CITY |
| 1.3.6.1.4.1.2272.1.8.100.13.1 | rcIpRoutePolicyEntry | RAPID-CITY |
| 1.3.6.1.4.1.2272.1.8.100.13.1.6 | rcIpRoutePolicyMatchProtocol | RAPID-CITY |