12-09-2017 06:30 PM - edited 03-08-2019 01:03 PM
hi,
i'll be configuring vpc between a pair of nexus 5Ks to child or access 2960s switches (four of these). the dual trunk or uplinks were already patched on the 2960s to each 5Ks and was asked to implement vpc on switching infrastructure.
this will be my first time to do it and i've already read white papers on vpc and will be doing some labs soon. just want to ask for some tips/recommendations, best practice and gotchas to prevent. thanks in advance!
12-11-2017 12:37 AM
Hi
theres not much in it heres a sample config off one of my 5k sets , I always keep one side down when bringing up VPC , when one is up I bring up the other Nexus side , VPC on nexus side and standard PO on 2960 side , can be trunk or access as usual
Nexus A
interface port-channel4
description VPC for level1access
no lacp suspend-individual
switchport access vlan x
logging event port link-status
logging event port trunk-status
vpc 4
interface Ethernet2/8
description VPC for level1access
switchport access vlan x
channel-group 4 mode active
###########################################
Nexus B
interface port-channel4
description VPC for level1access
no lacp suspend-individual
switchport access vlan x
logging event port link-status
logging event port trunk-status
vpc 4
interface Ethernet2/8
description VPC for level1access
switchport access vlan x
channel-group 4 mode active
12-12-2017 10:31 AM
Well those configurations are not step one if you don't have base vPC configured yet.
You need to configure peer keep alive and peer link.
12-12-2017 01:51 PM
12-18-2017 11:59 PM - edited 12-19-2017 12:06 AM
hi all,
sorry late reply. been busy with other projects. i got the base VPC domain and peer-link configured.
i need to verify the VPC trunks to downstream access switches.
can someone verify my script below?
can i configure (is it ideal?) 'spanning-tree port type normal' on nexus' trunk and port-channel interfaces?
can i configure active-active LACP between NK5 and 2960 trunks?
NK5-1
interface Ethernet1/46
description ### SW03 - G0/23 ###
switchport mode trunk
spanning-tree port type normal
channel-group 103 mode active
interface port-channel103
description ### VPC SW03 ###
switchport mode trunk
spanning-tree port type normal
vpc 103
----
NK5-2
interface Ethernet1/46
description ### SW03 - G0/24 ###
switchport mode trunk
spanning-tree port type normal
channel-group 103 mode active
interface port-channel103
description ### VPC SW03 ###
switchport mode trunk
spanning-tree port type normal
vpc 103
----
SW03
interface G0/23
description ### NK5-1 Eth 1/46 ###
switchport mode trunk
channel-group 103 mode active
interface G0/24
description ### NK5-2 Eth 1/46 ###
switchport mode trunk
channel-group 103 mode active
interface Port-channel103
description ### VPC - NEXUS ###
switchport mode trunk
12-19-2017 08:01 AM
I would add three additional lines to the port channels on the Nexus switches:
interface port-channel103
description ### VPC SW03 ###
switchport mode trunk
spanning-tree port type normal
spanning-tree guard root
storm-control broadcast level 25.00
storm-control multicast level 25.00
vpc 103
01-07-2018 06:38 AM - edited 01-07-2018 06:39 AM
hi,
just a re-visit on this matter.
i'm going to implement this change soon.
i just want to check if nexus vPC and etherchannel config on downstream/access switches causes any downtime, i.e. STP reconverge, L3 IGPs, HSRP (these are on top of head, not sure if there are other).
09-19-2018 11:23 PM
09-20-2018 01:50 AM
hi,
yes, i applied the config except for the storm-control.
you'll need to do this in a change window since there will be STP reconvergence/short downtime.
09-20-2018 07:10 PM
Hi,
Just want to clarify, STP re-convergence/short downtime was occurred on N5K or Catalyst switch ?
N5K u were using VPC right ? re-convergence time should be within 50 second.
Btw, thanks for your reply and do appreciate !! Cheers !
09-20-2018 07:10 PM
@johnlloyd_13 wrote:
hi,
yes, i applied the config except for the storm-control.
you'll need to do this in a change window since there will be STP reconvergence/short downtime.
Hi,
Just want to clarify, STP re-convergence/short downtime was occurred on N5K or Catalyst switch ?
N5K u were using VPC right ? re-convergence time should be within 50 second.
Btw, thanks for your reply and do appreciate !! Cheers !
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