Hey all,
I have eth4 on Mikrotik that carry 3 ip network to Draytek switch on port 26
1.network 192.168.40.0/24 on port 4 with interface address 192.168.40.1. DHCP-192.168.40.2-254
2.VLAN102(192.168.114.1)- for VOIP traffic on eth4 and DHCP-192.168.114.2-254
3.VLAN103(192.168.115.1)-For data when device connected at the back of ip phone
Here’s the case.
- On ip phone it is configure as
VLAN102 for VOIP hence ip phone should get ip from dhcp from 192.168.114.2-254
and VLAN103 for DATA so any device connected at the back of data switch port on ip phone should get ip from 192.168.115.2-254 - On any device that connected to switch should be on network 192.168.40.0/24 and get DHCP range from 192.168.40.2-254
My question is how to accomplish that?
1.Do i need to create a bridge port? and add eth4, vlan102,103 to the bridge port
or
Simply add vlan to eth4???
2.How to configure trunk port on eth4?