Re: [OmniOS-discuss] Netgear 10GB switch LACP SOLVED

2013-10-16 Thread Saso Kiselkov
On 10/16/13 4:41 PM, Fábio Rabelo wrote:
 Hi to all
 
 last week I ask here what was the most up-to-date how-to about LACP and 
 OmniOS .
 
 Nobody answered, so I keep trying, and now I get it !
 
 In the netgear 10 GB switch ( very good by the way !!! ) create the
 LACP with all defaults .
 
 In OmniOS I did this :
 
 
 dladm  add-aggr  -d  ixgbe0  -d  ixgbe1  1
 
 ipadm  create-addr  -T  static  -a  192.168.1.20/24  aggr1/v4
 
 dladm  modify-aggr  -L  active  -T  short  1
 
 
 My netwotk card are Intel, and the IP for this OmniOS box are 192.168.1.10
 
 And now, finaly it is up and running ...
 
 I am posting it here to save time, if someone get this switcher, this
 are the way ...

Thanks for following up on this, Fabio, too few people do that and then
we get unresolved threads lingering in mailing list archives. You did
the right thing!

Cheers,
-- 
Saso
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] Netgear 10GB switch LACP SOLVED

2013-10-16 Thread Michael Rasmussen
On Wed, 16 Oct 2013 12:41:39 -0300
Fábio Rabelo fa...@fabiorabelo.wiki.br wrote:

 Hi to all
 
 last week I ask here what was the most up-to-date how-to about LACP and 
 OmniOS .
 
 Nobody answered, so I keep trying, and now I get it !
 
 In the netgear 10 GB switch ( very good by the way !!! ) create the
 LACP with all defaults .
 
 In OmniOS I did this :
 
 
 dladm  add-aggr  -d  ixgbe0  -d  ixgbe1  1
 
According to the man page for dladm -d should be -l 

dladm add-aggr [-t] [-R root-dir] -l ether-link1 [-l ether-link2...]
  aggr-link

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
Make sure all variables are initialised before use.
- The Elements of Programming Style (Kernighan  Plaugher)


signature.asc
Description: PGP signature
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] Netgear 10GB switch LACP SOLVED

2013-10-16 Thread Fábio Rabelo
2013/10/16 Michael Rasmussen m...@miras.org:
 On Wed, 16 Oct 2013 12:41:39 -0300
 Fábio Rabelo fa...@fabiorabelo.wiki.br wrote:

 Hi to all

 last week I ask here what was the most up-to-date how-to about LACP and 
 OmniOS .

 Nobody answered, so I keep trying, and now I get it !

 In the netgear 10 GB switch ( very good by the way !!! ) create the
 LACP with all defaults .

 In OmniOS I did this :


 dladm  add-aggr  -d  ixgbe0  -d  ixgbe1  1

 According to the man page for dladm -d should be -l 

 dladm add-aggr [-t] [-R root-dir] -l ether-link1 [-l ether-link2...]
   aggr-link


That's the kind of problem I faced with this issue ...

All how-tos over the web, ans most of man pages are out-dated ...

I had to take one peace of info from here, another peace from there,
and it took over a week to get all I need .


Fábio Rabelo
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss