Új hozzászólás Aktív témák

  • FecoGee

    Topikgazda

    Sziasztok!

    CCNP ROUTE Challange kérdés - én találtam ki!

    Adott a topológia:

    EIGRP a két router között. Megszokhattátok, hogy a metric kinézete brutális, pl. [90/2297856]. Ez ugye az EIGRP cost képlete miatt van így.

    Na, basic configok, csak a lényeg:

    R1#

    interface FastEthernet0/0
    ip address 10.0.0.2 255.255.255.0
    duplex auto
    speed auto
    !
    interface Serial0/0
    ip address 172.18.1.1 255.255.255.0
    clock rate 2000000
    !
    !

    R2#sh run

    interface Loopback1
    ip address 172.18.2.1 255.255.255.0
    !
    interface Loopback3
    ip address 172.18.254.3 255.255.255.0
    !
    interface FastEthernet0/0
    ip address 10.0.0.1 255.255.255.0
    duplex auto
    speed auto
    !
    interface Serial0/0
    ip address 172.18.1.2 255.255.255.0
    clock rate 2000000
    !

    EIGRP (nem teljes!):

    R1
    router eigrp 1
    network 10.0.0.0
    network 172.18.0.0
    no auto-summary

    R2
    router eigrp 1
    network 10.0.0.0
    network 172.18.0.0
    no auto-summary

    Nézzünk egy route táblát (R1-en, mivel ott fogunk "D" route-kat látni):

    R1#sh ip route
    Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
    D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
    N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
    E1 - OSPF external type 1, E2 - OSPF external type 2
    i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
    ia - IS-IS inter area, * - candidate default, U - per-user static route
    o - ODR, P - periodic downloaded static route

    Gateway of last resort is not set

    172.18.0.0/24 is subnetted, 3 subnets
    D 172.18.254.0 [90/153600] via 10.0.0.1, 00:05:49, FastEthernet0/0
    D 172.18.2.0 [90/153600] via 10.0.0.1, 00:05:49, FastEthernet0/0
    C 172.18.1.0 is directly connected, Serial0/0
    10.0.0.0/24 is subnetted, 1 subnets
    C 10.0.0.0 is directly connected, FastEthernet0/0

    Látjátok a metricet? Szép: 153600.

    Nézzük meg a topology táblát:

    R1#sh ip eigrp topo
    IP-EIGRP Topology Table for AS(1)/ID(172.18.1.1)

    Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
    r - reply Status, s - sia Status

    P 10.0.0.0/24, 1 successors, FD is 25600
    via Connected, FastEthernet0/0
    P 172.18.254.0/24, 1 successors, FD is 153600
    via 10.0.0.1 (153600/128000), FastEthernet0/0
    via 172.18.1.2 (640000/128000), Serial0/0
    P 172.18.2.0/24, 1 successors, FD is 153600
    via 10.0.0.1 (153600/128000), FastEthernet0/0
    via 172.18.1.2 (640000/128000), Serial0/0
    P 172.18.1.0/24, 1 successors, FD is 512000
    via Connected, Serial0/0

    A kérdés: hogy lett ilyen szép a metric?

    Ötleteket várok :)

Új hozzászólás Aktív témák

Hirdetés