]> git.puffer.fish Git - mirror/frr.git/commit
pathd. Pathd TED support . Documentation update - [part 4/4] 8509/head
authorJavier Garcia <javier.garcia@voltanet.io>
Thu, 22 Apr 2021 14:09:54 +0000 (16:09 +0200)
committerJavier Garcia <javier.garcia@voltanet.io>
Mon, 10 May 2021 13:25:13 +0000 (15:25 +0200)
commitf7d5bdcf5c7f2b40a3634d63af31f988f338eb3a
treee07f4146a1ee161f2a46b5191ab0a70506cbe67e
parentf008db919d4b04f33d99bb6e975aa16b64fdcfa9
pathd. Pathd TED support . Documentation update - [part 4/4]

    - As an example of pathd and igp (ospfd) config:

    ! igp ospfv2 snippet
    interface eth0
     ip ospf network point-to-point
    !
    router ospf$
     mpls-te on
     mpls-te export
     ...

    !pathd snippet
    segment-routing
     traffic-eng
      mpls-te on
      mpls-te import ospfv2

      segment-list sl-1
      index 10  nai adjacency 10.1.2.11 10.1.2.1
      index 20  nai adjacency 10.1.20.1 10.1.20.2
      index 30  nai adjacency 10.2.5.2 10.2.5.5
      !
      policy color 5 endpoint 10.10.10.5
      name five
      binding-sid 5555
      candidate-path preference 600 name cp51 explicit segment-list sl-1
      candidate-path preference 500 name cp52-dyn dynamic

Signed-off-by: Javier Garcia <javier.garcia@voltanet.io>
doc/user/pathd.rst