From 4761be6a446afaf158f6f5581329ea1e5382c0f5 Mon Sep 17 00:00:00 2001 From: srividya0208 Date: Mon, 4 Dec 2023 06:24:36 -0500 Subject: "show ipv6 bgp" command is not available so replaced with show bgp ipv6 --- docs/configuration/protocols/bgp.rst | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) (limited to 'docs/configuration/protocols') diff --git a/docs/configuration/protocols/bgp.rst b/docs/configuration/protocols/bgp.rst index 737e98fa..8fc69111 100644 --- a/docs/configuration/protocols/bgp.rst +++ b/docs/configuration/protocols/bgp.rst @@ -952,7 +952,7 @@ Operational Mode Commands Show ==== -.. opcmd:: show bgp +.. opcmd:: show bgp This command displays all entries in BGP routing table. @@ -964,6 +964,7 @@ Show i internal, r RIB-failure, S Stale, R Removed Nexthop codes: @NNN nexthop's vrf id, < announce-nh-self Origin codes: i - IGP, e - EGP, ? - incomplete + RPKI validation codes: V valid, I invalid, N Not found Network Next Hop Metric LocPrf Weight Path *> 198.51.100.0/24 10.0.34.4 0 0 65004 i @@ -971,7 +972,7 @@ Show Displayed 2 routes and 2 total paths -.. opcmd:: show bgp +.. opcmd:: show bgp This command displays information about the particular entry in the BGP routing table. @@ -991,55 +992,55 @@ Show This command displays routes with classless interdomain routing (CIDR). -.. opcmd:: show bgp community +.. opcmd:: show bgp community This command displays routes that belong to specified BGP communities. Valid value is a community number in the range from 1 to 4294967200, or AA:NN (autonomous system-community number/2-byte number), no-export, local-as, or no-advertise. -.. opcmd:: show bgp community-list +.. opcmd:: show bgp community-list This command displays routes that are permitted by the BGP community list. -.. opcmd:: show ip bgp dampened-paths +.. opcmd:: show bgp dampening dampened-paths This command displays BGP dampened routes. -.. opcmd:: show ip bgp flap-statistics +.. opcmd:: show bgp dampening flap-statistics This command displays information about flapping BGP routes. -.. opcmd:: show ip bgp filter-list +.. opcmd:: show bgp filter-list This command displays BGP routes allowed by the specified AS Path access list. -.. opcmd:: show bgp neighbors
advertised-routes +.. opcmd:: show bgp neighbors
advertised-routes This command displays BGP routes advertised to a neighbor. -.. opcmd:: show bgp neighbors
received-routes +.. opcmd:: show bgp neighbors
received-routes This command displays BGP routes originating from the specified BGP neighbor before inbound policy is applied. To use this command inbound soft reconfiguration must be enabled. -.. opcmd:: show bgp neighbors
routes +.. opcmd:: show bgp neighbors
routes This command displays BGP received-routes that are accepted after filtering. -.. opcmd:: show bgp neighbors
dampened-routes +.. opcmd:: show bgp neighbors
dampened-routes This command displays dampened routes received from BGP neighbor. -.. opcmd:: show bgp regexp +.. opcmd:: show bgp regexp This command displays information about BGP routes whose AS path matches the specified regular expression. -.. opcmd:: show bgp summary +.. opcmd:: show bgp summary This command displays the status of all BGP connections. -- cgit v1.2.3