I have a Billion 7700N adsl/router/access point and I want to extend the coverage of the wifi by adding a Cisco Aironet 1200 series as a repeater. Is it possible? Currently it is configured to be an access point with the following configuration (a friend gave it to me): copy run enable_A.confg
conf t
interface Dot11Radio1
shutdown
no ssid CiscoSsid
!
interface Dot11Radio0
no ip address
no ip route-cache
!
encryption vlan 1 mode ciphers aes-ccm
!
ssid ciscoSsid
!
speed basic-6.0 9.0 basic-12.0 18.0 basic-24.0 36.0 48.0 54.0
station-role root
antenna gain 0
no shut
!
interface Dot11Radio0.1
encapsulation dot1Q 1 native
no ip route-cache
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
!
end
wr
sh ip int brie
Is there anyone kind enough to make me a cli configuration to make this a repeater? Thanks a lot.