Posts
Users
Search
jasonL2
updated
15 years ago
Solved!
11 Posts
0
56208
January 23rd, 2012 07:00
Hi,
I have created a LAG using 4 port 1/g11 - 2/g11 - 3/g11 - 4/g11 by using this command:
interface range ethernet 1/g11, 2/g11, 3/g11, 4/g11
channel-group 9 mode on
exit
How do I remove this LAG? I tried channel-group 9 mode off.
thanks
Jason
Responses (3)
Solutions (0)
DELL-Kenny K
685 Posts
5695
1
Posted January 23rd, 2012 10:00
channel-group port-channel-number mode {on | auto}
no channel-group
○ port-channel_number—Specifies the number of the valid port-channel for the current port to join.
○ on—Forces the port to join a channel.
○ auto—Allows the port to join a channel as a result of an LACP operation.
sipi.usc.edu/.../portchan.htm
You will want to go to the port range. Then say no channel-group
It will then remove those ports from the lag. Let us know how it goes.
They are 6248 switches.
Thanks
jasonL2,
The commands can vary depending on the switches that you are using. What switches are you using in that configuration? I can then get that information for you.
Self Repair, Upgrade & Maintain
Diagnostics and Tools
Drivers & Downloads
Solve
Optiplex Desktops
3
Inspiron
5
Customer Care
10
Inspiron Desktops
31
4
Dell Laptop Computers
53
6
View More
DELL-Kenny K
685 Posts
5695
1
Posted January 23rd, 2012 10:00
channel-group port-channel-number mode {on | auto}
no channel-group
○ port-channel_number—Specifies the number of the valid port-channel for the current port to join.
○ on—Forces the port to join a channel.
○ auto—Allows the port to join a channel as a result of an LACP operation.
sipi.usc.edu/.../portchan.htm
You will want to go to the port range. Then say no channel-group
It will then remove those ports from the lag. Let us know how it goes.