In an EIGRP network, the two solutions used to reduce Dual (Diffusing Update Algorithm) computations are "Feasible Successor" and "Partial Route Update." Feasible Successors are backup routes that can be used immediately if the primary route fails, allowing for quicker convergence without triggering a full reroute calculation. Partial Route Updates minimize the amount of routing information exchanged between routers, reducing the overhead and processing required during topology changes.
bobo The packet is sent to discover neighbors within the EIGRP network. The packet is sent to search for network devices within an EIGRP network. The packet is used to propagate routing information within the EIGRP network. The packet is used to send an unreachable reply to another router within the EIGRP network.
router#config t router(config)#router eigrp 100 #net NETWORK ADDRESS
kotek ko itam narong ar!
when a network contains discontiguous network addresses
Paris(config)# router eigrp 100 Paris(config-router)# network 192.168.7.0 Paris(config-router)# network 192.168.8.0
ip summary-address eigrp
The EIGRP topology table is a database that stores the network topology information learned by the EIGRP routing protocol. It contains details about neighboring routers, their IP addresses, metric values, and the network paths to reach destination networks. This information is used to calculate the best routes to different destinations in the network.
the path learned via EIGRP
In EIGRP, the passive route status in the topology table indicates a route to a network that is not an EIGRP neighbor, while the active route status indicates a route to a network that is being actively queried and computed by the EIGRP router as a potential successor for the routing table.
The packet is sent to discover neighbors within the EIGRP network.
DUAL
we would need to redistribute ospf routes into eigrp and vice versa. redistribution will have to be done on an ASBR(autonomus system boundry router) eg: we have an ospf process wid process id 10 running and eigrp with ASN 20 running in our network redistribution on ASBR would be conf t router ospf 10 redistribute eigrp 20 subnets metric 1 and in eigrp conf t router eigrp 20 redistribute ospf metric 1 1 1 1 1 we see i used 5 ones in eigrp process to redistribute opsf into eigrp. thes 1's are metrics for eigrp namely load bandwidth delay reliability