Results 1 to 7 of 7

Thread: eigrp issue

  1. #1
    Join Date
    Oct 2008
    Posts
    43

    eigrp issue

    hi,
    we have a 2 layers network with 6 backbone multilayer switches 6500 (at the distribution layer). there are two internet lines. from different routers.As we decided to share the load, we (rouglhy) implemented like this

    on 6500-router-1.

    ip route 0.0.0.0 0.0.0.0 1st.internet.line.router tag 1

    on 6500-Router-2 :

    ip static routes to 2nd.internet.line.router
    # so according to destination network the traffic goes to one or another router

    ip route 0.0.0.0 0.0.0.0 2nd.intenret.line.router 255 tag 1

    I think this last command would give me failover in case 1st default route would go down. but in practice it was not.

    in my test, I shutdown 6500-router-1, but there were no defaut route any longer..i could not go to interent, except static route of course.I checked in the eigrp guide, but i couldn't find easy implementation. what could be the solution if we dont want to load balance. the two line are on different routers, I mean there are no common enterprise edge block..the goal is to have a backup route.

    thank you
    Last edited by Olin; 25-10-2008 at 05:27 PM.

  2. #2
    Join Date
    May 2008
    Posts
    219

    Re: eigrp issue

    What was your eigrp config on each?

  3. #3
    Join Date
    Oct 2008
    Posts
    43

    Re: eigrp issue

    the 1st router i shut down had the following.

    #just the default route
    ip route 0.0.0.0 0.0.0.0 its_gateway tag 1

    router eigrp 1
    traffic-share min across-interfaces redistribute static route-map static-into-eigrp1passive-interface default

    no passive-interface GigabitEthernet1/1
    no passive-interface GigabitEthernet1/2
    no passive-interface GigabitEthernet3/16
    no passive-interface Port-channel41

    ...network commands...
    no auto-summary
    eigrp router-id 10.0.1.3
    eigrp log-neighbor-changes

    the second which was suppose to failover the default route has the following

    ip route 0.0.0.0 0.0.0.0 its_gateway 255 tag 1
    ip static route to its_gateway

    router eigrp 1
    traffic-share min across-interfaces redistribute static route-map static-into-eigrp1 passive-interface default
    no passive-interface GigabitEthernet1/1
    no passive-interface GigabitEthernet1/2
    no passive-interface GigabitEthernet6/16
    no passive-interface Port-channel173
    ...network command...
    auto-summary
    eigrp log-neighbor-changes

    thanks

  4. #4
    Join Date
    May 2008
    Posts
    219

    Re: eigrp issue

    I think I have an idea of what you're doing, but more info would be helpful. I'll make a couple of assumptions and scenarios...

    First, I assume you're multihomed? If so, and a 100,000 foot level, your two routers have an iBGP session between them with an IGP providing the routes for the peering. I assume that you're taking default routes from the providers. You could set an inbound BGP route preference for a provider and set up EIGRP peering to your Cats. Advertise a default network from your border routers (EIGRP) to the Cats.

    Second, if not multihomed (no BGP), do something similar to above. Setup EIGRP peering between the border routers and the Cats. Advertise a default network from both border routers. You can tweak the metrics on the border routers if you prefer one provider.

    Third, implement HSRP/GLBP and point your default gateway to the virtual address that is shared between the two border routers.

    I'm kinda throwing stuff out there to see what sticks. I'm wondering about your perimeter are firewalls and such in the mix? I'd love to hear more about these two providers, and how your network is viewed by the public Internet. Anyway, these are musings from a guy with limited knowledge.

  5. #5
    Join Date
    Oct 2008
    Posts
    75
    I'm kinda throwing stuff out there to see what sticks. I'm wondering about your perimeter are firewalls and such in the mix? I'd love to hear more about these two providers, and how your network is viewed by the public Internet. Anyway, these are musings from a guy with limited knowledge.
    Last edited by Oswald; 25-10-2008 at 05:55 PM.

  6. #6
    Join Date
    Oct 2008
    Posts
    43

    Re: eigrp issue

    it is nothing about all this.

    we have 6 core routers which forms our network.one of them is connected to the internet, it points to one nokia checkpoint firewall, which is connected to an isp another core routers in another building, 5km away, has a connection to another checkpoint firewall, which is connected to the same isp. The external interfaces of both firewall (isp side) are probably in the same segment and probaly can play bith bgp. but we are not awre of this. but, in our lan they are on different segment, one is 10.2.1.0/24, the other 10.1.3.0/24. hsrp cannot play here. because, as i mentionned, there are no enterpise edge block, no layer 2 in our core network. so the defaut route point to 10.2.1.200 some large internet segment are routed trough 10.1.3.200. I dont understand why, when the checkpoint, or the core routers of the 1st internet line goes down, there are no takeover. I tought that eigrp could deal with such scenario, which is not unusual. but i ve not yet found any doc introducing backup features.

  7. #7
    Join Date
    May 2008
    Posts
    219

    Re: eigrp issue

    So when it drops (the internet router), the 0.0.0.0 route to that hop will not clear out of the table unless the core that has the static route drops. Are you saying that core drops, and the route stays? What does show ip route 0.0.0.0 show on the other cores when that core goes down? By going down, do you mean the router is fully down, or just the link to the internet, which would not do anything since the static route is still in? Overall, I would recommend doing a default route with tracking which pings the upstream internet router, or even next hop beyond that. If that ping fails, the route will disappear from the routing table. Also, what does your route map do?
    All in all, if you turn up a routing protocol between the internet router and the core, redistribute it into EIGRP, then if that connection goes down, the route goes away. At that point, and having the second internet connection configured in the same way, it would failover. I would also just let 0.0.0.0 in from the internet router and not the whole internet routing table.

Similar Threads

  1. Replies: 6
    Last Post: 12-06-2011, 01:02 AM
  2. DP35DP: memory issue; DVD issue; Lan issue.
    By Rivan in forum Motherboard Processor & RAM
    Replies: 5
    Last Post: 29-06-2010, 12:50 AM
  3. Replies: 4
    Last Post: 03-04-2010, 06:03 AM
  4. DNS issue causing "Applying computer setting issue" hang
    By NIcaBoy in forum Small Business Server
    Replies: 2
    Last Post: 14-10-2009, 06:04 PM
  5. How to configure EIGRP on cisco 2600 router
    By Krupa in forum Networking & Security
    Replies: 3
    Last Post: 08-04-2009, 07:05 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,191,768.16039 seconds with 16 queries