BGP Test Lab – Part 4 – Internal BGP (iBGP) – Three Router Configuration (Interior Routing Protocol)

In the previous article we discovered that iBGP requires a topology and usage that ensures that our exchange of routes between routers is not stopped by the iBGP rule: “A route learned via iBGP must not be advertised to another iBGP peer.” We came across this problem in the previous article where although in normal operational the routes were being … Read more

BGP Test Lab – Part 3 – Internal BGP (iBGP) – Three Router Configuration (next-hop-self)

We’ll continue to explore Internal BGP (iBGP) in this next part of our deployment. We are going to be deploying another route in the AS Blue 65001. Remember that eBGP is used between AS and iBGP is used within an AS. Be aware however, that this lab topology is flawed in terms of its configuration, but it shows up … Read more

BGP Test Lab – Part 1 – Introduction and Basic Two Router Configuration

The first part is a basic deployment of BGP between two routers (Router A and Router B) with a single point to point link. In this example, each router is within its own AS (Autonomous System). Therefore any routes exchanged between each AS are eBGP (external BGP) routes. Routes exchanged within an AS are known … Read more

Enabling Multicast on Edge Network used for Multicast via Extreme Networks Fabric (Stretched VLAN)

If you have a VLAN which used as the source of multicast streams there are considerations on how it is used specifically when you are “stretching” that VLAN across the fabric, i.e. you have the VLAN and router(s) for that VLAN on a particular distribution switch pair, but then you have the VLAN stretched across … Read more

Multicast – PIM, RP, BSR and MSDP for Multicast Across Routed Networks

Multicast is a networking method used to efficiently transmit data to multiple recipients simultaneously. Unlike unicast (one-to-one) and broadcast (one-to-all) communication, multicast is a one-to-many or many-to-many method where data is sent only to devices that are interested in receiving it, rather than to all devices on a network. In multicast, devices that want to … Read more

Multicast – IGMP Snooping and IGMP Querier – Sender and Reciever(s) in same VLAN/Layer 2 Segment

Multicast is a networking method used to efficiently transmit data to multiple recipients simultaneously. Unlike unicast (one-to-one) and broadcast (one-to-all) communication, multicast is a one-to-many or many-to-many method where data is sent only to devices that are interested in receiving it, rather than to all devices on a network. In multicast, devices that want to … Read more