All MIBs › ACC-MIB › accRipAdminStatus
accRipAdminStatus
Module: ACC-MIB
OID (symbolic): ACC-MIB::accRipAdminStatus
OID (numeric): 1.3.6.1.4.1.5.1.1.16.1
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
Adminstrative status of RIP protocol. Extended causes subnet mask information to be included in RIP packets, permitting variable-length subnet masking.
What is accRipAdminStatus?
This setting controls the operational status of the RIP routing protocol on your device, allowing you to enable it, disable it, or run it in extended mode with full subnet mask support. Network engineers use this to turn RIP routing on or off depending on network design, and enable extended mode when the network uses variable-length subnetting so that subnet mask information is included in routing packets. For example, setting this to 'extended' enables RIP and ensures that routers receive subnet mask details in updates, which is essential for proper routing in networks with mixed-size subnets.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.16.1 snmpwalk -v2c -c public <target> ACC-MIB::accRipAdminStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.16.1.1 snmpget -v2c -c public <target> ACC-MIB::accRipAdminStatus.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.5.1.1.16.1.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.5 | acc | ACC-MIB |
| 1.3.6.1.4.1.5.1 | accSBAR | ACC-MIB |
| 1.3.6.1.4.1.5.1.1 | accBRG | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.16 | accRip | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.16.1 | accRipAdminStatus | ACC-MIB |