Hi toasters, I'm looking for a working Nexus 7000 config for the following 2 scenarios -
Single mode 10g ifgrp (2 interfaces) with 2 vlans 2 switch vPC for a two interface 10g ifgrp with 2 vlans
If we bring the single mode ifgrp (e0b and e0d) up with no vlan tagging, it works fine for each sub-net. As soon as we add vlan tagging on cluster nodes, we can't ping the gateways. Require the vlan tagging to support our failover groups.
This is what we tried on the Cisco for the single mode with 2 vlans - no dice.
config t interface Ethernet1/14 description <<xxx>> switchport mode trunk switchport trunk native vlan 26 switchport trunk allowed vlan 26, 28 no shutdown
Thanks in advance,
Bob McKim Senior IT Specialist IBM Global Technology Services NetApp Certified Professional
Although no hardware was injured in the creation of this note, a few billion electrons and photons were utilized against their will.
Just a few thoughts, try turning off ip.fastpath.enable. (Verify you understand what that is doing before making any changes) I have seen Nexus drop traffic as it traversed the vPC when fastpath enabled was on due to the unexpected source. I do not recall the exact conditions when that occurred.
Also, probably not the case, but check your MTU as adding vlan tagging will add 4 bytes to your headers.
interface xxxx description xxx-e0a switchport block unicast switchport block multicast switchport mode trunk switchport trunk allowed vlan xxxx spanning-tree port type edge trunk channel-group xxx mode active
From: toasters-bounces@teaparty.net [mailto:toasters-bounces@teaparty.net] On Behalf Of Bob McKim Sent: Tuesday, November 25, 2014 11:18 AM To: Toasters Subject: Need Working Nexus 7000 Config for cDOT - 2 scenarios
Hi toasters, I'm looking for a working Nexus 7000 config for the following 2 scenarios -
Single mode 10g ifgrp (2 interfaces) with 2 vlans 2 switch vPC for a two interface 10g ifgrp with 2 vlans
If we bring the single mode ifgrp (e0b and e0d) up with no vlan tagging, it works fine for each sub-net. As soon as we add vlan tagging on cluster nodes, we can't ping the gateways. Require the vlan tagging to support our failover groups.
This is what we tried on the Cisco for the single mode with 2 vlans - no dice.
config t interface Ethernet1/14 description <<xxx>> switchport mode trunk switchport trunk native vlan 26 switchport trunk allowed vlan 26, 28 no shutdown
Thanks in advance,
Bob McKim Senior IT Specialist IBM Global Technology Services NetApp Certified Professional
Although no hardware was injured in the creation of this note, a few billion electrons and photons were utilized against their will.
Netapp ip.fastpath.enable option explained in the KB and the blog below:
https://kb.netapp.com/support/index?page=content&id=2013848&actp=LIS...
http://www.jeremyfilliben.com/2010/08/hsrp-vpc-and-vpc-peer-gateway-command....
in case its of use.
-- View this message in context: http://network-appliance-toasters.10978.n7.nabble.com/Need-Working-Nexus-700... Sent from the Network Appliance - Toasters mailing list archive at Nabble.com.
Um...you are forgetting the most important part of the vpc...the vpc
Here is a working set of stanzas from a 5548:
interface port-channel11 description vPC to node01 switchport mode trunk switchport trunk allowed vlan 1,800-804,3000-3018 spanning-tree port type edge trunk vpc 11
interface Ethernet1/1 description vPC to mddaas01-01, NetApp Node01, FAS8020 switchport mode trunk switchport trunk allowed vlan 1,800-804,3000-3018 channel-group 11 mode active
Those two stanzas are the same on both 5548's that are vPC'd together.
You really should use LACP (the mode active above). which means, you should do the same on the netapp side. You would also need the peer link setup.
Before you go any further, if in fact you are using VPC's, make sure that is working. A simple "show vpc" should be enough to tell you if it is working or not.
On Tue, Nov 25, 2014 at 11:17 AM, Bob McKim bob.mckim@us.ibm.com wrote:
Hi toasters, I'm looking for a *working* Nexus 7000 config for the following 2 scenarios -
Single mode 10g ifgrp (2 interfaces) with 2 vlans 2 switch vPC for a two interface 10g ifgrp with 2 vlans
If we bring the single mode ifgrp (e0b and e0d) up with no vlan tagging, it works fine for each sub-net. As soon as we add vlan tagging on cluster nodes, we can't ping the gateways. Require the vlan tagging to support our failover groups.
This is what we tried on the Cisco for the single mode with 2 vlans - no dice.
config t interface Ethernet1/14 description <<xxx>> switchport mode trunk switchport trunk native vlan 26 switchport trunk allowed vlan 26, 28 no shutdown
Thanks in advance,
Bob McKim Senior IT Specialist IBM Global Technology Services NetApp Certified Professional
*Although no hardware was injured in the creation of this note, a few billion electrons and photons were utilized against their will.*
Toasters mailing list Toasters@teaparty.net http://www.teaparty.net/mailman/listinfo/toasters
When you set native vlan26 you are saying, do not tag vlan 26 even though it's a tagged trunk. Generally, it is best practice to set vlan 1 or an unused vlan or your management vlan for the native vlan, typically, you would NOT set a real data vlan as a native vlan. It just doesn't make any sense.
Gerald (Gerry) Justice
Team Lead, Research Computing Support, Operations Branch Shared Services Canada / Government of Canada gerald.justice@ssc-spc.gc.ca / Tel: 250-363-0055
Chef d'équipe, Soutien de la recherche informatique, Direction générale des opérations Services partagés Canada / Gouvernement du Canada gerald.justice@ssc-spc.gc.ca / Tél: 250-363-0055 ________________________________________ From: toasters-bounces@teaparty.net [toasters-bounces@teaparty.net] On Behalf Of Bob McKim [bob.mckim@us.ibm.com] Sent: Tuesday, November 25, 2014 8:17 AM To: Toasters Subject: Need Working Nexus 7000 Config for cDOT - 2 scenarios
Hi toasters, I'm looking for a working Nexus 7000 config for the following 2 scenarios -
Single mode 10g ifgrp (2 interfaces) with 2 vlans 2 switch vPC for a two interface 10g ifgrp with 2 vlans
If we bring the single mode ifgrp (e0b and e0d) up with no vlan tagging, it works fine for each sub-net. As soon as we add vlan tagging on cluster nodes, we can't ping the gateways. Require the vlan tagging to support our failover groups.
This is what we tried on the Cisco for the single mode with 2 vlans - no dice.
config t interface Ethernet1/14 description <<xxx>> switchport mode trunk switchport trunk native vlan 26 switchport trunk allowed vlan 26, 28 no shutdown
Thanks in advance,
Bob McKim Senior IT Specialist IBM Global Technology Services NetApp Certified Professional
Although no hardware was injured in the creation of this note, a few billion electrons and photons were utilized against their will.
Everyone, thanks for the input. We were able to get the single mode scenario working. The network engineer had set a native vlan in the port definition that was causing us issues. Found out that the customers current Nexus implementation will not support vPC due to the way they've configured their switches. We were able to get two LACP and two etherchannel ifgrps (there is a switch issue that is preventing us from configuring all 4 ifgrps as LACP). Current plan is to use the one LACP ifgrp on each node as the primary and have the etherchannel ifgrps as the failover lifs.
Bob McKim Senior IT Specialist IBM Global Technology Services NetApp Certified Professional
Although no hardware was injured in the creation of this note, a few billion electrons and photons were utilized against their will.
From: "Justice, Gerald" Gerald.Justice@SSC-SPC.gc.ca To: Bob McKim/Omaha/IBM@IBMUS, Toasters toasters@teaparty.net Date: 11/25/2014 12:46 PM Subject: RE: Need Working Nexus 7000 Config for cDOT - 2 scenarios
When you set native vlan26 you are saying, do not tag vlan 26 even though it's a tagged trunk. Generally, it is best practice to set vlan 1 or an unused vlan or your management vlan for the native vlan, typically, you would NOT set a real data vlan as a native vlan. It just doesn't make any sense.
Gerald (Gerry) Justice
Team Lead, Research Computing Support, Operations Branch Shared Services Canada / Government of Canada gerald.justice@ssc-spc.gc.ca / Tel: 250-363-0055
Chef d'équipe, Soutien de la recherche informatique, Direction générale des opérations Services partagés Canada / Gouvernement du Canada gerald.justice@ssc-spc.gc.ca / Tél: 250-363-0055 ________________________________________ From: toasters-bounces@teaparty.net [toasters-bounces@teaparty.net] On Behalf Of Bob McKim [bob.mckim@us.ibm.com] Sent: Tuesday, November 25, 2014 8:17 AM To: Toasters Subject: Need Working Nexus 7000 Config for cDOT - 2 scenarios
Hi toasters, I'm looking for a working Nexus 7000 config for the following 2 scenarios -
Single mode 10g ifgrp (2 interfaces) with 2 vlans 2 switch vPC for a two interface 10g ifgrp with 2 vlans
If we bring the single mode ifgrp (e0b and e0d) up with no vlan tagging, it works fine for each sub-net. As soon as we add vlan tagging on cluster nodes, we can't ping the gateways. Require the vlan tagging to support our failover groups.
This is what we tried on the Cisco for the single mode with 2 vlans - no dice.
config t interface Ethernet1/14 description <<xxx>> switchport mode trunk switchport trunk native vlan 26 switchport trunk allowed vlan 26, 28 no shutdown
Thanks in advance,
Bob McKim Senior IT Specialist IBM Global Technology Services NetApp Certified Professional
Although no hardware was injured in the creation of this note, a few billion electrons and photons were utilized against their will.