Hi Spuluka!
Ok. So id did something like that:
admin@SM05_SRX> show configuration interfaces ge-1/0/0
vlan-tagging;
unit 601 {
vlan-id 601;
family inet {
address 192.168.253.34/30;
}
family iso;
}
unit 602 {
vlan-id 602;
}
And:
admin@SM01_EX4200> show configuration interfaces ge-0/0/4
vlan-tagging;
unit 601 {
vlan-id 601;
family inet {
address 192.168.253.33/30;
}
family iso;
}
unit 602 {
vlan-id 602;
}
{master:0}
When I add an address to unit 602 on both (SRX and EX) sides the communication it's ok. Now I want to get the traffic from port GE-0/0/1 (SRX) trough vlan 602, then on EX4200 passover this traffic to EX220 on port GE-0/0/4. Pure L2 traffic. Is it possible?