*Cisco 1142 standalone access point
*Cisco 3502 standalone access point
*Cisco 1142 autonomous access point
*Cisco 3502 autonomous access point
The following configuration can be used to setup a standalone/autonomous cisco access point with a single SSID. In this configuration the Cisco access point is not using the build in DHCP service but an external DHCP server.
Configuration
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 |
hostname accesspoint ip domain name pietervanos.net ip name-server 192.168.3.10 dot11 vlan-name wifivlan vlan 1 dot11 ssid testlab vlan 1 authentication open authentication key-management wpa version 2 guest-mode wpa-psk ascii 0 wpapassword dot11 arp-cache dot11 guest username root privilege 15 secret 5 password bridge irb interface Dot11Radio0 no ip address no ip route-cache encryption vlan 1 mode ciphers aes-ccm ssid testlab no shutdown interface Dot11Radio0.1 encapsulation dot1Q 1 native no ip route-cache bridge-group 1 interface GigabitEthernet0 no ip address no ip route-cache duplex auto speed auto interface GigabitEthernet0.1 encapsulation dot1Q 1 native bridge-group 1 interface BVI1 ip address 192.168.3.11 255.255.255.0 ip helper-address 192.168.3.9 no shutdown ip default-gateway 192.168.3.1 ip route 0.0.0.0 0.0.0.0 192.168.3.1 bridge 1 route ip |
Hi, I need to setup a Cisco 1142 standalone with internal DHCP server. Thoughts?
Tks.