The export you're trying use is from quite old version of ROS (6.40) and sets some features not available in ROS versions past 6.42, such as this one
set [ find default-name=ether3 ] master-port=ether2-master
My suggestion is this: take the new device and start from default config. Then
look at the old export and only change or add setting in the new device when you fully understand why it has to be done.
What guys forgot to mention in their replies above is this: imports of exported config work nicely when source and target devices run similar version of ROS. If version numbers are not same at least to the "minor" part[*], then you can run into problems such as this one.
[*] ROS follows version numbering scheme <major>.<minor>.<revision> ... E.g. 6.40.8 ... 6 is major, 40 is minor and 8 is revision.