mirror of
https://github.com/knorrie/network-examples
synced 2025-08-29 13:39:01 +00:00
bgp-contd: fix local address R11
This commit is contained in:
parent
4331ffb992
commit
2c454299e4
@ -91,7 +91,7 @@ protocol static originate_to_r20 {
|
|||||||
|
|
||||||
protocol bgp ebgp_r20 {
|
protocol bgp ebgp_r20 {
|
||||||
table t_r20;
|
table t_r20;
|
||||||
local 2001:db8:10:6::10 as 65010;
|
local 2001:db8:10:6::11 as 65010;
|
||||||
neighbor 2001:db8:10:6::20 as 65020;
|
neighbor 2001:db8:10:6::20 as 65020;
|
||||||
import all;
|
import all;
|
||||||
export all;
|
export all;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user