BGP Routing Configuration Lab Using Packetnbsptracer
BGP Routing Configuration Lab Using Packetnbsptracer
linuxtiwary.com/2018/02/19/bgp-routing-configuration-lab-using-packet-tracer
In this article I am going to show you how to configure bgp step by step.This
is a bgp configuration example lab showing bgp configuration using cisco
packet tracer.I will show you how to configure bgp routing protocols on cisco
router using three router.This is an example lab showing bgp
configuration.Here in This Lab I have taken 3 AS they are 1,71 and 79
respectively
IBGP neighbors – when two neighbors are in the same AS(Autonomous System);
1/6
EBGP neighbors – when two neighbors belong to different AS(Autonomous System).
You can Download bgp configuration Lab file: Click here to Download
2/6
Step 3: bgp configuration on Router R1:
R1(config)#router bgp 1
R1(config-router)#neighbor 172.16.0.2 remote-as 71
R1(config-router)#network 10.0.0.0 mask 255.0.0.0
R1(config-router)#exit
R1(config)#do write
Building configuration...[OK]
R1(config)#
R2(config)#router bgp 71
R2(config-router)#neighbor 172.16.0.1 remote-as 1
R2(config-router)#neighbor 172.14.0.2 remote-as 79
R2(config-router)#network 40.0.0.0 mask 255.0.0.0
R2(config-router)#exit
R2(config)#do write
Building configuration...[OK]
R2(config)#
3/6
R3(config)#router bgp 79
R3(config-router)#neighbor 172.14.0.1 remote-as 71
R3(config-router)#network 40.0.0.0 mask 255.0.0.0
R3(config-router)#exit
R3(config)#do write
Building configuration...[OK
R3(config)#
For bgp testing we will ping both pc and check the network communication.
Now I am on PC2:
PC>ipconfig
PC>ping 10.0.0.2
R1#show ip route
R1#show ip protocols
R2#show ip route
R2#show ip protocols
4/6
R3#show ip route
R3#show ip protocols
Interested candidate can also join our ccna online and classroom training program.
5/6
6/6