summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2021-08-02 20:38:26 +0200
committerRenato Westphal <renato@opensourcerouting.org>2021-08-02 20:53:02 +0200
commitb15e8360671740a38735933552eb920313c76018 (patch)
tree0ece8c5534a1e8a485940fd6c7b5b33dfafc59a3 /doc
parentMerge pull request #9238 from leonshaw/fix/netns-delete (diff)
downloadfrr-b15e8360671740a38735933552eb920313c76018.tar.xz
frr-b15e8360671740a38735933552eb920313c76018.zip
bgpd: add "json" option to "show bgp as-path-access-list"
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/user/bgp.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst
index 32a51fdb7..ef72c5030 100644
--- a/doc/user/bgp.rst
+++ b/doc/user/bgp.rst
@@ -1896,7 +1896,17 @@ AS path access list is user defined AS path.
This command defines a new AS path access list.
+.. clicmd:: show bgp as-path-access-list [json]
+ Display all BGP AS Path access lists.
+
+ If the ``json`` option is specified, output is displayed in JSON format.
+
+.. clicmd:: show bgp as-path-access-list WORD [json]
+
+ Display the specified BGP AS Path access list.
+
+ If the ``json`` option is specified, output is displayed in JSON format.
.. _bgp-bogon-filter-example: