Showing posts with the label RoutingShow all

EIGRP Static Neighbor

Generally, we will be forming EIGRP neighbors with the help of multicast IP Address (224.0.0.10). But, we can also form neighbor-ship manually (UNICAST/ STATIC) neighbor. This is referred as EIGRP STATIC neighbor. Points to be noted for EIGRP static neighbor:…

Read more

BGP Configuration - LOCAL PREFERENCE Attribute

In this session, we are going to see about how to configure Local Preference (BGP-Attribute). The Topology that we are going to see is shown below: Interface configuration for R1 : R1#configure terminal R1(config)#interface fastEthernet 0/0 R1(config-if)#ip address 192…

Read more

VRRP - Virtual Router Redundancy Protocol

Before Looking into VRRP, I recommend you to look into  Introduction to HSRP VRRP is one of the FHRP (First Hop Redundancy Protocols) Protocols This Protocol deals with gateway redundancy. VRRP is IEEE standard, whereas HSRP is Cisco proprietary. The Router with highe…

Read more

HSRP - Hot Standby Routing Protocol

HSPR is one of the FHRP (First Hop Redundancy Protocols) Protocols This Protocol deals with gateway redundancy. What is Gateway Redundancy ? Consider the above, Example, If the PC wants to communicate to the internet it needs to send traffic via either one of the 3 rou…

Read more