cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
813
Views
0
Helpful
3
Replies

User VPN network route advertisement via eigrp

Matt Addy
Level 1
Level 1

I am having trouble advertising the client VPN user network via eigrp, below is what I have so far. 10.55.1.0 is not being advertised.

router eigrp xx

no auto-summary

no default-information in

no default-information out

default-metric 10000 100 255 1 1500

network 10.55.0.0 255.255.255.0

network 10.55.1.0 255.255.255.0

passive-interface default

no passive-interface inside

redistribute static

I have about 30 static routes already and have redistributed them successfully, the only way I can think to advertise the VPN network to it's inside neighbour is to use a route-map attached to the redistribute static. The route map ACL would then have the 30 networks from the static routes in and the VPN network. I dont really want to do this. Because everytime someone adds a new static route they would also have to add it to the acl for the route map. Any ideas appriciated.

1 Accepted Solution

Accepted Solutions

Hi Matthew,

Please add the following command under your dynamic crypto map:

crypto dynamic-map test-map 10

     set reverse-route

HTH.

Portu.

View solution in original post

3 Replies 3

Hi Matthew,

Please add the following command under your dynamic crypto map:

crypto dynamic-map test-map 10

     set reverse-route

HTH.

Portu.

Hi Javier,

Thanks for that, worked perfectly.

You are very welcome

Have a nice day.