They are fairly straight forward to apply - for example...
We firstly create an ACL:
access-list EU-VPN-FILTER permit ip 10.1.0.0 255.255.0.0 10.2.0.0 255.255.255.0Then proceed by defing a group policy:
group-policy MYSITE internalAnd finally creating / amending the tunnel group so it uses the default policy we have created:
group-policy MYSITE attributes
vpn filter value EU-VPN-FITER
tunnel-group 176.177.178.179 general-attributes
default-group-policy MYSITE
0 comments:
Post a Comment