cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

Need to remove VPN tunnel interface

ud0508500
Level 1
Level 1

I need to remove a VPN IPSEC tunnel interfcae..crypto maps associated as well..I did not know the exact order as to what I needed to remove first...

appreciate the help!

interface Tunnel8 (SITE IS CLOSED)

description "GRE Tunnel"

bandwidth 3000

ip address x.x.x.x 255.255.255.252

no ip redirects

no ip unreachables

no ip proxy-arp

ip mtu 1420

ip flow ingress

ip route-cache flow

no ip mroute-cache

keepalive 5 4

tunnel source Loopback1

tunnel destination x.x.x.x

ip access-list extended Trafficto

permit ip host x.x.x.x host x.x.x.x

crypto isakmp key VPN!$ address x.x.x.x

crypto map ToRemote 8 ipsec-isakmp

description "VPN to VPN"

set peer x.x.x.x set transform-set TransformSet

match address TraffictoVPN

Who Me Too'd this topic