RE: DHCP

From: Matt Clark (mattclark@hispeed.ch)
Date: Sun Jul 23 2006 - 07:50:55 ART


Oops..misread your post!

Use VRRP but when you set up your DHCP use excluded addresses and when
configuring your pool choose the primary gateway first, then add the second.

Example below

R6
ip dhcp excluded-address 10.10.162.6
ip dhcp excluded-address 10.10.162.2
ip dhcp pool POOL
 network 10.10.162.0 255.255.255.0
 default-router 10.10.162.6 10.10.162.2
interface fastethernet0/0
 ip address 10.10.162.6 255.255.255.0
 vrrp 1 ip 10.10.162.6
 vrrp 1 preempt
 vrrp 1 priority 160

R2
interface fastethernet0/0
 ip address 10.10.162.2 255.255.255.0
 vrrp 1 ip 10.10.162.6
 vrrp 1 preempt
 vrrp 1 priority 100

then verify afterwards....the important part!

Matt

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of Sami
Sent: 23 July 2006 12:26
To: ccielab@groupstudy.com
Subject: DHCP

Group,

Is it possible to provide two default gateway to clients using DHCP ? one
of the task say provide gateway redendency to DHCP clients but don't use
HSRP to achieve this...

Thanks



This archive was generated by hypermail 2.1.4 : Tue Aug 01 2006 - 07:13:48 ART