How to disable a port in sharing
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
10-06-2016 12:44 PM
Hi All
How can I remove a particular port once it is configured as sharing?
Suppose the following is the command saved in switch.
“enable sharing 1:24 grouping 1:24,3:24,6:24 algorithm address-based L2 lacp”
Now I need to remove 6:24 from the following command. Is it possible if so I kindly request somebody to suggest me the command for the same.
How can I remove a particular port once it is configured as sharing?
Suppose the following is the command saved in switch.
“enable sharing 1:24 grouping 1:24,3:24,6:24 algorithm address-based L2 lacp”
Now I need to remove 6:24 from the following command. Is it possible if so I kindly request somebody to suggest me the command for the same.
8 REPLIES 8
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
10-06-2016 12:49 PM
Hi Abdul,
The command would be
configure sharing 1:24 delete port 6:24 Thanks
Brad
The command would be
configure sharing 1:24 delete port 6:24 Thanks
Brad
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
10-06-2016 12:47 PM
Hi Abdul, please use the command below:
configure sharing 1:24 delete ports 6:24
configure sharing 1:24 delete ports 6:24
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
10-06-2016 12:47 PM
Dear Henrique
Thank you very much for your quick support. It was realy helpul.
Thanks & Regards
Abdul Raheem
Thank you very much for your quick support. It was realy helpul.
Thanks & Regards
Abdul Raheem
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
10-06-2016 12:47 PM
If you want to add a port to an existing LAG you can use the command below:
configure sharing add ports
You can find these information in the articles below :
https://gtacknowledge.extremenetworks.com/articles/Q_A/Can-I-add-ports-to-an-existing-share-group-wi...
https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-create-or-delete-a-share-group-in-E...
configure sharing
You can find these information in the articles below :
https://gtacknowledge.extremenetworks.com/articles/Q_A/Can-I-add-ports-to-an-existing-share-group-wi...
https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-create-or-delete-a-share-group-in-E...
