Access Point 1240 + DHCP
PARAMETRI DA MODIFICARE
AP1240-dhcp = nome access point
SSIDSSID = nome della rete WiFi
PASSWORDSSID = password della rete WiFi
USERNAME = utente per accedere al AP
PASSWORD = password per accedere al AP

Nell'esempio di configurazione si può accedere all'AP con il seguente indirizzo ip 192.168.1.50 e ha come gateway 192.168.1.1


TEST - con cui vedi chi si collega
show dot11 associations client

RICORDARSI DI SALVARE
wr mem
service password-encryption<
!
hostname AP1240-dhcp
!
dot11 ssid SSIDSSID
authentication open
authentication key-management wpa
guest-mode
wpa-psk ascii PASSWORDSSID
exit
!
power inline negotiation prestandard source
!
username USERNAME privilege 15 password PASSWORD
!
bridge irb
!
ip dhcp excluded-address 192.168.1.1 192.168.1.50
ip dhcp excluded-address 192.168.1.200 192.168.1.254
!
ip dhcp pool DHCP
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
dns-server 8.8.8.8
lease 31
exit
!
interface Dot11Radio0
no ip address
no ip route-cache
!
encryption mode ciphers tkip
!
ssid SSIDSSID
!
station-role root
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
bridge-group 1 spanning-disabled
no shutdown
exit
!
interface Dot11Radio1
shutdown
exit
!
interface FastEthernet0
no ip address
no ip route-cache
duplex auto
speed auto
bridge-group 1
no bridge-group 1 source-learning
bridge-group 1 spanning-disabled
hold-queue 160 in
exit
!
interface BVI1
ip address 192.168.1.50 255.255.255.0
no ip route-cache
exit
!
ip default-gateway 192.168.1.1
no ip http server
no ip http secure-server
bridge 1 route ip
!
banner motd ^C
=================================================
Device : $(hostname)
=================================================
^C
!
line con 0
 login local
line vty 0 4
 login local
line vty 5 15
 login local