What is your technical reasoning for creating a separate ifgroup instead of just adding the additional ports to the a0a interface group? That usually makes more sense and potentially provides greater redundancy and aggregated bandwidth.
--tmac
*Tim McCarthy, **Principal Consultant*
*Proud Member of the #NetAppATeam https://twitter.com/NetAppATeam*
*I Blog at TMACsRack https://tmacsrack.wordpress.com/*
On Sun, Mar 10, 2019 at 3:15 AM Yuvaraja Shivaram yuvaraja.kishan@gmail.com wrote:
Hi Chris and All,
cluster::> vlan show Network Network Node VLAN Name Port VLAN ID MAC Address
cluster-01 a0a-608 a0a 608 xxxx cluster-02 a0a-608 a0a 608 xxxx
cluster::> broadcast-domain show (network port broadcast-domain show) IPspace Broadcast Update Name Domain Name MTU Port List Status Details
Default 10G_Data 9000 cluster-02:a0a-608 complete cluster-01:a0a-608 complete
cluster::> failover-groups show (network interface failover-groups show) Failover Vserver Group Targets
cluster 10G_Data cluster-02:a0a-608, cluster-01:a0a-608
cluster::> net port show (network port show)
Node: cluster-01 Speed(Mbps) Health Port IPspace Broadcast Domain Link MTU Admin/Oper Status
a0a Default - up 9000 auto/- healthy a0a-608 Default 10G_Data up 9000 auto/- healthy
Node: cluster-02 Speed(Mbps) Health Port IPspace Broadcast Domain Link MTU Admin/Oper Status
a0a Default - up 9000 auto/- healthy a0a-608 Default 10G_Data up 9000 auto/- healthy
bng-engodcdata1::> net int show (network interface show) vserver1 lif_data1 up/up xxxx_ip cluster-01 a0a-608 true lif_data2 up/up xxxx_ip cluster-02 a0a-608 true vserver_mgmt up/up xxxx_ip cluster-01 a0a-608 true
==============================================All the above inputs are already confiugred for a0a interface group(e0c,e0d ports) and currently it is using for production...
Below are the steps to configure new interface group e0e, e0f with the interface group name as "a0b...."
1>using same vlan of 608 (which is already used in a0a interface.....) 2>broadcast domain and failover groups i would use the same one which is already using by the a0a interface group.......
cluster-1::>net port ifgrp create –node cluster-01 –ifgrp a0b -distr-func ip -mode multimode_lacp cluster-1::>net port ifgrp create –node cluster-02 –ifgrp a0b -distr-func ip -mode multimode_lacp
cluster-1::> network port ifgrp add-port -node cluster-01 -ifgrp a0b -port e0e cluster-1::> network port ifgrp add-port -node cluster-01 -ifgrp a0b -port e0f
cluster-1::> network port ifgrp add-port -node cluster-02 -ifgrp a0b -port e0e cluster-1::> network port ifgrp add-port -node cluster-02 -ifgrp a0b -port e0f
cluster-1::>net port modify –node cluster-01 –port a0b–mtu 9000 cluster-1::>net port modify –node cluster-02 –port a0b–mtu 9000
cluster-1::>net port vlan create –node cluster-01 –vlan-name a0b-608 (need to chk on this as vlan-add or vlan add is not coming) cluster-1::>net port vlan create –node cluster-02 –vlan-name a0b-608
so above step would take automatically vlan id and port details without causing any issue to already configured vlan id of a0a-608 right ?
adding ports to broadcast domain 10G_data..which is already using by a0a ifgrp cluster-1::>network port broadcast-domain add-ports -broadcast-domain 10G_Data -ports cluster-01:a0b-608, cluster-02:a0b-608 -ipspace Default
adding failover-groups to 10G_Data(which is already using by a0a ifgrp) cluster-1::>failover-groups add-targets -vserver cluster -failover-group 10G_Data -targets cluster-02:a0b-708, cluster-01:a0b-708
then i would create , vserver02 and respective lifs by using a0b-608 interface group.....
Please let me know if anything to be added..and can we use the current broadcast domain and failover groups to configure new interface group of a0b ? or it should have it's own ?
Regards raj..
On Fri, Mar 8, 2019 at 4:41 PM Yuvaraja Shivaram < yuvaraja.kishan@gmail.com> wrote:
I just logged out,
Will send the complete plan, along with commands may be tomorrow, plz help me if anything wrong in that
Regards Raj
On Fri, Mar 8, 2019 at 4:16 PM Chris Hague Chris_Hague@ajg.com wrote:
Why not add the other 2 ports to your existing a0a ifgrp?
To answer your question, if you have already created your a0b ifgrp, adding a vlan (vlan create a0b-608) is non-disruptive.
*From:* toasters-bounces@teaparty.net toasters-bounces@teaparty.net *On Behalf Of *Yuvaraja Shivaram *Sent:* 08 March 2019 10:36 *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
This email is being sent by a subsidiary of Arthur J. Gallagher Holdings (UK) Limited, part of the Arthur J. Gallagher & Co. global group of companies. For details of the registered office, company number and, where applicable, regulated status of our subsidiaries, please visit https://www.ajginternational.com/legal-regulatory-information/.
We are the data controller of any personal information you provide to us or personal information that has been provided to us by a third party. We collect and process information about you in order to arrange insurance policies and to process claims. Your information is also used for business purposes such as fraud prevention and detection and financial management. This may involve sharing your information with third parties such as insurers, reinsurers, other brokers, claims handlers, loss adjusters, credit reference agencies, service providers, professional advisors, our regulators, police and government agencies or fraud prevention agencies.
We may record telephone calls to help us monitor and improve the service we provide. For further information on how your information is used and your rights in relation to your information please see our privacy notice at https://www.ajginternational.com/Privacy-Policy/. If you are providing personal data of another individual to us, you must tell them you are providing their information to us and show them a copy of this notice.
Where you are obtaining a non-consumer policy of (re)insurance, or cover for additional risks or renewal under an existing policy, you are required to make a fair presentation of the risk to a (re)insurer which discloses every material circumstance which you know or ought to know relating to the risk to be insured. A circumstance is material if it would influence the judgment of a prudent insurer in determining whether to provide insurance for the risk and, if so, on what terms. Disclosure must be reasonably clear and accessible to a prudent insurer and made in good faith. The aforementioned duty of disclosure is the applicable duty under the laws of England and Wales. If your policy is not subject to English law you are expected to disclose risk information in accordance with the requirements of the applicable law. In such circumstances we expect you will disclose risk information at least equal to the standard required under English law and where the applicable law requires you to disclose information over and above the level required under English law you will provide such information in accordance with that law.
Where you are obtaining a consumer policy of insurance, you must read each question and answer honestly and fully and must take reasonable care to not make a misrepresentation.
Failure to comply with the above disclosure requirements, as they apply to you, could mean that your policy of (re)insurance is void, its terms are materially altered or that (re)insurers are not liable to pay all or part of your claim(s). If you are in any doubt as to your obligations you should ask your usual contact.
This e-mail and any attachments are CONFIDENTIAL and may contain legally privileged information. If you are not the intended recipient of this e-mail message, please telephone or e-mail us immediately, delete this message from your system and do not read, copy, distribute, disclose or otherwise use this e-mail message and any attachments. Although the above company has taken reasonable precautions to ensure this e-mail and any attachments are free of any virus or other defect that may affect your computer, it is the responsibility of the recipient to ensure that it is virus free and the above company does not accept any responsibility for any loss or damage arising in any way from its use.et
Toasters mailing list Toasters@teaparty.net http://www.teaparty.net/mailman/listinfo/toasters