Question : Problem: How does one configure Cisco Aironet to use secondary antenna - both with transmit and receive?

I need to extend the range of a Cisco Aironet 1230 wireless AP. I have an omni-directional antenna placed almost 100' from my AP and am running a cable over there to connect the antenna to the secondary antenna port on the AP.

What configuration changes do I need to make to the device to utilize both antennas and transmit and receive from both?

Below is the current configuration of the device - Radio0 is active --- how to I activate Radio1?


Current configuration : 2968 bytes
!
! No configuration change since last restart
!
version 12.3
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec localtime show-timezone
service password-encryption
!
hostname AP3
!
logging buffered 994096 debugging
!
clock timezone GMT -5
clock summer-time R recurring
ip subnet-zero
ip domain name XXXX.com
ip name-server 66.187.178.13
!
!
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 default local
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 ssid GUEST
   authentication open
!
dot11 ssid ENT
   authentication open
   infrastructure-ssid optional
!
dot11 network-map
!
!
username techsupport privilege 15 password 7 SCRUBBED
username admin privilege 15 password 7 SCRUBBED
username root privilege 15 password 7 SCRUBBED
!
bridge irb
!
!
interface Dot11Radio0
 no ip address
 no ip redirects
 no ip unreachables
 no ip proxy-arp
 no ip route-cache
 !
 encryption key 1 size 128bit 7 D2B52D50CAE052D0D105A67EA6 transmit-key
 encryption mode wep mandatory
 !
 ssid GUEST
 !
 ssid ENT
 !
 speed basic-1.0 2.0 5.5 6.0 9.0 11.0 12.0 18.0 24.0 36.0 48.0 54.0
 channel 2442
 station-role root
 antenna receive right
 antenna transmit right
 no dot11 extension aironet
 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 redirects
 no ip unreachables
 no ip proxy-arp
 no ip route-cache
 duplex auto
 speed auto
 bridge-group 1
 no bridge-group 1 source-learning
 bridge-group 1 spanning-disabled
 hold-queue 160 in
!
interface BVI1
 ip address 192.168.1.13 255.255.255.0
 no ip redirects
 no ip unreachables
 no ip proxy-arp
 no ip route-cache
!
ip default-gateway 192.168.1.1
ip http server
ip http authentication aaa
no ip http secure-server
ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig
ip radius source-interface BVI1
!
snmp-server community 76 RW
snmp-server enable traps tty
radius-server attribute 32 include-in-access-req format %h
radius-server vsa send accounting
!
control-plane
!
bridge 1 route ip
!
!
banner login ^CC
ENT

Device property of XXXX, Inc.
Unauthorized access will be prosecuted to the fullest extent of the law.
^C
!
line con 0
line vty 5 15
!
sntp server 66.187.177.13
end


Any help is greatly appreciated,
Thanks!

Answer : Problem: How does one configure Cisco Aironet to use secondary antenna - both with transmit and receive?

Random Solutions  
 
programming4us programming4us