Loading the configuration information into the running-config

To load the file from a TFTP server, use the following command:

copy tftp running-config ip-addr filename

NOTE
In the current FastIron release, the copy tftp running-config command merges only the access-lists and mac-filters configuration from the configuration file on the TFTP server to the running configuration on the device.
NOTE
If you are loading a configuration file that uses a truncated form of the CLI command access-list , the software will not go into batch mode.

For example, the following command line will initiate batch mode.

access-list 131 permit host pc1 host pc2

The following command line will not initiate batch mode.

acc 131 permit host pc1 host pc2