cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
377
Views
0
Helpful
1
Replies

EIGRP routing

moses12315
Level 1
Level 1

Please see the attach image.

Thanks a lot

Moses

1 Accepted Solution

Accepted Solutions

Giuseppe Larosa
Hall of Fame
Hall of Fame

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

View solution in original post

1 Reply 1

Giuseppe Larosa
Hall of Fame
Hall of Fame

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

Review Cisco Networking for a $25 gift card