Give this one a try. ge-0/0/11 { description test; vlan-tagging; unit 0 { vlan-id 0; family inet { address 100.64.10.1/24; } } unit 2 { vlan-id 99; family inet { address ...
I tried that, now I get the error: 'unit 1' VLAN-ID must be specified on tagged ethernet interfaces
Hello, Yes it's technically possible. You should enable Vlan Tagging on ge-0/0/11 before. ge-0/0/11 { vlan-tagging } ------------------------------ WYA ABU ------------------------------
I want to use the firewall features and also run a mix of layer 2/3 ports. Current config is in a lab to just test the possibility of port 8 and 5 on the SRX forwarding frames on the same vlan.
I want to have a single interface pass both inet 100.64.10.1/24 traffic on unit 0 and also tag a management vlan-id 99 traffic on unit 1 of 10.10.20.122/24, Is this possible single interface? I tried something like: ge-0/0/11 { unit 0 { description ...