QUOTE(soonwai @ Jul 20 2018, 06:55 PM)
Sure thing, no problem. Can’t wait for my upgrade too. Finally can stress the hEX. I only just found out myself but Synchroweb had the hEX on Raya sale for RM202. Ended on July 15 though.
Hi soonwai,
After several resets to fix many mistakes and unexpected behaviours, I finally got my ac2 to the point where it's functioning identical to what my ac lite used to do, which is the main router for the APs and Unifi TV STB. I've gone through your old post (https://forum.lowyat.net/index.php?showtopic=2040480&st=1580&p=88573740&#entry88573740) but the scenario you have isn't identical to mine and I trying to brain what needs to be changed.

My plan is to combine both IPTV and normal internet output from ac2 ether1 and input to ac lite ether5. STB connects to ether4. ether1-3 and wifi for normal internet traffic.
Admin mac address can be any randomly generated mac address? So for my ac2, below would be correct (my ether2 goes to BTU) settings? Thank you very much again!
CODE
/interface bridge
add admin-mac=E9:65:B4:C2:1E:00 auto-mac=no name=STBInternet vlan-filtering=yes
/interface bridge port
add bridge=STBInternet interface=ether2 pvid=50
add bridge=STBInternet interface=ether1
/interface bridge vlan
add bridge=STBInternet tagged=ether1,STBInternet untagged=ether1 vlan-ids=50
add bridge=STBInternet tagged=ether2,ether1,STBInternet vlan-ids=600
Is this correct for ac lite?
CODE
/interface ethernet switch port> print
# NAME SWITCH VLAN-MODE VLAN-HEADER DEFAULT-VLAN-ID
0 ether1 switch1 disabled leave-as-is 0
1 ether2 switch1 disabled leave-as-is 0
2 ether3 switch1 disabled leave-as-is 0
3 ether4 switch1 disabled leave-as-is 0
4 ether5 switch1 disabled leave-as-is 0
5 switch1-cpu switch1 disabled leave-as-is 0
CODE
/interface bridge
add admin-mac=E9:65:B4:C2:1E:00 auto-mac=no name=STBInternet protocol-mode=none
/interface bridge port
add bridge=STBInternet interface=wlan1
add bridge=STBInternet interface=wlan2
add bridge=STBInternet interface=wlan3
add bridge=STBInternet interface=wlan4
add bridge=STBInternet interface=ether1
add bridge=STBInternet interface=ether2
add bridge=STBInternet interface=ether3
add bridge=STBInternet interface=ether4
/interface ethernet switch port
set 0 vlan-header=add-if-missing vlan-mode=secure
set 1 default-vlan-id=50 vlan-header=always-strip vlan-mode=secure
set 4 default-vlan-id=600 vlan-header=always-strip vlan-mode=secure
set 5 default-vlan-id=50 vlan-mode=secure
/interface ethernet switch vlan
add independent-learning=no ports=ether5,ether4 switch=STBInternet vlan-id=600
add independent-learning=no ports=ether5,ether2,switch1-cpu switch=STBInternet vlan-id=50
This post has been edited by charymsylyn: Jul 26 2018, 09:08 PM