All MIBs › RAPID-CITY › rcIpConfRipEnable
rcIpConfRipEnable
Module: RAPID-CITY
OID (symbolic): RAPID-CITY::rcIpConfRipEnable
OID (numeric): 1.3.6.1.4.1.2272.1.8.1.1.1.5
Node type: OBJECT-TYPE
Type: TruthValue
Access: read-write
Description:
Enable or disable RIP routing on the specified interface.
What is rcIpConfRipEnable?
This object enables or disables the RIP (Routing Information Protocol) routing process on a specific interface, controlling whether routing updates are sent and received on that link. RIP is a distance-vector routing protocol commonly used in legacy networks, and this boolean control determines its active status per interface. Operators toggle this read-write setting to activate routing protocols on newly configured interfaces or disable them on decommissioned links.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2272.1.8.1.1.1.5 snmpwalk -v2c -c public <target> RAPID-CITY::rcIpConfRipEnable
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2272.1.8.1.1.1.5.1 snmpget -v2c -c public <target> RAPID-CITY::rcIpConfRipEnable.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.2272.1.8.1.1.1.5.1 s <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> rcIpConfRipEnable.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.1 | rcIpConf | RAPID-CITY |
| 1.3.6.1.4.1.2272.1.8.1.1 | rcIpConfTable | RAPID-CITY |
| 1.3.6.1.4.1.2272.1.8.1.1.1 | rcIpConfEntry | RAPID-CITY |
| 1.3.6.1.4.1.2272.1.8.1.1.1.5 | rcIpConfRipEnable | RAPID-CITY |