Thursday, 26 June 2014

Simple Wireless Connection & SSID

Using the help of Cisco Support, I was able to create a simple SSID to broadcast from the access point as well as have a wireless device to connect to it. Here's some of the code used:

Dot11 ssid test
>Vlan 1
>Authentication open
>Mbssid Guest-mode

Int dot11 0

>ssid test
>Mbssid
>encryption vlan 1 mode wep mandatory
>encryption vlan 1 key 1 size 40bit 0 0123456789

interface Dot11Radio0.1

>encapsulation dot1Q 1 native
>bridge group 1
interface FastEthernet0.1
>bridge group 1
>encapsulation dot1Q 1 native

bridge irb

bridge 1 route ip
wr


Combined with the network I created earlier, of a router and switch, the router was able to give out addresses via DHCP. 
Scanning with my phone, I was able to discover the SSID of "test".

This was the status notification on the access point when my phone connected/disconnected. 

As shown on the screen shot above, shown and checked using a networking application, the phone was automatically allocated an IP address and default gateway. (Ignore the DNS info, that's not set on the router as of yet)
The phone was also able to successfully ping the default gateway.

No comments:

Post a Comment