CiscoのL3スイッチ設定メモ

目次

Cisco Catalyst 3560CGを買ったので、設定でつまづいたところなどをメモしていく。

リンクアップが遅い問題

普段使いのPCをつないだところ、通信ができるようになるまで時間がかかりすぎて、ほぼ確実にSteamの自動ログインに失敗した。
調べてみたところ、STPの関係で時間がかかるらしい。
参考: https://www.infraexpert.com/study/stpz7.html

Accessポートの場合は、 (config-if)# spanning-tree portfast
Trunkポートの場合は、 (config-if)# spanning-tree portfast trunk とする。

(config)#interface GigabitEthernet0/3
(config-if)#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 GigabitEthernet0/3 but will only
 have effect when the interface is in a non-trunking mode.
(config-if)#
(config-if)#spanning-tree portfast trunk
%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