- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- Re: HP Aruba 2920 - DHCP Option 66 and 67
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2016 12:17 AM
12-02-2016 12:17 AM
HP Aruba 2920 - DHCP Option 66 and 67
I have two vlans configured on an HP Aruba 2920 switch.
VlAN 100 for Data, VLAN 200 for voice
I have DHCP scopes for the two vlans but for the Voice VLAN i need to configure Option 66&67
When i attemp to set option 66 i get the error "DHCP Server does not allow raw option 66"
How do i get around this as i need this to send info to the phones in the voice vlan for auto-deployment.
Any assistance would be much appreciated.
- Tags:
- DHCP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2016 06:39 AM
12-06-2016 06:39 AM
Re: HP Aruba 2920 - DHCP Option 66 and 67
Does that error message show up when you, inside the "Voice" dedicated DHCP Pool, have tried to set DHCP Option 66 (TFTP Server's FQDN or IP Address, as per RFC2132) and Option 67 (Filename of the file to be downloaded from the TFTP Server specified with the Option 66, as per RFC2132) via commands like:
option 66 ip n.n.n.n (where n.n.n.n is the TFTP Server IP Address)
and
option 67 ascii filename (where filename is the name of the file the TFTP Server is serving).
or what?
Technically it should be possible to define DHCP (raw) Options on each DHCP Pool: as reference see HPE ArubaOS-Switch Management and Configuration Guide for WB.16.02 (September 2016) pages 277 and 282, "DHCPv4 server" sub-Chapter of Chapter 8 "Configuring for Network Management Applications".
Are you running latest Aruba 2920 software (WB.16.02 branch) or what?
I'm not an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2016 09:03 AM
12-15-2016 09:03 AM
Re: HP Aruba 2920 - DHCP Option 66 and 67
I get the same message when adding the dhcp option.
This is on an voice VLAN that we trying to enable this. I get option 43 working, but 66 is not adding.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2016 11:18 PM
12-15-2016 11:18 PM
Re: HP Aruba 2920 - DHCP Option 66 and 67
Hi,
instead of option 66,67 you can try:
dhcp-server pool <youpoolname>
tftp-server server-ip 10.10.10.181
bootfile-name "yourfilename"
exit
hth
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2016 12:28 AM
12-19-2016 12:28 AM
Re: HP Aruba 2920 - DHCP Option 66 and 67
Thank you, will test this.
Is the bootfile-name "yourfilename" a must? The phone company says that the used phones don't request for a bootfile.
So the tftp server is the only thing I can provide.