b37f6d3014069e6a55e6046ecf377be55c3a9d47
howto/vyos.md
... | ... | @@ -87,9 +87,10 @@ set policy route-map DN42-ROA rule 30 match rpki 'invalid' |
87 | 87 | ``` |
88 | 88 | This example allows all routes in unless they are marked invalid or in other words possibly been a victim of BGP hijacking. |
89 | 89 | ###Assign Route Map to Neighbor |
90 | -`set protocols bgp 424242XXXX neighbor x.x.x.x address-family ipv4-unicast route-map import DN42-ROA` |
|
91 | -`set protocols bgp 424242XXXX neighbor x.x.x.x address-family ipv4-unicast route-map export DN42-ROA` |
|
92 | - |
|
90 | +``` |
|
91 | +set protocols bgp 424242XXXX neighbor x.x.x.x address-family ipv4-unicast route-map import DN42-ROA |
|
92 | +set protocols bgp 424242XXXX neighbor x.x.x.x address-family ipv4-unicast route-map export DN42-ROA |
|
93 | +``` |
|
93 | 94 | |
94 | 95 | ####Coming Soon |
95 | 96 | - Recommended firewall configuration |