Config Example LAG between C3 stack and summit X450-g2 MLAG
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-06-2016 04:55 AM
Hello All
Does anyone have a good and stable config example for me to set up a lag of 4Gb (4x1Gb) between a C3 stack of 4 units and a MLag setup of 2 Summit X450-G2 switches?
The Mlag peering config of the X450-G2 is al ready running and stable, but I'm struggling with setting up a stable LAG with the C3 stack.
tkx Rien
Does anyone have a good and stable config example for me to set up a lag of 4Gb (4x1Gb) between a C3 stack of 4 units and a MLag setup of 2 Summit X450-G2 switches?
The Mlag peering config of the X450-G2 is al ready running and stable, but I'm struggling with setting up a stable LAG with the C3 stack.
tkx Rien
14 REPLIES 14
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-13-2016 05:33 AM
As long as spanning tree is not enabled on the X450-G2s, STP config on the C3 should not be a problem.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-12-2016 09:22 AM
Hello Guys
Thank you all for your respons, your all where very helpfull
I will use the examples and will test the config next week.
tkx Rien
Thank you all for your respons, your all where very helpfull
I will use the examples and will test the config next week.
tkx Rien
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-12-2016 06:23 AM
Hi,
the VLAN config for the C3 is missing the LAG port lag.0.2. It should look as follows:
set vlan egress 1 ge.1.48; ge.2.48;ge.3.26;ge.4.48;lag.0.2 untaggedset vlan egress 10 ge.1.48; ge.2.48;ge.3.26;ge.4.48;lag.0.2 taggedset vlan egress 20 ge.1.48; ge.2.48;ge.3.26;ge.4.48;lag.0.2 taggedset vlan egress 30 ge.1.48; ge.2.48;ge.3.26;ge.4.48;lag.0.2 taggedset vlan egress 666 ge.1.48; ge.2.48;ge.3.26;ge.4.48;lag.0.2 tagged
You should verify the link aggregation function using "show sharing" on X450-G2 and "show port status lag.0.*" commands on the C3. On the C3, the physical ports have to show up as "dormant" in the "show port status" output.
You should verify the VLAN configuration for the LAG on the C3 using "show port egress lag.0.2".
HTH,
Erik Auerswald
the VLAN config for the C3 is missing the LAG port lag.0.2. It should look as follows:
set vlan egress 1 ge.1.48; ge.2.48;ge.3.26;ge.4.48;lag.0.2 untaggedset vlan egress 10 ge.1.48; ge.2.48;ge.3.26;ge.4.48;lag.0.2 taggedset vlan egress 20 ge.1.48; ge.2.48;ge.3.26;ge.4.48;lag.0.2 taggedset vlan egress 30 ge.1.48; ge.2.48;ge.3.26;ge.4.48;lag.0.2 taggedset vlan egress 666 ge.1.48; ge.2.48;ge.3.26;ge.4.48;lag.0.2 tagged
You should verify the link aggregation function using "show sharing" on X450-G2 and "show port status lag.0.*" commands on the C3. On the C3, the physical ports have to show up as "dormant" in the "show port status" output.
You should verify the VLAN configuration for the LAG on the C3 using "show port egress lag.0.2".
HTH,
Erik Auerswald
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-06-2016 01:33 PM
Here is an example of a static lag on a C3
Note:
You can do this with one command and the command configures 6 commands
(su)->set lacp static lag.0.6 key 12345 ge.1.47-48
Issuing :
set lacp static lag.0.6
set lacp aadminkey lag.0.6 12345
set port lacp port ge.1.47 aadminkey 12345
set port lacp port ge.1.47 disable
set port lacp port ge.1.48 aadminkey 12345
set port lacp port ge.1.48 disable
Jason Parker
Note:
You can do this with one command and the command configures 6 commands
(su)->set lacp static lag.0.6 key 12345 ge.1.47-48
Issuing :
set lacp static lag.0.6
set lacp aadminkey lag.0.6 12345
set port lacp port ge.1.47 aadminkey 12345
set port lacp port ge.1.47 disable
set port lacp port ge.1.48 aadminkey 12345
set port lacp port ge.1.48 disable
Jason Parker
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-06-2016 12:53 PM
we are pinging the Ip address of the default vlan:
X450-g2-01 : 192.168.0.248/23
X450-g2-02: 192.168.0.249/23
I'm not on site of the customer, but I just did ask the customer to send me the config files
with part of the config do you need?
X450-g2-01 : 192.168.0.248/23
X450-g2-02: 192.168.0.249/23
I'm not on site of the customer, but I just did ask the customer to send me the config files
with part of the config do you need?
