1
0
mirror of https://git.dn42.dev/wiki/wiki synced 2025-03-14 03:26:33 +00:00

Updated vyos (markdown)

This commit is contained in:
DN42 Wiki (BURBLE-MNT) 2020-05-27 03:50:39 +00:00
parent 6e04cc01bd
commit b37f6d3014

View File

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