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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Aironet 1310 Repeater Disconnects

Status
Not open for further replies.

BeBob12

Technical User
Oct 24, 2008
1
0
0
GB
Hi All,

Hope I've posted this in the correct forum, I have two 1310 Access Points one set up as an Access Point the other as repeater. Both units work well, however after sometime (could be weeks or hours) the repeater looses its connection with the Access Point, the only way to recover it is to power cycle the device. I'm new to these Access Points, but am confident I've set the units up correctly using the web interface.

Could you guys have a look at my config and highlight any problems or recommendations, thanks in advanced.

Access Point Config

!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec localtime show-timezone
service password-encryption
!
hostname ap
!
enable secret 5 xxxx
!
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 tacacs+ tac_admin
!
aaa group server radius rad_pmip
!
aaa group server radius dummy
!
aaa authentication login eap_methods group rad_eap
aaa authentication login mac_methods local
aaa authorization exec default local
aaa accounting network acct_methods start-stop group rad_acct
!
aaa session-id common
!
!
dot11 activity-timeout repeater maximum 60
!
dot11 ssid SSID_BOB
authentication open
guest-mode
infrastructure-ssid
!
!
!
username xxx password 7 xxx
!
bridge irb
!
!
interface Dot11Radio0
no ip address
no ip route-cache
!
ssid SSID_BOB
!
speed basic-1.0 2.0 5.5 11.0 6.0 9.0 12.0 18.0 24.0 36.0 48.0 54.0
packet retries 128
channel 2472
station-role root bridge wireless-clients
world-mode dot11d country GB outdoor
l2-filter bridge-group-acl
infrastructure-client
bridge-group 1
bridge-group 1 input-address-list 700
bridge-group 1 spanning-disabled
!
interface FastEthernet0
no ip address
no ip route-cache
bridge-group 1
bridge-group 1 spanning-disabled
!
interface BVI1
ip address dhcp client-id FastEthernet0
no ip route-cache
!
ip http server
no ip http secure-server
ip http help-path ip radius source-interface BVI1
access-list 700 permit xxxx.xxxx.xxxx 0000.0000.0000
access-list 700 permit xxxx.xxxx.xxxx 0000.0000.0000
access-list 700 permit xxxx.xxxx.xxxx 0000.0000.0000
access-list 700 deny 0000.0000.0000 ffff.ffff.ffff
radius-server attribute 32 include-in-access-req format %h
radius-server vsa send accounting
bridge 1 route ip
!
!
!
line con 0
line vty 0 4
!
end

Repeater Config

!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname ap
!
enable secret 5 xxxx
!
no aaa new-model
!
!
!
dot11 ssid SSID_BOB
authentication open
infrastructure-ssid
!
!
!
username xxx password 7 xxx
!
bridge irb
!
!
interface Dot11Radio0
no ip address
no ip route-cache
!
ssid SSID_BOB
!
parent 1 001e.f76f.3680
speed basic-1.0 2.0 5.5 11.0 6.0 9.0 12.0 18.0 24.0 36.0 48.0 54.0
station-role repeater
world-mode dot11d country GB outdoor
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
bridge-group 1
no bridge-group 1 source-learning
bridge-group 1 spanning-disabled
!
interface BVI1
ip address 192.168.0.5 255.255.255.0
no ip route-cache
!
ip default-gateway 192.168.0.1
ip http server
no ip http secure-server
ip http help-path bridge 1 route ip
!
!
!
line con 0
line vty 0 4
login local
!
end
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top