Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

FeatureQCA8337Atheros8327Atheros8316Atheros8227Atheros7240ICPlus175DMT7621RTL836788E6393X88E6191X98PX1012Other
Port Switchingyesyesyesyesyesyesyesyesyesyesnoyes
Port Mirroringyesyesyesyesyesyesyesyesyesyesnono
TX limit 1yesyesyesyesyesnonoyesyesyesyesnono
RX limit 1yesyesnononononoyesyesyesyesnono
Host table2048 entries2048 entries2048 entries1024 entries2048 entries

2048 entries 2

2048 entries2048 entries16k entries16k entriesnono
Vlan table4096 entries4096 entries4096 entries4096 entries16 entriesnono4096 entries 34096 entries 34096 entries 34096 entries 3nono
Rule table92 rules92 rules32 rulesnonononono256nonono

...

  1. For QCA8337, Atheros8327, Atheros8316, Atheros8227 and Atheros7240 the Tx/Rx rate limits can be changed with bandwidth property on "/interface ethernet" menu, see more details in the Ethernet manual. For RTL8367 and 88E6393X Tx/Rx rate limit can be changed with egress-rate and ingress-rate properties on "/interface ethernet switch port" menu.
  2. MAC addresses are learned up to the specified number, but the content of a switch host table is not available in RouterOS and static host configuration is not supported. 
  3. Bridge HW vlan-filtering was added in the RouterOS 7.1rc1 version(for RTL8367) and 7.1rc5 (for MT7621) versions. The switch does not support other ether-type 0x88a8 or 0x9100 (only 0x8100 is supported) and no tag-stacking. Using these features will disable HW offload.

...

Port mirroring lets the switch to copy all traffic that is going in and out of one port (mirror-source) and send out these copied frames to some other port (mirror-target). This feature can be used to easily set up a 'tap' device that receives all traffic that goes in/out of some specific port. Note that mirror-source and mirror-target ports have to belong to the same switch (see which port belongs to which switch in/interface ethernetmenu). Also, mirror-target can have a special 'cpu' value, which means that mirrored packets should be sent out to the switch chips CPU port. Port mirroring happens independently of switching groups that have or have not been set up.

Sub-menu: /interface ethernet switch

PropertyDescription
mirror-source (name | none; Default: none)

Selects a single mirroring source port. Ingress and egress traffic will be sent to the mirror-target port. Note that mirror-target port has to belong to the same switch (see which port belongs to which switch in /interface ethernet menu).

mirror-target (name | none | cpu; Default: none)

Selects a single mirroring target port. Mirrored packets from mirror-source and mirror (see the property in rule and host table) will be sent to the selected port.

mirror-egress-target (name | none; Default: none)

Selects a single mirroring egress target port, only available on 88E6393X and 88E6191X switch chips. Mirrored packets from mirror-egress (see the property in port menu) will be sent to the selected port.

Sub-menu: /interface ethernet switch rule

PropertyDescription
mirror (no | yes; Default: no)Whether to send a packet copy to mirror-target port.
mirror-ports (name; Default:)Selects multiple mirroring target ports, only available on 88E6393X switch chip. Matched packets in the ACL rule will be copied and sent to selected ports.

Sub-menu: /interface ethernet switch host

PropertyDescription
mirror (no | yes; Default: no)Whether to send a frame copy to mirror-target port from a frame with matching MAC destination address (matching destination or source address for CRS3xx series switches)

Sub-menu: /interface ethernet switch port

PropertyDescription
mirror-egress (no | yes; Default: no)

Whether to send egress packet copy to the mirror-egress-target port, only available on 88E6393X and 88E6191X switch chips.

mirror-ingress (no | yes; Default: no)

Whether to send ingress packet copy to the mirror-ingress-target port, only available on 88E6393X and 88E6191X switch chips.

mirror-ingress-target (name | none; Default: none)

Selects a single mirroring ingress target port, only available on 88E6393X and 88E6191X switch chips. Mirrored packets from mirror-ingress will be sent to the selected port.

Port mirroring configuration example:

...