-
Hello.. I'm trying to figure out how to configure an outbound route-map for FRR to force the prepending of my AS from the GUI. I can see how to create Prefix Lists, but not how to create Route-Maps.
The FRR config that I am trying to apply is this, which works from the vtysh interface. I.E. when I apply the configuration, clear the session and check the remote router, I can see that the AS is pre-pended twice, per the route-map rule.
neighbor 222.55.148.105 route-map PREPEND out
route-map PREPEND permit 10
set as-path prepend 393441 393441I feel like I simply did not get enough coffee today and I am missing something brain-dead simple. Please tell me why I am an idiot and cannot find this in the interface.
Using PFsense 2.4.4.
-
There is a Route Map tab under FRR Global/Zebra
-
@jimp of course there is. Because that is the most logical place to put it that I wouldn't look without enough coffee. It actually makes perfect sense because you can do route maps for both frr and zebra from the same interface. Once I figured that out it all just worked. Thanks for the tip.