Current configuration : 1279 bytes
!
version 12.3
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname ap2
!
enable secret 5 $1$qIx1$HORQ4d.GgrVar44kzfxzF0
enable password 7 1307160B0E1E0C2F2A283C3B75
!
ip subnet-zero
!
!
ip dhcp-server 192.168.0.1
no aaa new-model
!
dot11 ssid ssidname
  authentication open
  guest-mode
!
!
!
username Cisco password 7 02250D480809
bridge irb
!
!
interface Dot11Radio0
 no ip address
 no ip route-cache
 !
 encryption mode ciphers tkip wep40
 !
 ssid ssidname
 !
 speed basic-1.0 2.0 5.5 6.0 9.0 11.0 12.0 18.0 24.0 36.0 48.0 54.0
 channel 2422
 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
!
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
!
interface BVI1
 ip address 192.168.0.254 255.255.255.0
 no ip route-cache
!
ip http server
no ip http secure-server
ip http help-path [url]http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag[/url]

!
bridge 1 route ip
!
!
!
line con 0
line vty 0 4
 login local
!

end
 
 
网络简单介绍:用户通过路由器ppoe拨号连接到互联网,路由器做dhcp服务器,2个ap连接到交换机,通过交换机供电,ap我设置为固定的ip地址。将无线用户的dhcp服务器直接指向路由器了。