All MIBs › ACC-RIP › accRipGateway
accRipGateway
Module: ACC-RIP
OID (symbolic): ACC-RIP::accRipGateway
OID (numeric): 1.3.6.1.4.1.5.1.1.16.3
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
Declares if the unit is the gateway unit for an AS. Indicates if the unit does or does not advertise that it is the default route. Extended mode causes EGP-derived information to be included in RIP packets.
What is accRipGateway?
This OID controls whether the device acts as a gateway (default route advertiser) for an autonomous system, with enumerated options including extended mode for including EGP-derived information. A network architect sets this on devices at the edge of their AS to advertise a default route to internal networks, reducing the amount of routing information other devices must maintain. Setting it to 'extended' tells the device to include border gateway protocol information in RIP announcements, helping external routing peers understand the network topology.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.16.3 snmpwalk -v2c -c public <target> ACC-RIP::accRipGateway
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.16.3.1 snmpget -v2c -c public <target> ACC-RIP::accRipGateway.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.5.1.1.16.3.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> accRipGateway.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.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.3 | accRipGateway | ACC-RIP |