---
# System prepended metadata

title: Week12 Etherchannel & FHRP

---

Week12 Etherchannel & FHRP
===

## EtherChannel
* protocol、group、priority、mode
    ![](https://i.imgur.com/iLirpnF.png)

## HSRP
* version、priority、preempt
    ![](https://i.imgur.com/FL7FahG.png)
* 驗證
    * `show standby`
    * `show standby brief`

## VRRP
* priority、preempt
    ![](https://i.imgur.com/4gMEKKy.png)


:::success
Q: STP 會 block 的 link 是不是都可以用 Etherchannel，這樣感覺比較經濟實惠(?

A: stp的目的是防止loop，etherchannel 並不是這個功能，etherchannel 的 port 也是可能會被 STP disable ，若要做到預防loop並有效使用所有頻寬，可能要用 Ethernet Fabric 之類的架構
:::