From 1534070b0d555d5da2a7e96bfe129843ad00fc40 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Wed, 26 May 2021 00:01:45 +0200 Subject: bgp: adjust to new CLI syntax where local-as is an individual leafNode --- docs/automation/command-scripting.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/automation') diff --git a/docs/automation/command-scripting.rst b/docs/automation/command-scripting.rst index 7d0ab6c5..6bc6690c 100644 --- a/docs/automation/command-scripting.rst +++ b/docs/automation/command-scripting.rst @@ -26,7 +26,8 @@ example, if you want to disable a BGP peer on VRRP transition to backup: #!/bin/vbash source /opt/vyatta/etc/functions/script-template configure - set protocols bgp 65536 neighbor 192.168.2.1 shutdown + set protocols bgp local-as 65536 + set protocols bgp neighbor 192.168.2.1 shutdown commit exit -- cgit v1.2.3