Catalyst shutdownコマンドの使い方

環境
Catalyst

構文
shutdown
shutdownコマンドを使うと、物理インターフェースやVLANインターフェースなどを
ダウンさせることができます。

使用例
1.gi0/1をダウンさせます

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
Cisco(config)# interface gigabitethernet0/1
Cisco(config-if)# shutdown
Cisco(config)# interface gigabitethernet0/1 Cisco(config-if)# shutdown
Cisco(config)# interface gigabitethernet0/1
Cisco(config-if)# shutdown

2.VLAN10をダウンさせます

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
Cisco(config)# interface vlan 10
Cisco(config-if)# shutdown
Cisco(config)# interface vlan 10 Cisco(config-if)# shutdown
Cisco(config)# interface vlan 10
Cisco(config-if)# shutdown

3.VLAN10設定を無効にします

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
Cisco(config-if)# no shutdown
Cisco(config-if)#
Cisco(config-if)# no shutdown Cisco(config-if)#
Cisco(config-if)# no shutdown
Cisco(config-if)#

 

Cisco

Posted by arkgame