ā06-25-2021 02:44 PM
Does this solution below work with the NX5500 controller ?
https://extremeportal.force.com/ExtrArticleDetail?an=000093990
Solved! Go to Solution.
ā06-25-2021 03:52 PM
Start on page 12 of the attached document for instructions on setting up DHCP servers for Option 191.
ā06-25-2021 02:52 PM
The commands shown in that article are simply the configurations that are needed by the APs so that they operate as a DHCP client.
So yes, if you have configured DHCP Option 191 on your DHCP server, then you need to ensure that the APs have this configuration as part of their profile.
But, this wonāt help if the APs have never adopted to the controller. But...when APs are new āout of boxā, they already have this exact configuration on them so all that is needed to to setup DHCP Option 191 on the DHCP server.
ā06-25-2021 02:49 PM
vx9000-XXXX1A(config)#profile ap310 default-310vx9000-XXXX1A(config-profile-default-310)#int vlan1vx9000-XXXX1A(config-profile-default-310-if-vlan1)#ip dhcp client request options allvx9000-XXXX1A(config-profile-default-310-if-vlan1)#exitvx9000-XXXX1A(config-profile-default-310)#exitvx9000-XXXX1A(config)#commit write
ā06-25-2021 02:48 PM
I am using the 191 dhcp option so should i copy and paste this in to the controller ? T
ā06-25-2021 02:46 PM
Yes, if you are referring to the use of DHCP Option 191.
This option will allow the APs to learn the address of the WiNG controller as part of the DHCP lease and doesnāt really have anything to do with controller compatibility.