Hello,
Due to low perceived value, we’re planning on moving our Cisco-based network to running on RouterOS.
One of our current IOS config blocks is:
interface FastEthernet1/0
description To DDC Switch
ip address 69.xxx.xxx.1 255.255.255.0 secondary
ip address 216.xxx.xxx.128 255.255.255.128
duplex auto
speed auto
Would this be replicated in RouterOS as:
/ip address
add address=69.xxx.xxx.1/24 interface=whatever-interface
add address=216.xxx.xxx.128/25 interface=whatever-interface
Just wanting to make sure. We would like the transition to go as smooth with as a little downtime as possible.
Thanks!