]> git.proxmox.com Git - mirror_frr.git/blob - pbrd/pbrd.conf.sample
Merge pull request #4765 from opensourcerouting/defaults-v2
[mirror_frr.git] / pbrd / pbrd.conf.sample
1 ! Sample pbrd configuration file
2 !
3 ! A quick example of what a pbr configuration might look like
4 !
5 !
6 log stdout
7 !
8 ! nexthop-group TEST
9 ! nexthop 4.5.6.7
10 ! nexthop 5.6.7.8
11 ! !
12 ! pbr-map BLUE seq 100
13 ! match dst-ip 9.9.9.0/24
14 ! match src-ip 10.10.10.0/24
15 ! set nexthop-group TEST
16 ! !
17 ! int swp1
18 ! pbr-policy BLUE
19 !