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 33 of 63 
 ppp ipcp dns request 
 crypto map lte 
!applies crypto map lte, defined above, on this primary interface 
ip local policy route-map track-primary-if 
ip route 0.0.0.0 0.0.0.0 Dialer2 track 234 
ip route 0.0.0.0 0.0.0.0 Cellular0/3/0 254 
ip nat inside source route-map nat2cell interface Cellular0/3/0 overload 
ip nat inside source route-map nat2dsl interface Dialer2 overload 
ip sla 1 
 icmp-echo 209.131.36.158 source-interface Dialer2 
 timeout 1000 
 frequency 2 
ip sla schedule 1 life forever start-time now 
access-list 101 permit ip 10.4.0.0 0.0.255.255 10.10.0.0 0.0.255.255 
!ACL to identify the traffic for IPsec tunnel, as defined under crypto map lte. 
!10.4.x.x is local subnet and 10.10.x.x is far-end subnet 
access-list 102 permit icmp any host 209.131.36.158 
access-list 103 permit ip 10.4.0.0 0.0.255 any 
dialer-list 1 protocol ip permit 
dialer-list 2 protocol ip permit 
route-map track-primary-if permit 10 
 match ip address 102 
 set interface Dialer2 null0 
!   
route-map nat2dsl permit 10 
 match ip address 103