Enterasys commands to Extreme equivalent commands
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-09-2016 08:45 AM
Hello,
So we are now starting to put in more and more Extreme switches into clients buildings. But I have use Enterasys before that. My self I am still not getting use to all the different commands and hopping there is a equivalent command to some of my needs to troubleshoot for clients.
Looking for these same commands below from Enterasys, but to have the equivalent command for Extreme Switches.
The Sow commands:
show port alias
show ports status
show vlan portinfo
show mac port ge.x.x
show port inlinepower
Some of the set commands:
set port alias
set vlan egress XXX ge.x.x tagged
set port inlinepower ge.x.x admin off [auto]
Some commands to clear:
clear port vlan ge.x.x
clear vlan egress XXX ge.x.x
I appreciate the help.
Regards,
Ian
So we are now starting to put in more and more Extreme switches into clients buildings. But I have use Enterasys before that. My self I am still not getting use to all the different commands and hopping there is a equivalent command to some of my needs to troubleshoot for clients.
Looking for these same commands below from Enterasys, but to have the equivalent command for Extreme Switches.
The Sow commands:
show port alias
show ports status
show vlan portinfo
show mac port ge.x.x
show port inlinepower
Some of the set commands:
set port alias
set vlan egress XXX ge.x.x tagged
set port inlinepower ge.x.x admin off [auto]
Some commands to clear:
clear port vlan ge.x.x
clear vlan egress XXX ge.x.x
I appreciate the help.
Regards,
Ian
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎07-01-2016 12:18 PM
Hi Ian,
I have added the commands you asked for, but that were missing from E2X, to the interactive mode of E2X in version 1.0.2. The interactive mode (e2x.py --interactive) is kind of an interactive dictionary between EOS and EXOS.
Best regards,
Erik
I have added the commands you asked for, but that were missing from E2X, to the interactive mode of E2X in version 1.0.2. The interactive mode (e2x.py --interactive) is kind of an interactive dictionary between EOS and EXOS.
Best regards,
Erik
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-09-2016 09:27 AM
Hi Ian,
equivalent commands are as follows:
For "show vlan portinfo" see as https://github.com/extremenetworks/ExtremeScripting/tree/master/EXOS/Python/show_port_vid well. Related HUB thread: https://community.extremenetworks.com/extreme/topics/xos_show_vlan_portinfo
You can use E2X for help in transitioning from EOS to EXOS. See the GTAC Knowledge article "How to Convert EOS Configurations to EXOS using e2x.py."
HTH
Erik
equivalent commands are as follows:
- show ports description
show ports no-refresh show ports information detail | include "(^Port|(Internal|802.1Q) Tag)" show fdb port NUMBER show inline-power info ports PORTLIST
configure ports NUMBER description-string configure vlan NAME/TAG add ports PORTLIST tagged disable inline-power ports PORTLIST configure vlan NAME/TAG delete ports PORTLIST
- [same as above]
For "show vlan portinfo" see as https://github.com/extremenetworks/ExtremeScripting/tree/master/EXOS/Python/show_port_vid well. Related HUB thread: https://community.extremenetworks.com/extreme/topics/xos_show_vlan_portinfo
You can use E2X for help in transitioning from EOS to EXOS. See the GTAC Knowledge article "How to Convert EOS Configurations to EXOS using e2x.py."
HTH
Erik
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-09-2016 09:27 AM
Thank you Nick and Erik,
This will help me out a lot, as I am still trying to get used to using extreme switches.
Very useful information.
Ian
This will help me out a lot, as I am still trying to get used to using extreme switches.
Very useful information.
Ian
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-09-2016 09:27 AM
Thanks for answering this one, Erik. Happy to see the extra references to Github and GTAC Knowledge.
