To use the VPN wizard, use the wizard vpn command in Global Configuration Mode.
Parameter | Type | Description |
---|---|---|
vpn |
Enter to start the VPN Configuration wizard |
Global Configuration Mode
Step 1: create VPN Configuration.
iS5comm(config)# wizard
iS5comm(config-wizard)# vpn 2 gi 0/3 172.16.100.1 gi 0/1 51 192.168.101.1 172.16.100.101 10.10.101.1 50 192.168.50.1 t1
The configuration will be shown on CLI and stored in a file “t1”.
Step 2: review the VPN Configuration.
iS5comm(config-wizard)# show
Name: t2, Size: 2215 , Updated: Wed Nov 24 14:16:23 2021
Name: t1, Size: 2215 , Updated: Wed Nov 24 17:21:36 2021To show a specific VPN configuration:
iS5comm(config-wizard)# show t1
end
# Turn on Security
configure terminal
set security enable
end
Step 3: Load the VPN Configuration.
iS5comm(config-wizard)# load t1
Executing: end
Executing:
Executing:
Executing: # Turn on Security
Executing: configure terminal
Step 4: Cleanup.
Delete a particular file.
iS5comm(config-wizard)# show
Name: t2, Size: 2211 , Updated: Tue Dec 18 00:04:38 2018
Name: t1, Size: 2215 , Updated: Mon Dec 17 20:49:12 2018
iS5comm(config-wizard)# clear t1
iS5comm(config-wizard)# show
Name: t2, Size: 2211 , Updated: Tue Dec 18 00:04:38 2018
Delete all configurations.
iS5comm(config-wizard)# clear all
iS5comm(config-wizard)# show