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

DHCP TFTP on a cisco router/layer 3 switch 1

Status
Not open for further replies.

ifoam

MIS
Jul 4, 2007
76
US
I need to know if i can configure the dhcp function on a router or switch to give out a tftp address similar to what windows 2k3 does in its dhcp option 150.

We have 7920 IP phones and need to configure them to reach the tftp server but they get their ip's from a router which is the dhcp server. I can't find a way to have the router give out the dhcp address.

Any ideas?
 
Yep:
Code:
ip dhcp pool VLAN10
   network 10.10.10.0 255.255.255.0
   domain-name domain.com
   default-router 10.10.10.254
   option 150 ip 10.50.50.1
   lease 3 0

Andy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top