I'm having some configuration issues with an Aironet 1131AP.
In short, I need the thing to STOP issuing addresses via DHCP, and relay them to my DHCP server.
I've put the access point inside of VLAN 60, but that configuration is done at an upstream switch - so the access point is completely oblivious to the VLAN.
I can receive DHCP replies in that vlan - with no problems, using an IP Helper address in the 10.0.6.x network- and everything works great with the exception of this Access Point.
After assigning an IP to the unit - everything works great - except the wireless clients that associate to it are receiving addresses from the 192.168.1.x subnet. For some reason, the access point isn't fully bridging the ethernet and wireless segments.
Here's my running config of the AP, minus a few personal details... Please not that I've tried the IP-Helper address inside both the physical dot11radio and BVI interfaces.
The solution needed here, is that the BVI is exactly what it's supposed to be, and my wireless clients all reside within that VLAN - and not in their own 192 network.
Thanks again for always helping me.
--------------------
!
version 12.3
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname XXXXXXXXXXXXXXX
!
enable secret 5XXXXXXXXXXXXXXXXXXXXXX
!
username XXXXXXXXXXXXXXXXXXXXXXXXXX
XXX
ip subnet-zero
!
no aaa new-model
power inline negotiation prestandard source
!
!
bridge irb
!
!
interface Dot11Radio0
no ip address
no ip route-cache
!
ssid ECO Studios
authentication open
guest-mode
!
short-slot-time
speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0
station-role root
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 Dot11Radio1
no ip address
no ip route-cache
!
ssid ECO Studios
authentication open
guest-mode
!
speed basic-6.0 9.0 basic-12.0 18.0 basic-24.0 36.0 48.0 54.0
station-role root
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
speed 100
full-duplex
bridge-group 1
no bridge-group 1 source-learning
bridge-group 1 spanning-disabled
!
interface BVI1
ip address 10.0.6.15 255.255.254.0
no ip route-cache
!
ip default-gateway 10.0.6.10
ip http server
no ip http secure-server
ip http help-path
http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eagip radius source-interface BVI1
logging snmp-trap emergencies
logging snmp-trap alerts
logging snmp-trap critical
logging snmp-trap errors
logging snmp-trap warnings
snmp-server community CCNadvisor RO
snmp-server enable traps tty
bridge 1 route ip
!
!
!
line con 0
login local
transport preferred all
transport output all
line vty 0 4
login local
transport preferred all
transport input all
transport output all
line vty 5 15
login local
transport preferred all
transport input all
transport output all
!
end
Start Free Trial