Dil ID: 7
Dil Adı: french
Dil Kodu: fr10tayfun Produits de la Marque ASCOM
Dünyanın En Büyük
Elektronik Bilgi Kütüphanesi



TMA; Reviewed:
SPOC 6/19/2008
Solution & Interoperability Test Lab Application Notes
©2008 Avaya Inc. All Rights Reserved.
8 of 24
AW-i75-APP-50
4.1. Configure Vlans for Voice and Data
Step
Description: Configure Meru APs in the WLAN as depicted in Figure 1.
1. The wireless IP endpoints that register with Avaya Communication Manager are assigned to
vlan3 (Voice) and vlan200 (Data). Create two Vlans (vlan3 and vlan200) with a tag of “3” and
“200”, respectively. Assign an IP address, default gateway, and DHCP server to the VLAN
interface. This enables 802.1Q trunking on the MC500 Controller.
MC500# configure terminal
MC500(config)#
MC500(config)# vlan vlan33 tag 33
MC500(config-vlan)# ip address 10.33.1.30 255.255.255.0
MC500(config-vlan)# ip default-gateway 10.33.1.254
MC500(config-vlan)# ip dhcp-server 10.20.20.250
MC500(config-vlan)# exit
MC500# configure terminal
MC500(config)#
MC500(config)# vlan vlan200 tag 200
MC500(config-vlan)# ip address 192.168.200.20 255.255.255.0
MC500(config-vlan)# ip default-gateway 192.168.200.254
MC500(config-vlan)# ip dhcp-server 10.20.20.250
MC500(config-vlan)# exit
4.2. Configure Radius Server
Step
Description: Configure Radius Server
1. The WPA2-CCMP-802.1X configuration in Section 4, Step 4.5 requires a Radius Server
object.
MC500#
MC500# configure terminal
MC500(config)#
MC500(config)# radius-profile Radius1
MC500(config-radius)# ip-address 10.20.20.250
MC500(config-radius)# key meru1234
MC500(config-radius)# port 1812
MC500(config-radius)# mac-delimiter hyphen
MC500(config-radius)# exit