Equal Cost Multi Path route support.

Can anyone tell me if Solaris 8 supports ECMP? First if it works, and second, if it officially works?
Anyone have a web page or document stating it works?
Even more generally, can anyone point me to a Sun web page that lists RFC compliance for their OS's?
Thanks in advance!

Disclaimer
The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
Liability Disclaimer
In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
Posting
The concept behind ECMP is to actively and concurrently take advantage of multiple link/path bandwidth.
Oh, and to just add to what Jon has already noted, ECMP usually doesn't track actual load.  So, "seeing" unequal path/link loading, especially short term, isn't unusual.
PS:
There's also unequal cost multi-path routing too - EIGRP supports that.

Similar Messages

  • ECMP - equal cost multi path

    Hi,
    What is the concept behind ECMP  (equal cost multi path) ? Is it different for EIGRP , OSPF , ISIS etc ?
    thanks

    Disclaimer
    The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
    Liability Disclaimer
    In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
    Posting
    The concept behind ECMP is to actively and concurrently take advantage of multiple link/path bandwidth.
    Oh, and to just add to what Jon has already noted, ECMP usually doesn't track actual load.  So, "seeing" unequal path/link loading, especially short term, isn't unusual.
    PS:
    There's also unequal cost multi-path routing too - EIGRP supports that.

  • EIGRP- Equal Cost Paths Selection

    Hello,
    This might be a simple question; using EIGRP and having 2 equal cost paths to the destination; how does the router/L3 switch route select the path from those two equal cost paths? Is there a way to force one path over anthoer?
    Thanks in advance.
    Best, ~sK       

    To answer your question we need to be clear that there are 2 parts to the decision about which path will be used to forward traffic. The first part is the identification of paths and their insertion into the routing table. This is the part where EIGRP plays a role. If EIGRP determines that there are two equal cost viable paths then both of the paths will be put into the routing table. This ends EIGRP involvement in the process. The part of the process that takes a particular packet and determines which path to use is handled by CEF. By default CEF looks at the number of available paths toward a destination and when there are multiple paths CEF will use a process that calculates based on source and destination address to choose a particular path. For the same source address and same destination address CEF should choose the same path every time.
    HTH
    Rick

  • IS-IS and IPv6 in equal cost path topology

    Network of 7609s running 12.2(18)SXE3. Two
    equal cost path links between each 7609. IS-IS Level 2 routers only. When pinging an off campus IPv6 host every other packet is lost. It seems like the equal cost paths prevent an alternative path off campus but that path isn't working.
    We cannot figure out where to look next.
    Any thoughts ? Is this possibly an IS-IS
    issue ?
    Thanks

    OK. I'll try. We have 5-7609s running 12.2(18)SXE3.
    Each 7609 has a variety of 100/1000Base Ethernet
    interfaces. They each also have one WS-X6704-10GE out
    of which connections to our primary and secondary
    backbones originate. This is how the routers are
    interconnected.
    Three of the five core routers are currently running
    IS-IS. If we ssh into any router and ping
    www.netbsd.org every other packet is lost.
    At the end of the network are two 6506 switches each
    with a 10GE module and a 1GE module.
    Attached to the 1GE module are fiber links two
    two different Juniper M10s which also run IS-IS
    and through which we get upstream connectivity
    to our provider.
    All of our routers are level 2 routers in the same area.
    Does this help? If not please let me know what else
    you would need.
    Thanks,Steve

  • Nexus 7010 OSPF Equal Cost Paths

    Hello,
    I currently have two physical links connecting one data center to another.  These are both 10Gb links and I have manually set the cost to the primary link to '1' and the secondary link to '10'.  My question is, if I set the secondary link to '1' they would have equal cost routes.  What is the selection process at this point?   Will equal cost load balancing automatically kick in and use both links?
    Thank you,
    Scott

    Scott
    Haven't used Nexus switches but generally yes it should do depending on the routing protocol ie. statics, EIGRP, OSPF etc. will use equal cost paths if they are in the routing table.
    BGP is different in that without further configuration it picks just one path so there is only one entry in the routing table.
    By default it will use per destination load sharing and the default on Nexus is destination IP address and port number to choose which link to use.
    "sh ip load-sharing"
    will show you the current method it is using.
    Jon

  • OSPF equal cost path

    Hi all,
    I have
    The network 192.168.0.0 is directly connected to Router A and B. Router A and B are redistributing the network in the ospf area 0.
    Router A,B,C,D belong to the same OSPF Area.
    Router C is DR. The cost of the link is indicated in the draw.
    Question:
    Router D (and router C) is using as next hop the Router A for reaching the network 192.168.0.0.
    Why the router D is not using the router B as next hop due to the fact that all the possible paths are equal cost?
    Thanks.

    Hi,
    At the end the information provided by Rolf fit in my case.
    Playing with the cost to reach the ASBR and the metric of the external route I was able to figure out why the router A is the50
    preferred exit point: during the redistribution router A is modifying the metric value, in this way C and D are using A as
    Thanks all!!!

  • RIP/EIGRP maximum number of Equal cost routes

    I am looking for documentation on:
    If a router has 20 equal cost routing paths and only 4 show up in the routing table, what is the determining factor that chooses which four and where are the other 16 put in case the 4 routes become unusable.
    Most documentation will tell you the maximum amount and how to change it but I have not found any documentation on how EIGRP or RIP chooses the routes.

    You can have up to 4 by default, but you can configure the routing table to accept up to 6 on older code, and up to 8 on newer code, using the command "maximum-paths" under router eigrp. EIGRP will attempt to install all of the available paths, but the routing table will only allow it to install the first x that it installs.
    The routes which are not installed by EIGRP are placed in a "backup table." If one route fails, each routing protocol running on the router is notified, and will attempt to install any routes (which match the destination, of course) back into the routing table. Again, the frst x paths would win.
    Be careful with this much redundancy in eigrp--you're playing with fire if you have 15 or 20 links between a pair of routers.Russ

  • If equal cost routes exist, OSPF uses CEF load balancing?

    Hi All,
    Can anyone explain about:
    . If equal cost routes exist, OSPF uses CEF load balancing?

    Disclaimer
    The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
    Liability Disclaimer
    In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
    Posting
    Rick is correct, but if his response, with mine, causes any confusion. . .
    To OP's original question:
    If equal cost routes exist, OSPF uses CEF load balancing?
    The answer is technically no, for the reason Rick describes.
    But if we rephrase, such as:
    Does CEF load balance across multiple equal cost routes generated by OSPF?
    The answer would be yes.
    I suspect the latter question is what the OP really had in mind, but again, Rick is correct to distinguish that OSPF doesn't use CEF.

  • 2 locations, 2 core switch stacks, fibre in between, equal cost load balancing between?

    Hi,
    We've recently inherited a job that another company was doing, so we've had our hand slightly forced on the kit and overall topology involved, however that's all fine and we can make it work.
    This is a collapsed core topology with core and access switches, split over 3 blocks (fibre connections between), one core switch/stack is in block B and the other in block C, with access switches throughout.
    They require all access switches to be connected to the Core in B and the Core in C, and then obviously cross connects between the two cores.
    They state:
    "Core switches shall be linked with 2x 1Gbps links bonded into a standard compliant Etherchannel"
    "Uplinks between access and core switches shall be non-blocking - for example equal cost load balancing at layer 3, or layer 2 bonded multi-chassis Etherchannel"
    The specced kit for the core are 3850's, in an ideal world I'd use VSS (Virtual Switch System) to achieve the above statements beyond repute; but this is only supported on 4500/6500 and Nexus platforms.
    Do we think a cross stack etherchannel (LACP between both core switch stacks) would satisfy the above statements? Or the statements may just be badly worded...
    I look forward to your thoughts and views on this! Thanks!

    Disclaimer
    The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
    Liability Disclaimer
    In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
    Posting
    As the others have noted, the 3850s, to stack, are restricted to the length of the longest stack cables.
    As you have noted, VSS physical units would allow the "logical" unit to be far apart.
    For a "small" VSS core, the 4500-X might be an idea unit.  (Other than cost, the 4500 would be a better choice for a core device.)
    Something to watch for, or understand, when running VSS, Etherchannel doesn't load balance as it does on a single chassis or stack.  VSS will avoid using the VSL cross link unless it must.
    As many access switches, today, support basic L3 routing, you might also determine whether a L3 edge would be a suitable alternative choice.  It would allow retention of the 3850s and can offer some advantages even over VSS.  (Where VSS is very nice [as too the Nexus] supporting servers with Etherchannels.)

  • OSPF Equal Cost (multiple links) but unbalanced traffic

    Hi!
    I would like to ask about OSPF.
    We are using 4 links running OSPF point to point with equal cost to load balance MPLS L2 traffic between our two routers.
    And from what we are experiencing right now is that it didnt balance the load the way it should have.
    The first link always catches up the bulk of the traffic, while the remaining 3 links load balances, I would like to inquire on steps to mitigate the issue.
    Appreciate if I could receive some help to solve the issue
    Thank you very much  in advance!
    Best Regards,
    asakurahao

    I do have almost the same problem.
    i have 2 x 20 Mbps Point to Point ethernet links configured with equal ospf cost and both links terminated on the single router at both ends.
    interface FastEthernet0/0/0
     bandwidth 20000
     ip address x.x.x.x y.y.y.y
     load-interval 30
     duplex auto
     speed auto
     traffic-shape rate 20000000 500000 500000 1000
    interface FastEthernet0/0/1
     bandwidth 20000
     ip address x.x.x.x y.y.y.y
     load-interval 30
     duplex auto
     speed auto
     traffic-shape rate 20000000 500000 500000 1000
    FastEthernet0/0/0 is up, line protocol is up
      Internet Address 135.254.193.53/30, Area 0.0.0.1
      Process ID 3435, Router ID 135.254.0.95, Network Type BROADCAST, Cost: 5
    FastEthernet0/0/1 is up, line protocol is up
      Internet Address 135.254.193.45/30, Area 0.0.0.1
      Process ID 3435, Router ID 135.254.0.95, Network Type BROADCAST, Cost: 5
    I see majority of the traffic using the link F0/0/0 and only 30% traffic using the second link F0/0/1.
    I used per-packet load-sharing on these interfaces which caused throughput problems, so i removed that from the interface. Should i add some CEF commands or should try per-destination load sharing to see equal traffic on both links ?

  • Connect Linksys Network Optimizer OGV200 to multi-function router/modem

    I'm using a Westell Versalink 7500 multi-function router/modem for DSL Internet service.  I would like to connect the Linksys Network Optimizer OGV200 to improve my VOIP calls. Linksys instructions say insert the OGV200 optimizer between the router and the modem.  Since I'm using a multi-function router/modem unit, how would I connect the OGV200 optimizer to my unit--if at all?

    dugsbunny wrote:
    I'm using a Westell Versalink 7500 multi-function router/modem for DSL Internet service.  I would like to connect the Linksys Network Optimizer OGV200 to improve my VOIP calls. Linksys instructions say insert the OGV200 optimizer between the router and the modem.  Since I'm using a multi-function router/modem unit, how would I connect the OGV200 optimizer to my unit--if at all?
    You can try to download the user guide from Cisco's homesupport site as well.
    http://homesupport.cisco.com/en-us/support/adapters/OGV200/download

  • Indesign and multi threaded cpu support??????????

    When the indesign will finally support multi-core processors?????? It is tragic that adobe dont have any support for multi-core cpu and that this products cost thousends $$$$$!!!!!!!!!!!!!!! Only premiere and some photoshop function support multi-core cpu.

    If you are good freelancer you can get money spent on CS back in a month. So I would not call this software expensive. What concerns multi threaded cpu support I believe that programming tools as well as operating systems need to evolve. I am sure that we will get better support in this matter in close future.

  • It seems like I just missed the interval for the hard disk replacement program. I purchased in March 2009 a 24 inch Intel iMac . How much does it cost to have apple support at an Apple Store replace a hard drive?

    It seems like I just missed the interval for the hard disk replacement program. I purchased in March 2009 a 24 inch Intel iMac . How much does it cost to have apple support at an Apple Store replace a hard drive?

    My hard drive continually has the floating beach ball and will take massive time to fulfill a request. And then will not boot up...so then I have to do a restore and rebuild hard drive from a past saved time machine version. Works for a little bit...then the floating beachball comes more and more...until it will not boot up again. So then I restore from a previous time machine saved version....and again it works for a day or so ... until it happens again. Now it's happening faster and faster...so I think my hard drive is dying.

  • Checking the device ASM picked up when multi-pathed.

    Hi,
    I may have missed this in the documentation but I'd can't find out how to comfirm that ASMlib has picked up the multi-path device rather than one of the real paths where storage is multi-pathed.
    Is there a way to confirm the device found by ASMlib?
    The environment is 11g on Linux using ASMlib.
    The search string should get ASM to find the mulit-path device first but I would like to ocnfirm what has actually happened.
    Many thanks in advance.

    Hi,
    I've been scanning metalink again for inspiration on this and found the document "FAQ ASMLIB CONFIGURE,VERIFY, TROUBLESHOOT" (Doc ID: 359266.1).
    I don’t know why I didn’t find it earlier but that’s life.
    By the way that is a useful doc to read.
    This solution answers my question of “How do I know what device ASMlib has actually found and that it is using the multipath device?”.
    First find the major,minor numbers for the device ASMlib is using.
    # /etc/init.d/oracleasm querydisk -d VOL4
    Disk "VOL4" is a valid ASM disk on device [251, 97]
    Next check the major,minor numbers against the device in /dev.
    # ls -l /dev/* | grep 251 | grep 97
    brw-r----- 1 root disk 251, 97 Jun 11 19:12 /dev/sddlmag1
    Simple, I just hadn’t got it until now.
    Thanks for the suggestions posted.
    Edited by: user10515008 on 12-Jun-2009 04:08
    Removed the bolding on the examples as it confused the actual display.

  • Does CRM email router support digitally signed emails?

    Hello There,
    I have configured email router in a one of our test environment to check, i am able to trace incoming mails which has digital signed mails get tracked in CRM. 
    Does CRM email router support digitally signed emails? 
    i am not able to trace mails in to CRM,, have you ever faced this ???? kindly suggest i need this to figure this out.
    Thanks,
    Vinay Kumar.
    Vinay Kumar.

    Thanks Vinay, glad you got it working. We were having some issues and its related to the level of rollup and whether certain headers are allowed through exchange or not.
    However MS's answer is that it does not work.
    Confusing eh.
    CHeers
    Stuart
    Stuart

Maybe you are looking for

  • Can I modify the data type of a dynamic parameter?

    I am using CR2008 against an Oracle 11 db and have a report with dynamic parameters. One of the report sources is a custom view that selects all of the possible 'pay ending dates' where one of the fields from this view is used as the source for the d

  • Error when using the template installer MI post installation process

    Hi all, I am busy to configure the Netweaver Administrator in order to create setup packages for mobile devices. This is a WAS 6.40 ABAP JAVA instance with mobile infrastructure. I have installed the netweaver SR1 and upgraded abap and java to SPS18

  • Read attributes via Function Module

    Hi Experts, I need to read Directorate and Division which are  attributes of fundscenter, fundscenter is an attribute of 0Employee by using  Function  Module RSAU_READ_MASTER_DATA in a Transformation. please advise how many times I would call the FM

  • ?: Can you recommend an iMac for me?

    Hello and thank you in advance for your input... I would like to explain my situation and have you give me your recommendations for which iMac would be my best bet... 1. I will be running Photoshop CC on it and work with large TIFF files within Photo

  • Air running very slow

    The beach ball just keeps on spinning. I've run all the virus software, disk warrior, deleted big apps, changed start up apps and still runs slow.  Any ideas?