Hi
I'm trying to setup MC-LAG port between two core QFX10008 switches to an access EX4550 switch.
ICCP is up, other mc-lags to other access switches are up (QFX5100),
i'm attaching configuration in a hope that someone will take a look and find what am I missing here
Thanks in advanced you all!
SW1
x@sw1.xxx.RE0> show configuration interfaces ae45
description "MC-LAG TRUNK to SW45.XXX";
aggregated-ether-options {
minimum-links 1;
link-speed 10g;
lacp {
active;
periodic fast;
system-id 00:00:00:10:04:05;
admin-key 5;
}
mc-ae {
mc-ae-id 5;
redundancy-group 1;
chassis-id 0;
mode active-active;
status-control active;
init-delay-time 240;
events {
iccp-peer-down {
prefer-status-control-active;
}
}
}
}
unit 0 {
bandwidth 20g;
family ethernet-switching {
interface-mode trunk;
vlan {
members v405;
}
}
}
SW2
x@sw2.xxx.RE0> show configuration interfaces ae45
description "MC-LAG TRUNK to SW45.XXX";
aggregated-ether-options {
minimum-links 1;
link-speed 10g;
lacp {
active;
periodic fast;
system-id 00:00:00:10:04:05;
admin-key 5;
}
mc-ae {
mc-ae-id 5;
redundancy-group 1;
chassis-id 1;
mode active-active;
status-control standby;
init-delay-time 240;
events {
iccp-peer-down {
prefer-status-control-active;
}
}
}
}
unit 0 {
bandwidth 20g;
family ethernet-switching {
interface-mode trunk;
vlan {
members v405;
}
}
}
SW45
x@sw45.xxx> show configuration interfaces ae0
description "MC-LAG TRUNK to SW1+2.XXX";
aggregated-ether-options {
minimum-links 1;
link-speed 10g;
lacp {
active;
periodic fast;
}
}
unit 0 {
bandwidth 40g;
family ethernet-switching {
port-mode trunk;
vlan {
members v405;
}
}
}
MC-LAG is down
Member Link : ae45
Current State Machine's State: mcae active state
Configuration Check Status : Passed
Local Status : active
Local State : down
Peer Status : active
Peer State : down
Logical Interface : ae45.0
Topology Type : bridge
Local State : up
Peer State : up
Peer Ip/MCP/State : <peer_ip> ae1.0 up
other MC-LAGs on same redundancy group are up
Member Link : ae20
Current State Machine's State: mcae active state
Configuration Check Status : Passed
Local Status : active
Local State : up
Peer Status : active
Peer State : up
Logical Interface : ae20.0
Topology Type : bridge
Local State : up
Peer State : up
Peer Ip/MCP/State : <peer_ip> ae1.0 up
#mclag#breakout#QFX10000#mc-ae#iccp