How2pass.com Forums

Full Version: BGP Troubleshooting Sim
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.