Looking for all active members (full) and it show what ports are in the group.ifgrp show
You may only need LLDP or CDP to talk to switches. Some may have only one or the other turned on.system node run -node * options cdpd.enable on ; options lldp.enable on
network device-discovery showIf you are getting results from BOTH CDP and LLDP, you can disable one or the other.
Additionally to limit what you are looking at to CDP or LLDP:system node run -node * options lldp.enable off
network device-discovery show -protocol cdp
network device-discovery show -protocol lldp
This will show you the reporting IP of the switches that the NetApp Ports connect to.network device-discovery show -fields device-ip
command to add ports to an existing group.ifgrp add-port
network port vlan create -node nodex -port a0a -vlan-id 123 (to create vlan a0a-123)
network port vlan create -node nodex -vlan-name a0a-345 (to create vlan a0a-345)
You can also view which switches the ports are connected to if cdp/lldp is enabled on the switches if you’re concerned about which ports are connected & where. You may need to have your network admin enable cdp/lldp on the switches._______________________________________________
One other thing to keep in mind is that many modern switches support LACP across switches if they are configured for it — for example Cisco has VPC, Arista uses mlag domains & so on.
Anyway the command to view switch info is:
`network device-discovery show -node *`Best of luck to you.
You can check this pretty easily with `net port show -port a0a`
Alright – with regards to Chris‘ question: I did assume that a0a currently is not LACP or connected to a different set of switches, which is probably the reason, why you cannot just add the physical ports in a0b to the existing ifgrp a0a, right?
Alexander Griesser
Head of Systems Operations
ANEXIA Internetdienstleistungs GmbH
E-Mail: AGriesser@anexia-it.com
Anschrift Hauptsitz Klagenfurt: Feldkirchnerstraße 140, 9020 Klagenfurt
Geschäftsführer: Alexander Windbichler
Firmenbuch: FN 289918a | Gerichtsstand: Klagenfurt | UID-Nummer: AT U63216601
From: Yuvaraja Shivaram <yuvaraja.kishan@gmail.com>
Sent: Friday, March 8, 2019 11:48 AM
To: Alexander Griesser <AGriesser@anexia-it.com>
Subject: Re: please provide the complete steps for creating new lacp ports..
Thanks a lot Alexander for your update, since it is prod, i do not want to take any risk...
will send you the complete step before monday(may be tommorrow), let me know if i am missing anything in that..
Regards
Yuvaraja
On Fri, Mar 8, 2019 at 4:08 PM Alexander Griesser <AGriesser@anexia-it.com> wrote:
CDOT is non disruptive with most network operations, so you could either migrate all LIFs off from one physical node to the other one, reconfigure the interface group on node A then to be LACP with the new ports and move the LIFs back then, if what you’re trying to achieve is a seamless migration of your services to different physical ports with a different aggregation method.
You can use the same VLAN on both physical interfaces, of course – no problem and it won’t affect the availability of the first tagged interface on a0a.
Alexander Griesser
Head of Systems Operations
ANEXIA Internetdienstleistungs GmbH
E-Mail: AGriesser@anexia-it.com
Anschrift Hauptsitz Klagenfurt: Feldkirchnerstraße 140, 9020 Klagenfurt
Geschäftsführer: Alexander Windbichler
Firmenbuch: FN 289918a | Gerichtsstand: Klagenfurt | UID-Nummer: AT U63216601
From: Yuvaraja Shivaram <yuvaraja.kishan@gmail.com>
Sent: Friday, March 8, 2019 11:36 AM
To: Alexander Griesser <AGriesser@anexia-it.com>
Cc: toasters <toasters@teaparty.net>
Subject: Re: please provide the complete steps for creating new lacp ports..
very good question...Alexander,
earlier we were using only 2 ports, leaving other 2 ports keeping idle, so we are configuring other 2 ports and configuring LACP out of it,,,as of now do not have any plan to use any other vlan id's other than 608, ,which is already functional in the interface group as a0a, so now that same vlan id can be used for the new interface group a0b...? will that create any outage (since i am not getting vlan add..options similar to 7mode)...
Regards
Raj,
On Fri, Mar 8, 2019 at 3:54 PM Alexander Griesser <AGriesser@anexia-it.com> wrote:
Hey,
why do you want to have the same VLAN on two different interface groups?
Alexander Griesser
Head of Systems Operations
ANEXIA Internetdienstleistungs GmbH
E-Mail: AGriesser@anexia-it.com
Anschrift Hauptsitz Klagenfurt: Feldkirchnerstraße 140, 9020 Klagenfurt
Geschäftsführer: Alexander Windbichler
Firmenbuch: FN 289918a | Gerichtsstand: Klagenfurt | UID-Nummer: AT U63216601
From: toasters-bounces@teaparty.net <toasters-bounces@teaparty.net> On Behalf Of Yuvaraja Shivaram
Sent: Friday, March 8, 2019 11:22 AM
To: toasters <toasters@teaparty.net>
Subject: please provide the complete steps for creating new lacp ports..
Hi All,
Is there any way to add vlan to existing vlan-id, just how we do at 7mode...
curretly we are using 9.4p1 cmode....
below vlan already exists....so now if i want to create a0b for the same vlan id 608, am not getting vlan add here, so..
if i use ,network port vlan create -node cluster-01 -vlan-name a0b-608... is there any outage to this id 608, which is already running in production...?
Network Network
Node VLAN Name Port VLAN ID MAC Address
------ --------- ------- -------- -----------------
cluster-01
a0a-608
a0a 608 xxxx
cluster-02
a0a-608
a0a 608 xxxx
_______________________________________________
Toasters mailing list
Toasters@teaparty.net
http://www.teaparty.net/mailman/listinfo/toasters
_______________________________________________
Toasters mailing list
Toasters@teaparty.net
http://www.teaparty.net/mailman/listinfo/toasters
Toasters mailing list
Toasters@teaparty.net
http://www.teaparty.net/mailman/listinfo/toasters