Well, I restarted at square 1. I wiped the config and the 750G is just in full switching mode. Every port has ether1 as the master and the switch is set to run on all ports. In this setting, Rx/Tx information is only available for ether1. Without a port setting ether1 as master, it no longer passes traffic.
10.1.1.x is not using a VLAN and 10.1.5.x is using VLAN 5, with a 450 elsewhere routing between the networks.
I'm experiencing high latencies and jitter within an all Ethernet network.
This is a VoIP phone
Ping statistics for 10.1.5.200:
Packets: Sent = 100, Received = 99, Lost = 1 (1% loss),
Approximate round trip times in milli-seconds:
Minimum = 2ms, Maximum = 174ms, Average = 26ms
The 750G
Ping statistics for 10.1.1.2:
Packets: Sent = 100, Received = 99, Lost = 1 (1% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 184ms, Average = 17ms
A PC behind the 750G
Ping statistics for 10.1.1.20:
Packets: Sent = 100, Received = 98, Lost = 2 (2% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 118ms, Average = 22ms
Ideas? I still would like to figure out how to configure the 750G to use the switch chip to add and pull VLAN information to different ports at wire speed (or near).
I have a similar problem which I tried to solve via bridges. The problem I have is that tagged and untagged traffic appears to not be able to coexist on one port. My setup is very similar to yours, ie:
Port 1 has both one VLAN and untagged traffic
Port 2-5 has:
are supposed to be bridged with the VLAN
If I create a switch of port 2-5, add a VLAN interface to port 1 (100), add a bridge for the VLAN ↔ port 2-5, everything works perfectly.
If I then add an IP to the untagged interface, the VLAN breaks down.
If I add another VLAN, and set the IP on that instead of the ethernet interface, everything works perfect again. This is how I’m running them now, but has the disadvantage of actually forcing me to have two administrative networks (one for RB and one for all the other equipment already installed).
Bottom line, even if you try to achieve it without wire-speed switching it might be impossible. According to http://wiki.mikrotik.com/wiki/MikroTik_RouterOS/v4/Feature_Requests it seems to be a limitation in the RouterOS. If it isn’t, PLEASE someone make an example of how to mix untagged and tagged traffic