Dear dudes
Please guide me how to configure Port Based VLAN in 750 UP
CASE: PORT 1 IS PRIMARY
CONFIG : 1 TO 2 , 1 TO 3, 1 TO 4, 1 TO 5
Dear dudes
Please guide me how to configure Port Based VLAN in 750 UP
CASE: PORT 1 IS PRIMARY
CONFIG : 1 TO 2 , 1 TO 3, 1 TO 4, 1 TO 5
use bridge.
add a bridge called ether1 trunk or something like that. add vlan Interface to this bridge - and ether1.
now make one bridge for each ether (2-5) and add vlan Interface and Ethernet to this bridge.
eg:
/Interface bridge add name=ether1trunk
/Interface bridge port add Interface=ether1 bridge=ether1trunk
/Interface vlan add name=vlan10 Interface=ether1trunk vlanid=10
/Interface vlan add name=vlan20 Interface=ether1trunk vlanid=20
/Interface vlan add name=vlan30 Interface=ether1trunk vlanid=30
/Interface vlan add name=vlan40 Interface=ether1trunk vlanid=40
/Interface bridge add name=br-ether2
/Interface bridge add name=br-ether3
/Interface bridge add name=br-ether4
/Interface bridge add name=br-ether5
/Interface bridge port add Interface=vlan10 bridge=br-ether2
/Interface bridge port add Interface=ether2 bridge=br-ether2
/Interface bridge port add Interface=vlan20 bridge=br-ether3
/Interface bridge port add Interface=ether3 bridge=br-ether3
/Interface bridge port add Interface=vlan30 bridge=br-ether4
/Interface bridge port add Interface=ether4 bridge=br-ether4
/Interface bridge port add Interface=vlan40 bridge=br-ether5
/Interface bridge port add Interface=ether5 bridge=br-ether5