0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

ESXi and Cisco Switch LACP Configuration Memo

Posted at

ESXi and Cisco Switch LACP Configuration Memo

Objectives

  • Set same configuration at next timing...

Refs

Cisco Switch Configuration Memo

Check Mode Actice

interface Port-channel2
 switchport trunk encapsulation dot1q
 switchport mode trunk

interface GigabitEthernet0/2
 switchport trunk encapsulation dot1q
 switchport mode trunk
 channel-group 2 mode active

interface GigabitEthernet0/3
 switchport trunk encapsulation dot1q
 switchport mode trunk
 channel-group 2 mode active

Check src-dst-ip

c3560-2#config t
c3560-2(config)#port-channel load-balance src-dst-ip
 c3560-2#show etherchannel load-balance
EtherChannel Load-Balancing Configuration:
        src-dst-ip

EtherChannel Load-Balancing Addresses Used Per-Protocol:
Non-IP: Source XOR Destination MAC address
  IPv4: Source XOR Destination IP address
  IPv6: Source XOR Destination IP address
c3560-2#show etherchannel summary
Flags:  D - down        P - bundled in port-channel
        I - stand-alone s - suspended
        H - Hot-standby (LACP only)
        R - Layer3      S - Layer2
        U - in use      f - failed to allocate aggregator

        M - not in use, minimum links not met
        u - unsuitable for bundling
        w - waiting to be aggregated
        d - default port


Number of channel-groups in use: 2
Number of aggregators:           2

Group  Port-channel  Protocol    Ports
------+-------------+-----------+-----------------------------------------------
1      Po1(SU)         PAgP      Gi0/9(P)    Gi0/10(P)
2      Po2(SU)         LACP      Gi0/2(P)    Gi0/3(P)

VCSA Configuration Memo

ロードバランシングモード -> ソースとターゲットIPアドレス

image.png

image.png

image.png

ロードバランシング -> IPハッシュに基づいたルート
アクティブアップリンク -> LAG

image.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?