0% found this document useful (0 votes)
28 views5 pages

CN Pract 06

The document outlines a practical exercise for configuring BGP protocol across three routers using Packet Tracer. It includes a detailed addressing table and step-by-step CLI commands for setting up BGP on each router. Additionally, it describes testing network connectivity between PCs using ping commands.

Uploaded by

Arzoo Ansari
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views5 pages

CN Pract 06

The document outlines a practical exercise for configuring BGP protocol across three routers using Packet Tracer. It includes a detailed addressing table and step-by-step CLI commands for setting up BGP on each router. Additionally, it describes testing network connectivity between PCs using ping commands.

Uploaded by

Arzoo Ansari
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Practical No.

06- Configuring BGP protocol (Multi-Autonomous)

Aim: Using Packet Tracer, create a network with three routers with BGP and each router associated
network will have minimum three PC and show Connectivity.

Topology:
Addressing Table:

Host Interface IP address Subnet Mask Default


Gateway
Router 0 G0/0 [Link] [Link]
AS 1000 S0/1/0 [Link] [Link]
G0/0 [Link] [Link]
Router 1
S0/1/0 [Link] [Link]
AS 2000
S0/1/1 [Link] [Link]
Router 2 G0/0 [Link] [Link]
AS 3000 S0/1/1 [Link] [Link]
PC0 FastEthernet0 [Link]
PC1 FastEthernet0 [Link] [Link] [Link]
PC2 FastEthernet0 [Link]
PC3 FastEthernet0 [Link]
PC4 FastEthernet0 [Link] [Link] [Link]
PC5 FastEthernet0 [Link]
PC6 FastEthernet0 [Link]
PC7 FastEthernet0 [Link] [Link] [Link]
PC8 FastEthernet0 [Link]
Configuring Router 0 for BGP (using the CLI mode)
Router>enable
Router#configure terminal
Router(config)#router bgp 1000
Router(config-router)#network [Link]
Router(config-router)#network [Link]
Router(config-router)#neighbor [Link] remote-as 2000

Configuring Router 1 for BGP (using the CLI mode)


Router>enable
Router#configure terminal
Router(config)#router bgp 2000
Router(config-router)#network [Link]
Router(config-router)#network [Link]
Router(config-router)#network [Link]
Router(config-router)#neighbor [Link] remote-as 1000
Router(config-router)#neighbor [Link] remote-as 3000
Configuring Router 2 for BGP (using the CLI mode)
Router>enable
Router#configure terminal
Router(config)#router bgp 3000
Router(config-router)#network [Link]
Router(config-router)#network [Link]
Router(config-router)#neighbor [Link] remote-as 2000

Checking the connectivity by using the ping command

i) Pinging PC8 (ip address [Link]) from PC0


ii) Pinging PC0 (ip address [Link]) from PC8

You might also like