All MIBs › RC-RIP-MIB › rcIpRipInterfaceOutPolicy
rcIpRipInterfaceOutPolicy
Module: RC-RIP-MIB
OID (symbolic): RC-RIP-MIB::rcIpRipInterfaceOutPolicy
OID (numeric): 1.3.6.1.4.1.2272.1.8.20.1.1.13
Node type: OBJECT-TYPE
Type: DisplayString
Access: read-write
What is rcIpRipInterfaceOutPolicy?
This read-write text string names a policy that controls which routes are advertised outbound on this interface. Engineers use it to prevent sensitive routes from being advertised to certain neighbors or to summarize routes for downstream networks. Example: apply policy SUMMARIZE-CORP-NETS to announce only aggregate blocks rather than individual subnets.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2272.1.8.20.1.1.13 snmpwalk -v2c -c public <target> RC-RIP-MIB::rcIpRipInterfaceOutPolicy
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2272.1.8.20.1.1.13.1 snmpget -v2c -c public <target> RC-RIP-MIB::rcIpRipInterfaceOutPolicy.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.2272.1.8.20.1.1.13.1 s <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> rcIpRipInterfaceOutPolicy.1
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.20 | rcIpRipInterface | RAPID-CITY |
| 1.3.6.1.4.1.2272.1.8.20.1 | rcIpRipInterfaceTable | RAPID-CITY |
| 1.3.6.1.4.1.2272.1.8.20.1.1 | rcIpRipInterfaceEntry | RAPID-CITY |
| 1.3.6.1.4.1.2272.1.8.20.1.1.13 | rcIpRipInterfaceOutPolicy | RC-RIP-MIB |