Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎09-23-2019 04:32 PM
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.
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.
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎09-24-2019 02:48 PM
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...
If I were to guess...
config terminal
interface 1
shut
https://documentation.extremenetworks.com/200_commands/downloads/GUID-D60A18E3-9453-4EF5-A1D6-F96235...
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎09-24-2019 04:00 PM
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
>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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎09-24-2019 02:48 PM
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...
If I were to guess...
config terminal
interface 1
shut
https://documentation.extremenetworks.com/200_commands/downloads/GUID-D60A18E3-9453-4EF5-A1D6-F96235...
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎09-24-2019 02:41 PM
I am running 220-24p-10GE2.
And it is a single switch not in a stack mode.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎09-23-2019 04:39 PM
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
Are you working with a stack or a single switch not in stack mode?
I would expect disable port 1:1 to be valid
