Cisco Cisco 4G LTE Enhanced High-Speed WAN Interface Cards for Europe

Page of 63
 
 
© 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information. 
Page 35 of 63 
 set transform-set myset 
 match address 101 
crypto map gateway 10 ipsec-isakmp dynamic gw_map 
!defines the gateway map for IPsec tunnels to the ATM DSL/ and Cellular 
!interface at the remote branch-router. 
interface GigabitEthernet0/0 
 ip address 20.20.241.234 255.255.255.252 
 crypto map gateway 
!Physical interface on which the crypto map is applied. The interface through 
which 
!the above IPsec tunnels are established 
interface FastEthernet0/1/0 
 switchport access vlan 10 
!Fast Ethernet ports on which the VPN hosts (10.10.0.0 subnet) are connected. 
interface Vlan10 
 description private networking vlan 
 ip address 10.10.0.254 255.255.0.0 
 no ip route-cache cef 
 vlan-range dot1q 1 4095 
 exit-vlan-config 
!VLAN for the VPN hosts (on the 10.10.0.0 network) 
ip route 0.0.0.0 0.0.0.0 20.20.241.233 
access-list 101 permit ip 10.10.0.0 0.0.255.255 10.4.0.0 0.0.255.255 
!access list defining the traffic for IPsec tunnel