cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 

How to configure iBGP ??

How to configure iBGP ??

Prashanth_Kumar
New Contributor
Can anyone give me command list to configure ibgp & ebgp ?? i know to configure BGP . i want to setup iBGP Switches as i am not able to find any documentation on this.
3 REPLIES 3

Stephane_Grosj1
Extreme Employee
if you want iBGP and (preferably) using a loopback interface for the peering, don't forget to configure the source-interface as that loopback IP. It seems to be lacking in the links above.

Korsovsky__Kons
Extreme Employee
Hi Prashanth,
please check following thread:
Is there any doc to configure BGP?

Nick_Yakimenko
New Contributor II
simplest config is

create bgp neighbor 192.168.0.1 remote-AS-number 65536
configure bgp neighbor 192.168.0.1 description "-=PEER1=-"
enable bgp neighbor all
enable bgp

GTM-P2G8KFN