Port Channel Load Balance Switch Settings

Posted by fanie on Sunday, January 6, 2013

Port channel load balance methods can be divided in many types :

  1. dst ip (layer 3)
    • many sources -> same destination ip (go through same port)
  2. dst mac (layer 2)
    • many sources -> same destination mac (go through same port)
  3. dst port (layer 4)
    • many sources -> same destination port (go through same port)
  4. src-dst ip
    • A src - C dest (port 1) , B src - C dest (port 2) , D src - F dst (port 3)
  5. src-dst mac
    • A src - C dest (port 1) , B src - C dest (port 2) , D src - F dst (port 3)
  6. src-dst port
    • A src - C tcp 25 (port 1) , B src - C tcp 80 (port 2) , D src - F ftp (port 3)




{ 0 comments... read them below or add one }

Post a Comment