Of note: if you use the RB750/RB750UP, the switch chip only includes ether2-5 (not ether1), so you'll have to use the CPU-based bridging. If you only use standard bridging with Fast Path on, you'll probably achieve close to 100Mbps aggregate bandwidth in that sort of configuration. But if you start adding firewall rules or other processing for the traffic moving through the bridge, your performance will drop off fairly quickly.
If you absolutely need full 1Gbps wire-speed switching between all five ports, you need to go with the RB260GS or the RB750G/RB750GL. If you're using the RB750G or GL, you'll need to configure the ports to use the switch chip, rather than setting up a bridge, in order to get full wire-speed switching. If you use the bridge, you'll be limited to a total of 1Gbps traffic, as that's the limit from the switch chip to the CPU (and, again, the CPU's actual processing limit is quite a bit lower if you're doing any firewall/inspection of traffic).
this is my script i set on RB450G..I am going to use same script to set inside RB750...
I just want it as switches function. No firewall rules implement.
I don't understand this "the switch chip only includes ether2-5 (not ether1), so you'll have to use the CPU-based bridging"? What this mean?
[admin@MikroTik] > export compact
# jan/02/1970 02:57:36 by RouterOS 6.2
# software id = LT28-V20B
#
/interface bridge
add l2mtu=1520 name=bridge1 protocol-mode=rstp
/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m \
mac-cookie-timeout=3d
/port
set 0 name=serial0
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=ether4
add bridge=bridge1 interface=ether5