show epsr config-check
- モード
- 非特権EXECモード
- カテゴリー
- L2スイッチング / イーサネットリングプロテクション(EPSR)
構文
> show epsr [NAME] config-check
コマンド説明
EPSRの設定内容を確認し、結果を表示する。パラメーター
NAME- EPSRドメイン名。省略時はすべてのEPSRドメインが対象となる
使用例
設定内容に問題がない場合。awplus> show epsr config-check
EPSR Instance Status Description
--------------------------------------------------------------------------------
Test OK
Test2 OK
Don't forget to check that this node's configuration is consistent with all
other nodes in the ring.
設定内容に問題がある場合。
awplus> show epsr config-check
EPSR Instance Status Description
--------------------------------------------------------------------------------
Test OK
Test2 Error The control VLAN has only one port.
Don't forget to check that this node's configuration is consistent with all
other nodes in the ring.
| EPSR Instance | EPSRドメイン名 |
| Status | 設定内容の確認結果。OK、Error、Warningのいずれか |
| Description | 確認結果の具体的内容 |
確認結果が Error、Warning の場合の具体的内容には次の種類がある。
[Error]
- The control VLAN has no ports.
===> 該当EPSRドメインにコントロールVLANが設定されていない。
- Has no data VLANs configured.
===> 該当EPSRドメインにデータVLANが設定されていない。
- The control VLAN has only one port.
===> 該当EPSRドメインに所属するコントロールVLANが、1ポートにしか設定されていない。
[Warning]
- First port is not in data VLAN xxxx. Second port is not in data VLAN xxxx.
===> トランジットノードにおいて該当EPSRドメインのデータVLANに設定した VLAN ID(VID)がポートに設定されていない。
- Is not enabled - so rule checking may not yet have been applied.
===> 該当EPSRドメインが有効になっていない。
- The control VLAN has more than two ports.
===> 該当EPSRドメインのコントロールVLANに設定したVLAN ID(VID)が3ポート以上に設定されている。2ポートまでであればメッセージは表示されない。
- Primary port is not in data VLAN xxxx. Secondary port is not in data VLAN xxxx.
===> マスターノードにおいてプライマリポート、またはセカンダリーポートにデータVLAN用に設定したVLAN ID(VID)が設定されていない。
- Failover time is 2s but should be 5s because device is stacked.
===> 該当EPSRドメインがVCS構成の時、EPSRフェイルオーバー時間(※)が5秒に設定されていない。
※ EPSRのHealthcheckメッセージのタイムアウト時間(epsrコマンドのfailovertimeパラメーター)。