swRIPngMethod
RIPNG-MIB ·
.1.3.6.1.4.1.171.12.83.2
Object
scalar r/w
Enumeration
This object indicates the method to be done while sending routing informations. If the configured value is split-horizon(2) then routes learnt on a interface are not sent over that interface. If the configured value is poison-reverse(3) then such routes are sent with a metric of 16.
Context
- MIB
- RIPNG-MIB
- OID
.1.3.6.1.4.1.171.12.83.2- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- swRIPngMIB
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RIPNG-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RIPNG-MIB::swRIPngMethod.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RIPNG-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RIPNG-MIB::swRIPngMethod'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | no-horizon |
2 | split-horizon |
3 | poison-reverse |