• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.
Xin chào ! Nếu đây là lần đầu tiên bạn đến với diễn đàn, xin vui lòng danh ra một phút bấm vào đây để đăng kí và tham gia thảo luận cùng VnPro.

Announcement

Collapse
No announcement yet.

TSHOOT (642-832): Ticket 11 – OSPF to EIGRP

Collapse
This is a sticky topic.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • TSHOOT (642-832): Ticket 11 – OSPF to EIGRP

    Client 1 is not able to ping the Webserver
    DSW1 can ping fa0/1 of R4. However clients and DSW1 can’t ping R4′s S0/0/0/0.34 interface (10.1.1.10)
    On R4 in router eigrp:
    router eigrp 10
    network 10.1.4.5 0.0.0.0
    no auto-summary
    redistribute ospf 1 metric 100 10 255 1 1500 route-map OSPF_to_EIGRP
    !
    router ospf 1
    network 10.1.1.8 0.0.0.0 area 34
    redistribute eigrp 10 subnets
    !

    route-map OSPF->EIGRP
    match ip address 1

    Answer:change in router eigrp router-map name

    Ans1) R4
    Ans2) IPv4 Route Redistribution
    Ans3) Under the EIGRP process, delete the redistribute ospf 1 route-map OSPF_to_EIGRP command and enter the redistribute ospf 1 route-map OSPF->EIGRP command.
Working...
X