TSHOOT Ticket #3
Hi ! everyone on today in this lab session we are going to learn about TSHOOT in ticket 3 is BGP Neighbor which explained in simple terms given below as topology.
Q: Client 1 is able to ping 209.65.200.226 but can’t ping the Web Server 209.65.200.241. This topology is shown by the given below screenshot is done with help of cisco packet tracer version 7.1.
Configuration of R1:
router bgp 65001
no synchronization
bgp log-neighbor-changes
network 209.65.200.224 mask 255.255.255.252
neighbor 209.56.200.226 remote-as 65002
no auto-summary
check bgp neighborship. **** show ip bgp sum****
The neighbor’s address in the neighbor command is wrong under router BGP. (use ipv4 Layer 3)
Answer: need change on router mode on R1 neighbor 209.65.200.226
Ans 1: R1
Ans 2: BGP
Ans 3: delete the wrong neighbor statement and enter the correct neighbor address in the neighbor command (change “neighbor 209.56.200.226 remote-as 65002″ to “neighbor 209.65.200.226 remote-as 65002″).
Therefore, for today we have studied in this lab session about how to do bgp neighbor through this tickets in troubleshooting.
No comments:
Post a Comment