User`s guide

Managing Router Configuration Files
Matrix DFE Series and N-SA User’s Guide 7-11
Saving or Erasing the Running Configuration
FromprivilegedEXECmode,usethiscommandtosavetherouterrunningconfigurationto
NVRAM,toeraseit,ortodisplayittooutputdevices.
write [erase | file [filename config-file] | terminal]
Iffilenameconfigfileisnotspecified,theconfigurationwillbesavedtostartup.cfg.
Ifnooptionsarespecified,theconfigurationwillbedisplayedtotheterminal.
Removing the Routing Configuration from the Device
Fromglobalconfigurationmode,usethiscommandtodisableIProutingonthedeviceand
removetheroutingconfiguration.Bydefault,IProutingisenabledwheninterfacesareconfigured
foritasdescribedinCreatingandEnablingIPRoutingInterfacesonpage 77.
no ip routing
Performing a Basic Router Configuration
Using Router-Only Config Files
AlthoughtheMatrixDFESeries/NSAssingleconfiguration interfaceprovidesonesetof
commandstoperformbothswitchandrouterconfiguration,itisstillpossibletouserouteronly
commandstoconfiguretherouter.Todoso,youneedtoaddrouterconfigwrapperstoyour
existingrouterconfig
files,as showninthefollowingexample.
Example
Thisexampleshowshowtoaddrouterconfigwrapperstoafile.Inthiscase,“beginrouter1”is
placedatthebeginning,and“endrouter1”wasplacedattheendoftheconfigfile:
Note: The write file command must be executed in order to save the router configuration to
NVRAM. If this command is not executed, router configuration changes will not be saved upon
reboot.
begin router 1
enable
conf t
write file
exit
disable
exit
end router 1