RUCKUS-ZD-AP-MIB: View SNMP OID List / Download MIB
VENDOR: RUCKUS WIRELESS
Home | MIB: RUCKUS-ZD-AP-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 |
ruckusZDAPMIB | 1.3.6.1.4.1.25053.1.2.2.4 |
Ruckus ZD WLAN Configuration mib |
||
ruckusZDAPObjects | 1.3.6.1.4.1.25053.1.2.2.4.1 | |||
ruckusZDAPConfig | 1.3.6.1.4.1.25053.1.2.2.4.1.1 | |||
ruckusZDAPConfigTable | 1.3.6.1.4.1.25053.1.2.2.4.1.1.1 | no-access |
ZD AP table. |
|
1.3.6.1.4.1.25053.1.2.2.4.1.1.1.1 | no-access |
Specifies a ZoneDirector AP configuration per entry. |
||
ruckusZDAPConfigID | 1.3.6.1.4.1.25053.1.2.2.4.1.1.1.1.1 | integer | no-access |
AP ID.Max value:for zd1000,50;for zd1100,100;for zd3000,500;zd5000,1000 |
ruckusZDAPConfigMacAddress | 1.3.6.1.4.1.25053.1.2.2.4.1.1.1.1.2 | macaddress | read-only |
AP MAC Address. |
ruckusZDAPConfigAPModel | 1.3.6.1.4.1.25053.1.2.2.4.1.1.1.1.4 | octet string | read-only |
AP Model. |
ruckusZDAPConfigDeviceName | 1.3.6.1.4.1.25053.1.2.2.4.1.1.1.1.5 | octet string | read-write |
AP Name. |
ruckusZDAPConfigDescription | 1.3.6.1.4.1.25053.1.2.2.4.1.1.1.1.6 | octet string | read-write |
AP Description. |
ruckusZDAPConfigLocation | 1.3.6.1.4.1.25053.1.2.2.4.1.1.1.1.7 | octet string | read-write |
AP Location. |
ruckusZDAPConfigGpsLatitude | 1.3.6.1.4.1.25053.1.2.2.4.1.1.1.1.10 | octet string | read-write |
The AP GPS location measured. the range is '-90,90'. |
ruckusZDAPConfigGpsLongitude | 1.3.6.1.4.1.25053.1.2.2.4.1.1.1.1.11 | octet string | read-write |
The AP GPS location measured. the range is '-180,180'. |
ruckusZDAPConfigIPVersion | 1.3.6.1.4.1.25053.1.2.2.4.1.1.1.1.14 | integer | read-write |
The AP IP version Enumeration: 'dualstack': 3, 'ipv4': 1, 'ipv6': 2. |
ruckusZDAPConfigIpAddressSettingMode | 1.3.6.1.4.1.25053.1.2.2.4.1.1.1.1.15 | integer | read-write |
The AP IP address configuration setting control. admin-by-zd: ap ipv4 address is set in static model by zd; admin-by-dhcp: ap ipv4 address is set in dhcp model by zd; admin-by-ap: ap ipv4 address is gotten by itself in ap. Enumeration: 'admin-by-zd': 1, 'admin-by-ap': 3, 'admin-by-dhcp': 2. |
ruckusZDAPConfigIpAddress | 1.3.6.1.4.1.25053.1.2.2.4.1.1.1.1.16 | ipaddress | read-write |
The AP IP address. |
ruckusZDAPConfigIpAddressMask | 1.3.6.1.4.1.25053.1.2.2.4.1.1.1.1.17 | ipaddress | read-write |
The AP IP address mask. |
ruckusZDAPConfigGatewayIpAddress | 1.3.6.1.4.1.25053.1.2.2.4.1.1.1.1.20 | ipaddress | read-write |
The AP Gateway IP Address. |
ruckusZDAPConfigIpV6AddressSettingMode | 1.3.6.1.4.1.25053.1.2.2.4.1.1.1.1.21 | integer | read-write |
The AP IPV6 address configuration setting control. admin-by-zd: ap ipv6 address is set in manual model by zd; admin-by-autoconfig: ap ipv6 address is set in autoconfig(from route server or dhcpv6 server) model by zd; admin-by-ap: ap ipv6 address is gotten by itself in ap. Enumeration: 'admin-by-autoconfig': 2, 'admin-by-zd': 1, 'admin-by-ap': 3. |
ruckusZDAPConfigIpV6Address | 1.3.6.1.4.1.25053.1.2.2.4.1.1.1.1.22 | octet string | read-write |
The AP IPV6 address. |
ruckusZDAPConfigIpV6PrefixLen | 1.3.6.1.4.1.25053.1.2.2.4.1.1.1.1.23 | integer | read-write |
The AP IPV6 prefix length. |
ruckusZDAPConfigGatewayIpV6Address | 1.3.6.1.4.1.25053.1.2.2.4.1.1.1.1.24 | octet string | read-write |
The AP Gateway IPV6 Address. |
ruckusZDAPConfigPrimaryDnsIpAddress | 1.3.6.1.4.1.25053.1.2.2.4.1.1.1.1.25 | ipaddress | read-write |
The AP Primary DNS IP Address. |
ruckusZDAPConfigSecondaryDnsIpAddress | 1.3.6.1.4.1.25053.1.2.2.4.1.1.1.1.26 | ipaddress | read-write |
The AP Secondary DNS IP Address. |
ruckusZDAPConfigPrimaryDnsIpV6Address | 1.3.6.1.4.1.25053.1.2.2.4.1.1.1.1.27 | octet string | read-write |
The AP Primary DNS IPV6 Address. |
ruckusZDAPConfigSecondaryDnsV6IpAddress | 1.3.6.1.4.1.25053.1.2.2.4.1.1.1.1.28 | octet string | read-write |
The AP Secondary DNS IPV6 Address. |
ruckusZDAPConfigRadioType | 1.3.6.1.4.1.25053.1.2.2.4.1.1.1.1.30 | integer | read-only |
The AP Wireless type. Enumeration: 'ieee80211n': 4, 'ieee80211ng': 5, 'ieee80211na': 2, 'ieee80211bg': 1, 'ieee80211a': 3. |
ruckusZDAPConfigRadioChannel24 | 1.3.6.1.4.1.25053.1.2.2.4.1.1.1.1.31 | integer32 | read-write |
The AP Channel selection on the 2.4 GHz radio. The AP radio channel, selectable 0, 1-11, 0 : auto channel selection, 1-11 : specific channel selection. |
ruckusZDAPConfigRadioTxPowerLevel24 | 1.3.6.1.4.1.25053.1.2.2.4.1.1.1.1.32 | integer | read-write |
The AP Tx Power level selection on the 2.4 GHz radio, auto(25) | 0 to 24 corresponding to 0 to -24dB from max power. Now to be compatible with web, if txpower is more than 10, txpower will be set to 24(Min). |
ruckusZDAPConfigRadioWlanGroup24 | 1.3.6.1.4.1.25053.1.2.2.4.1.1.1.1.33 | octet string | read-write |
The AP WLAN group (name) selection on the 2.4 GHz radio. |
ruckusZDAPConfigRadioEnableWlanService24 | 1.3.6.1.4.1.25053.1.2.2.4.1.1.1.1.34 | integer | read-write |
The AP enable wlan service flag on the 2.4 GHz radio. Enumeration: 'enable': 1, 'disable': 2. |
ruckusZDAPConfigRadioChannel5 | 1.3.6.1.4.1.25053.1.2.2.4.1.1.1.1.40 | integer32 | read-write |
The AP Channel selection on the 5 GHz radio. The AP radio channel, selectable 0, 36-165, 0 : auto channel selection, 36-165 : specific channel selection. It is ruled by country code.Please consult the MAP of channel for each country. |
ruckusZDAPConfigRadioTxPowerLevel5 | 1.3.6.1.4.1.25053.1.2.2.4.1.1.1.1.41 | integer | read-write |
The AP Tx Power level selection on the 5 GHz radio, auto(25) | 0 to 24 corresponding to 0 to -24dB from max power. Now to be compatible with web, if txpower is more than 10, txpower will be set to 24(Min). |
ruckusZDAPConfigRadioWlanGroup5 | 1.3.6.1.4.1.25053.1.2.2.4.1.1.1.1.42 | octet string | read-write |
The AP WLAN group (name) selection on the 5 GHz radio. |
ruckusZDAPConfigRadioEnableWlanService5 | 1.3.6.1.4.1.25053.1.2.2.4.1.1.1.1.43 | integer | read-write |
The AP enable wlan service flag on the 5 GHz radio. Enumeration: 'enable': 1, 'disable': 2. |
ruckusZDAPConfigMeshConfigurationMode | 1.3.6.1.4.1.25053.1.2.2.4.1.1.1.1.50 | integer | read-write |
The AP Mesh network configuration mode. Enumeration: 'disabled': 4, 'auto': 1, 'mesh-ap': 3, 'root-ap': 2. |
ruckusZDAPConfigUplinkSelectionMode | 1.3.6.1.4.1.25053.1.2.2.4.1.1.1.1.51 | integer | read-write |
The AP network uplink selection mode. For manual,now 'set' is not supported Enumeration: 'manual': 2, 'smart': 1. |
ruckusZDAPConfigApproveMode | 1.3.6.1.4.1.25053.1.2.2.4.1.1.1.1.52 | integer | read-write |
AP approval state. For not-approved,'set' is not supported. Enumeration: 'approved': 1, 'not-approved': 2. |
ruckusZDAPConfigManagementAdmin | 1.3.6.1.4.1.25053.1.2.2.4.1.1.1.1.60 | integer | read-write |
Admin action to remove this AP from the ZD management. Enumeration: 'associated': 2, 'delete': 1. |
ruckusZDAPConfigRebootNow | 1.3.6.1.4.1.25053.1.2.2.4.1.1.1.1.64 | integer | read-write |
AP reboot right now. Enumeration: 'reboot': 1. |