Install guide
2-48 add ip route filter Release Note
Software Version 2.7.5
C613-10454-00 REV A
Examples To add a route filter that includes RIP-derived routes from all sources, use the
command:
add ip rou fil=1 prot=rip ac=incl di=both ip=*.*.*.*
mask=*.*.*.*
To exclude all routes received from the 10.0.0.0 network from the route table,
but include all other received routes in the route table, use the commands:
add ip rou fil=1 ip=10.0.0.0 mask=255.0.0.0 ac=excl di=rec
add ip rou fil=2 ip=*.*.*.* mask=*.*.*.* ac=incl
The second filter is necessary to override the effect of the implicit “exclude all”
following the last entry in a filter list.
Related Commands delete ip route filter
set ip route filter
show ip route filter
PROTocol The routing protocol to which the filter applies. If direction is receive,
then protocol specifies the routing protocol that receives the route
information. If direction is send, then protocol specifies the routing
protocol that advertises the routes.
Default: any
OSPF Open Shortest Path First
RIP Routing Information Protocol
ANY Both RIP and OSPF
Parameter (cont.) Description (cont.)