Differences between revisions 2 and 3
Revision 2 as of 2012-06-02 08:51:13
Size: 623
Editor: PieterSmit
Comment:
Revision 3 as of 2015-03-02 13:18:51
Size: 794
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
 * aka ~-LACP, 802.3ad, 802.1ax, Cisco Etherchannel, NIC teaming-~
 * Prefer: LACP, sending LACPDU frames to ensure correct bonding.
Line 16: Line 18:

 * Linux: Lacp / Mode 4 channel

port-channel

  • aka LACP, 802.3ad, 802.1ax, Cisco Etherchannel, NIC teaming

  • Prefer: LACP, sending LACPDU frames to ensure correct bonding.

LACP

  • Link agregation and controll protocol.
  • Combines multiple Ethernet links into single link, and spanningtree port.
  • LACP uses the Slow Protocol Multicast address of 01-80-C2-00-00-02 to transmit LACP protocol data units (PDUs).
        interface port-channel channel-number
        channel-group channel-group-number mode {active | passive}
  • Since the Cisco Nexus 4000 currently does not natively run vPC, the server-facing ports cannot be vPC.
  • Linux: Lacp / Mode 4 channel

...


CategoryCisco

cisco/PortChannel (last edited 2015-03-02 13:19:16 by PieterSmit)