I cannot figure out why I cannot get EIGRP updates across a GRE tunnel. Tunnel is up and seems to be working, but no EIGRP traffic is traversing.
Remote end config:
version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Mobile
!
logging console informational
!
ip subnet-zero
ip dhcp excluded-address 10.0.0.2
!
ip dhcp pool Client
network 10.0.0.0 255.255.255.0
dns-server 192.168.1.191 4.2.2.2
netbios-name-server 192.168.1.191
default-router 10.0.0.1
!
ip audit notify log
ip audit po max-events 100
vpdn enable
!
vpdn-group 1
request-dialin
protocol pppoe
!
!
!
!
interface Tunnel0
ip address 192.168.27.1 255.255.255.0
no ip route-cache
no ip mroute-cache
tunnel source 209.192.48.39
tunnel destination 144.228.38.22
!
interface Ethernet0
ip address 10.0.0.1 255.255.255.0
ip nat inside
no cdp enable
hold-queue 32 in
hold-queue 100 out
!
interface Ethernet1
ip address 10.0.1.10 255.255.255.0
ip nat outside
pppoe enable
pppoe-client dial-pool-number 1
no cdp enable
!
interface Dialer1
mtu 1492
ip address negotiated
ip nat outside
encapsulation ppp
dialer pool 1
ppp authentication pap chap callin
ppp chap hostname chlustie@itcdeltacom.net
ppp chap password 7 001C1A0313570A1E00
ppp pap sent-username chlustie@itcdeltacom.net password 7 04430203182D4D5606
!
router eigrp 1
network 10.0.0.0
network 192.168.1.0
network 192.168.27.0
no auto-summary
!
ip nat inside source list 10 interface Dialer1 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
ip route 192.168.1.0 255.255.255.0 Tunnel0
ip http server
ip pim bidir-enable
!
!
access-list 10 permit 10.0.0.0 0.0.0.255
access-list 10 permit 192.168.27.0 0.0.0.255
!
line con 0
exec-timeout 120 0
stopbits 1
line vty 0 4
exec-timeout 120 0
password 7 1301121E1F0D
login
!
scheduler max-task-time 5000
end
==========================
==========
==========
=
Host router end:
Current configuration:
!
version 12.0
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Delta-DS
!
logging buffered 4096 debugging
memory-size iomem 15
ip subnet-zero
no ip finger
ip domain-name 209.124.203.13
!
async-bootp nbns-server 192.168.1.200
!
!
crypto isakmp policy 1
hash md5
authentication pre-share
crypto isakmp key warner10 address 0.0.0.0
crypto isakmp client configuration address-pool local ourpool
!
!
crypto ipsec transform-set trans1 esp-des esp-md5-hmac
!
crypto dynamic-map dynmap 10
set transform-set trans1
!
crypto map intmap client configuration address initiate
crypto map intmap client configuration address respond
crypto map intmap 10 ipsec-isakmp dynamic dynmap
!
!
interface Loopback0
ip address 192.168.4.1 255.255.255.252
no ip directed-broadcast
!
interface Tunnel0
ip address 192.168.10.1 255.255.255.0
no ip directed-broadcast
no ip route-cache
no ip mroute-cache
tunnel source 144.228.38.22
tunnel destination 208.180.194.40
!
interface Tunnel1
ip address 10.10.12.2 255.255.255.0
no ip directed-broadcast
no ip route-cache
no ip mroute-cache
tunnel source 144.228.38.22
tunnel destination 70.164.22.50
!
interface Tunnel2
ip address 10.10.16.2 255.255.255.0
no ip directed-broadcast
no ip route-cache
no ip mroute-cache
tunnel source 144.228.38.22
tunnel destination 68.15.167.19
!
interface Tunnel3
ip address 10.10.31.2 255.255.255.0
no ip directed-broadcast
no ip route-cache
no ip mroute-cache
tunnel source 144.228.38.22
tunnel destination 67.32.159.97
!
interface Tunnel4
ip address 192.168.27.2 255.255.255.0
no ip directed-broadcast
no ip route-cache
no ip mroute-cache
tunnel source 144.228.38.22
tunnel destination 209.192.48.39
!
interface FastEthernet0/0
ip address 192.168.100.1 255.255.255.0
no ip directed-broadcast
ip nat inside
no ip route-cache
no ip mroute-cache
ip policy route-map nostatic
speed auto
half-duplex
!
interface Serial0/0
no ip address
no ip directed-broadcast
encapsulation frame-relay IETF
no ip mroute-cache
service-module 56k clock rate 64
!
interface Serial0/1
ip address 144.228.38.22 255.255.255.252
no ip directed-broadcast
ip nat outside
no ip route-cache
no ip mroute-cache
service-module t1 timeslots 1-24
crypto map intmap
!
interface Ethernet1/0
ip address 65.161.55.62 255.255.255.240
no ip directed-broadcast
no ip route-cache
no ip mroute-cache
!
interface Group-Async1
physical-layer async
ip unnumbered FastEthernet0/0
no ip directed-broadcast
ip nat inside
encapsulation ppp
no ip route-cache
no ip mroute-cache
async mode dedicated
peer default ip address pool dialup
no cdp enable
ppp authentication chap pap ms-chap
!
interface Dialer1
no ip address
no ip directed-broadcast
encapsulation ppp
dialer-group 1
no cdp enable
ppp authentication chap pap
!
router eigrp 1
network 10.0.0.0
network 192.168.1.0
network 192.168.10.0
network 192.168.11.0
network 192.168.15.0
network 192.168.254.0
no auto-summary
!
ip local pool ourpool 192.168.3.1 192.168.3.254
ip local pool dialup 192.168.1.205 192.168.1.211
ip nat inside source route-map nonat interface Serial0/1 overload
ip nat inside source static 192.168.1.150 65.161.55.55
ip nat inside source static 192.168.1.209 65.161.55.53
ip nat inside source static 192.168.1.201 65.161.55.51
ip nat inside source static 192.168.1.193 65.161.55.49
ip classless
ip route 0.0.0.0 0.0.0.0 144.228.38.21
ip route 10.0.0.0 255.255.255.0 Tunnel4
ip route 65.81.79.198 255.255.255.255 144.228.38.21
ip route 192.168.1.0 255.255.255.0 192.168.100.2
ip route 192.168.3.0 255.255.255.0 144.228.38.21
ip route 192.168.11.0 255.255.255.0 Tunnel0
ip route 208.180.194.40 255.255.255.255 144.228.38.21
no ip http server
!
!
map-list ip
access-list 1 permit 192.168.1.0 0.0.0.255
access-list 1 permit 192.168.2.0 0.0.0.255
access-list 101 deny ip 192.168.1.0 0.0.0.255 192.168.3.0 0.0.0.255
access-list 101 deny ip host 192.168.1.3 any
access-list 101 permit ip 192.168.1.0 0.0.0.255 any
access-list 101 permit ip 192.168.2.0 0.0.0.255 any
access-list 101 permit icmp 192.168.1.0 0.0.0.255 any
access-list 101 permit icmp 192.168.2.0 0.0.0.255 any
access-list 102 permit ip 192.168.1.0 0.0.0.255 192.168.3.0 0.0.0.255
access-list 166 permit ip host 64.221.27.82 host 192.168.1.200
dialer-list 1 protocol ip permit
route-map nostatic permit 10
match ip address 102
set ip next-hop 192.168.4.2
!
route-map nonat permit 10
match ip address 101
!
snmp-server engineID local 000000090200005073496EE0
snmp-server community
!
line con 0
transport input none
line aux 0
line vty 0 4
exec-timeout 0 0
password delta
login
!
end
Start Free Trial