Not that I know of. You should connect to the new CCR by MAC address, erase the config and
paste the exported old config in small sections. When you encounter errors, paste the same
command again omitting the parameter that causes the error.
See the “mac-address=” stuff in the above example?
Search for that in your favorite text editor, then remove that part of the command. I think you’ll only find it in the “interface ethernet” and “interface bridge” sections.
there are not any MAC Addresses in my export rsc file so not really sure what you’re talking about… sorry
here is more of the config maybe it will make more sense, thanks. (Note where you see “Edit” is me removing the name of the company and the Fiber Company)
/interface bridge
add arp=proxy-arp name=Bridge protocol-mode=none
add name=NullBridge
/interface ethernet
set [ find default-name=ether1 ] advertise=100M-full,1000M-full arp=proxy-arp
comment=“airFiber to Peek Field” name=ether1-Group1-Master
rx-flow-control=on tx-flow-control=on
set [ find default-name=ether2 ] advertise=100M-full,1000M-full comment=
“Edit Network” master-port=ether1-Group1-Master name=ether2-Group1
set [ find default-name=ether3 ] advertise=100M-full,1000M-full comment=
“Edit Network” master-port=ether1-Group1-Master name=ether3-Group1
rx-flow-control=on tx-flow-control=on
set [ find default-name=ether4 ] advertise=100M-full,1000M-full comment=
“Edit Network” master-port=ether1-Group1-Master name=ether4-Group1
set [ find default-name=ether5 ] arp=proxy-arp
set [ find default-name=ether6 ] arp=proxy-arp
set [ find default-name=ether7 ] advertise=1000M-full arp=proxy-arp comment=
“Conection to Edit” name=ether7-WAN speed=1Gbps
set [ find default-name=ether8 ] advertise=100M-full,1000M-full arp=proxy-arp
auto-negotiation=no speed=1Gbps
BTW, you said “line by line” but that is not the proper way to do it.
You should copy sections of multiple lines.
At least when a line ends with \ you should copy and paste the following line with it.
The line “rx-flow-control=on tx-flow-control=on” is not an independent line by itself but it belongs to the two lines above it.
Is this a complex config?
If not, you might be quicker by just manually configuring everything while having the printed export as a reminder to see what has to be done.
You could also check if the new CCR can run 6.40 firmware (see in System->Resources what is the factory software, is it 6.40 or lower?)
If so, you could downgrade to 6.40.8 and it will probably load your export without further issue, then you can upgrade again to 6.42.6 and
it will automatically convert to the newer method.