スイッチ、ルーター

基本

現在実行中のConfig表示

show run

現在保存されているConfig表示

show config

Configの保存

wr mem

Interfaceへの設定

通信障害

  • STP
    • HSRP/VRRP、両アクティブ(リンクがあがってる)
      • STPオフにする
  • VLAN trunk
    • リンクしてるが通信できない。
      • HSRP/VRRPを使わない。
      • HSRP/VRRP timerを調整

Loop障害時対策

Loop障害時、CPUを100%とられないようにscheduler設定を行う。
scheduler allocate 3000 1000
scheduler interval 500

Storm-Control shutdown設定
interface FastEthernet0/1
storm-control broadcast level 10.00 ←IFのトラフィックのパーセンテージ
storm-control multicast level 10.00 ←10なので10% 10M超えるとshutdown
storm-control action shutdown