Link to home
Start Free TrialLog in
Avatar of jsctechy
jsctechyFlag for United States of America

asked on

Horrible signal on Cisco Aironet 1240AG. How can I improve?

Hi there,
I recently setup a WAP in a conference room.  However the signal is horrible.  I am literally sitting 10 feet away from the access point and getting 'poor' signal.  My configuration is below.  Do I need something that is not configured?  Please help

______________________________
Current configuration : 2004 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname WAP7THB
!
enable secret 5 $1$8rNz$5kKhfrcTwxqnwTAtrlzUc0
!
no aaa new-model
!
resource policy
!
ip subnet-zero
ip dhcp database CLAP7
no ip dhcp use vrf connected
!
ip dhcp pool CLAP7
   network 192.168.7.0 255.255.255.0
domain-name ConferenceRoomWAP
   default-router 192.168.7.254
   dns-server 4.2.2.1
   class CLAP7
      address range 192.168.7.31 192.168.7.49
!
!
ip dhcp class CLAP7
!
ip address-pool dhcp-pool
!
dot11 ssid CLAP7
   authentication open
   guest-mode
   infrastructure-ssid optional
!
power inline negotiation prestandard source
!
!
username Cisco password 7 00271A150754
!
bridge irb
!
!
interface Dot11Radio0
 no ip address
 no ip route-cache
 !
 encryption key 2 size 128bit 0 Jq828LHB8habd8lk355 transmit-key
 encryption mode ciphers aes-ccm tkip wep128
 no shut
 !
 ssid CLAP7
 !
 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 Dot11Radio1
 no ip address
 no ip route-cache
 shutdown
 dfs band 3 block
 channel dfs
 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
no shut
!
interface BVI1
 ip address 192.168.7.253 255.255.255.0
 no ip route-cache
 no shut
!
ip default-gateway 192.168.7.254
ip http server
no ip http secure-server
ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
bridge 1 route ip
!
!
!
line con 0
line vty 0 4
 password 7 030A484A12162D4D0F584B544553
 login
___________________________
ASKER CERTIFIED SOLUTION
Avatar of sarangk_14
sarangk_14
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jsctechy

ASKER

I'll check this out.  Thanks.