All MIBs › ACC-MIB › accRipMetric
accRipMetric
Module: ACC-MIB
OID (symbolic): ACC-MIB::accRipMetric
OID (numeric): 1.3.6.1.4.1.5.1.1.16.4
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
Metric used with the default route in routing updates when this unit is acting as a gateway. Unit is hopcount; 16 represents infinity.
What is accRipMetric?
This value (0-15, where 16 means unreachable) sets the hop count advertised for the default route when your device is acting as a gateway. Network engineers lower this metric to make their gateway more attractive than competing defaults on the network; a metric of 2 is more preferred than a metric of 4. For instance, a metric of 2 tells neighbors 'I'm 2 hops from the external network,' while 16 (unreachable) tells neighbors 'do not use this gateway.'
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.16.4 snmpwalk -v2c -c public <target> ACC-MIB::accRipMetric
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.16.4.1 snmpget -v2c -c public <target> ACC-MIB::accRipMetric.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.5.1.1.16.4.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.4 | accRipMetric | ACC-MIB |