第3編
インターフェース

PDモニタリングの構成例と設定例

PDモニタリングを利用する場合の構成例と設定例を示します。

ICMPモードのPDモニタリングを使用する場合

ApresiaNP2000-48T4X-PoEにおいて、ICMPモードのPDモニタリングを使用する場合の構成例と設定例を示します。

ICMPモードのPDモニタリングを使用する場合の構成例

  • VLAN 10を作成します。
    sw1# configure terminal
    sw1(config)# vlan 10
    sw1(config-vlan)# exit
    sw1(config)#
  • ポート1/0/1をアクセスポートとして設定し、アクセスポートに[VLAN 10]を割り当てます。
    sw1(config)# interface port 1/0/1
    sw1(config-if-port)# switchport access vlan 10
    sw1(config-if-port)# exit
    sw1(config)#
  • VLAN 10のIPアドレスを[192.0.2.100/24]に設定します。
    sw1(config)# interface vlan 10
    sw1(config-if-vlan)# ip address 192.0.2.100/24
    sw1(config-if-vlan)# exit
    sw1(config)#
  • PDモニタリングを有効にします。
    sw1(config)# pd-monitoring global state enable
    sw1(config)#
  • PDモニタリングのモニタリング開始の待ち時間を[2分]に、リスタートの上限回数を[2回]に、ICMP送信間隔を[30秒]に、ICMPタイムアウトを[2000(msec)]に、ICMP送信回数を[4回]に設定します。
    sw1(config)# pd-monitoring period-to-start 2
    sw1(config)# pd-monitoring restart-poe retry 2 
    sw1(config)# pd-monitoring icmp interval 30 timeout 2000 count 4
    sw1(config)#
  • ポート1/0/1で、ICMPによる監視対象のIPアドレスを[192.0.2.200]に、アクションを[restart-poe]に、リスタート上限状態の自動復旧時間を[30分]に設定して、ICMPモードによるPDモニタリングを有効にします。
    sw1(config)# interface port 1/0/1
    sw1(config-if-port)# pd-monitoring icmp pd-ip 192.0.2.200 action restart-poe
    sw1(config-if-port)# pd-monitoring auto-recovery time 30
    sw1(config-if-port)# pd-monitoring icmp state enable
    sw1(config-if-port)# end
    sw1#

ACLモードのPDモニタリングを使用する場合

ApresiaNP2000-48T4X-PoEにおいて、ACLモードのPDモニタリングを使用する場合の構成例と設定例を示します。

ACLモードのPDモニタリングを使用する場合の構成例

  • VLAN 10を作成します。
    sw1# configure terminal
    sw1(config)# vlan 10
    sw1(config-vlan)# exit
    sw1(config)#
  • ポート1/0/1をアクセスポートとして設定し、アクセスポートに[VLAN 10]を割り当てます。
    sw1(config)# interface port 1/0/1
    sw1(config-if-port)# switchport access vlan 10
    sw1(config-if-port)# exit
    sw1(config)#
  • PDモニタリングを有効にします。
    sw1(config)# pd-monitoring global state enable
    sw1(config)#
  • PDモニタリングのACLモードの監視間隔を[30秒]に、受信レートのしきい値を[5(pps)]に設定します。
    sw1(config)# pd-monitoring acl-mode interval 30 threshold pps 5
    sw1(config)#
  • IPアクセスリスト[pdm01]を作成し、「エントリー10(許可):送信元IPアドレス[192.0.2.200]」を設定します。
    sw1(config)# ip access-list pdm01
    sw1(config-ip-acl)# 10 permit host 192.0.2.200
    sw1(config-ip-acl)# exit
    sw1(config)#
  • ポート1/0/1で、ACLモードで監視するアクセスリストを[pdm01]に、アクションを[restart-poe]に設定して、ACLモードによるPDモニタリングを有効にします。
    sw1(config)# interface port 1/0/1
    sw1(config-if-port)# pd-monitoring acl-mode access-list pdm01 action restart-poe
    sw1(config-if-port)# pd-monitoring acl-mode state enable
    sw1(config-if-port)# end
    sw1#

ページトップへ