IPSEC VTI 101
IKE Policy (Phase1)
R(config)# crypto isakmp policy PRIORITY
R(config-isakmp)# authentication {pre-share | rsa-encr | rsa-sig}
! Specifies authentication mode. Use pre-share for pre-shared keys.
R(config-isakmp)# hash {sha|sha256|sha384|sha512|md5}
! Specifies HMAC algorithm. Avoid MD5
R(config-isakmp)# encr {aes [128|192|256] | des | 3des}
! specifies encryption algorythm. Avoide DES
R(config-isakmp)# group DF-GRP
! specifies the DH group. Avoid 1 and 2.
R(config-isakmp)# lifetime {SEC}
! configures a lifetime before a new key needs to be generated.
! Default: 86400 seconds (24 hours)
R(config-isakmp)# crypto isamkp key KEY-STRING address {PEER-IPV4 | ipv6 PEER-IPV6}
IPSEC Policy (Phase 2)
IPSEC Profile
Create IPSec Tunnel
Monitor
Last updated