{% extends 'base.html' %} {% load form_helpers %} {% block title %}Build IPsec Tunnel{% endblock %} {% block content %}
Configure a policy-based IKEv1 or IKEv2 IPsec tunnel on a Cisco IOS-XE device.
Submitting this form enqueues a Nautobot Job that SSHes into the selected device and pushes a policy-based IPsec configuration.
IKEv2 pushes:
crypto ikev2 proposalcrypto ikev2 policycrypto ikev2 keyringcrypto ikev2 profileIKEv1 pushes:
crypto isakmp policycrypto isakmp keyBoth versions push:
ip access-list extendedcrypto ipsec transform-setcrypto map (applied to WAN interface)copy running-config startup-config
Device credentials are read from the environment variables
NAUTOBOT_DEVICE_USERNAME and
NAUTOBOT_DEVICE_PASSWORD.