RB450G no link on ports 3-5

I hope I’m just doing something stupid here. I just got my first routeros product, an rb450g, and set it up according to the initial configuration guide here. Everything is working, I have internet access, can ping, etc.

the problem is, the ports 3, 4, and 5 don’t work. No link lights, no activity or negotiation status under interfaces, nothing…
have tried different devices, different cables, rebooting, and resetting.
port 2 works fine, gigabit negotiated
port 1 is wlan, works fine

Do I have a bad board, or am i just doing something wrong? Is there an option to turn off ethernet ports in the configuration? I know it says that ports 3-5 are slaved to port 2, but I believe that just has to do with switching?

At a total loss here, was excited about getting a powerful product fairly inexpensively, but looking through the forums, wow, lots of hardware problems.

Andrew

Can you provide an “/interface export” to let us know how your interfaces are configured?

Hope this helps…

/interface ethernet
set 0 arp=enabled auto-negotiation=yes bandwidth=unlimited/unlimited disabled=no full-duplex=yes l2mtu=
    1524 mac-address=00:0C:42:CB:92:48 master-port=none mtu=1500 name=wan speed=100Mbps
set 1 arp=enabled auto-negotiation=yes bandwidth=unlimited/unlimited disabled=no full-duplex=yes l2mtu=
    1524 mac-address=00:0C:42:CB:92:49 master-port=none mtu=1500 name=ether2-master-local speed=100Mbps
set 2 arp=enabled auto-negotiation=yes bandwidth=unlimited/unlimited disabled=no full-duplex=yes l2mtu=
    1524 mac-address=00:0C:42:CB:92:4A master-port=none mtu=1500 name=ether3-slave-local speed=100Mbps
set 3 arp=enabled auto-negotiation=yes bandwidth=unlimited/unlimited disabled=no full-duplex=yes l2mtu=
    1524 mac-address=00:0C:42:CB:92:4B master-port=none mtu=1500 name=ether4-slave-local speed=100Mbps
set 4 arp=enabled auto-negotiation=yes bandwidth=unlimited/unlimited disabled=no full-duplex=yes l2mtu=
    1524 mac-address=00:0C:42:CB:92:4C master-port=none mtu=1500 name=ether5-slave-local speed=100Mbps
/interface ethernet switch
set switch1 mirror-source=none mirror-target=none name=switch1 switch-all-ports=yes
/interface bridge settings
set use-ip-firewall=no use-ip-firewall-for-pppoe=no use-ip-firewall-for-vlan=no
/interface ethernet switch port
set wan vlan-header=leave-as-is vlan-mode=fallback
set ether2-master-local vlan-header=leave-as-is vlan-mode=fallback
set ether3-slave-local vlan-header=leave-as-is vlan-mode=fallback
set ether4-slave-local vlan-header=leave-as-is vlan-mode=fallback
set ether5-slave-local vlan-header=leave-as-is vlan-mode=fallback
set switch1_cpu vlan-header=leave-as-is vlan-mode=fallback
/interface l2tp-server server
set authentication=pap,chap,mschap1,mschap2 default-profile=default-encryption enabled=no max-mru=1460 \
    max-mtu=1460 mrru=disabled
/interface ovpn-server server
set auth=sha1,md5 certificate=none cipher=blowfish128,aes128 default-profile=default enabled=no    keepalive-timeout=60 mac-address=FE:21:D1:7B:F9:90 max-mtu=1500 mode=ip netmask=24 port=1194 require-client-certificate=no
/interface pptp-server server
set authentication=mschap1,mschap2 default-profile=default-encryption enabled=no keepalive-timeout=30 max-mru=1460 max-mtu=1460 mrru=disabled
/interface sstp-server server
set authentication=pap,chap,mschap1,mschap2 certificate=none default-profile=default enabled=no    keepalive-timeout=60 max-mru=1500 max-mtu=1500 mrru=disabled port=443 verify-client-certificate=no

If you look at your configuration you have not specified the master port even though you have labeled them as slaves.