cisco AP1131 配置DHCP自动获取

 ap>en

Password: 
ap#sh run
Building configuration...
 
Current configuration : 1251 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname ap
!
enable secret 5 $1$4hPt$cJvFXsB891jwZft8QhpxQ1
!
no aaa new-model
!
resource policy
!
ip subnet-zero
!
!
!
dot11 ssid AP1131
   authentication open 
   authentication key-management wpa
   guest-mode
   wpa-psk ascii 7 091D1C5A4D504145535554
!
!
!
username Cisco password 7 032752180500
!
bridge irb
!
!
interface Dot11Radio0
 no ip address
 no ip route-cache
 !
 encryption mode ciphers tkip 
 !
 ssid AP1131
 !
 antenna gain 0
 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.100 255.255.255.0
 no ip route-cache
!
ip http server
no ip http secure-server
ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
!
control-plane
!         
bridge 1 route ip
!
!
!
line con 0
line vty 0 4
 login local
!
end
 

你可能感兴趣的:(Enable,service,version,AP,secret)