使用 Port Channel (EtherChannel) 連接 ESXi 與 Catalyst 3560G

可參考:

前陣子曾遇過在 Port channel 上頭跑 trunk 結果鬼打牆的狀況,多台電腦雖然在同一 Vlan,部分電腦卻會隨機發生無法連上 ESXi Guest 的狀況,找廠商來看也摸不著頭緒… 之後砍掉重練解決。

註記一下這邊跑 trunk 的設定方式。

  • C3560G 的設定:
    !
    port-channel load-balance src-dst-ip
    !
    interface Port-channel1
    switchport trunk encapsulation dot1q
    switchport trunk allowed vlan all
    switchport mode trunk
    !
    interface GigabitEthernet0/1
    switchport trunk encapsulation dot1q
    switchport trunk allowed vlan all
    switchport mode trunk
    channel-group 1 mode on
    !
    interface GigabitEthernet0/2
    switchport trunk encapsulation dot1q
    switchport trunk allowed vlan all
    switchport mode trunk
    channel-group 1 mode on
    !
  • ESXi 的設定:vSwitchManagement Network 的 Load-Balancing 設定為「Route based on ip hash」。
分類: 未分類,標籤: , 。這篇內容的永久連結

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *