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

BGP AS Number Conversion

An Autonomous System Number (ASN) uniquely identifies a network or group of IP prefixes under a single administrative control that uses BGP to exchange routing information with other networks. Each ASN is used to tag routes in BGP so that routers can make loop-prevention and policy decisions. When two networks peer, they exchange routes with … Read more

Cisco ASA Firewall (5506-X) with BT Openreach FTTP Internet (Plus.net)

Was working recently with some colleagues on their coursework, where they had a need to configure a Cisco ASA Firewall to prepare a network topology that met certain criteria. They were using Cisco Packet Tracer, but were having a problem creating sub-interfaces (for each VLAN), it seemed that Cisco Packet Tracer (or the current version … 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