Buffl

Day 25 RIP and EIGRP

as
von abdullah S.

Main Concepts



RIP (Routing Information Protocol) is an industry-standard distance vector interior gateway protocol that uses hop count as its metric to determine the best path to a destination network. RIP operates on the principle of "routing-by-rumor," where routers share their complete routing tables with directly connected neighbors, and those neighbors then share what they learned with their neighbors.

EIGRP (Enhanced Interior Gateway Routing Protocol) is an advanced or hybrid distance vector routing protocol originally developed by Cisco that uses a composite metric based on bandwidth and delay to calculate the best path. EIGRP is considered superior to RIP because it converges faster, supports larger networks, and can perform unequal-cost load balancing.

The NETWORK command in RIP, EIGRP, and OSPF does not directly specify which networks to advertise; instead, it tells the router which interfaces to activate the routing protocol on based on IP address matching, and the router then advertises the actual network prefixes configured on those interfaces.

Wildcard masks are inverted subnet masks used in EIGRP and OSPF network commands where binary 0s indicate bits that must match and binary 1s indicate bits that don't need to match between the interface IP address and the network command.

Passive interfaces are interfaces configured to stop sending routing protocol advertisements while still allowing the network prefix of that interface to be advertised to neighbors through other interfaces.

Author

abdullah S.

Informationen

Zuletzt geändert