Commit version 24.12.13800
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
--
|
||||
-- Copyright 2010-2014 Ruckus Wireless, Inc. All rights reserved.
|
||||
--
|
||||
-- RUCKUS WIRELESS, INC. CONFIDENTIAL -
|
||||
-- This is an unpublished, proprietary work of Ruckus Wireless, Inc., and is
|
||||
-- fully protected under copyright and trade secret laws. You may not view,
|
||||
-- use, disclose, copy, or distribute this file or any information contained
|
||||
-- herein except pursuant to a valid license from Ruckus.
|
||||
-- RUCKUS WIRELESS, INC. CONFIDENTIAL -
|
||||
-- This is an unpublished, proprietary work of Ruckus Wireless, Inc., and is
|
||||
-- fully protected under copyright and trade secret laws. You may not view,
|
||||
-- use, disclose, copy, or distribute this file or any information contained
|
||||
-- herein except pursuant to a valid license from Ruckus.
|
||||
--
|
||||
|
||||
RUCKUS-TC-MIB DEFINITIONS ::= BEGIN
|
||||
@ -50,7 +50,8 @@ RuckusRadioMode ::= TEXTUAL-CONVENTION
|
||||
ieee802dot11a(4),
|
||||
ieee802dot11ng(5),
|
||||
ieee802dot11na(6),
|
||||
ieee802dot11ac(7) }
|
||||
ieee802dot11ac(7),
|
||||
ieee802dot11ax(8) }
|
||||
|
||||
|
||||
RuckusWEPKey ::= TEXTUAL-CONVENTION
|
||||
@ -270,15 +271,15 @@ RuckusRateLimiting ::= TEXTUAL-CONVENTION
|
||||
DESCRIPTION
|
||||
"Used to express values of Rate limiting."
|
||||
SYNTAX INTEGER {
|
||||
disable(0),
|
||||
rate100Kbps(1),
|
||||
rate250Kbps(2),
|
||||
rate500Kbps(3),
|
||||
rate1Mbps(4),
|
||||
rate2Mbps(5),
|
||||
rate5Mbps(6),
|
||||
rate10Mbps(7),
|
||||
rate20Mbps(8),
|
||||
disable(0),
|
||||
rate100Kbps(1),
|
||||
rate250Kbps(2),
|
||||
rate500Kbps(3),
|
||||
rate1Mbps(4),
|
||||
rate2Mbps(5),
|
||||
rate5Mbps(6),
|
||||
rate10Mbps(7),
|
||||
rate20Mbps(8),
|
||||
rate50Mbps(9) }
|
||||
|
||||
RuckusWLANServiceType ::= TEXTUAL-CONVENTION
|
||||
@ -330,7 +331,7 @@ RuckusWLANServicePriority ::= TEXTUAL-CONVENTION
|
||||
SYNTAX INTEGER {
|
||||
high(1),
|
||||
low(2) }
|
||||
|
||||
|
||||
RuckusSysLogLevel ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@ -386,13 +387,13 @@ RuckusAAAServiceType ::= TEXTUAL-CONVENTION
|
||||
SYNTAX INTEGER {
|
||||
active-directory(1),
|
||||
ldap-directory(2),
|
||||
aaa-authentication(3),
|
||||
aaa-authentication(3),
|
||||
aaa-accounting(4) }
|
||||
|
||||
RuckusAPIpAddressSettingMode ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The AP IP address setting mode,
|
||||
"The AP IP address setting mode,
|
||||
admin-by-zd : ZD configure the AP IP address,
|
||||
admin-by-dhcp : DHCP server configure the AP IP address,
|
||||
admin-by-ap : AP configure its IP address locally."
|
||||
@ -408,7 +409,7 @@ RuckusAPRadioType ::= TEXTUAL-CONVENTION
|
||||
SYNTAX INTEGER {
|
||||
ieee80211bg(1),
|
||||
ieee80211na(2),
|
||||
ieee80211a(3),
|
||||
ieee80211a(3),
|
||||
ieee80211n(4) }
|
||||
|
||||
RuckusAPRadioType24 ::= TEXTUAL-CONVENTION
|
||||
@ -418,8 +419,8 @@ RuckusAPRadioType24 ::= TEXTUAL-CONVENTION
|
||||
SYNTAX INTEGER {
|
||||
ieee80211b(1),
|
||||
ieee80211g(2),
|
||||
ieee80211bg(3),
|
||||
ieee80211ng(4) }
|
||||
ieee80211bg(3),
|
||||
ieee80211ng(4) }
|
||||
|
||||
RuckusAPRadioType5 ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
@ -428,7 +429,7 @@ RuckusAPRadioType5 ::= TEXTUAL-CONVENTION
|
||||
SYNTAX INTEGER {
|
||||
ieee80211a(1),
|
||||
ieee80211n(2),
|
||||
ieee80211nag(3)}
|
||||
ieee80211nag(3)}
|
||||
|
||||
RuckusAPRadioTxPowerLevel ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
@ -445,7 +446,7 @@ RuckusAPRadioTxPowerLevel ::= TEXTUAL-CONVENTION
|
||||
RuckusAPWirelessChannel ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The AP radio channel, selectable 0, 1-11,
|
||||
"The AP radio channel, selectable 0, 1-11,
|
||||
0 : auto channel selection,
|
||||
1-11 : specific channel selection."
|
||||
SYNTAX Integer32 (0..11)
|
||||
@ -457,7 +458,7 @@ RuckusAPMeshConfigurationMode ::= TEXTUAL-CONVENTION
|
||||
SYNTAX INTEGER {
|
||||
auto(1),
|
||||
root-ap(2),
|
||||
mesh-ap(3),
|
||||
mesh-ap(3),
|
||||
disabled(4) }
|
||||
|
||||
RuckusAPUplinkSelectionMode ::= TEXTUAL-CONVENTION
|
||||
@ -561,7 +562,8 @@ RuckusChannelWidthType ::= TEXTUAL-CONVENTION
|
||||
cw20(20),
|
||||
cw2040(2040),
|
||||
cw40(40),
|
||||
cw80(80)}
|
||||
cw80(80),
|
||||
cw160(160)}
|
||||
|
||||
RuckusAuthStatusType ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
|
Reference in New Issue
Block a user