L2VPN – Overview and Basic Configuration

LDP (Martini) and BGP (Kompella) are two L2VPN technologies are supported in Junos. Both L2VPN technologies are used for connectivity of customer attachment circuits across the provider MPLS network. A L2VPN is a point-to-point connection between two PE routers. This type of VPN emulates transparent L2 services for the customers. Normally the L2 attachment circuits […]

3 mins read

RSVP – Basic Config

1) Configure family mpls and enable the mpls protocol on the interfaces. You have to enable the interface to accept labeled packets: Next the interfaces should be specified under protocols mpls hierarchy. This way MPLS will know which interfaces it can use to forward traffic. You can use the option all to add all interfaces […]

1 min read

RIP – Quick notes

RIP is a distance-vector Interior Gateway Protocol. It calculates the shortest path by evaluating the distance to reach the prefix (vector). The distance used by RIP is the hop count. Routing updates are sent at a regular basis, which is 30 seconds by default. There are two versions of the RIP protocol, where version 2 […]

2 mins read