Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jul 2013 11:21:52 +0200
From:      Maciej Milewski <milu@dat.pl>
To:        Alex Liptsin <alexl@mellanox.com>
Cc:        "freebsd-net@freebsd.org" <freebsd-net@freebsd.org>, Oded Shanoon <odeds@mellanox.com>, "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>, Regev Lev <regevl@mellanox.com>
Subject:   Re: How can I remove one interface from lagg, without destroying all lagg?
Message-ID:  <51EF9CB0.3000701@dat.pl>
In-Reply-To: <64DAB3164E410447932305F50F896D8D6AFAF99F@MTLDAG01.mtl.com>
References:  <64DAB3164E410447932305F50F896D8D6AFAF99F@MTLDAG01.mtl.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 24.07.2013 11:14, Alex Liptsin wrote:
> Hi.
>
> I have lagg interface created on my server:
>
> [root@h-qa-094 ~]$ ifconfig lagg0
> lagg0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
>          options=401bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,VLAN_HWTSO>
>          ether 00:02:c9:19:82:80
>          nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
>          media: Ethernet autoselect
>          status: active
>          laggproto failover lagghash l2,l3,l4
>          laggport: igb1 flags=0<>
>          laggport: mlxen1 flags=0<>
>          laggport: mlxen0 flags=5<MASTER,ACTIVE>
>
> Now, I want to removr igb1 interface from that lag.
> How can I do it?
man lagg:
Child interfaces can be added using the laggport
      child-iface option and removed using the -laggport child-iface option.

so
|ifconfig lagg0 -laggport /igb1/|

should be working.

> Regards,
> Alex Liptsin
> Software Quality Assurance Engineer | Mellanox Technologies Ltd.
> Office: +972 (74) 7236141
> Mobile: +972(54) 7833986
> Fax: +972(74) 7236161
> Email: alexl@mellanox.com<mailto:alexl@mellanox.com>
> Mellanox, Tel-Hai Industrial Park. Building 7, M.P. Upper Galilee 12100 Israel
>
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"


-- 
Pozdrawiam,
Maciej Milewski




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51EF9CB0.3000701>