QuestionQ536

Layer 3 Technologies

The steps for configuring BGP on a Cisco IOS router:

Drag & Drop
Identify the BGP Neighbor's IP address and Autonomous System Number. Identify the BGP neighbor's IP address and autonomous system number with the BGP router configuration command neighbor ip-address remote-as as-number.
Activate the address-family for the BGP neighbor with the BGP address-family configuration command neighbor ip-address activate.
Create the BGP Routing Process. Initialize the BGP process with the global command router bgp as-number.
Initialize the address-family with the BGP router configuration command address-family afi safi
STEP 1
STEP 2
STEP 3
STEP 4
Explanation

Cisco IOS BGP configuration begins by creating the BGP routing process for the local autonomous system. Address-family configuration is then entered, the BGP neighbor and its remote AS are defined, and the neighbor is activated under that address family so address-family routes can be exchanged.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!