Hello ,
In this case we can use the same reth interface and brach them using different units configuration and seperate them using VLAN IDs .
We can do inter- VLAN routing also using this setup .
Eg :
reth0 {
vlan-tagging;
redundant-ether-options {
redundancy-group 1;
}
unit 4 {
description SRX-Logging-VLAN-4;
vlan-id 4;
family inet {
address 10.70.4.73/26;
}
}
unit 10 {
vlan-id 10;
family inet {
address 192.168.168.11/24;
}
}
unit 2820 {
description EDN-DMZ-VLAN-2820;
vlan-id 2820;
family inet {
address 10.70.28.1/23;
}
}