cancel
Showing results for 
Search instead for 
Did you mean: 

310I AP Default Profile

310I AP Default Profile

OGB-NIKO
Contributor

Does this solution below work with the NX5500 controller ?

 

https://extremeportal.force.com/ExtrArticleDetail?an=000093990

1 ACCEPTED SOLUTION

ckelly
Extreme Employee

Start on page 12 of the attached document for instructions on setting up DHCP servers for Option 191.

View solution in original post

23 REPLIES 23

OGB-NIKO
Contributor

Is there a command that i can copy and paste the IP address of the controller in the ap ?

ckelly
Extreme Employee

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

ckelly
Extreme Employee

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:

55851279c35846b4ad9b910e314c3619_4b9a7fd8-596c-4b4b-9468-7186fcc13a80.png

 

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.

OGB-NIKO
Contributor

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)#

OGB-NIKO
Contributor

Chris i have the dhcp option 191 in place and it works for all of the the ap7532s but not the 310I aps

GTM-P2G8KFN