in

CCIE - Internetwork Expert's Online Community

Latest post 01-04-2009 4:21 AM by glogger. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 10-14-2008 2:51 PM

    • gwe77
    • Top 150 Contributor
    • Joined on 08-03-2008
    • Posts 11
    • Points 175

    Task 4.3

    Would it also be valid to manipulate the distance instead of metric? The solution works, or do i overlook something?

    router eigrp 10

     distance 91 156.1.58.5 0.0.0.0 EVEN

     distance 91 156.1.18.1 0.0.0.0 ODD

     !

    ip access-list standard EVEN

     permit 0.0.0.0 255.255.254.255

    ip access-list standard ODD

     permit 0.0.1.0 255.255.254.255

     

    Thank you!

    gwe77

     

    • Post Points: 20
  • 01-04-2009 4:21 AM In reply to

    • glogger
    • Top 50 Contributor
    • Joined on 12-05-2008
    • Zurich, Switzerland
    • Posts 41
    • Points 355

    Re: Task 4.3

    nope - during testing you should have seen that some routes still have distance 90.

    D       156.1.27.0/24 [90/23074816] via 156.1.58.5, 00:00:01, Vlan58
                                  [90/23074816] via 156.1.18.1, 00:00:02, Vlan18

     

    even when configured:

    router eigrp 10
     distance 89 156.1.58.8 0.0.0.0 ODD
     distance 89 156.1.18.1 0.0.0.0 EVEN
    !

     

     

    • Post Points: 5
Page 1 of 1 (2 items)