Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Command Syntax

run show bgp [vrf<vrf-name>neighbor [<ip> [advertised-routes | received-routes | routes]] 

...

Parameter

Parameter

Description

vrf <vrf-name>

Optional. Specifies the VRF name. The value is a string. It’s a user-defined VRF set by the command set ip vrf <vrf-name> [description <string>].

If not specified, displays information about BGP peers in the default VRF; If specified, displays information about BGP peers in the specified VRF.

<ip>Optional. Specifies the IP address of a peer. If not specified, it will display information of all the BGP peers.
[advertised-routes | received-routes | routes]

Optional. 

  • advertised-routes: Displays the routes advertised to a specified peer.
  • received-routes:  Displays the routes received from a specified peer.
  • route:  Displays all the routes received or advertised to a specified peer.

...