Cisco EtherChannel

From HackerNet
Revision as of 19:50, 5 March 2016 by Helikopter (talk | contribs)
Jump to: navigation, search

EtherChannel bundlar individuella Ethernet-länkar till en logisk länk.

Se även vPC

IOS

L2

interface range gi0/1 - 2
 channel-protocol [lacp/pagp]
 channel-group 1 mode [mode]
interface port-channel 1
 switchport mode trunk
show etherchannel brief

L3

interface range gi0/1 - 2
 no switchport
 channel-protocol [lacp/pagp]
 channel-group 1 mode [mode]
interface port-channel 1
 no switchport
 ip address [ip address] [subnet mask]
show etherchannel brief

LACP

  • ID Parameters
  • LACP-Enabled and Static Port Channels Differences
  • LACP Compatibility Enhancements
  • LACP Port-Channel MinLinks and MaxBundle

PAgP

Cisco proprietary

Load-balancing

Global inställning

port-channel load-balance [method]

Misconfiguration Guard

Duplex och speed måste överensstämma på alla portar. Error-disable alla portar som är felkonfade. Global inställning.

spanning-tree etherchannel guard misconfig

Flex Links

Tekniskt sett inte etherchannel men kan användas istället för det i vissa situationer. Det som händer när primären går ner är att alla dynamiska MAC entries flyttas till backupinterfacet och det hamnar i forwarding state. Inga BPDUer inblandade. Bör användas tillsammans med UDLD.

int po2
 switchport backup int gi0/5
 switchport backup int gi0/5 preemption mode forced
 switchport backup int gi0/5 preemption delay 10
show int po2 switchport backup