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 03:26 PM
Is there a command that i can copy and paste the IP address of the controller in the ap ?
06-25-2021 03:22 PM
Enter the highlighted commands below. Skip the copy running-config command.
login as: admin
admin@10.1.1.5's password:
MS-SRV-ACTIVE>en
MS-SRV-ACTIVE#copy running-config tftp://10.1.17.11/MS-SRV-ACTIVE_06-25-2021.cfg
MS-SRV-ACTIVE#conf t
Enter configuration commands, one per line. End with CNTL/Z.
MS-SRV-ACTIVE(config)#profile ap310 default-310
MS-SRV-ACTIVE(config-profile-default-310)##int vlan1
MS-SRV-ACTIVE(config-profile-default-310)#ip dhcp client request options all
MS-SRV-ACTIVE(config-profile-default-310)#commit write
06-25-2021 03:10 PM
Are the AP310i APs getting a DHCP lease or are they statically assigned an address?
On one of the AP310i APs, run the command:
# show ip dhcp-vendor-options
If the output looks like this, then the AP is not getting the Option 191 information:
If it’s working, then for the “AP Adoption Info” section, you would see the information you entered on the DHCP server (test this on a AP7532 that you think is working to see how it SHOULD look).
Also, on the DHCP server, make sure that you did NOT enter a Vendor Class ID that only specifies the AP7532. If you did, then only the 7532 APs would get the DHCP Option.
Refer to page 5 on this Best practices Guide.
I’ve also attached a section of a document that covers how to setup a MS DHCP server for Option 191 using Vendor Class information. This would help verify if you have setup the DHCP server as I mentioned.
06-25-2021 03:04 PM
I am getting syntax errors where am i going wrong
login as: admin
admin@10.1.1.5's password:
MS-SRV-ACTIVE>en
MS-SRV-ACTIVE#copy running-config tftp://10.1.17.11/MS-SRV-ACTIVE_06-25-2021.cfg
MS-SRV-ACTIVE#conf t
Enter configuration commands, one per line. End with CNTL/Z.
MS-SRV-ACTIVE(config)#profile ap310 default-310
MS-SRV-ACTIVE(config-profile-default-310)##int vlan1
MS-SRV-ACTIVE(config-profile-default-310)#ip dhcp client request options all
^
% Invalid input detected 9999 at '^' marker.
MS-SRV-ACTIVE(config-profile-default-310)#config-profile-default-310-if-vlan1
^
% Invalid input detected 9999 at '^' marker.
MS-SRV-ACTIVE(config-profile-default-310)#
06-25-2021 02:55 PM
Chris i have the dhcp option 191 in place and it works for all of the the ap7532s but not the 310I aps