DHCP servers

From: Ahmed Mustafa (ahmed.mustafa@sbcglobal.net)
Date: Wed Jun 09 2004 - 15:38:24 GMT-3


Is it possible to support two DCHP servers, one for voice (IP Phones) and and
one for Data (computer connected through IP Phone).

For example,

Data Vlan: 10.1.1.0/24-------------------> VLAN 10

Voice Vlan: 172.16.10.0/24--------------> VLAN 16

DHCP server for Data 10.1.1.5
DHCP server for Voice: 172.16.10.5

3550 connected to IP Phones

interface fastethernet 0/1
switchport voice vlan 16
swithcport access vlan 10
-----------------------------------------------------

3550 Connected to 6509(Router on stick) connected to 7500 router.

7500 Configuration:

interface fastethernet 0/0.1
encapsulation dot1q 10
ip address 10.1.1.1 255.255.0.0
ip helper-address 10.1.1.5

interface fastethernet 0/0.2
encapsulation dot1q 16
ip address 172.16.10.1 255.255.0.0
ip helper-address 172.16.10.5

----------------------------------------------------------------------

Will above configuration allow IP Phone and Computer to get the lease from
DHCP servers.

Regards,

Abbas



This archive was generated by hypermail 2.1.4 : Sat Jul 03 2004 - 19:40:36 GMT-3