Hi
Is it possible to route traffic from one interface only to routes that are advertised to the router with BGP protocol? For example supose that "sh ip route" output is like this:
B 1.1.1.0/24 [200/1] via 4.4.4.4, 1d20h B 2.2.2.0/24 [200/1] via 4.4.4.4, 4d15h B 3.3.3.0/24 [200/0] via 4.4.4.4, 3d21h S* 0.0.0.0/0 [1/0] via 5.5.5.5
What I would like to set up is, if the client on interface FE0/0 wants to go to networks 1.1.1.0/24, 2.2.2.0/24, 3.3.3.0/24 his traffic would be routed. But if he tries to go somewhere else (destination network is in this case 0.0.0.0) the packets would be dropped.
What kind of match rule should I use???
Thanks for help
Igor