Shutdown

From Joe

Contents

[edit] Parancs

shutdown

[edit] Mód

Router(config-if)#

[edit] Szintaxis

shutdown no shutdown

[edit] Szintaxis leírása

A parancshoz paraméter nem tartozik

[edit] Parancs leírása

Interfész letiltására alkalmas ez a parancs. Az interfész engedélyezéséhez a no formulát kell alkalmazni.

[edit] Példa

1. Példa: interfész letiltása:

Router(config-if)#shutdown

2. Példa: interfész engedélyezése:

Router(config-if)#no shutdown

3. Példa: Switch 8-as interfészének tiltása

!interfész állapota a parancs előtt
switch#show interfaces fastEthernet 0/8
...
nolink:FastEthernet0/1 is up, line protocol is up (connected)
...
switch#configure terminal
switch(config)#interface fastEthernet 0/8
switch(config-if)#shutdown
switch(config-if)#exit
switch(config)#exit
switch#show interfaces fastEthernet 0/8
...
nolink:FastEthernet0/8 is administratively down, line protocol is down (disabled)
...

[edit] Hibalahatőségek

Vigyázzunk arra, hogy azt a portot, amelyen keresztül menedzseljük az eszközt, ne tiltsuk le, mert ezzel lekapcsoljuk magunkról a menedzselt eszközt. Az újrakapcsolódás távolról nem lehetséges.

[edit] Lásd még

interface

Personal tools