$ ls -t posts/
  • Multicast Basics

    IP range is 224.0.0.0 – 239.255.255.255 Well known link local addresses assigned by IANA (reserved use of 224.0.0.0 – 224.0.0.255; 224.0.0.1 – All Multicast systems on a subnet 224.0.0.2 – All routers n subnet 224.0.0.4 – All DVMRP routers 224.0.0.13 – All PIMv2 routers 224.0.0.5 – OSPF routers …
    Read more →
  • Auto-RP

    All routers auto learn RP address configuration necessary only on candidate RP & Mapping agent Multicasts ae used to distribute RP information Cisco announce: 224.0.2.39 Cisco discovery 224.0.1.40 Fowarded in Dense Mode
    Read more →
  • Multicasting Through a GRE Tunnel

    GRE tunneling can be used to encapsulate Multicast traffic. This could be useful for; An advantage of GRE tunneling relative to IPsec tunneling is that GRE can offer finer-grained QoS because routers have visibility into the IP packet header Tunnel Multicast traffic over unicast only networks GRE …
    Read more →
  • Implementing Multicast Source Discovery Protocol (MSDP)

    MSDP describes a mechanism to connect multiple PM-SM domains together. Each PM-SM domains uses its own RP and does not have to depend on RP in other domains. This topic has been boken down into the following; MSDP MSDP to an Anycast Rendezvous Point
    Read more →
  • MSDP to an Anycast RP

    Using Anycast RP within PIM-SM domains is an implementation strategy that provides RP redundancy, rapid RP failover and RP load sharing Anycast RP allows two or more RPs to share the load for source registration and the ability to act as hot backup routers for each other MSDP is the key protocol in …
    Read more →
  • MSDP

    Multicast Source Discovery Protocol (MSDP); MSDP has been designed for interdomain usage Creates a web of communicating RPs to exchange information about active multicast sources Each RP knows about the sources that are registered to it and this information is flooded to all MDSP peers using …
    Read more →
  • LDP

    LDP esstablishes a session in 2 steps; hello messages peridically sent on all MPLS-enabled interfaces MPLS enabled routers respond to received hello messages by attampting to esstablish a session with teh source of the hello message LDP link hello is UDP sent to β€œall routers on this subnet” …
    Read more →
  • BGP

    RFC1771 – you have control only over your AS, you cannt tell other AS how to route traffic passing through (attributes). Neighbor relationship; Neighbors start in IDLE 1st Stage: ACTIVE 2nd Stage: OPEN SENT 3rd Stage: OPEN CONFIRMED 4th Stage: ESSTABLISHED Hello messages sent every 60 sec and …
    Read more →
  • MPLS BGP

    BGP process in MPLS VPN; Global BGP routes (Internet routing) are exchanges as in traditional BGP setup VPNv4 Prefixes are exchanged through MP-BGP VPN routes are exchanged with CE routers through per-VRF External BGP sessions Configuring; (config)# router bgp (config-router)# address-family vpn4 …
    Read more →
  • MPLS VRF Configuration

    VRF Configuration tasks; Create a VRF table Assign RD to the VRF Specify export and import route targets (optional) Configure a VPN ID Assign interfaces to VRFs Commands; (config)# ip vrf <name> (config-vrf)# rd route-distinguisher - can be 16 bit AS number: 32 bit decimal no OR 32 bit IP:16 …
    Read more →