RUCKUS-DEVICE-MIB: View SNMP OID List / Download MIB
VENDOR: RUCKUS WIRELESS
Home | MIB: RUCKUS-DEVICE-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
ruckusDeviceMIB | 1.3.6.1.4.1.25053.1.1.4.1 |
Ruckus device management mib. |
||
ruckusDeviceObjects | 1.3.6.1.4.1.25053.1.1.4.1.1 | |||
ruckusDeviceInfo | 1.3.6.1.4.1.25053.1.1.4.1.1.1 | |||
ruckusDeviceName | 1.3.6.1.4.1.25053.1.1.4.1.1.1.1 | displaystring | read-write |
Specifies name of the device. Show the same value as model name. |
ruckusDeviceReboot | 1.3.6.1.4.1.25053.1.1.4.1.1.1.2 | truthvalue | read-write |
Setting this object to true(1) would cause to reboot the device. Always returns false(2) on read. |
ruckusDeviceRebootWithDefaults | 1.3.6.1.4.1.25053.1.1.4.1.1.1.3 | truthvalue | read-write |
This allows the product to revert to factory defaults. |
ruckusDeviceCountryCode | 1.3.6.1.4.1.25053.1.1.4.1.1.1.4 | ruckuscountrycode | read-write |
Specifies the country code. Example ISO country codes: CA,US,HK,IL,CN,JP,TW. |
ruckusDeviceGPS | 1.3.6.1.4.1.25053.1.1.4.1.1.1.5 | displaystring | read-write |
Specifies GPS coordinates of the device. (e.g. 37.3881,-122.0258) |
ruckusDeviceNEId | 1.3.6.1.4.1.25053.1.1.4.1.1.1.6 | displaystring | read-write |
NE Id. |
ruckusDeviceLocation | 1.3.6.1.4.1.25053.1.1.4.1.1.1.10 | displaystring | read-write |
Location of the device. Show the intstallation position. |
ruckusDeviceTrapInfo | 1.3.6.1.4.1.25053.1.1.4.1.1.2 | |||
ruckusDeviceTrapDestination | 1.3.6.1.4.1.25053.1.1.4.1.1.2.1 | octet string | read-write |
Specifies primary trap destination IPv6 or IPv4 address. |
ruckusDeviceTrapDestination2 | 1.3.6.1.4.1.25053.1.1.4.1.1.2.2 | octet string | read-write |
Specifies secondary trap destination IPv6 or IPv4 address. |
ruckusDeviceIPInfo | 1.3.6.1.4.1.25053.1.1.4.1.1.3 | |||
ruckusDevicePrimaryDNS | 1.3.6.1.4.1.25053.1.1.4.1.1.3.1 | ipaddress | read-write |
Specifies primary DNS IP address. |
ruckusDeviceSecondaryDNS | 1.3.6.1.4.1.25053.1.1.4.1.1.3.2 | ipaddress | read-write |
Specifies secondary DNS IP address. |
ruckusDevicePrimaryDNSIPV6 | 1.3.6.1.4.1.25053.1.1.4.1.1.3.3 | octet string | read-write |
Specifies primary DNS IPV6 address. |
ruckusDeviceSecondaryDNSIPV6 | 1.3.6.1.4.1.25053.1.1.4.1.1.3.4 | octet string | read-write |
Specifies secondary DNS IPV6 address. |
ruckusDeviceWanInfo | 1.3.6.1.4.1.25053.1.1.4.1.1.4 | |||
ruckusDeviceWanTable | 1.3.6.1.4.1.25053.1.1.4.1.1.4.1 | no-access |
Specifies each wan table. |
|
1.3.6.1.4.1.25053.1.1.4.1.1.4.1.1 | no-access |
Specifies each wan entry. |
||
ruckusDeviceWanIPAddrMode | 1.3.6.1.4.1.25053.1.1.4.1.1.4.1.1.1 | integer | read-write |
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 Enumeration: 'dhcp': 3, 'none': 1, 'static': 2, 'pppoe': 4. |
ruckusDeviceWanIPAddr | 1.3.6.1.4.1.25053.1.1.4.1.1.4.1.1.2 | ipaddress | read-write |
This is writable only if the ruckusDeviceWanIPAddrMode is set to static(2). |
ruckusDeviceWanName | 1.3.6.1.4.1.25053.1.1.4.1.1.4.1.1.3 | displaystring | read-only |
Specifies the name of the wan interface. |
ruckusDeviceWanNetmask | 1.3.6.1.4.1.25053.1.1.4.1.1.4.1.1.4 | ipaddress | read-write |
Specifies the ip address mask if the ruckusDeviceWanIPAddrMode is set to static(2). |
ruckusDeviceWanGateway | 1.3.6.1.4.1.25053.1.1.4.1.1.4.1.1.5 | ipaddress | read-write |
Specifies the gateway ipaddr if the ruckusDeviceWanIPAddrMode is set to static(2). |
ruckusDeviceWanIPVersion | 1.3.6.1.4.1.25053.1.1.4.1.1.4.1.1.8 | integer | read-write |
Specifies the system ip version,ipv4 or ipv6 or dualstack. ipv4 - only support IPV4 ipv6 - only support IPV6 dualstack - support IPV4 and IPV6 Enumeration: 'dualstack': 3, 'ipv4': 1, 'ipv6': 2. |
ruckusDeviceWanIPV6AddrMode | 1.3.6.1.4.1.25053.1.1.4.1.1.4.1.1.10 | integer | read-write |
Specifies how the wan gets its IPV6 address. auto-configuration - auto get ipv6 address by RFC about IPV6 static - Statically assigned IPV6 address when ipv6addr mode from auto-configuration to static,the relative nodes should be set together , including:ruckusDeviceWanIPV6Addr,ruckusDeviceWanIPV6PrefixLen,ruckusDeviceWanIPV6Gateway Enumeration: 'static': 2, 'auto-configuration': 1. |
ruckusDeviceWanIPV6Addr | 1.3.6.1.4.1.25053.1.1.4.1.1.4.1.1.11 | octet string | read-write |
This is writable only if the ruckusDeviceWanIPAddrMode is set to static(2). |
ruckusDeviceWanIPV6PrefixLen | 1.3.6.1.4.1.25053.1.1.4.1.1.4.1.1.12 | integer | read-write |
Specifies the ip v6 address prefix length if the ruckusDeviceWanIPV6AddrMode is set to static(2). |
ruckusDeviceWanIPV6Gateway | 1.3.6.1.4.1.25053.1.1.4.1.1.4.1.1.13 | octet string | read-write |
Specifies the gateway ipv6 address if the ruckusDeviceWanIPV6AddrMode is set to static(2). |
ruckusDeviceEvents | 1.3.6.1.4.1.25053.1.1.4.1.2 |