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)
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 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)
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