Greetings Everyone!
I am attempting to connect two 10G links from our QFX5100 switches (VC Configuration) into our MX480 edge routers and having 20G LACP bonded connections.
I am able to get the LACP trunk up and working (so both ends say) but I am not able to pass L3 traffic between the VLANs. Can someone point out where I am messing up ?
MX480-01
set interfaces xe-2/1/2 description "qfx5100__xe-0/0/47" set interfaces xe-2/1/2 gigether-options 802.3ad ae1 set interfaces ae1 description "AE-LINK" set interfaces ae1 flexible-vlan-tagging set interfaces ae1 multi-chassis-protection 192.168.10.2 interface ae0 set interfaces ae1 aggregated-ether-options lacp active set interfaces ae1 aggregated-ether-options lacp periodic fast set interfaces ae1 aggregated-ether-options lacp fast-failover set interfaces ae1 aggregated-ether-options lacp system-priority 100 set interfaces ae1 aggregated-ether-options lacp system-id 01:00:00:00:00:01 set interfaces ae1 aggregated-ether-options lacp admin-key 1 set interfaces ae1 aggregated-ether-options mc-ae mc-ae-id 1 set interfaces ae1 aggregated-ether-options mc-ae redundancy-group 1 set interfaces ae1 aggregated-ether-options mc-ae chassis-id 0 set interfaces ae1 aggregated-ether-options mc-ae mode active-active set interfaces ae1 aggregated-ether-options mc-ae status-control active set interfaces ae1 unit 0 family bridge interface-mode trunk set interfaces ae1 unit 0 family bridge vlan-id-list 1151 set bridge-domains vlan-1151 description "AE-LINK" set bridge-domains vlan-1151 vlan-id 1151 set bridge-domains vlan-1151 routing-interface irb.1151 set interfaces irb unit 1151 family inet address 192.168.12.2/29 vrrp-group 0 virtual-address 192.168.12.1 set interfaces irb unit 1151 family inet address 192.168.12.2/29 vrrp-group 0 priority 110 set interfaces irb unit 1151 family inet address 192.168.12.2/29 vrrp-group 0 preempt set interfaces irb unit 1151 family inet address 192.168.12.2/29 vrrp-group 0 accept-data set interfaces irb unit 1151 family inet address 192.168.12.2/29 vrrp-group 0 track interface ae1 priority-cost 100
MX480-02
set interfaces xe-2/1/2 description "qfx5100__xe-1/0/47" set interfaces xe-2/1/2 gigether-options 802.3ad ae1 set interfaces ae1 description "AE-LINK" set interfaces ae1 flexible-vlan-tagging set interfaces ae1 multi-chassis-protection 192.168.10.1 interface ae0 set interfaces ae1 aggregated-ether-options lacp active set interfaces ae1 aggregated-ether-options lacp system-priority 100 set interfaces ae1 aggregated-ether-options lacp system-id 01:00:00:00:00:01 set interfaces ae1 aggregated-ether-options lacp admin-key 1 set interfaces ae1 aggregated-ether-options mc-ae mc-ae-id 1 set interfaces ae1 aggregated-ether-options mc-ae redundancy-group 1 set interfaces ae1 aggregated-ether-options mc-ae chassis-id 1 set interfaces ae1 aggregated-ether-options mc-ae mode active-active set interfaces ae1 aggregated-ether-options mc-ae status-control standby set interfaces ae1 unit 0 family bridge interface-mode trunk set interfaces ae1 unit 0 family bridge vlan-id-list 1151 set bridge-domains vlan-1151 description "AE-LINK" set bridge-domains vlan-1151 vlan-id 1151 set bridge-domains vlan-1151 routing-interface irb.1151 set interfaces irb unit 1151 family inet address 192.168.12.3/29 vrrp-group 0 virtual-address 192.168.12.1 set interfaces irb unit 1151 family inet address 192.168.12.3/29 vrrp-group 0 priority 100 set interfaces irb unit 1151 family inet address 192.168.12.3/29 vrrp-group 0 preempt set interfaces irb unit 1151 family inet address 192.168.12.3/29 vrrp-group 0 accept-data set interfaces irb unit 1151 family inet address 192.168.12.3/29 vrrp-group 0 track interface ae1 priority-cost 100
QFX5100 (VC Cluster)
set interfaces xe-0/0/47 description "mx480-01_xe-2/1/2" set interfaces xe-0/0/47 ether-options 802.3ad ae0 set interfaces xe-1/0/47 description "mx480-02_xe-2/1/2" set interfaces xe-1/0/47 ether-options 802.3ad ae0 set interfaces ae0 description "AE-LINK" set interfaces ae0 flexible-vlan-tagging set interfaces ae0 aggregated-ether-options minimum-links 1 set interfaces ae0 aggregated-ether-options lacp active set interfaces ae0 aggregated-ether-options lacp periodic fast set interfaces ae0 unit 0 family ethernet-switching interface-mode trunk set interfaces ae0 unit 0 family ethernet-switching vlan members 1151 set vlans vlan-1151 description "AE-LINK" set vlans vlan-1151 vlan-id 1151 set vlans vlan-1151 l3-interface irb.1151 set interfaces irb unit 1151 family inet address 192.168.12.4/29
MX480-01 (LACP Status | MC-AE Status)
# run show lacp interfaces ae1 Aggregated interface: ae1 LACP state: Role Exp Def Dist Col Syn Aggr Timeout Activity xe-2/1/2 Actor No No Yes Yes Yes Yes Fast Active xe-2/1/2 Partner No No Yes Yes Yes Yes Fast Active LACP protocol: Receive State Transmit State Mux State xe-2/1/2 Current Fast periodic Collecting distributing # run show interfaces mc-ae Member Link : ae1 Current State Machine's State: mcae active state Local Status : active Local State : up Peer Status : active Peer State : up Logical Interface : ae1.0 Topology Type : bridge Local State : up Peer State : up Peer Ip/MCP/State : 192.168.10.2 ae0.0 up
QFX5100 (LACP Status)
# run show lacp interfaces ae0 Aggregated interface: ae0 LACP state: Role Exp Def Dist Col Syn Aggr Timeout Activity xe-0/0/47 Actor No No Yes Yes Yes Yes Fast Active xe-0/0/47 Partner No No Yes Yes Yes Yes Fast Active xe-1/0/47 Actor No No Yes Yes Yes Yes Fast Active xe-1/0/47 Partner No No Yes Yes Yes Yes Fast Active LACP protocol: Receive State Transmit State Mux State xe-0/0/47 Current Fast periodic Collecting distributing xe-1/0/47 Current Fast periodic Collecting distributing
I've attached a diagram of the connections for a visual idea of what i'm attempting to accomplish.
Any assistance would be greatly appreciated.