<div dir="ltr"><div><div>All 1gig interfaces are auto-mdix these days, which means they will auto-negotiate and no special crossover cable is needed for host-to-host.<br><br></div>You can use ipadm to set the mtu like so:<br><br>ipadm set-ifprop -p mtu=9000 -m ipv4 bnx0<br><br></div>If the mtu updated in the driver.conf file is needed, you'll need to do that first (I cannot confirm nor deny whether that is needed)<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Sep 21, 2015 at 4:11 PM,  <span dir="ltr"><<a href="mailto:steve@linuxsuite.org" target="_blank">steve@linuxsuite.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
  Howdy!<br>
<br>
           I have several bnx interfaces, bnx0 bnx1 bnx2 bnx3. I want to<br>
directly connect bnx2 and bnx3 to another machine (ie. no<br>
switch ), and configure jumbo frames on<br>
these interfaces only. Is this possible and what do I need to do?<br>
<br>
    In bnx.conf I found this line<br>
<br>
############################################################################<br>
# mtu : Configures the hardware MTU size.  The valid range for this<br>
#       parameter is 60 to 9000.  The default value is 1500.<br>
#<br>
#mtu=1500,1500,1500,1500,1500,1500,1500,1500,1500,1500,1500,1500,1500,1500,1500,1500;<br>
<br>
     Should I put something like<br>
<br>
mtu=1500,9000;<br>
<br>
      in bnx.conf and can I control the mtu on the particular interface<br>
with ifconfig and hostname.bnx files??<br>
<br>
         thanx - steve<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
OmniOS-discuss mailing list<br>
<a href="mailto:OmniOS-discuss@lists.omniti.com">OmniOS-discuss@lists.omniti.com</a><br>
<a href="http://lists.omniti.com/mailman/listinfo/omnios-discuss" rel="noreferrer" target="_blank">http://lists.omniti.com/mailman/listinfo/omnios-discuss</a><br>
</blockquote></div><br></div>