Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I think I found my problem. I was using "permit 0.0.0.0/0" instead of "deny 0.0.0.0/0" in the prefix list to match the default route.It's working now.Thanks,Varun
How do we filter an actual default route (0.0.0.0/0) then?Matching it using 0.0.0.0/0 in a prefix-list does not work. What can we do to stop one neighbor from receiving this default route?I have a setup with following topology:R1 --- R2 ---- Provide...