in

CCIE - Internetwork Expert's Online Community

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

    Task 4.3 - EIGRP Hello & Offset

    Q1.) How is the rule-of-thumb or formula to derive the offset value? Initially, i used a small value of only 200. R1's loopback didnt manage to get offset and point to R5's E0/1 for the next hop. It only does after i increased the offset value to SG' answer of using 11111111

     

    Rack1SW2#sh run | begin router eigrp
    router eigrp 10
     offset-list ODD in 11111111 Vlan18
     offset-list EVEN in 11111111 Vlan58
     network 0.0.0.0
     no auto-summary

     

    Using offset value of 200

    D       150.1.1.0 [90/5276160] via 156.1.58.1, 04:28:53, Vlan18

     

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

     

    Q2.) anyone encountered this? after i amended the values for EIGRP Hello and Hold-intervals, i dont see the new values applied.

     

    Rack1R5#sh run int e0/1                  
    Building configuration...

    Current configuration : 156 bytes
    !
    interface Ethernet0/1
     ip address 156.1.58.5 255.255.255.0
     ip hello-interval eigrp 100 1
     ip hold-time eigrp 100 5

     ip pim sparse-mode
     full-duplex

     

    Rack1R5#sh ip eigrp interfaces detail e0/1
    IP-EIGRP interfaces for process 100

                            Xmit Queue   Mean   Pacing Time   Multicast    Pending
    Interface        Peers  Un/Reliable  SRTT   Un/Reliable   Flow Timer   Routes
    IP-EIGRP interfaces for process 10

                            Xmit Queue   Mean   Pacing Time   Multicast    Pending
    Interface        Peers  Un/Reliable  SRTT   Un/Reliable   Flow Timer   Routes
    Et0/1              1        0/0       169       0/2          556           0
      Hello interval is 5 sec
      Next xmit serial <none>
      Un/reliable mcasts: 0/6  Un/reliable ucasts: 9/6
      Mcast exceptions: 1  CR packets: 1  ACKs suppressed: 1
      Retransmissions sent: 1  Out-of-sequence rcvd: 0
      Authentication mode is not set
      Use multicast

     

     

     

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

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

    Re: Task 4.3 - EIGRP Hello & Offset

    hi there

     

    Q1: i've solved it with some try and error values. comparing some topology values and trying to figure out some nice values ,-)

     

    Q2: you should have configured EIGPR AS 10 not 100! if you change timers for the wrong AS it will not have any effect.

     

    -steven

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