cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3747
Views
10
Helpful
3
Replies

Packet tracer BGP configuration

mandla
Level 1
Level 1

@membersGood day. I am trying to configure eBGP between 2 routers, that are connected via a crossover cable. As per attachment, I keep getting stuck when trying to "update-source loopback100". Packet tracer finds fault after I type this command. What I am doing wrong?

 
 
1 Accepted Solution

Accepted Solutions

Hello,

 

the correct configurations would be those below. Problem is: Packet Tracer does not support the commands highlighted, so you cannot peer with loopbacks...

 

router bgp 100
bgp log-neighbor-changes
no synchronization
neighbor 192.168.200.1 remote-as 200
neighbor 192.168.200.1 update-source Loopback 100
neighbor 192.168.200.1 ebgp-multihop 2
!
ip classless
ip route 192.168.200.0 255.255.255.0 192.168.10.2

R2

router bgp 200
bgp log-neighbor-changes
no synchronization
neighbor 192.168.100.1 remote-as 100
neighbor 192.168.100.1 update-source Loopback 200
neighbor 192.168.100.1 ebgp-multihop 2
!
ip classless
ip route 192.168.100.0 255.255.255.0 192.168.10.1

View solution in original post

3 Replies 3

Hello,

 

post your zipped Packet Tracer project (.pkt) file...

Hello and thank you for your reply. Please find attached .zip file as requested. Thank you.

Hello,

 

the correct configurations would be those below. Problem is: Packet Tracer does not support the commands highlighted, so you cannot peer with loopbacks...

 

router bgp 100
bgp log-neighbor-changes
no synchronization
neighbor 192.168.200.1 remote-as 200
neighbor 192.168.200.1 update-source Loopback 100
neighbor 192.168.200.1 ebgp-multihop 2
!
ip classless
ip route 192.168.200.0 255.255.255.0 192.168.10.2

R2

router bgp 200
bgp log-neighbor-changes
no synchronization
neighbor 192.168.100.1 remote-as 100
neighbor 192.168.100.1 update-source Loopback 200
neighbor 192.168.100.1 ebgp-multihop 2
!
ip classless
ip route 192.168.100.0 255.255.255.0 192.168.10.1