10-28-2021 05:12 PM
10-28-2021 09:16 PM
Hello @saishreevj ,
EIGRP uses IP protocol type 88. OSPF uses IP protocol type 89. RIP uses an UDP port. BGP uses TCP port 179.
From an encapsulation point of view, or what we can see in a packet capture, EIGRP is at level 4 over IP like TCP and UDP.
If we look at what EIGRP does : it is a routing protocol of type IGP that can be used to provide dynamic routing services to the routed protocol IP, all this happens at Layer 3.
Hope to help
Giuseppe
10-28-2021 09:16 PM
Hello @saishreevj ,
EIGRP uses IP protocol type 88. OSPF uses IP protocol type 89. RIP uses an UDP port. BGP uses TCP port 179.
From an encapsulation point of view, or what we can see in a packet capture, EIGRP is at level 4 over IP like TCP and UDP.
If we look at what EIGRP does : it is a routing protocol of type IGP that can be used to provide dynamic routing services to the routed protocol IP, all this happens at Layer 3.
Hope to help
Giuseppe
10-29-2021 02:04 AM
@Giuseppe Larosa Thanks for the explanation.
10-29-2021 09:23 AM
Assuming you're referring to the OSI model, I recall (?) reading in the actual OSI documentation, the 7 layer model actually defines routing protocols "outside" it.
Personally, I often consider routing protocols a layer 7 application, which just happens to "adjust" (L3) routing information.
BTW, if both approaches seem odd, what layer is manual static routing?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide