diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-08-04 21:15:38 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-08-04 21:15:38 +0200 |
commit | be69070e2449d8437a2fe0cde82c501edc8c19ad (patch) | |
tree | 1f4617190c5347fbbc0d15bbe06a7e52effe4b87 /docs/configexamples/ha.rst | |
parent | 30ea3e8f98970ce8165d6dcdfd26bb2ccaa0ef0e (diff) | |
download | vyos-documentation-be69070e2449d8437a2fe0cde82c501edc8c19ad.tar.gz vyos-documentation-be69070e2449d8437a2fe0cde82c501edc8c19ad.zip |
bgp: T4257: changing BGP "local-as" to "system-as"
Diffstat (limited to 'docs/configexamples/ha.rst')
-rw-r--r-- | docs/configexamples/ha.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configexamples/ha.rst b/docs/configexamples/ha.rst index 2a503a11..1ceda8e9 100644 --- a/docs/configexamples/ha.rst +++ b/docs/configexamples/ha.rst @@ -567,7 +567,7 @@ it is not 203.0.113.0/24. set policy route-map BGPPREPENDOUT rule 10 match ip address prefix-list 'BGPOUT' set policy route-map BGPPREPENDOUT rule 10000 action 'deny' - set protocols bgp local-as 65551 + set protocols bgp system-as 65551 set protocols bgp address-family ipv4-unicast network 192.0.2.0/24 set protocols bgp address-family ipv4-unicast redistribute connected metric '50' set protocols bgp address-family ipv4-unicast redistribute ospf metric '50' |