Category Archives: Routing Protocols

BGP Route-Reflector Design

A route learned by one ibgp peer won’t be advertised to another ibgp peer. This is called BGP split horizon rule. This rule is used to avoid loop in ibgp cases. To mitigate this, we have following option by which … Continue reading

Posted in Routing Protocols | Comments Off on BGP Route-Reflector Design

Types of Address resolution Protocol(ARP)

Topology Address resolution Protocol is used to find the Layer 2( mac address) information when the layer 3(IP) Information is already given. Total 9 filed in Header. The typical Address resolution protocol Header format is shown as below Fig1 ARP_Header

Posted in Routing Protocols | Tagged , , , , , , , , , | Comments Off on Types of Address resolution Protocol(ARP)

Different Static Route Options

In this scenario router IOU1 already know the outgoing interface as we configured the ip route specifying the outgoing interface. So here IOU1 wil check the routing table and will get the outgoing interface detail in single lookup.

Since the network is Ethernet, the IOU1 must know the L2 address, so it will construct ARP packet having source IP address of PC1 and destination of 30.30.30.2. Source mac of IOU e0/1 interface and DMAC as 0.0.0.0. Continue reading

Posted in Routing Protocols | Tagged , , , | Comments Off on Different Static Route Options

BGP Weight Attribute

Topology Objectives Use BGP attribute to influence the route selection in BGP. Currently Router R1/R1 running iBGP .Between R1-R3 & R2-R4 ebgp is used. Within ISP we have used Full iBGP mesh ( of course we could have used RR).Connect … Continue reading

Posted in Routing Protocols | Comments Off on BGP Weight Attribute

BGP Initialization

Topology Objectives Objective is to understand how bgp initialize when you enable interfaces and bgp parameters. We will check it by sniffing tool Wireshark to know what happening behind the scene.  Wireshark will be enabled on f0/0 on R2.

Posted in Routing Protocols | Tagged | Comments Off on BGP Initialization

BGP Over GRE

Topology Objective: To implement BGP over GRE , the topology shown above. In topology R1 & R3 running BGP 100 whereas R2 running only IGP.R1-R4 & R3-R5 running ebgp and advertising prefix 4.4.4.4 and 5.5.5.5 respectively. R1-R2-R3 running ospf under … Continue reading

Posted in Routing Protocols | Tagged | Comments Off on BGP Over GRE