Create Date: May 6 2013 1:31PM
Ridgeline 4.0 as mentioned in earlier posts is available at xkit.extremenetworks.com Also, you could download the config and modify with notepad or notepad++ and once you tftp the config as an .xsf file back to the switch you could use load script command to call that filename. Below is an example after you put an Ipaddress on the mgmt interface. if you use any other vlan specify the VR in your tftp command.
config mgmt ipa x.x.x.x/x
tftp get x.x.x.x remotefilename "localfilename.xsf"
load script "localfilename.xsf"
(from Greg_McKillip)