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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DHCP, VoIP & option 156 OH MY!

Status
Not open for further replies.

wowhead

IS-IT--Management
Feb 27, 2007
73
0
0
US
Where exactly is this configured in Win2k3/DHCP, under Boot Server Host Name?

We've got a ShoreTel deploy coming up and I have to get the DHCP server ready.

Appreciated.
 
I found this:

1. Open DHCP Manager on your Win2k3 server.
2. Right-click the DHCP server and select pre-defined options.
3. Click Add.
4. Set Name to IP Phone Boot Server.
5. Set Data Type to String.
6. Set Code to 156 and add a description, if desired.
7. Navigate to the scope options and add option 156.
8. Each option is entered witha comma as the seperator.

The following example would setup your scope with a management server at 10.0.0.1, with country as USA, language as English, VLAN tagging turned off & VLAN ID set to 200

ftpserver=10.0.0.1,country=1,language=1,layer2tagging=n,vlanid=200
 
I can't edit my own post, I made a mistake at the end. The last 2 lines should read:

The following example would setup your scope with a management server at 10.0.0.1, with country as USA, language as English, VLAN tagging turned off & VLAN ID set to 200

ftpserver=10.0.0.1,country=1,language=1,layer2tagging=0,vlanid=200
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top