wrong dynamic routes

Hi, I have strange problem with RouterBOARD 750 and dynamic routes.

If I don’t miss something, then my route #2 must be linked with interface ether3-local-slave, but it linked with ether2-local-master. :frowning:

[admin@XXXXXXXXXX] > ip address print 
 #   ADDRESS            NETWORK         BROADCAST       INTERFACE                                           
 0   192.168.88.1/24    192.168.88.0    192.168.88.255  ether2-local-master                                 
 1   xxx.xxx.xxx.xxx/24 87.246.176.0    xxx.xxx.xxx.xxx ether1-gateway                                      
 2   192.168.10.1/24    192.168.10.0    192.168.10.255  ether3-local-slave            

[admin@XXXXXXXXXX] > ip route print 
 #      DST-ADDRESS        PREF-SRC        GATEWAY-STATE GATEWAY                  DISTANCE INTERFACE        
 0 A S  0.0.0.0/0                          reachable     xxx.xxx.xxx.xxx          1        ether1-gateway   
 1 ADC  xxx.xxx.xxx.xxx/24    xxx.xxx.xxx.xxx                                     0        ether1-gateway   
 2 ADC  192.168.10.0/24    192.168.10.1                                           0        ether2-local-m...
 3 ADC  192.168.88.0/24    192.168.88.1                                           0        ether2-local-m...

Package VERSION 4.10

/system> routerboard print 
       routerboard: yes
             model: "750"
  current-firmware: "2.26"
  upgrade-firmware: "2.26"

Any ideas?

Do you want ether2 and ether3 separate? By default, ether3 and up are assigned as a slave of ether2.

/interface ethernet
set ether3-local-slave master-port=none

thank for fast reply, that’s give me right answer.

This is the first time when I “face to face” with slave interfaces/master port. I will go and read manual :blush:

For me topic is close.
thank