Drew Weaver via cisco-nsp wrote on 15/11/2023 17:43:
Is there a way to prevent that IP address from being seen at all by the IOS XR routers?
prefix filtering is a defining feature of a policy routing protocol. OSPF is a link-state protocol, and doesn't support the concept of having different visibility of prefixes inside the same area. If you want that with OSPF, you'll need to divide your network into different areas, which is messy. Probably better off using bgp for this.
Nick _______________________________________________ cisco-nsp mailing list [email protected] https://puck.nether.net/mailman/listinfo/cisco-nsp archive at http://puck.nether.net/pipermail/cisco-nsp/
