gabrielshorn
09-23-2009, 02:15 PM
Not completely understanding the GRE tunneling shown in the Cisco Press SNRS Quick Reference guide around page 65. I understand why I'd want to use GRE. I'm just not sure how the VPN ACL should look. If you want to send IP unicast data across an IPSec VPN, the ACL would be something like:
access-list 100 permit ip <local private addr/mask> <remote private addr/mask>
But when you add a GRE tunnel, the book says you replace the entry above with:
access-list 100 permit gre host <local external address> <remote external address>
Is this right, or should you ADD the GRE line to the existing ACL?
access-list 100 permit ip <local private addr/mask> <remote private addr/mask>
But when you add a GRE tunnel, the book says you replace the entry above with:
access-list 100 permit gre host <local external address> <remote external address>
Is this right, or should you ADD the GRE line to the existing ACL?