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
Given the configuration example: interface ethernet0 ipx network 4a ipx access-group 800 out interface ethernet1 ipx network 3d interface ethernet2 ipx network tc access-list 800 permit 3d 4a Which action result from implementing this configuration? a-Traffic from network 3d for network 4a will be forwarded out e0 b-IPX network 5c will not receive any traffic c-Traffic from network 3d, destined for network 4a, will be forwarded out e2 d-Traffic from network 3d for network 3d will be forwarded out e0
When we use standard access-list?
Define the different kinds of casting
Tell me which protocol comes under hybrid dynamic type?
How does rip differs from igrp?
Mention what is the difference between tcp and udp?
What is 10baset ethernet lans?
What is the minimum request timer?
What is the name of algorithm of eigrp protocol?
Explain how many ways to access router?
Explain the difference between igp and eigrp?
What is refresher?
What requirements should a VPN fulfill?
State the difference between dynamic IP and static IP addressing?
In eigrp metric parameters which 2 options are enable by default?