Not being a Network savvy admin, I often forget the simplest steps on switches and routers.
As of the posting date, the command is the same for both switch series.
To disable a port, use the following sequence:
<SwitchName> system-view
[SwitchName] interface gigabitethernet 1/0/10
[SwitchName-GigabitEthernet1/0/10] shutdown
To enable a port:
<SwitchName> system-view
[SwitchName] interface gigabitethernet 1/0/10
[SwitchName-GigabitEthernet1/0/10] undo shutdown
My collection of Linux/Unix administration knowledge, and probably a few ranting philosophical/religious posts about *nix. Some of it will be applicable to the Linux community as a whole. The other posts might be simple mundane things I cannot seem to memorize, and/or applies to the specialized aspects of my job. If you try anything in this blog, you do so at your own (or your company's) risk to life, limb, and paycheck.
Subscribe to:
Post Comments (Atom)
This comment has been removed by the author.
ReplyDeleteThanks
ReplyDelete