cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1332
Views
0
Helpful
3
Replies

ISE High Level Design (HLD)

paulsa3598
Level 1
Level 1

Looking to implement temporary GuestWireless Design prior to while the ISE deployment is in procress. Went with NextGen networking for WLC 552 and AP 3800. Since the WLC dos not support DHCP does anyone have any suggestions for GuestNetwork design. We could relay DHCP but I don't have an anchor.

3 Replies 3

Sandeep Choudhary
VIP Alumni
VIP Alumni

DHCP server on the 5520 has been deprecated/removed. You'll need to use a separate extenal DHCP server. It will work.

 

Regards

Dont forget to rate helpful posts

If it is temp measure, you can define DHCP server on your Cisco switch/router

 

Very minimum basic config like below would do the job (note that given ragne/vlan used as example)

 

ip dhcp excluded-address 192.168.9.1 192.168.9.99
!
ip dhcp pool VLAN9
network 192.168.9.0 255.255.255.0
default-router 192.168.9.1
domain-name mrn.com
dns-server 192.168.200.1

 

HTH

Rasika

If you do not assign the WLC IP on the 3800 manually using CLI, then you could add something in the DHCP configuration provided by Rasika, like:

 

option 43 ascii "192.168.10.5 ,192.168.10.15" 
Or 

option 43 hex f108c0a80a05c0a80a14, where

192 = c0 hex

168 = a8

10 = 0a

5 = 05

 

 

 

Review Cisco Networking for a $25 gift card