This page was exported from Free Cisco Training & Resources - Certification Exam Preparation
[ https://www.ciscobibles.com ] Export date: Wed May 14 15:09:59 2025 / +0000 GMT |
CCNP ROUTE(642-902) Lab – EIGRP OSPF RedistributionSome information I have gathered so far: R2 is an ASBR for EIGRP 100 and OSPF AREA 24 R1 is ONLY in EIGRP 100, and is THE ONLY router you can ping from. R4 has a loopback interface that must be pinged from R1. Notice: You should make a ping from R1 to 172.16.100.1 network to make sure everything is working correctly. Answer and Explanation: First we need to find out 5 parameters (Bandwidth, Delay, Reliability, Load, MTU) of the s0/0/0 interface (the interface of R2 connected to R4) for redistribution : R2#show interface s0/0/0 Write down these 5 parameters, notice that we have to divide the Delay by 10 because its metric unit is tens of microsecond. For example, we get Bandwidth=1544 Kbit, Delay=20000 us, Reliability=255, Load=1, MTU=1500 bytes then we would redistribute as follows: R2#config terminal (Notice: In fact, these parameters are just used for reference and we can use other parameters with no problem. Also, a candidate said that the simulator didn't accept the Bandwidth of 1544; in that case, we can use a lower value, like 128. If the delay is 20000us then we need to divide it by 10, that is 20000 / 10 = 2000) R3#show interface fa0/0 For example we get Bandwidth=10000 Kbit, Delay=1000 us, Reliability=255, Load=1, MTU=1500 bytes R3#config terminal Finally you should try to “show ip route” to see the 172.16.100.1 network (the network behind R4) in the routing table of R1 and make a ping from R1 to this network. |
Post date: 2011-02-15 10:17:57 Post date GMT: 2011-02-15 02:17:57 Post modified date: 2011-02-15 10:17:57 Post modified date GMT: 2011-02-15 02:17:57 |
Powered by [ Universal Post Manager ] plugin. HTML saving format developed by gVectors Team www.gVectors.com |