· 6 years ago · Sep 02, 2019, 10:18 AM
1
2crypto keyring temp vrf #99
3 pre-shared-key address 3.3.3.10 key Asd123
4crypto isakmp profile tempisaprofile
5 vrf #99
6 keyring temp
7 self-identity address
8 match identity address 192.168.1.101 255.255.255.255 #99
9crypto ipsec transform-set SET2 esp-3des esp-sha-hmac
10 mode transport
11crypto ipsec profile tempipsecprofile
12 set transform-set SET2
13 set isakmp-profile tempisaprofile
14
15
16
17interface Tunnel11111
18 description temp
19 ip vrf forwarding #99
20 ip address 192.168.11.2 255.255.255.252
21 tunnel source Ethernet0/2
22 tunnel destination 2.2.2.10
23 tunnel vrf #99
24 tunnel protection ipsec profile tempipsecprofile
25end