agentRouterRipSplitHorizonMode
GSM7324-ROUTING-MIB ·
.1.3.6.1.4.1.4526.1.7.2.3.2
Object
scalar r/w
Enumeration
Sets the RIP split horizon operating mode in the router. A value of none(1) means split horizon processing is disabled. When set to simple(2), the simple split horizon technique is used. When set to poisonReverse(3), the split horizon with poison reverse technique is used. The default split horizon mode is simple(2).
Context
- MIB
- GSM7324-ROUTING-MIB
- OID
.1.3.6.1.4.1.4526.1.7.2.3.2- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- agentRouterRipConfigGroup
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 'GSM7324-ROUTING-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'GSM7324-ROUTING-MIB::agentRouterRipSplitHorizonMode.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'GSM7324-ROUTING-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'GSM7324-ROUTING-MIB::agentRouterRipSplitHorizonMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | simple |
3 | poisonReverse |