how access dhcp pool from dhcp server
Im configuring an ap 1142n created a guest network on the cli. Created a dhcp server on the ap, trunk, different vlan on switch and a new subinterface on the router. The guest network works great for surfing the internet. How do i configure the AP to pull ips from microsoft dhcp server so users can be apart of the network and access resources.
Comments
-
QHalo Member Posts: 1,488Should just be able to slap an ip helper on the vlan pointing to the MS DHCP.
-
Legacy User Unregistered / Not Logged In Posts: 0 ■□□□□□□□□□Do I define it under the AP ethernet interface?
-
QHalo Member Posts: 1,488It goes on the VLAN interface.
!
interface Vlan <whatever>
ip helper 1.1.1.1 255.255.255.0 <-- MS DHCP server
!
Like that. -
tdean Member Posts: 520Im configuring an ap 1142n created a guest network on the cli. Created a dhcp server on the ap, trunk, different vlan on switch and a new subinterface on the router. The guest network works great for surfing the internet. How do i configure the AP to pull ips from microsoft dhcp server so users can be apart of the network and access resources.
I am trying the same thing. Did you have to trunk anything other than the port connecting the WLC to the switch? Trunk to router or on port to internet?