2015年02月10日
Tweet
スタックを組んだ状態で、HSRPのルーターと接続しています。
このときに STP が有効になっていると、ブロッキング状態が長く続き、HSRPの切り替わりとの連携がちょっとイレギュラーになってしまうようです。
特に正常状態に戻るときにリンクダウンが発生するようです。
ということで、ルーターとの接続については、 portfast の設定をしました。
#spanning-tree portfast
%Warning: portfast should only be enabled on ports connected to a single
host. Connecting hubs, concentrators, switches, bridges, etc... to this
interface when portfast is enabled, can cause temporary bridging loops.
Use with CAUTION
%Portfast has been configured on GigabitEthernet1/0/XX but will only
have effect when the interface is in a non-trunking mode.
PCを接続するポート以外に、この設定を入れるとループする場合があるから注意しなよ!そのように警告が出ていました。

このときに STP が有効になっていると、ブロッキング状態が長く続き、HSRPの切り替わりとの連携がちょっとイレギュラーになってしまうようです。
特に正常状態に戻るときにリンクダウンが発生するようです。
ということで、ルーターとの接続については、 portfast の設定をしました。
#spanning-tree portfast
%Warning: portfast should only be enabled on ports connected to a single
host. Connecting hubs, concentrators, switches, bridges, etc... to this
interface when portfast is enabled, can cause temporary bridging loops.
Use with CAUTION
%Portfast has been configured on GigabitEthernet1/0/XX but will only
have effect when the interface is in a non-trunking mode.
PCを接続するポート以外に、この設定を入れるとループする場合があるから注意しなよ!そのように警告が出ていました。