08-29-2011 02:58 AM - edited 03-07-2019 01:56 AM
hi,
in load balancing section, there was following statement -
when packet is process switched, load balancing over equal cost paths occurs on a per-packet basis. when packets are fast switched, load balancing over equal cost path occurs on a per destination basis.
what is process switched and fast switched?
Solved! Go to Solution.
08-29-2011 03:33 AM
Process Switched - when each packet is individually processed by CPU.
Fast Switched - when first packet of a flow processed by CPU and an entry about flow added to a cache, after all packets of that flow a processed more quickly (in terms of CPU cycles).
08-29-2011 03:07 AM
Vishal
See this link which explains process/fast and CEF switching -
http://www.cisco.com/en/US/tech/tk827/tk831/technologies_white_paper09186a00800a62d9.shtml
Jon
08-29-2011 03:13 AM
Hi,
The packets when forwarded can follow 3 different switching methods: CEF, Process switching or fast switching.
Taken from routing tcp/ip vol 1 second edition:
Inbound Configuration | Outbound Configuration | Switching Method Used |
---|---|---|
CEF | Process | CEF |
CEF | Fast | CEF |
Process | CEF | Fast (or process if IPv6) |
Process | Fast | Fast |
Fast | CEF | Fast (or process if IPv6) |
Fast | Process | Process |
You can verify the interface switching method with the sh ip interface output.
Regards.
Alain.
08-29-2011 03:33 AM
Process Switched - when each packet is individually processed by CPU.
Fast Switched - when first packet of a flow processed by CPU and an entry about flow added to a cache, after all packets of that flow a processed more quickly (in terms of CPU cycles).
08-29-2011 11:05 PM
thanks taras, this explanation made ,my doubt clear. Thanks to others also.
08-29-2011 07:51 AM
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
Just to add to the information the other posters have already provided.
"Fast" switching, can be much, much faster than "process switching". I.e. you want to very much avoid the latter.
Per-packet load balancing will generally provide much better multi-link utilization, especially short term, but can impact application traffic, as some might be especially sensitive to packet reordering.
EIGRP can also support unequal cost load balancing; using this capability might also increase the load on the device.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide