cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1748
Views
0
Helpful
5
Replies

load balancing in eigrp

vishalpatil86
Level 1
Level 1

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?

1 Accepted Solution

Accepted Solutions

TarasKotov
Level 1
Level 1

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).

View solution in original post

5 Replies 5

Jon Marshall
Hall of Fame
Hall of Fame

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

cadet alain
VIP Alumni
VIP Alumni

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:

Table 3-1. IOS switching determination is based on  configuration of inbound and outbound interfaces.

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.

Don't forget to rate helpful posts.

TarasKotov
Level 1
Level 1

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).

thanks taras, this explanation made ,my doubt clear. Thanks to others also.

Joseph W. Doherty
Hall of Fame
Hall of Fame

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.