Tunnel 0 is UP, Line Protocol is down

I cannot seem to resolve this and I do not know why. I am setting up a VPN between two routers. Here is the configs for both routers:

Router-1: crypto isakmp policy 1 encr 3des authentication pre-share group 2 crypto isakmp key 5 TEST address 76.70.73.74 ! !crypto ipsec transform-set TEST esp-aes esp-sha-hmac ! crypto ipsec profile TEST set transform-set TEST ! interface Tunnel0 ip address 150.20.20.10 255.255.255.252 tunnel source 122.128.223.122 tunnel destination 76.70.73.74 tunnel protection ipsec profile TEST ! interface FastEthernet0/0 ip address 122.128.223.122 255.255.255.0 ip route-cache flow duplex auto speed auto ! interface FastEthernet0/1 ip address 182.188.81.182 255.255.255.0 duplex auto speed auto ! router eigrp 30 redistribute static network 150.20.20.8 0.0.0.3 no auto-summary eigrp stub connected summary redistributed eigrp log-neighbor-warnings 30

ip route 0.0.0.0 0.0.0.0 122.128.224.122 ================================================= Router-2 interface Tunnel1 ip address 150.20.20.9 255.255.255.252 tunnel source 76.70.73.74 tunnel destination 122.128.223.122 tunnel protection ipsec profile TEST

Tunnel1 is up, line protocol is down Hardware is Tunnel Internet address is 76.70.73.74/30 MTU 1514 bytes, BW 9 Kbit, DLY 500000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation TUNNEL, loopback not set Keepalive not set Tunnel source76.70.73.74, destination 122.128.223.122 Tunnel protocol/transport IPSEC/IP Tunnel TTL 255 Fast tunneling enabled Tunnel transmit bandwidth 8000 (kbps) Tunnel receive bandwidth 8000 (kbps) Tunnel protection via IPSec (profile "GTS_LODH_VPN") Last input never, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/0 (size/max) 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 0 packets input, 0 bytes, 0 no buffer Received 0 broadcasts, 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort 0 packets output, 0 bytes, 0 underruns 0 output errors, 0 collisions, 0 interface resets 0 output buffer failures, 0 output buffers swapped out

Can anyone help? :-(((((

Reply to
CCNA4US
Loading thread data ...

I have never use tunnel protection however I notice that your default gateway does not seem reasonable and that your eigrp process does not include any attached networks.

I have used IPSEC encruption of GRE tunnels and that works OK as long as you remember to avoid recursive routing.

Reply to
anybody43

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.