cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
311
Views
1
Helpful
3
Replies

How to summarize anyconnect user routes

Just wanted to know how can I summarize individual ip routes from user vpn to a summary route to upstream devices.

3 Replies 3

sure, if you run IGP like OSPF you can summary (summary address is same as VPN Pool subnet) address and advertise to Upstream device.
NOTE:- no need any more redistribute connect/static for any connect vpn route, this will lead to advertise all VPN /32 host IP.
MHM

@Pradip Bhattacharya create a summary route and redistribute using your dynamic routing protocol. Example:

prefix-list RAVPN-ROUTES seq 5 permit 192.168.14.0/24 le 32
!
route-map VPN-ROUTES permit 10
 match ip address prefix-list RAVPN-ROUTES
!
router ospf 1
redistribute static subnets route-map VPN-ROUTES

 

Thank you

Review Cisco Networking for a $25 gift card