<HTML>
<HEAD>
<TITLE>Re: [rbak-nsp] Link Group</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Dear Brent,<BR>
<BR>
This should do the job:<BR>
<BR>
First create a link group:

!
link-group uplink1 dot1q
 dot1q pvc 11
  bind interface inet inet
 maximum-links 2
!
<BR>
The link group is you new interface that the bundle will use, then attach real ports to the link group:

!
port ethernet 2/1
 no shutdown
 encapsulation dot1q
 link-group uplink1
!
port ethernet 2/2
 no shutdown
 encapsulation dot1q
 link-group uplink1
!<BR>
<BR>
If you need 802.1q support, you have to create the link group according to that, also the encap on the real ports must match that.<BR>
<BR>
Kind regards,<BR>
<BR>
<BR>
Frans.<BR>
<BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"><B>From: </B>Brent <<a href="brent@ubtanet.com">brent@ubtanet.com</a>><BR>
<B>Date: </B>Wed, 3 Nov 2010 11:26:34 -0600<BR>
<B>To: </B><<a href="redback-nsp@puck.nether.net">redback-nsp@puck.nether.net</a>><BR>
<B>Subject: </B>[rbak-nsp] Link Group<BR>
<BR>
Does anyone know if it’s possible to create link groups that span multiple “like” cards in the SE400?  Running SEOS-6.1.3.8 if that helps.  Ether cards are the older ge-4-port….GBIC version, controllers are xcrp3-base.<BR>
 <BR>
Thanks,<BR>
 <BR>
Brent<BR>
<BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"></SPAN></FONT><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:12pt'>_______________________________________________<BR>
redback-nsp mailing list<BR>
<a href="redback-nsp@puck.nether.net">redback-nsp@puck.nether.net</a><BR>
<a href="https://puck.nether.net/mailman/listinfo/redback-nsp">https://puck.nether.net/mailman/listinfo/redback-nsp</a><BR>
</SPAN></FONT>
</BODY>
</HTML>