ruckusDeviceWanIPAddrMode
RUCKUS-DEVICE-MIB ·
.1.3.6.1.4.1.25053.1.1.4.1.1.4.1.1.1
Object
column r/w
Enumeration
Specifies how the wan gets its IP address.
none - bridging
static - Statically assigned IP address
dhcp - Using DHCP protocol
pppoe - Using PPPoE protocol
when ipaddr mode from dhcp to static,the relative nodes should be set together ,
including:ruckusDeviceWanIPAddr,ruckusDeviceWanNetmask,ruckusDeviceWanGateway
Context
- MIB
- RUCKUS-DEVICE-MIB
- OID
.1.3.6.1.4.1.25053.1.1.4.1.1.4.1.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ruckusDeviceWanEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'RUCKUS-DEVICE-MIB' -M '/opt/observium/mibs/ruckus:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RUCKUS-DEVICE-MIB::ruckusDeviceWanIPAddrMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RUCKUS-DEVICE-MIB' -M '/opt/observium/mibs/ruckus:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RUCKUS-DEVICE-MIB::ruckusDeviceWanIPAddrMode.<ruckusDeviceWanIPIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RUCKUS-DEVICE-MIB' -M '/opt/observium/mibs/ruckus:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RUCKUS-DEVICE-MIB::ruckusDeviceWanIPAddrMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | static |
3 | dhcp |
4 | pppoe |