]> git.proxmox.com Git - mirror_frr.git/blob - pathd/pathd.conf.sample
pathd: New SR-TE policy management daemon
[mirror_frr.git] / pathd / pathd.conf.sample
1 ! Default pathd configuration sample
2 !
3 password frr
4 log stdout
5
6 segment-routing
7 traffic-eng
8 segment-list test1
9 index 10 mpls label 123
10 index 20 mpls label 456
11 !
12 segment-list test2
13 index 10 mpls label 321
14 index 20 mpls label 654
15 !
16 policy color 1 endpoint 1.1.1.1
17 name one
18 binding-sid 100
19 candidate-path preference 100 name test1 explicit segment-list test1
20 candidate-path preference 200 name test2 explicit segment-list test2
21 !
22 policy color 2 endpoint 2.2.2.2
23 name two
24 binding-sid 101
25 candidate-path preference 100 name def explicit segment-list test2
26 candidate-path preference 200 name dyn dynamic
27 bandwidth 12345
28 metric bound abc 16 required
29 metric te 10
30 !
31 !
32 !
33 !