Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco Aironet 1100 repeater issues

Status
Not open for further replies.

volleyman

MIS
Jun 12, 2002
183
US
I have set up two Aironet 1100 APs, one as a root and one as a repeater. I am able to access the repeater through the root for configuration purposes, but the clients do not utilize it. They simply have a weak signal from the root AP. Any ideas?

version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname ChiWhse1_AP2
!
aaa new-model
!
!
aaa group server radius rad_eap
!
aaa group server radius rad_mac
!
aaa group server radius rad_acct
!
aaa group server radius rad_admin
!
aaa group server radius rad_pmip
!
aaa authentication login default local
aaa authentication login eap_methods group rad_eap
aaa authentication login mac_methods local
aaa authentication login pmip_methods group rad_pmip
aaa authorization exec default local
aaa authorization ipmobile default group rad_pmip
aaa accounting network acct_methods start-stop group rad_acct
aaa session-id common
!
!
ip ssh time-out 120
ip ssh authentication-retries 3
dot11 holdoff-time 600
!
bridge irb
!
!
interface Dot11Radio0
no ip address
no ip route-cache
!
ssid PWD_CHI_Whse
infrastructure-ssid optional
!
speed basic-1.0 basic-2.0 basic-5.5 basic-11.0
rts threshold 2312
station-role repeater
no cdp enable
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.249.3 255.255.255.0
no ip route-cache
!
ip default-gateway 192.168.249.1
ip http server
ip http help-path /ivory/1100
ip http authentication aaa
bridge 1 route ip
!
line con 0
line vty 5 15
!
end
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top