Managing Configuration and Image Files configure
2-86 Startup and General Configuration
interface loopback 1
ip address 2.2.2.2 255.255.255.255
no shutdown
.
.
.
end

configure

Usethiscommandtoexecuteapreviouslydownloadedconfigurationfilestoredonthedevice.
Syntax
configure filename [append]
Parameters
Defaults
Ifappendisnotspecified,thecurrentrunningconfigurationwillbereplacedwiththecontentsof
theconfigurationfile,whichwillrequireanautomatedresetofthechassis.
Mode
Switch,ReadWrite.
Example
Thisexampleshowshowtoexecutethe“myconfig”fileinthemoduleinslot1:
Matrix(rw)->configure slot1/myconfig

copy

UsethiscommandtouploadordownloadanimageoraCLIconfigurationfile.
Syntax
copy source destination
filename Specifiesthepathandfilenameoftheconfigurationfiletoexecute.
append (Optional)Executestheconfigurationasanappendagetothecurrent
configuration.Thisisequivalenttotypingthecontentsoftheconfigfile
directlyintotheCLIandcanbeused,forexample,tomakeincremental
adjustmentstothecurrentconfiguration.