Users Guide

Layer 3 Routing Commands 1242
Border Gateway Protocol
Commands
Dell EMC Networking N3000E-ON/N3100-ON/N3200-ON Series
Switches
This section describes the commands you use to view and configure Border
Gateway Protocol (BGP), which is an exterior gateway routing protocol that
you use to route traffic between autonomous systems. The BGP CLI
commands are available in the N3000-ON/N3100-ON/N3200-ON Series
switches.
CAUTION: The commands in this section are in one of three functional groups.
Show commands display switch settings, statistics, and other information.
Configuration commands configure features and options of the switch. For
every configuration command, there is a show command that displays the
configuration setting.
Clear commands reset part of the protocol state.
router bgp
Use the router bgp command to enable BGP and identify the autonomous
system (AS) number for the router. Only a single instance of BGP can be run
and the router can only belong to a single AS.
Syntax
router bgp as-number
no router bgp as-number
as-number—The router’s autonomous system number in asplain format.
Dell EMC Networking BGP supports four byte AS numbers, in the range
of 0-429496729.
Default Configuration
By default, BGP is inactive.