|
Posted by artie lange on July 8, 2008, 10:57 am
If you were Registered and logged in, you could reply and use other advanced thread options
nedtrilby@googlemail.com wrote:
> On a 2821 router I have DHCP enabled for two VLANs - data & voice. I
> need to pass on a "DHCP oprion 128" string to set up the IP phones.Has
> anyone an example of how this is achieved on an IOS router? Thanks,Ned
ip dhcp pool test
network 10.0.18.0 255.255.255.0
default-router 10.0.18.1
option 66 ip 10.0.18.2 ---> Optional for IP specific hosts
option 150 ip 10.0.18.2 ---> Optional for IP specific hosts
lease 7
|