agentRouterRipAutoSummaryMode
LANCOM-ROUTING-MIB ·
.1.3.6.1.4.1.2356.16.1.2.3.3
Object
scalar r/w
Enumeration
Sets the RIP auto summarization mode in the router. A value of enable(1) means that routes advertized by this RIP router are combined, or summarized, whenever possible into aggregates. When set to disable(2), routes are not aggregated in RIP updates generated by this router. The default auto summary mode is enable(1).
Context
- MIB
- LANCOM-ROUTING-MIB
- OID
.1.3.6.1.4.1.2356.16.1.2.3.3- 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 'LANCOM-ROUTING-MIB' -M '/opt/observium/mibs/lancom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LANCOM-ROUTING-MIB::agentRouterRipAutoSummaryMode.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LANCOM-ROUTING-MIB' -M '/opt/observium/mibs/lancom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LANCOM-ROUTING-MIB::agentRouterRipAutoSummaryMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enable |
2 | disable |