diff options
author | Robert Göhler <github@ghlr.de> | 2023-12-07 13:45:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-07 13:45:01 +0100 |
commit | cfe60a5644f4da80c98f9a38f5946c068974af6b (patch) | |
tree | 329d5bb69b4575c424aa93ff81ccec6e4849d13a /docs/configuration/system | |
parent | 3a7c582daa527988bf8b3d45f223fd1aae079fa1 (diff) | |
parent | 4761be6a446afaf158f6f5581329ea1e5382c0f5 (diff) | |
download | vyos-documentation-cfe60a5644f4da80c98f9a38f5946c068974af6b.tar.gz vyos-documentation-cfe60a5644f4da80c98f9a38f5946c068974af6b.zip |
Merge pull request #1174 from srividya0208/minor_errors
"show ipv6 bgp" command is not available so replaced with show bgp ipv6
Diffstat (limited to 'docs/configuration/system')
-rw-r--r-- | docs/configuration/system/ipv6.rst | 28 |
1 files changed, 1 insertions, 27 deletions
diff --git a/docs/configuration/system/ipv6.rst b/docs/configuration/system/ipv6.rst index 076efdae..c7308f9d 100644 --- a/docs/configuration/system/ipv6.rst +++ b/docs/configuration/system/ipv6.rst @@ -81,6 +81,7 @@ Show commands static Show IPv6 static routes summary Show IPv6 routes summary table Show IP routes in policy table + tag Show only routes with tag vrf Show IPv6 routes in VRF @@ -112,33 +113,6 @@ Show commands <Enter> Execute the current command <text> Show specified IPv6 access-list -.. opcmd:: show ipv6 bgp - - Use this command to show IPv6 Border Gateway Protocol information. - - - In addition, you can specify many other parameters to get BGP - information: - - .. code-block:: none - - vyos@vyos:~$ show ipv6 bgp - Possible completions: - <Enter> Execute the current command - <X:X::X:X> Show BGP information for given address or prefix - <X:X::X:X/M> - community Show routes matching the communities - community-list - Show routes matching the community-list - filter-list Show routes conforming to the filter-list - large-community - Show routes matching the large-community-list - large-community-list - neighbors Show detailed information on TCP and BGP neighbor connections - prefix-list Show routes matching the prefix-list - regexp Show routes matching the AS path regular expression - route-map Show BGP routes matching the specified route map - summary Show summary of BGP neighbor status .. opcmd:: show ipv6 ospfv3 |