11-28-2008 11:15 AM - edited 03-04-2019 12:31 AM
11-28-2008 01:04 PM
Hello Moses,
on hub router you need to use PBR to route traffic with source 192.168.0.1 via ser1/1
You need also to increase interface delay on ser1/1 so that all other traffic is routed via s0/1.
This will make EIGRP to prefer path via s0/1.
int ser1/1
delay 60000
access-list 121 permit ip host 192.160.0.1 any
route-map pbr_divert permit 10
match ip address 121
set interface ser1/1
on lan interface(s)
int fa0/0
ip policy route-map pbr_divert
on the stub spoke router eigrp is enough to achieve the desired results combined with the host specific static route for the server
Hope to help
Giuseppe
11-28-2008 01:04 PM
Hello Moses,
on hub router you need to use PBR to route traffic with source 192.168.0.1 via ser1/1
You need also to increase interface delay on ser1/1 so that all other traffic is routed via s0/1.
This will make EIGRP to prefer path via s0/1.
int ser1/1
delay 60000
access-list 121 permit ip host 192.160.0.1 any
route-map pbr_divert permit 10
match ip address 121
set interface ser1/1
on lan interface(s)
int fa0/0
ip policy route-map pbr_divert
on the stub spoke router eigrp is enough to achieve the desired results combined with the host specific static route for the server
Hope to help
Giuseppe
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide