Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. The first step is to configure the interfaces, establish the layer-3 reachability between PE-1 and PE2 via P router using OSPF as IGP protocol

  2. Configure LDP as signalling MPLS protocol on PE1, P1 and PE2 routers. On CE1 and CE2, configure OSPF alone

  3. Post configuration, verify and validate MPLS-LDP neighbourship is up and running b/n PE1 / P1 and P1 / PE2

...

Configure PE1 router

Code Block
set interfaces dataplane dp0s4 address 20.1.1.1/24
set interfaces dataplane loopback lo address 1.1.1.1/32
set protocols mpls-ldp address-family ipv4 discovery interface interface dp0s4
set protocols mpls-ldp address-family ipv4 label-policy allocate host-routes 
set protocols mpls-ldp address-family ipv4 transport-address 1.1.1.1
set protocols mpls-ldp lsr-id 1.1.1.1
set protocols ospf area 0 network 20.1.1.0/24
set protocols ospf area 0 network 1.1.1.1/32

Info

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@10771
showSpacefalse
sortmodified
typepage
reversetrue
labelsmpls-ldp
cqllabel = "mpls-ldp" and type = "page" and space = "DAN"

...