Configuring redistribution filters
Syntax:
router ospf restrict
ip-addr/mask-length
Prevents distribution of the specified range of external routes through an ASBR from sources external to the OSPF domain. This will prevent external routes with the specified IP address/mask from entering the OSPF domain.
This command can be used to help implement inbound traffic filtering.
Default: Allow all supported, external route sources.
Use this command to block unwanted, external routes before enabling route redistribution on the ASBR.
Example:
To configure a routing switch operating as an ASBR to filter out redistribution of static, connected, or RIP routes on network 10.0.0.0, enter the following commands:
switch(config)# router ospf restrict 10.0.0.0/8
In the default configuration, redistribution is permitted for all routes from supported sources.