]color blue]Please someone help me preventing super-net static routes from being advertised to Router B... Router A is running OSPF and BGP, and it has super-net static routes. Router B is running OSPF only. [/color]
Router A:
router ospf 1300
log-adjacency-changes
redistribute connected subnets
redistribute static subnets route-map static
redistribute bgp 63001 metric 100 metric-type 1 subnets
router bgp 63001
no bgp log-neighbor-changes
redistribute connected
redistribute static
ip route 0.0.0.0 0 128.0.0 202.122.20.1
ip route 128.0.0.0 128.0.0.0 202.122.20.1
Router B:
??? unable to see due to the security reason, but
it is running ospf...>
:O>
I tried to use route-map,
access-list 20 permit ip 0.0.0.0 0 128.0.0
access-list 20 permit ip 128.0.0.0 128.0.0.0
route-map nonesupernet deny 10
match ip address 20
and applied it under ospf... and did not work.
I truly appreciate any ideas!!
Router A:
router ospf 1300
log-adjacency-changes
redistribute connected subnets
redistribute static subnets route-map static
redistribute bgp 63001 metric 100 metric-type 1 subnets
router bgp 63001
no bgp log-neighbor-changes
redistribute connected
redistribute static
ip route 0.0.0.0 0 128.0.0 202.122.20.1
ip route 128.0.0.0 128.0.0.0 202.122.20.1
Router B:
??? unable to see due to the security reason, but
it is running ospf...>
I tried to use route-map,
access-list 20 permit ip 0.0.0.0 0 128.0.0
access-list 20 permit ip 128.0.0.0 128.0.0.0
route-map nonesupernet deny 10
match ip address 20
and applied it under ospf... and did not work.
I truly appreciate any ideas!!