09-29-2021 02:32 AM
Hello,
This is Moula Ali, I have an query that N5K-C5548UP, running VPC peer links and VPC peer keep alive links. The peer keep alive links are using the dedicated mgmt ports for peer keep alive traffic. I want to change this so the VPC peer keep alive links are using dedicated ports, and this will also make the mgmt ports dedicated for management traffic only. I do not have a way to test this in a non-production environment. I wanted to make sure my procedure will not cause an outage. After the peer keep alive change, I plan to re-IP the mgmt port to a different network. Switches are running version 7.3(3)N1(1).
Note: Do we require Daughter card to create L3 port-channel for vpc peer-keepalive. If not can have daughter card can we create or not.
09-29-2021 02:46 AM
You can change the vpc peer-link no issue, but 1 question to ask, is the end device dual Homed with both nexus 5K, do you have any small diagram.
It all depends on config you have, If you are using port-channel, you can remove and join the new interface, if they are same speeds ? i do not see any issue.
Make sure you always perform any task in maintenance window for better outcome, no pressure it is effecting Live traffic to save your self.
Note: Do we require Daughter card to create L3 port-channel for vpc peer-keepalive. If not can have daughter card can we create or not.
you can use different Asic if you do not have any other option for safe and best practice.
You must configure peer-keepalive link before peer-link in order for vPC system to come up.
check out some best practice for reference :
09-29-2021 08:02 AM
Hello,
I don't have the sample diagram but my clear question is with out daughter card can we create L3 port-channel for vpc peer-keepalive and just to confirm that there is no impact while changing the keepalive from mgmt port to L3 port-channel. Please find the below sample config.
FYI: Its already vpc configured but changing only vpc peer-keepalive from mgnt port to L3 port-channel. will it not cuase not impact during the peer link up and running.
Config:
#default new ports used for PKA
default interface eth1/3-4
#create new VRF for PKA
vrf context pka1
#create port channel for PKA
interface port-channel1
description VPC Peer Keepalive link to edcns5kcore02
vrf member pka1
service-policy type qos input ingresspolicy
ip address 192.168.255.1/30
#configure physical port for PKA
interface Ethernet1/3
description VPC Peer Keepalive Link
channel-group 1 mode active
#configure physical port for PKA
interface Ethernet1/4
description VPC Peer Keepalive Link
channel-group 1 mode active
#change VPC domain to use new PKA ports
vpc domain 11
peer-keepalive destination 192.168.255.2 source 192.168.255.1 vrf pka1
#change IP of mgmt port
interface mgmt0
ip address 172.30.83.81/24
#change default gateway for mgmt port
vrf context management
ip route 0.0.0.0/0 172.30.83.1
09-29-2021 04:49 AM
Hello,
I don't have the sample diagram but my clear question is with out daughter card can we create L3 port-channel for vpc peer-keepalive and just to confirm that there is no impact while changing the keepalive from mgmt port to L3 port-channel. Please find the below sample config.
FYI: Its already vpc configured but changing only vpc peer-keepalive from mgnt port to L3 port-channel. will it not cuase not impact during the peer link up and running.
Config:
#default new ports used for PKA
default interface eth1/3-4
#create new VRF for PKA
vrf context pka1
#create port channel for PKA
interface port-channel1
description VPC Peer Keepalive link to edcns5kcore02
vrf member pka1
service-policy type qos input ingresspolicy
ip address 192.168.255.1/30
#configure physical port for PKA
interface Ethernet1/3
description VPC Peer Keepalive Link
channel-group 1 mode active
#configure physical port for PKA
interface Ethernet1/4
description VPC Peer Keepalive Link
channel-group 1 mode active
#change VPC domain to use new PKA ports
vpc domain 11
peer-keepalive destination 192.168.255.2 source 192.168.255.1 vrf pka1
#change IP of mgmt port
interface mgmt0
ip address 172.30.83.81/24
#change default gateway for mgmt port
vrf context management
ip route 0.0.0.0/0 172.30.83.1
09-30-2021 12:07 AM
Before we dive into vPC it is important to quickly review Port-Channels.
A Port-Channel is a technology that provides a way to aggregate (bond) multiple interfaces together. Traffic is then load balanced across each of the connections. Port-Channels provides 3 key benefits,
Let’s look at each of the VPC components,
09-30-2021 12:19 AM
09-30-2021 02:47 AM
Hope I have addressed before it can done (check if you can use different asic, Not that i have seen any document which need to Daughter card, or i may be missed anywhere ? - if you do not have any other cards, not sure what mode is this ?), If you Looking more than this ( contact TAC)
here is the reference guide :
09-30-2021 07:11 AM - edited 09-30-2021 07:25 AM
Hi Moula,
No,
If you want to use any physical interface as L3(routed port), you would need the L3 daughter card. Considering the port-channel is L3, you would need it.
Regards,
Prasann
09-30-2021 07:48 AM
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