
<!-- "@(#)sun_default_params	1.1 96/01/08 Sun Microsystems, Inc." >

<title>Sun Factory Defaults for MicroAnnex XL</title>
<h1>Sun Factory Defaults for MicroAnnex XL</h1>

The following parameters on the MicroAnnex XL are changed at the Sun
factory:

<ul>
<li> Annex Parameters:
     <ul>
     <li> <tt>inet_addr</tt>
     <li> <tt>pref_load_addr</tt>
     <li> <tt>load_dump_seq</tt>
     </ul>
     <br>
<li> Port Parameters:
     <ul>
     <li> <tt>mode</tt>
     <li> <tt>type</tt>
     <li> <tt>imask_7bits</tt>
     <li> <tt>input_flow_control</tt>
     <li> <tt>output_flow_control</tt>
    </ul>
</ul>

To update the parameters from a blank (standard R7.0.1) state to that
shipped from the Sun factory, type the following commands on the annex
while in "admin" mode (see the MicroAnnex documentation for further
details): <p>

<pre>
set annex inet_addr 0.0.0.0
set annex pref_load_addr 0.0.0.0
set annex load_dump_seq self
set port=all mode slave
set port=all type dial_in
set port=all imask_7bits y
set port=all input_flow_control start/stop
set port=all output_flow_control none
reset annex all
reset 1-8
</pre>
