shutdown
- モード
- インターフェースモード
- カテゴリー
- インターフェース / 一般設定
構文
(config-if)# [no] shutdown
コマンド説明
対象インターフェースを無効化する。no形式で実行した場合は該当インターフェースを有効化する。
物理インターフェースの場合、無効化されたインターフェースは物理的にもリンクダウンする。
使用例
eth1を無効にする。awplus(config)# interface eth1 awplus(config-if)# shutdown
eth1を再度有効化する。
awplus(config)# interface eth1 awplus(config-if)# no shutdown