|
Posted by headsetadapter.com on June 30, 2008, 11:20 pm
I would recommend you to keep all metrics numbers the same (as it was
already described here, if you change it, it should be changed in each and
every router in your network). If you need to send router over one link,
while keep other as a backup, just use the "bandwidth" command on the
interface you would make "less preferred".
You can use the command "show ip eigrp topology <network> <mask> to see
which routes available to the destination network, and what metrics are for
each link. Then you go to one of the interfaces, and change the bandwidth to
a value less than real. For example, if you have a 1 Gigabit interface,
adding the command "bandwidth 800000" will increase metrics for the route.
Then you may clear your routing table (cle ip route *), and issue the same
command "show ip eigrp topology <network> <mask> and see how your preference
changed.
Good luck,
Mike
CCNP, CCDP, CCSP, CCVP, MCSE W2K, MCSE+I, Security+, etc.
CCIE Voice (in progress), CCIE R&S (probably next)
------
Headset Adapters for Cisco IP Phones
www.ciscoheadsetadapter.com
www.headsetadapter.com
>
> Hi,
>
> I am trying to adjust the EIGRP metric of routes so a certain path is
> preferred:
>
>
> Router 1:
>
> router eigrp 1
> redistribute connected
> network 10.0.0.0
> default-metric 100000 200 255 1 1500
> no auto-summary
>
>
> Router 2:
>
> router eigrp 1
> network 10.0.0.0
> no auto-summary
>
>
> As I understand it the above config should adjust the delay metric
> (from 100 to 200) and thus make router 2 the preferred path (Router 2
> will have the default delay of 100).
>
> Router 3, also running EIGRP AS 1 is seeing the both routes as equal:
>
>
> Router 3:
>
> R3#show ip eigrp topology
>
> Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
> r - reply Status, s - sia Status
>
> P 10.10.10.0/24, 2 successors, FD is 30720
> via 192.168.1.1 (30720/28160), FastEthernet0/0
> via 192.168.2.1 (30720/28160), FastEthernet1/0
>
>
> Any suggestions greatly appreciated,
>
> Paul
|