Using a 2811 router w/IOS Version 12.4, and we are adding 2 VWIC-2MFT-T1's to trunk four T1's together. Should I disable the VPN Tunnel 0 as we will no longer need a VPN? If so how do I disable the Tunnel 0?
Router Config is as follows...note IP and Username have been blanked ##. Also crypto vpn map is enabled for FE 0/0. Do I need to remove this as well? If so how do I?
!
crypto pki trustpoint TP-self-signed-1652894264
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certifi
cate-16528
94264
revocation-check none
rsakeypair TP-self-signed-1652894264
!
!
crypto pki certificate chain TP-self-signed-1652894264
certificate self-signed 01 nvram:IOS-Self-Sig#3401.ce
r
username ##### privilege 15 secret 5 ########
!
!
!
crypto isakmp policy 1
authentication pre-share
crypto isakmp key ### address ##.###.###.###
crypto isakmp keepalive 600 5
!
!
crypto ipsec transform-set vpn-trans esp-aes esp-sha-hmac
!
crypto ipsec transform-set vpn-trans esp-aes esp-sha-hmac
!
crypto map vpnmap 1 ipsec-isakmp
set peer ##.###.###.###
set transform-set vpn-trans
match address 101
!
interface Tunnel0
bandwidth 1000
ip address 10.10.1.2 255.255.255.252
ip accounting output-packets
load-interval 30
tunnel source ##.##.##.##
tunnel destination ##.##.###.###
crypto map vpnmap
!
interface FastEthernet0/0
ip address ##.##.##.# 255.255.255.224
ip nat outside
ip virtual-reassembly
load-interval 30
duplex full
speed 100
crypto map vpnmap
!
interface FastEthernet0/1
load-interval 30
ip address 10.10.100.3 255.255.255.0
speed 100
crypto map v
ip nat inside
!
redistribute rip
passive-interface FastEthernet0/0
network 10.0.0.0
no auto-summary
!
ip classless
ip route 0.0.0.0 0.0.0.0 ##.###.#.##
ip route 0.0.0.0 0.0.0.0 ##.###.##.##!
!
ip http server
ip http access-class 23
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
!
access-list 101 permit gre host ##.###.##.# host ##>##interface FastEthernet0/1
load-interval 30
ip address 10.10.100.3 255.255.255.0
speed 100
crypto map v
ip nat inside
!
redistribute rip
passive-interface FastEthernet0/0
network 10.0.0.0
no auto-summary
!
ip classless
ip route 0.0.0.0 0.0.0.0 ###.#.###.#
ip route 0.0.0.0 0.0.0.0 ##.###.##.###
!
!
ip http server
ip http access-class 23
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
!
access-list 101 permit gre host ##.###.#.## host ##.##.###.###
access-list 101 permit gre host ##.###.###.### host ##.###.###.###
snmp-server community public view v1default RO
!
!
access-list 101 permit gre host ##.##.###.## host ##.###.###.###
snmp-server community public view v1default RO
!
!
Start Free Trial