How can I remove one interface from lagg, without destroying all lagg?

Maciej Milewski milu at dat.pl
Wed Jul 24 09:21:37 UTC 2013


On 24.07.2013 11:14, Alex Liptsin wrote:
> Hi.
>
> I have lagg interface created on my server:
>
> [root at 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 at mellanox.com<mailto:alexl at mellanox.com>
> Mellanox, Tel-Hai Industrial Park. Building 7, M.P. Upper Galilee 12100 Israel
>
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"


-- 
Pozdrawiam,
Maciej Milewski



More information about the freebsd-net mailing list