CRS125-24G-1S-RM factory default

Hi,

When I received my CRS125-24G-1S-RM it was setup out the box with Port 1 as WAN with firewall and the other port as switching ports.

I had to do a factory reset, thinking that it will reset to this Port1 WAN config, unfortunately it is not the case.

Can someone please point me in the right direction to get the default shipping config, or how to setup port 1 as WAN and the rest as switching.

Im have zero RouterOS experience, please keep that in mind when replying… :slight_smile:

Thanks in advance.

Easier way to apply required configuration,

  1. find out the port, that is used as master port at,
/interface ethernet> print 
Flags: X - disabled, R - running, S - slave 
 #    NAME        MTU MAC-ADDRESS       ARP        MASTER-PORT      SWITCH     
 0 RS ether1     1500 4C:5E:0C:9B:DA:00 enabled    ether24          switch1    
 1 RS ether2     1500 4C:5E:0C:9B:DA:01 enabled    ether24          switch1    
 2  S ether3     1500 4C:5E:0C:9B:DA:02 enabled    ether24          switch1

for Winbox, go to Interface —> Ethernet and check master-port

  1. If you have ether1 as master-port for all ports.
    Change master-port to Ether2 for all ports of your router.

  2. Unset master-port for Ether1, set it to none.

  3. Configure DHCP-client or IP address on Ether1 interface.

To reset configuration to blank run /system reset-configuration no-defaults=yes

Thanks for the reply sergejs!

Did a paperclip reset just to make sure I’m in a known state.

The /interfaces ethernet print returns the following:

When I try to set eth2 master to eth2, I get the following error:

Any ideas?