Search
-
Posts
- vCenter agent/services communication with ESXI host November 9, 2024
- NSX-T password reset May 21, 2023
- TCPdump commands and parameter January 30, 2023
- ESXI command lists January 24, 2023
- NSX-T Upgrade step by Step January 17, 2023
- HTTP Archive(HAR) File January 9, 2023
- NSX-T Architecture May 22, 2022
- All about MTU and Fragmentation. May 19, 2020
- GARP(Gratuitous Address resolution Protocol) May 17, 2020
Categories
Archives
- November 2024 (1)
- May 2023 (1)
- January 2023 (4)
- May 2022 (1)
- May 2020 (3)
- January 2020 (1)
- March 2019 (2)
- November 2017 (2)
- October 2017 (1)
- September 2017 (6)
- June 2017 (1)
- May 2017 (2)
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
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 ARP, ARP Header, GARP, iARP, iARP Header, PARP, Proxy ARP, RARP, RARP Header, Types of ARP
Comments Off on Types of Address resolution Protocol(ARP)
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
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
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
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.
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
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.
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