06-10-2017 12:31 PM - edited 03-08-2019 10:56 AM
Hi
is it possible to run vPC from 1 x N9k to 2 x Core 6800IA
Core 1 (6800) ---VSS----- Core 2 (6800
| |
|___________N9k____________|
vPC?
Thanks
06-10-2017 01:31 PM
Hi,
Yes, but there is no need for a vPC since you only have one N9k switch. You just need a regular Portchannel.
HTH
06-10-2017 06:19 PM
Thanks for responding but since there is vss between two 6800 how is it possible to vpc n9k? Remember there are 2 x 6800 cores and 1 n9k. I know vice Versa is possible but not this?
if possible what's the config?
06-10-2017 08:14 PM
Hi,
If the 6800s are configured as VSS, they are logically one switch. So, think of connecting one switch to one switch. As for config, its simple Portchannel config:
Here is an example: with
interface 1/1/3 and 2/1/3 as just examples
interface TenGigabitEthernet1/1/3
switchport trunk allowed vlan xxx
switchport mode trunk
channel-group 7 mode passive
interface TenGigabitEthernet2/1/3
switchport trunk allowed vlan xxx
switchport mode trunk
channel-group 7 mode passive
!
interface Port-channel7
switchport trunk allowed vlan xxx
switchport mode trunk
The same config on the nexus side with whatever ports you are planning to use.
HTH
06-12-2017 12:58 AM
Yes I understand this, but vPC does not come into play? I have been asked to do vPC but my understanding its not needed and NOT POSSIBLE. is this right ?
06-12-2017 02:07 AM
let me ask you this question
Is vPC possible from
between two cores 6800(VSS) between them and to 2 x N9k (Downstream switches - layer 2) running vPC between them?
06-12-2017 07:15 AM
According to your first post, you only have one Nexus 9k. If that is the case then you don't need vPC. If you have 2 9ks than you can configure vPC between the 9ks as well as 9ks and VSS.
HTH
06-12-2017 07:26 AM
lets go with 2 x 9ks
so the cores are going to be 6800 with VSS and downstream switch is going to be N9k with vPC - how will this work ? should the n9k be Layer 3 ?
how will the config work ?
06-12-2017 08:30 AM
Have a look at the this doc for best practice and configs.
http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/6-x/interfaces/configuration/guide/b_Cisco_Nexus_9000_Series_NX-OS_Interfaces_Configuration_Guide/b_Cisco_Nexus_9000_Series_NX-OS_Interfaces_Configuration_Guide_chapter_0111.html
HTH
06-12-2017 08:33 AM
seen this but the bit i am unclear about is the N9K communicating with 6800 on VSS
so lets look at the section below N9K - if I attach a switch or dual homed server to both Nexus and vPC between 2 x N9K then it will work which is fine but how is the connection between n9k and 6800 look like ? port channel or vPC ?
06-12-2017 08:40 AM
Between the 9ks and 6800 VSS, you can just use layer-3 Portchannels.
for example:
nk9-a connects to both 6800 chassis using Portchannel 10 and
nk9-b connects to both 6800 chassis using Portchannel 20.
HTH
06-12-2017 08:43 AM
should this be only layer 3 port-channels? issue i have is only 1 link from Core (6800) to each N9k - will ths work ?
so
6800-----VSS----------6800
| |
| |
N9k1-------vPC-------N9k2
| |
|----------server----------|
(dual homed)
06-12-2017 10:19 AM
To do this correctly, you need 4 links between VSS and the 9ks. I have not tested this will only 2 links and not sure if it works.
HTH
06-13-2017 02:10 AM
i am thinking of using switched links between 6800 and N9k - let me know if you see any issues?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide