Advertisement

06.27.2008 at 08:48AM PDT, ID: 23522048
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.0

EIGRP working over a GRE tunnel.

Asked by Oyurttas in Networking Protocols

Tags: , , ,

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
[+][-]06.28.2008 at 08:01AM PDT, ID: 21891106

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]06.30.2008 at 06:00AM PDT, ID: 21898694

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]06.30.2008 at 06:18AM PDT, ID: 21898824

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.01.2008 at 02:03PM PDT, ID: 21911619

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07.01.2008 at 02:28PM PDT, ID: 21911789

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.05.2008 at 12:22PM PDT, ID: 21938074

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.05.2008 at 12:48PM PDT, ID: 21938135

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07.05.2008 at 01:01PM PDT, ID: 21938163

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Networking Protocols
Tags: cisco, GRE and EIGRP, 12.2(8), Cannot get EIGRP working on this router with a GRE tunnel
Sign Up Now!
Solution Provided By: litmuslogic
Participating Experts: 2
Solution Grade: B
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628