show running-config bgp

Syntax

show running-config bgp [vsx-peer]

Description

This command shows all configured BGP commands.

Command context

Operator (>) or Manager (#)

Parameters

[vsx-peer]

Shows the output from the VSX peer switch. If the switches do not have the VSX configuration or the ISL is down, the output from the VSX peer switch is not displayed.

Authority

Operators or Administrators. Users without administrator authority can execute this command from the operator context (>) only.

Examples

EVPN applies only to the 8325 series switches.
switch# show running-config bgp
router bgp 65534.65535
    bgp asnotation dotted
    network 2.2.2.0/24
    neighbor 1.1.1.2 remote-as 65533.65535
    address-family ipv4 unicast
      neighbor 1.1.1.2 activate
      neighbor 1.1.1.2 route-map A out
      vrf v1
    address-family l2vpn evpn
      neighbor 1.1.1.2 activate
      neighbor 1.1.1.2 send-community extended
    exit-address-family