ACC-RIP :: accRipGateway

MIB Reference — IPNetwork Monitor

All MIBsACC-RIPaccRipGateway

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 OIDNameModule
1isoLANART-AGENT
1.3orgBIANCA-BRICK-PPP-MIB
1.3.6dodBIANCA-BRICK-PPP-MIB
1.3.6.1internetBIANCA-BRICK-PPP-MIB
1.3.6.1.4privateBIANCA-BRICK-PPP-MIB
1.3.6.1.4.1enterprisesANIROOT-MIB
1.3.6.1.4.1.5accACC-MIB
1.3.6.1.4.1.5.1accSBARACC-MIB
1.3.6.1.4.1.5.1.1accBRGACC-MIB
1.3.6.1.4.1.5.1.1.16accRipACC-MIB
1.3.6.1.4.1.5.1.1.16.3accRipGatewayACC-RIP