arrisRouterLanSettings
ARRIS-ROUTER-DEVICE-MIB ·
.1.3.6.1.4.1.4115.1.20.1.1.2.6
Object
scalar r/w
Enumeration
This always returns doNothing(0) when read. This applies settings for the primary LAN if applyPrimaryLan(1) is used. The network will be restarted. The network(s) will be restarted and thus connections to these networks will be lost. To apply all settings for all networks use applyAllLans(3). If applySettings fails, the modified settings will still be in the 'cache' until the device is rebooted or revertSettings(10) is used. If several modifications have been made, to revert the settings back to the values stored in the non-volatile store, use revertSettings(10). Reset all values in arrisRouterLanTable to their defaults by setting this value to resetDefaults(11). Restart the Wireless LAN only (12).
Context
- MIB
- ARRIS-ROUTER-DEVICE-MIB
- OID
.1.3.6.1.4.1.4115.1.20.1.1.2.6- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- arrisRouterLanConfig
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 'ARRIS-ROUTER-DEVICE-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARRIS-ROUTER-DEVICE-MIB::arrisRouterLanSettings.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ARRIS-ROUTER-DEVICE-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ARRIS-ROUTER-DEVICE-MIB::arrisRouterLanSettings'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | doNothing |
1 | applyPrimaryLan |
2 | applyGuestLans |
3 | applyAllLans |
10 | revertSettings |
11 | resetDefaults |
12 | restartWLAN |