cancel
Showing results for 
Search instead for 
Did you mean: 

disable/shutdown a port or range of ports

disable/shutdown a port or range of ports

kalane
New Contributor
Hi,
I need to shutdown/disable a range of port of my switch Xtreme for security reasons, so nobody can use it.
I tryied using disable ports

Exemple: disable port 1

But disable command is unrecognized.

Which command(s) i need to do it ?

Thank you.
1 ACCEPTED SOLUTION

davidj_cogliane
Contributor
I am not familiar with those, we mostly work with XOS switches but looking at the command reference guide these appear to use a Cisco like CLI
If I were to guess...
config terminal
interface 1
shut


https://documentation.extremenetworks.com/200_commands/downloads/GUID-D60A18E3-9453-4EF5-A1D6-F96235...

View solution in original post

4 REPLIES 4

Christoph_S
Extreme Employee
Have you tried:

>en
#configure
#interface ?
Enter interface(s) in unit/slot/port format, use
comma for a list and hyphen for ranges.
#interface 1/0/1-1/0/6 (for example)
#shutdown
#end
#write memory

Thank you,

Chris
Christoph S.

davidj_cogliane
Contributor
I am not familiar with those, we mostly work with XOS switches but looking at the command reference guide these appear to use a Cisco like CLI
If I were to guess...
config terminal
interface 1
shut


https://documentation.extremenetworks.com/200_commands/downloads/GUID-D60A18E3-9453-4EF5-A1D6-F96235...

kalane
New Contributor

I am running 220-24p-10GE2.
And it is a single switch not in a stack mode.

davidj_cogliane
Contributor
What switch/software are you running?
Are you working with a stack or a single switch not in stack mode?

I would expect disable port 1:1 to be valid
GTM-P2G8KFN