Home > Motorola > Wireless > Motorola Wing 5 Manual

Motorola Wing 5 Manual

    Download as PDF Print this page Share this page

    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+.

    Page
    of 1128
    							A - 7
    RFS4000(config-profile-AP7131_UseCase1)#interface vlan 2
    RFS4000(config-profile-AP7131_UseCase1-if-vlan2)#
    Configure this VLAN to use DHCP, so any device associated using this access point is automatically assigned a unique IP 
    address. Once completed, exit this context.
    RFS4000(config-profile-AP7131_UseCase1-if-vlan2)#ip address dhcp
    RFS4000(config-profile-AP7131_UseCase1-if-vlan2)#exit
    The configured VLAN has to be mapped to a physical interface on the access point. Map VLAN1 to the GE1 and GE2 
    interfaces on the AP7131. To configure the GE1 interface:
    RFS4000(config-profile-AP7131_UseCase1)#interface ge 1
    RFS4000(config-profile-AP7131_UseCase1-if-ge1)#switchport access vlan 2
    RFS4000(config-profile-AP7131_UseCase1-if-ge1)#exit
    Similarly configure the GE2 interface.
    RFS4000(config-profile-AP7131_UseCase1)#interface ge 2
    RFS4000(config-profile-AP7131_UseCase1-if-ge2)#switchport access vlan 2
    RFS4000(config-profile-AP7131_UseCase1-if-ge2)#exit
    Before the WLAN can be implemented, it has to be mapped to the physical radio on the access point. An AP7131 has 3 
    radios (on certain models), two of which can be configured for WLAN support. In this scenario, two radios are used.
    RFS4000(config-profile-AP7131_UseCase1)#interface radio 1
    RFS4000(config-profile-AP7131_UseCase1-if-radio1)#wlan 1
    RFS4000(config-profile-AP7131_UseCase1-if-radio1)#exit
    RFS4000(config-profile-AP7131_UseCase1)#interface radio 2
    RFS4000(config-profile-AP7131_UseCase1-if-radio2)#wlan 1
    RFS4000(config-profile-AP7131_UseCase1-if-radio2)#exit
    RFS4000(config-profile-AP7131_UseCase1)#
    Commit the changes made to the profile and exit this context.
    RFS4000(config-profile-AP7131_UseCase1)#commit write
    RFS4000(config-profile-AP7131_UseCase1)#exit
    RFS4000(config)#
    Apply this Profile to the Discovered AP7131
    Access the discovered access point using the following command. The discovered device’s MAC address is used to access 
    its context.
    RFS4000(config)#ap7131 00-23-68-16-C6-C4
    RFS4000(config-device-00-23-68-16-C6-C4)#
    Assign the AP profile to this access point.
    RFS4000(config-device-00-23-68-16-C6-C4)#use profile AP7131_UseCase1
    RFS4000(config-device-00-23-68-16-C6-C4)#commit write
    Apply the RF Domain profile to the AP
    Apply the previously created RF Domain to enable a country code to be assigned to the discovered access point. A 
    discovered access point only works properly if its country code is the same as its associated wireless controller.
    RFS4000(config-device-00-23-68-16-C6-C4)#use rf-domain RFDOMAIN_UseCase1
    RFS4000(config-device-00-23-68-16-C6-C4)#commit write
    RFS4000(config-device-00-23-68-16-C6-C4)#Exit
    RFS4000(config)# 
    						
    							A - 8 WiNG CLI Reference Guide
    A.1.3.5 Creating a DHCP Server Policy
    Using the Command Line Interface to Configure the WLAN
    The DHCP server policy defines the parameters required to run a DHCP server on the wireless controller and assign IP 
    addresses automatically to devices that associate. Configuring DHCP enables the reuse of a limited set of IP addresses.
    To create a DHCP server policy:
    RFS4000(config)#dhcp-server-policy DHCP_POLICY_UseCase1
    RFS4000-37FABE(config-dhcp-policy-DHCP_POLICY_UseCase1)#
    Table A.1 displays how IP addresses are used.
    In the table, the IP address range of 172.16.11.11 to 172.16.11.200 is available using the DHCP server. To configure the 
    DHCP server:
    RFS4000-37FABE(config-dhcp-policy-DHCP_POLICY_UseCase1)#dhcp-pool 
    DHCP_POOL_USECASE1_01
    RFS4000-37FABE(config-dhcp-policy-DHCP_POLICY_UseCase1-pool-
    DHCP_POOL_USECASE1_01)#
    Configure the address range as follows:
    RFS4000-37FABE(config-dhcp-policy-DHCP_POLICY_UseCase1-pool-
    DHCP_POOL_USECASE1_01)#address range 172.16.11.11 172.16.11.200
    RFS4000-37FABE(config-dhcp-policy-DHCP_POLICY_UseCase1-pool-
    DHCP_POOL_USECASE1_01)#
    Configure the IP pool used with a network segment. This starts the DHCP server on the specified interface.
    RFS4000-37FABE(config-dhcp-policy-DHCP_POLICY_UseCase1-pool-
    DHCP_POOL_USECASE1_01)#network 172.16.11.0/24
    RFS4000-37FABE(config-dhcp-policy-DHCP_POLICY_UseCase1-pool-
    DHCP_POOL_USECASE1_01)#exit
    RFS4000-37FABE(config-dhcp-policy-DHCP_POLICY_UseCase1)#exit
    RFS4000-37FABE(config)#commit write
    Configure the RFS4000 to use the DHCP Policy
    For the DHCP to work properly, the new DHCP Server Policy must be applied to the wireless controller. To apply the DHCP 
    Server Policy to the wireless controller:
    Table A.1IP Address Usage
    IP Range Usage
    172.16.11.1 till 172.16.11.10 Reserved for devices that require a static IP address
    172.16.11.11 till 172.16.11.200 Range of IP addresses that can be assigned using the DHCP 
    server.
    172.16.11.201 till 172.16.11.254 Reserved for devices that require a static IP address 
    						
    							A - 9
    RFS4000-37FABE(config)#self
    RFS4000-37FABE(config-device-03-14-28-57-14-28)#use dhcp-server-policy 
    DHCP_POLICY_UseCase1
    RFS4000-37FABE(config-device-03-14-28-57-14-28)#commit write
    RFS4000-37FABE(config-device-03-14-28-57-14-28)#exit
    RFS4000-37FABE(config)#
    A.1.3.6 Completing and Testing the Configuration
    Using the Command Line Interface to Configure the WLAN
    A wireless client must be configured to associate with the controller managed WLAN. The following information must be 
    defined:
    
    WLAN_USECASE_01
     Country: Same as the country configured in Creating a RF Domain on page A-3. In this scenario, the country code is set 
    to US.
     Mode: Infrastructure
    With the WLAN set to beacon, use the wireless client’s discovery client to discover the configured WLAN and associate. 
    						
    							APPENDIX B CUSTOMER SUPPORT
    B.1 Motorola’s Enterprise Mobility Support Center
    If you have a problem with your equipment, contact Enterprise Mobility support for your region. Support and issue 
    resolution is provided for products under warranty or that are covered by an Enterprise Mobility Services agreement. 
    Contact information and web self-service is available by visiting http://supportcentral.motorola.com/
     
    When contacting Enterprise Mobility support, please provide the following information:
    Serial number of the sunit
     Model number or product name
    Software type and version number
    Motorola Solutions responds to calls by email or telephone within the time limits set forth in support agreements. If you 
    purchased your Enterprise Mobility business product from a Motorola business partner, contact that business partner for 
    support.
    B.2 Customer Support Web Site
    Motorolas Support Central Web site, located at http://supportcentral.motorola.com/ provides information and online 
    assistance including developer tools, software downloads, product manuals, support contact information and online repair 
    requests.
    B.3 Manuals
    http://supportcentral.motorola.com/support/product/manuals.do 
    						
    							72E-159603-01 Revision A - December 2011 Motorola Solutions, Inc.
    1301 E. Algonquin Rd.
    Schaumburg, IL 60196-1078, U.S.A.
    http://www.motorolasolutions.com
    MOTOROLA, MOTO, MOTOROLA SOLUTIONS and the Stylized M Logo are trademarks or registered 
    trademarks of Motorola Trademark Holdings, LLC and are used under license. All other trademarks are 
    the property of their respective owners.
    © 2011 Motorola Solutions, Inc. All Rights Reserved. 
    						
    All Motorola manuals Comments (0)