Question on RB2011UAS-2HnD-IN ports

I feel stupid having to ask this, but I am looking for a simple way to add all 10 ports to the same network segment ( /24 ). The default configuration for this model is the 5 gigabit ports are 1 switch and the 5 fast ethernet ports are another. Am I on the right track if I am looking to bridge the 2 switches?

/interface bridge port
add bridge=bridge-local interface=ether2
add bridge=bridge-local interface=ether3
add bridge=bridge-local interface=ether4
add bridge=bridge-local interface=ether5
add bridge=bridge-local interface=ether6-master-local
add bridge=bridge-local interface=wlan1

The above code is from the default configuration - looks like all interfaces are already bridged together (ether6-10 in hardware, the rest in software).

I see my mistake… :laughing:

I deleted the default configuration and setup the router as if it was one switch and not two. Thank you very much I got it working.