i configured ae0 aggragation link between SRX and EX switches as below:
the link worked but i want SRX to route between these vlans. when i tried to add interface ae0 to zone trust i got an error to config unit 0 at ae0 interface!.
SRX:
ae0 {
vlan-tagging;
aggregated-ether-options {
minimum-links 1;
lacp {
passive;
}
}
unit 2 {
vlan-id 2;
family inet {
address 192.168.22.1/24;
}
}
unit 3 {
vlan-id 3;
family inet {
address 192.168.33.1/24;
}
-----------------------------------------
EX:
ae0 {
aggregated-ether-options {
minimum-links 1;
lacp {
active;
}
}
unit 0 {
family ethernet-switching {
port-mode trunk;
vlan {
members 2-3;
}
ge-0/0/22 {
unit 0 {
family ethernet-switching {
port-mode access;
vlan {
members vlan-2;
}
ge-0/0/23 {
unit 0 {
family ethernet-switching {
port-mode access;
vlan {
members vlan-3;
------------------------------------------------------