Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DHCP additional options

Status
Not open for further replies.

kevmullet

Technical User
Feb 12, 2002
56
GB
Hello,

I have a scenario where I have a set of IP phones that need to receive a certain option from DHCP to connect correctly to the phone system.

I am wanting to use a Cisco ASA 5505 to provide DHCP, which is fine, but how do I add additional options to the DHCP scope.

Thanks
 
dhcp option
Code:
 ip [ip addr] [ip addr] ...
dhcp option [code] ascii [text]
dhcp option [code] hex [value]

these are the unsupported options:
[quote]
Option Code  Description  
0 
 DHCPOPT_PAD 
 
1 
 HCPOPT_SUBNET_MASK 
 
12 
 DHCPOPT_HOST_NAME 
 
50 
 DHCPOPT_REQUESTED_ADDRESS 
 
51 
 DHCPOPT_LEASE_TIME 
 
52 
 DHCPOPT_OPTION_OVERLOAD 
 
53 
 DHCPOPT_MESSAGE_TYPE 
 
54 
 DHCPOPT_SERVER_IDENTIFIER 
 
58 
 DHCPOPT_RENEWAL_TIME 
 
59 
 DHCPOPT_REBINDING_TIME 
 
61 
 DHCPOPT_CLIENT_IDENTIFIER 
 
67 
 DHCPOPT_BOOT_FILE_NAME 
 
82 
 DHCPOPT_RELAY_INFORMATION 
 
255 
 DHCPOPT_END 
 
[/quote]

[i]I hate all Uppercase... I don't want my groups to seem angry at me all the time! =)[/i]
- ColdFlame (vbscript forum)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top