Author Archives: Mrityunjay Singh

All about MTU and Fragmentation.

Topology So, in this post we will cover the mtu and fragmentation cases. So, every interface/port have its capacity to send data across the line or port. So, the Maximum transfer unit (MTU). When I say MTU it usually means … Continue reading

Posted in IPv4 | 1 Comment

GARP(Gratuitous Address resolution Protocol)

Gratuitous ARP is either request or reply packet that is needed in some cases. usually when we assigned any ip on interface or host boot the first packet it send is GARP. GARP packet have Sender and Target IP address … Continue reading

Posted in Routing | Comments Off on GARP(Gratuitous Address resolution Protocol)

TCP/IP Details

TCP Header Format Total 13 Field Learn acronym HSDDDO Acche SE UR WINNER RE PAD FLAG—UPARSF

Posted in IPv4 | Comments Off on TCP/IP Details

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

OSI MODEL

OSI Stands for open system interconnection model.  This is reference or virtual model, you cannot see it , touch it ,but its exists conceptually just like electron, protons etc. OSI model is invented by ISO(International standard organization). ISO is non … Continue reading

Posted in Blog | Tagged | 1 Comment

Site to Site IPsec VPN

Topology Summary: To implement Flex VPN or IPSEC VPN the topology shown above. The motive is to make the reachability between LAN to LAN network i.e from 20.20.20.0 to 30.30.30.0 & vice versa. Currently we have configure simple connectivity in … Continue reading

Posted in MPLS | Tagged , | Comments Off on Site to Site IPsec VPN

Gre Tunnel

Topology Objectives Create Gre tunnel between Router A and Router c. We are creating tunnel to internal communication between two LAN segments without, advertising LAN IP in internet domain. Steps: Your end to end network should be reachable i.e the … Continue reading

Posted in MPLS | Tagged | Comments Off on Gre Tunnel

MPLS lsp path broken

Topology: Objective: To test the broken LSP failover using LDP protocol. All router in the topology are running under OSPF area 0.LDP has been enabled between them. Currently LDP synced and LDP neighbor ship has been established between all routers.

Posted in MPLS | Tagged | Comments Off on MPLS lsp path broken

MPLS Vpn Working Principle

Topology: Objective: Configure MPLS L3VPN and understand it’s working. Currently PE1 & PE2 running iBGP under AS 100.PE1, P1, P2 & PE2 running OSPF as IGP. MPLS backbone running LDP for label distribution, LDP neighbor ship has been established among … Continue reading

Posted in MPLS | Tagged | Comments Off on MPLS Vpn Working Principle

Multicast Overview

Posted in Blog | Comments Off on Multicast Overview

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