How to solve given task so that it would not be a misconfigured router?
Currently, I have got some sort of a working configuration that is a typical misconfigured and disordered clutter I did not post the configuration here because the above example is better to understand. If necessary, will post the conf. Hardware is a CCR.
Sorry but I am unfamiliar with cloud, inet, and eoip LOL.
I like working from one bridge only as well
I dont know when it is appropriate to create two bridges?
My observations/questions are:
1- that there is no need for vlan4 at the switch.
The ISP vlan is to your router and that where it should end.
2 - Is EOIP show up like an interface , equivalent to a ethport or WLAN, or is it something else? Like a vlan, or virtual WLAN and if so what is its parent interface usually???
1 vlan4 at the switch (CRS317 - column Hardware) connected to router via sfp-sfpplus1 is required, because this is the way iptv is distributed from WAN to all tvs connected to LAN
2 eoip is ethernet like port in this iptv bridge2 on top of ipsec policy
I have spotted a mistake in the requirements, ie dhcp client is not necessary in the router on vlan4. Usually, the minimal method dealing with iptv is:
#1 Create new bridge for iptv
/interface bridge add name=bridge2
#2 Add VLAN4 interface for iptv
/interface vlan add interface=ether1 name=ether1-vlan4 vlan-id=4
#3 Add ether2 and ether1-vlan4 into bridge you just created
/interface bridge port add bridge=bridge2 interface=ether1-vlan4
/interface bridge port set ether2 bridge=bridge2
The requirement for vlan4 is to extend the vlan4 to big layer2 switched network through the CRS317 backbone switch. Access switches connected to backbone switch will be configured exactly like the #1#2#3 configuration above. Although the suggested configuration is to implement access switches with bridge vlan filtering. I have done it like this below:
Two complex for me, especially with IPTV thrown in and the EOIP (still not sure what its parent interface is).
Also, I do not see a standard LAN network anywhere defined which throws me for a loop.