Multiple dhcp scopes on autonomous 1142 with multiple ssid
Yo.
I have an autonomous 1142 with two ssid's, two vlan's and two dhcp scopes on the AP itself. Devices can get an ip on vlan 40 but not vlan 41.
Debug says: DHCPD: Finding a relay for client xxx on interface BVI1.
Thoughts on how to get guest ssid to pull an ip from the guest scope?
The AP is trunked to a 2960 and the 2960 is trunked to a 2911 serving as RoAS.
I have an autonomous 1142 with two ssid's, two vlan's and two dhcp scopes on the AP itself. Devices can get an ip on vlan 40 but not vlan 41.
Debug says: DHCPD: Finding a relay for client xxx on interface BVI1.
Thoughts on how to get guest ssid to pull an ip from the guest scope?
The AP is trunked to a 2960 and the 2960 is trunked to a 2911 serving as RoAS.
ip dhcp pool ***WIFI*** network 172.18.84.0 255.255.255.0 default-router 172.18.84.1 dns-server 172.18.80.1 domain-name domain.com ! ip dhcp pool ***GUEST_WIFI*** network 172.18.88.0 255.255.255.0 default-router 172.18.88.1 dns-server 172.18.80.1 domain-name domain.com dot11 ssid GUEST vlan 41 authentication open authentication key-management wpa version 2 mbssid guest-mode wpa-psk ascii 7 xxx ! dot11 ssid WIFI vlan 40 authentication open authentication key-management wpa version 2 mbssid guest-mode infrastructure-ssid optional wpa-psk ascii 7 xxx interface Dot11Radio0 no ip address no ip route-cache ! encryption vlan 40 mode ciphers aes-ccm ! encryption vlan 41 mode ciphers aes-ccm ! ssid GUEST ! ssid WIFI ! antenna gain 0 mbssid station-role root access-point interface Dot11Radio0.40 encapsulation dot1Q 40 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 ! interface Dot11Radio0.41 encapsulation dot1Q 41 no ip route-cache bridge-group 41 bridge-group 41 subscriber-loop-control bridge-group 41 block-unknown-source no bridge-group 41 source-learning no bridge-group 41 unicast-flooding bridge-group 41 spanning-disabled interface GigabitEthernet0 no ip address no ip route-cache duplex auto speed auto no keepalive ! interface GigabitEthernet0.40 encapsulation dot1Q 40 native no ip route-cache bridge-group 1 no bridge-group 1 source-learning bridge-group 1 spanning-disabled ! interface GigabitEthernet0.41 encapsulation dot1Q 41 no ip route-cache bridge-group 41 no bridge-group 41 source-learning bridge-group 41 spanning-disabled ! interface BVI1 ip address 172.18.84.11 255.255.255.0 no ip route-cache interface BVI41 ip address 172.18.88.11 255.255.255.0 no ip route-cache ! ip default-gateway 172.18.84.1 bridge 1 route ip
Comments
I can ping 172.18.80.1 if I source it from bvi1 but not if sourced from bvi41.
Here is the config of the switchport that the ap is connected to:
Huh? The ap is the dhcp server, nothing between clients and ap.
AP(config)#bridge 41 route ip
%command not allowed, route ip only allowed on bridge group 1
Yeah, I read that in another forum. Not a big deal, plenty of dhcp boxes to choose from.