A routing table contains static, RIP, and EIGRP routes for the
same destination network. Which route would normally be used
to forward data?
Answer Posted / rick
Forwarding decision will always first depend upon Longest Prefix Match Rule.
If you have have a routing table as follows:
+-----------------------------------------------------------------------------+
+ S 192.168.0.0/16 [1/0] via fast Ethernet 0/0 +
+ D 192.168.1.0/24 [90/*] via fast Ethernet 0/0 +
+ O 192.168.1.1/32 [110/*] via fast Ethernet 0/0 +
+-----------------------------------------------------------------------------+
And now if you ping 192.168.1.1, then according to longest prefix match rule it will take path via OSPF learned route.
If this path goes down, again longest prefix match rule come in action, and the path learned via EIGRP will be used.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How does L2TP process?
When ip confliction accord in subnet which ip assigned automatically and what it called?
Which LAN switching method is used in CISCO Catalyst 5000?
Why we use debug command?
What does data packets consist of?
What are the different ways authentication mechanism in VPN?
What is the difference between static and dynamic ip addressing?
Which protocols do periodically updates?
What does protocol mean?
What is Route Poisoning?
Explain the difference between routable and non- routable protocols?
When configuring a router utilizing both physical and logical interfaces, what factor must be considered in determining the OSPF router ID?
Mention what command you must use if you want to delete or remove the configuration data that is stored in the nvram?
What is default packet size of ipv6?
Can you explain in a generic manner the packet of IPSec?