All MIBs › ACC-MIB › accRipGateway
accRipGateway
Module: ACC-MIB
OID (symbolic): ACC-MIB::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 setting determines whether your device advertises itself as a gateway (default route) and includes external routing information in RIP packets to neighboring routers. Network engineers enable gateway mode when the device has connections to external networks (via BGP or other protocols) and should be the preferred exit point for traffic leaving the internal network. When enabled, this device advertises that it can reach external destinations, causing other routers to send unknown traffic to it as the default gateway.
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-MIB::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-MIB::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-MIB |