allow Default fallback route by default on eBGPv6-IN as well
This commit is contained in:
parent
30ac6534a3
commit
94b3a68407
|
@ -217,6 +217,10 @@ route-map LOCALNETSv6 permit 5
|
||||||
!!! description "Accept all routes advertised to us"
|
!!! description "Accept all routes advertised to us"
|
||||||
!!! match ipv6 address prefix-list eBGPv6-RELAXED
|
!!! match ipv6 address prefix-list eBGPv6-RELAXED
|
||||||
!!! !
|
!!! !
|
||||||
|
!!! route-map eBGPv6-IN permit 10
|
||||||
|
!!! description "Accept default route"
|
||||||
|
!!! match ipv6 address prefix-list DEFAULT
|
||||||
|
!!! !
|
||||||
|
|
||||||
|
|
||||||
!!! route-map eBGPv6-OUT permit 5
|
!!! route-map eBGPv6-OUT permit 5
|
||||||
|
|
Loading…
Reference in New Issue