IPSEC VTI 101
The VTI interface is a a Virtual Tunnel Interface that is protected via IPSEC. This simplifies the configuration of IPSEC and makes the logical configuration easier since this interface will work as any other interface on the router and will participate in the routing protocols just like another tunnel interface.
The line protocol of this interface will depend on the IPSec SA status
IKE Policy (Phase1)
First we have to define the IKE peering parameters
You can have multiple prorities thus defining several IKE combinations that are acceptable to be used.
To view the set or crypto policies use:
See also configuring ISAKMP
IPSEC Policy (Phase 2)
The next step is to define the IPSEC Transform-set
To see the transform-sets, you can use:
IPSEC Profile
The IPSEC Profile will be associated to a TRANSFORM-SET
Create IPSec Tunnel
To create an IPSec tunnel interface you can use these commands:
Monitor
To monitor IPSEC SA (Phase 2) you can use this command:
Then you should verify the status of the Tunnel interface since the line-protocol depends on the SA status and then see if there is any route that would send any traffic over this interface.
To monitor IKE SA (Phase 1) you can use this command:
See here for more info: https://www.cisco.com/c/en/us/tech/security-vpn/ipsec-negotiation-ike-protocols/tsd-technology-support-troubleshooting-technotes-list.html
Last updated