Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is there a simple way to move a port?

Status
Not open for further replies.

BobMCT

IS-IT--Management
Sep 11, 2000
756
US
Being very new to the world of Extreme and not yet fully understanding its commands, we use mainly their web gui for config management.

We have a set of stacked switches and we need to redistribute about 50 ports across the stack. We use tagging and other config items and its tedious redefining each of these on a new port.

Is there a simple "move" or copy command in the CLI that will allow is to accomplish this (i.e.: move 01-25 05-12)?
Thanks for any suggestions.
 
You can do the following:

config <vlan name> del ports <1:1-1:24, or whatever>

config <vlan name> add ports <the ports you deleted above>

they will inherit the tags, etc. of the vlan.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top