![]() |
|
BGP Troubleshooting Sim - Printable Version +- How2pass.com Forums (https://www.how2pass.com/forum) +-- Forum: CCNP (https://www.how2pass.com/forum/forum-6.html) +--- Forum: CCNP ENARSI 300-410 Forum (https://www.how2pass.com/forum/forum-15.html) +--- Thread: BGP Troubleshooting Sim (/thread-2795.html) |
BGP Troubleshooting Sim - elpotatoexperto - 04-23-2026 Looking this over: the R2 L2 and L1 interfaces reside on 192.168.3.2 and 2.2/24 Down the line in the BGP configuration though the commands R4(config)#ip prefix-list AS65001-in seq 20 permit 192.168.3.0/24 R4(config)#ip prefix-list AS65001-in seq 30 permit 192.168.2.0/23 and R5(config)#ip prefix-list AS65001-in seq 20 permit 192.168.2.0/24 R5(config)#ip prefix-list AS65001-in seq 30 permit 192.168.2.0/23 are suggested. Issue that I see is there are no /23 or subnet masks of 255.255.253.0 used This will give bad config when implemented. Its doable but will give the wrong information in the show commands. Please correct me if I am wrong. |