Motorola 2.1 Installationsanleitung Seite 944

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 952
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 943
26 - 8 WiNG CLI Reference Guide
26.1.3.3 Creating a Wireless Controller Profile
Using the Command Line Interface to Configure the WLAN
The first step in creating a WLAN is to configure a profile defining the parameters that must be applied to a wireless
controller.
To create a profile:
RFS4000(config)#profile rfs4000 RFS4000_UseCase1
RFS4000(config-profile-RFS4000_UseCase1)#
This creates a profile with the name RFS4000_UseCase1 and moves the cursor into its context. Any configuration made
under this profile is available when it’s applied to a device.
Configure a VLAN
Create the VLAN to use with the WLAN configuration. This can be done using the following commands:
RFS4000(config-profile-RFS4000_UseCase1)#interface vlan 2
RFS4000(config-profile-RFS4000_UseCase1-if-vlan2)#ip address 172.16.11.1/24
The above command assigns the IP address 172.16.11.1 with the mask of 255.255.255.0 to VLAN2. Exit the VLAN2 context.
RFS4000(config-profile-RFS4000_UseCase1-if-vlan2)#exit
RFS4000(config-profile-RFS4000_UseCase1)#
The next step is to assign this newly created VLAN to a physical interface. In this case, VLAN 2 is mapped to GE3 and GE4
to support two Access Points, an AP650 and an AP7131. The AP650 is connected to the gigabit interface GE3 and the
AP7131 to the GE4 interface.
RFS4000(config-profile-RFS4000_UseCase1)#interface ge 3
RFS4000(config-profile-RFS4000_UseCase1-if-ge3)#
Map VLAN 1 to this interface. This assigns the IP address to the selected physical interface.
RFS4000(config-profile-RFS4000_UseCase1-if-ge3)#switchport access vlan 2
RFS4000(config-profile-RFS4000_UseCase1-if-ge3)#exit
RFS4000(config-profile-RFS4000_UseCase1)#
Similarly, map the defined VLAN 1 to the GE4 interface.
RFS4000(config-profile-RFS4000_UseCase1)#interface ge 4
RFS4000(config-profile-RFS4000_UseCase1-if-ge4)#switchport access vlan 2
RFS4000(config-profile-RFS4000_UseCase1-if-ge4)#exit
RFS4000(config-profile-RFS4000_UseCase1)#
Exit the profile and save it.
RFS4000(config-profile-RFS4000_UseCase1)#exit
RFS4000(config)#commit write
Configure the Wireless Controller to use the Profile
Before the wireless controller can be further configured, the profile must be applied to the wireless controller.
RFS4000(config)#self
RFS4000(config-device-03-14-28-57-14-28)#
RFS4000(config-device-03-14-28-57-14-28)#use profile RFS4000_UseCase1
RFS4000(config-device-03-14-28-57-14-28)#exit
RFS4000(config)#commit write
Create a WLAN
Use the following commands to create a WLAN.
RFS4000(config)#wlan 1
RFS4000(config-wlan-1)#
Configure the SSID for the WLAN. This is the value that identifies and helps differentiate this WLAN.
Seitenansicht 943

Kommentare zu diesen Handbüchern

Keine Kommentare