hi,
i need a small help.
i have a 2011 uias, all ports are separated that means not switched. sfp1 is wan. ether5 is connected to a sg300-28 as a trunk. ether5 have four tag, 11, 12, 13, 14.
now i want 11 and 12 on port eth10 also. how can i do this??
Create a bridge for each vlan (be careful with (R)STP on vlan-bridges: you can experience funny behaviour with switches not capable of per-vlan-topologies, I’d suggest to disable STP on those bridges))
create two more vlans on ether10.
Connect those two and the existing two vlan interfaces to the corresponding bridges.
Move addresses bound to the vlan interfaces to the bridges.
Done.
-Chris