بحث هذه المدونة الإلكترونية

الجمعة، ٢٠ يوليو ٢٠١٢

Multiple SSID With Multiple VLANs configuration example on Cisco Aironet APs


بسم الله والحمد لله والصلاة والسلام علي رسول الله وآله وصحبه وإخوانه وسلم

Multiple SSID With Multiple VLANs configuration example on Cisco Aironet APs

we have three vlans
SMH-NATIVE
SMH-Employees
SMH-VOIP
each has an SSID.


Step 1
Configure the SSID and Map it to respective VLANS..


Dot11 ssid SMH-NATIVE
Vlan 1
Authentication open
  authentication key-management wpa version 2
  wpa-psk ascii  AMNPASS1
  Mbssid Guest-mode
  Exit
 
Dot11 ssid SMH-Employees
Vlan 2
  authentication open
  authentication key-management wpa version 2
  wpa-psk ascii AMNPASS2
  Mbssid Guest-mode
  Exit
 
Dot11 ssid SMH-VOIP
Vlan 4
authentication open
authentication key-management wpa version 2
wpa-psk ascii AMNPASS3
Mbssid Guest-mode
Exit


Step 2
 Assigning the Encryption to different SSIDs with respective VLANs.

Int dot11 0
Mbssid
ssid SMH-NATIVE
ssid SMH-Employees
ssid SMH-VOIP


encryption vlan 1 mode ciphers aes-ccm
encryption vlan 2 mode ciphers aes-ccm
encryption vlan 4 mode ciphers aes-ccm


Step 3
Configuring the sub interface for Dot11 radio 0 and Ethernet.


interface Dot11Radio0.1
encapsulation dot1Q 1 native
bridge-group 1
exit


interface GigabitEthernet0.1
bridge-group 1
encapsulation dot1Q 1 native
exit


interface Dot11Radio0.2
encapsulation dot1Q 2
bridge-group 2
exit


interface GigabitEthernet00.2
bridge-group 2
encapsulation dot1Q 2
exit


interface Dot11Radio0.4
encapsulation dot1Q 4
bridge-group 4
exit


interface GigabitEthernet00.4
bridge-group 4
encapsulation dot1Q 4
exit


bridge irb
bridge 1 route ip
exit


Configuration on the Switch


int fa 0/1
switchport mode trunk
switchport trunk encapsulation dot1q
switchport trunk native vlan 1
switchport trunk allowed vlan 1,2,3

Download the video Tutorial HD


watch on youtube
     

ولا تنسوني و المسلمين من صالح الدعاء   وصلي الله وسلم وبارك علي النبي وآله وصحبه وإخوانه  وسلم

الأربعاء، ١٨ يوليو ٢٠١٢

CCNA Wireless Summary


بسم الله والحمد لله والصلاة والسلام علي رسول الله وآله وصحبه وإخوانه وسلم

CCNA Wireless Summary


This is my summary for CCNA Wireless course, you can use it as your last paper before the exam, or even for a quick review for wireless concepts.

Download
.docx


enjoy your studies

ولا تنسوني والمسلمين من صالح الدعاء

وصلي الله وسلم وبارك علي النبي وآله وصحبه وإخوانه وسلم

الاثنين، ١٦ يوليو ٢٠١٢

How To Configure Cisco Aironet 1140 Access Point single SSID and single VLAN


بسم الله والحمد لله والصلاة والسلام علي رسول الله وآله وصحبه وإخوانه وسلم

How To Configure Cisco Aironet 1140 Access Point single SSID and single VLAN






interface dot11radio 0
no shutdown
encryption vlan 1 mode ciphers tkip aes-ccm
channel 1
antenna gain 128
station-role root
ssid AMNetwork
vlan 1
authentication open
authentication key-management wpa version 2
guest-mode
wpa-psk ascii P@ssw0rd


Notes:

1- the radio interface will be down if the vlan is not defined on the access point: 
services >> VLAN and define the vlan

2- to broadcast the ssid

ssid manager >> Guest Mode/Infrastructure SSID Settings select single bssid and the ssid you want broadcast from the list, and use the apply button below (not the one right above) or from the CLI under the ssid insert "guest-mode"

3- security

admin access
 make the authentication local only to get rid of the default user and pass Cisco

Download Video High Quality

Watch on YouTube
       
ولا تنسوني والمسلمين من صالح الدعاء
وصلي الله وسلم وبارك علي النبي وآله وصحبه وإخوانه وسلم

الأحد، ١٥ يوليو ٢٠١٢

Switch port is Trunk and Access in the same time


بسم الله والحمد لله والصلاة والسلام علي رسول الله وآله وصحبه وإخوانه وسلم

Switch port is Trunk and Access in the same time


this happened when i was configuring a 2960 PoE-8 switch.
the concept here is that the port will be trunk if the opposite port in the other switch is trunk and vice versa. in other words it will be access if the other port is access.
this depends on the DTP default mode in the switches for example , the 3550 Switch ports defaults to dynamic-desirable , while on the 3560 Switch ports its default to Dynamic-auto.
also it depends on the version of the IOS
The "older" switches wanted to form trunks, hence the dynamic desirable was the default.
Newer switches are a tad more conservative, so the dynamic auto is now the default.

Best Regards
Ahmed Mustafa

ولا تنسوني والمسلمين من صالح الدعاء

وصلي الله وسلم وبارك علي النبي وآله وصحبه وإخوانه وسلم

الخميس، ٥ يوليو ٢٠١٢

AVAYA IP Phone No Dial Tone


بسم الله والحمد لله والصلاة والسلام علي رسول الله وآله وصحبه وإخوانه وسلم

AVAYA IP Phone No Dial Tone


This is a common problem in AVAYA  IP phones, no dial tone when picking up a line, just restart the ip phone, by unplugging the power adapter and plugging it again.

Best Regards

Ahmed Mustafa

ولا تنسوني والمسلمين من صالح الدعاء

وصلي الله وسلم وبارك علي النبي وآله وصحبه وإخوانه وسلم