Motorola Wing 5 Manual
Have a look at the manual Motorola Wing 5 Manual online for free. It’s possible to download the document as PDF or print. UserManuals.tech offer 249 Motorola manuals and user’s guides for free. Share the user manual or guide on Facebook, Twitter or Google+.
PROFILES 7 - 5 7.1.1 aaa Creating Profiles Configures VPN Authentication, Authorization, and Accounting (AAA) settings on the Remote Authentication Dial-in User Service (RADIUS) server Supported in the following platforms: AP300 AP621 AP650 AP6511 AP6521 AP6532 AP71XX RFS4000 RFS6000 RFS7000 NX9000 NX9500 Syntax aaa vpn-authentication [primary|secondary] key [0 |2 |] {authport } Parameters • aaa vpn-authentication [primary|secondary] key [0 |2 |] {authport } Usage Guidelines Use an AAA login to determine whether management user authentication must be performed against a local user database or an external RADIUS server.vpn-authentication Configures primary and secondary RADIUS server authentication settings primary Configures primary RADIUS server authentication settings secondary Configures secondary RADIUS server authentication settings key [0 | 2 |]The following are common to the primary and secondary parameters: – Specify the IP address of the primary or secondary RADIUS server. key – Sets the RADIUS client pre-shared key. This key should match with the RADIUS server. 0 – Sets a clear text shared key 2 – Sets an encrypted shared secret – Specify a shared key. The shared secret should not exceed 32 characters. authport Optional. Sets the RADIUS server authentication port – Specify a value from 1024 - 65535.
7 - 6 WiNG CLI Reference Guide Examples rfs7000-37FABE(config-profile-default-RFS7000)#aaa vpn-authentication secondary 172.16.10.1 key symbol2011 authport 1025 rfs7000-37FABE(config-profile-default-RFS7000)# rfs7000-37FABE(config-profile-default-RFS7000)#show context profile rfs7000 default-rfs7000 autoinstall configuration autoinstall firmware crypto isakmp policy default crypto ipsec transform-set default esp-aes-256 esp-sha-hmac aaa vpn-authentication secondary 172.16.10.1 key 0 symbol2011 authport 1025 interface me1 interface ge1 ip dhcp trust qos trust dscp qos trust 802.1p interface ge2 ip dhcp trust qos trust dscp qos trust 802.1p interface ge3 ip dhcp trust qos trust dscp qos trust 802.1p interface ge4 ip dhcp trust qos trust dscp qos trust 802.1p --More-- rfs7000-37FABE(config-profile-default-RFS7000)# Related Commands noDisables or reverts settings to their default
PROFILES 7 - 7 7.1.2 adopted-mode Creating Profiles Sets device in adopted mode. This command is applicable only to AP621s. This mode configures the AP to free some of its onboard memory so more IP routes and firewall flows can be configured on this low memory access point. By default, an AP621 starts up in the stand alone mode. In the standalone mode, the AP621 supports up to 460 routes and 50 firewall flows. When the adoption mode is changed, the AP621 supports up to 1000 routes and 75 firewall flows. For this feature to work, the profile used to configure AP621 should set the adoption mode. Supported in the following platforms: AP621 Syntax adopted-mode Parameters None Examples Related Commands noDisables or reverts settings to their default
7 - 8 WiNG CLI Reference Guide 7.1.3 ap-upgrade Creating Profiles Enables an automatic firmware upgrade on an adopted access point Supported in the following platforms: AP300 AP621 AP650 AP6511 AP6521 AP6532 AP71XX RFS4000 RFS6000 RFS7000 NX9000 NX9500 Syntax ap-upgrade [auto|count] ap-upgrade auto {(ap621|ap650|ap6511|ap6521|ap6532|ap71xx)} ap-upgrade count Parameters • ap-upgrade auto {(ap621|ap650|ap6511|ap6521|ap6532|ap71xx)} • ap-upgrade count Examples rfs7000-37FABE(config-profile-default-RFS7000)#ap-upgrade count 7 rfs7000-37FABE(config-profile-default-RFS7000)# auto Enables automatic firmware upgrade on an adopted AP ap621 Optional. Enables automatic AP621 firmware upgrade ap650 Optional. Enables automatic AP650 firmware upgrade ap6511 Optional. Enables automatic AP6511 firmware upgrade ap6521 Optional. Enables automatic AP6521 firmware upgrade ap6532 Optional. Enables automatic AP6532 firmware upgrade ap71xx Optional. Enables automatic AP71XX firmware upgrade count Sets a limit to the number of concurrent upgrades performed – Specify a value from 1 - 20.
PROFILES 7 - 9 Related Commands noDisables or reverts settings to their default
7 - 10 WiNG CLI Reference Guide 7.1.4 ap300 Creating Profiles Enables the adoption of an AP300 by a profile or wireless controller Supported in the following platforms: AP300 AP621 AP650 AP6511 AP6521 AP6532 AP71XX RFS4000 RFS6000 RFS7000 Syntax ap300 [ [adopt|deny]|adopt-unconfigured] Parameters • ap300 [ [adopt|deny]|adopt-unconfigured] Examples rfs7000-37FABE(config-profile-default-RFS7000)#AP300 00-15-70-63-4F-86 rfs7000-37FABE(config-AP300-00-15-70-63-4F-86)# Related Commands ap300 Adopts or denies the adoption of an AP300. It also facilitates the adoption of all non-configured AP300s. [adopt|deny] Specify the AP300 Media Access Control (MAC) address to adopt or deny adoption. adopt – Adds the AP300 to the adopt list deny – Adds the AP300 to the deny list adopt-unconfigured Adopts all unconfigured AP300 devices noDisables or reverts settings to their default
PROFILES 7 - 11 7.1.5 arp Creating Profiles Configures Address Resolution Protocol (ARP) parameters Supported in the following platforms: AP300 AP621 AP650 AP6511 AP6521 AP6532 AP71XX RFS4000 RFS6000 RFS7000 NX9000 NX9500 Syntax arp [|timeout] arp arpa [|vlan ] {dhcp-server|router} arp timeout Parameters • arp arpa [|vlan ] {dhcp-server|router} • arp timeout arp Configures a static ARP entry for a IPv4 IP address – Specify the static IP address. Specify the MAC address associated with the IP and the Switch Virtual Interface (SVI). arpa Sets ARP type to ARPA Sets the router interface name – Specify a name of the router interface. vlan Sets a VLAN interface – Specify a SVI VLAN ID from 1 - 4094. {dhcp-server|router} The following are common for the router and VLAN parameters: dhcp-server – Optional. Sets the ARP entry for the DHCP server router – Optional. Sets the ARP entry for a router arp timeout Sets ARP timeout – Sets the ARP entry timeout in seconds. Specify a value from 15 - 86400 seconds.
7 - 12 WiNG CLI Reference Guide Examples rfs7000-37FABE(config-profile-default-RFS7000)#arp timeout 2000 rfs7000-37FABE(config-profile-default-RFS7000)#show context profile RFS7000 default-RFS7000 arp timeout 2000 no autoinstall configuration no autoinstall firmware crypto isakmp policy default crypto ipsec transform-set default esp-aes-256 esp-sha-hmac interface me1 interface ge1 ip dhcp trust qos trust dscp qos trust 802.1p rfs7000-37FABE(config-profile-default-RFS7000)#arp 172.16.10.10 45-bc-22-38-16-3F arpa vlan 3 dhcp-server Related Commands noDisables or reverts settings to their default
PROFILES 7 - 13 7.1.6 auto-learn-staging-config Creating Profiles Enables automatic recognition of devices pending adoption Supported in the following platforms: AP300 AP621 AP650 AP6511 AP6521 AP6532 AP71XX RFS4000 RFS6000 RFS7000 NX9000 NX9500 Syntax auto-learn-staging-config Parameters None Examples rfs7000-37FABE(config-profile-default-RFS7000)#auto-learn-staging-config rfs7000-37FABE(config-profile-default-RFS7000)# Related Commands noDisables or reverts settings to their default
7 - 14 WiNG CLI Reference Guide 7.1.7 autoinstall Creating Profiles Automatically installs firmware image and configuration parameters on to the selected device. Supported in the following platforms: AP300 AP621 AP650 AP6511 AP6521 AP6532 AP71XX RFS4000 RFS6000 RFS7000 NX9000 NX9500 Syntax autoinstall [configuration|firmware|starttime ] Parameters • autoinstall [configuration|firmware] Examples rfs7000-37FABE(config-profile-default-RFS7000)#autoinstall configuration rfs7000-37FABE(config-profile-default-RFS7000)# rfs7000-37FABE(config-profile-default-RFS7000)#autoinstall firmware rfs7000-37FABE(config-profile-default-RFS7000)# rfs7000-37FABE(config-profile-default-RFS7000)#autoinstall start-time 10 rfs7000-37FABE(config-profile-default-RFS7000)# Related Commands configuration Autoinstalls configuration parameters. Setup parameters are automatically configured on devices using this profile firmware Autoinstalls firmware image. Firmware images are automatically installed on devices using this profile start-time Sets the time in minutes within which autoinstall should start. Set this value to 0 to start the autoupgrade anytime. – Set the time duration in minutes. Set to 0 to allow autoupgrade startup at any time. noDisables or reverts settings to their default