We have 4 remote sites, all connecting back to the main site's router via frame relay. On the main router, each branches network is coming in on serial subinterfaces. I should also include that each branch has no less than 4 networks (LANs) each inside.
I need to write a PBR instruction set on the main router that would send traffic from one specific network in each branch to e1/0 interface of the main router. But I need all of the other traffic to use the default route table to the e0/0 interface. First, can I use PBR on subinterfaces? If so, how would the PBR statements look in the main router after:
access-list 1 permit ip xxx.xxx.xxx.xxx
route-map branch1 permit 10
match ip address 1
set next-hop ethernet 1/0
Thanks for any help,
m~