Hi Joses,
Can you post the code itself instead of the commands(like i post mine below)?
This is because i use the cli editor so its much better than entering commands
This is what i have now
ge-0/0/10 { unit 0 { family ethernet-switching { port-mode trunk; vlan { members [ vlan1 vlan2 ]; } } } } vlan { unit 1 { family inet { address 192.168.20.1/24; } } unit 2 { family inet { address 172.20.20.1/24; } } }
but the issue is i want the untag vlan1 under that port, right now both are untagged
ge-0/0/10.0 up vlan1 3 tagged unblocked vlan2 4 tagged unblocked
How do i make sure vlan1 is untagged and vlan2 is tagged on the port 10?
The reason is because i have IPMI on vlan2 and i want data on vlan1. So that way if i have an OS installed on the server and on vlan1 then it can just get data in and out without tagged traffic.
Thanks