cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1834
Views
0
Helpful
2
Replies

DCNM 11.2(1) - Easy Fabric Template - vPC Peer Link VLAN

AndyK1
Level 1
Level 1

Hi there,

 

I have deployed DCNM 11.2(1) and attempting to use the Easy Fabric Template to use DCNM to manage a brownfield EVPN deployment which is in a lab. 

 

I am confused with vPC Peer Link VLAN - "VLAN for vPC Peer Link SVI"  (screenshot attached)

 

There is no SVI?  The vPC Peer Link is a trunk which carries vPC VLANs which are tagged on the port-channel.  Currently in my Lab there are no VLANs/SVIs besides a native VLAN.  My vPC peer-keepalive is via the OOB MGMT in the management VRF.

 

Thanks

2 Replies 2

I have the same issue, did you manage to figure out what is vPC Peer Link VLAN?
i tried with the VPVC trunked VLANs but it complains anyway

-- ---- ------ --------------------------------------------------
1 Po1 up 1,10,12-14,3000-3005

Switch [leaf04/FDO22191JQM]: vPC Peer Link Vlan/SVI is not matching with Fabric setting [10,12,14,3000-3005]

Severity Error
Category Fabric
Entity type Fabric_Template
Entity name configSave:fabricUpgrade:FDO22191JQM:VPC_VLAN
Reported 1 minute 2020-04-21 18:28:16
Details [13]: [fabricUpgrade:FDO22191JQM:VPC_VLAN]. Line/Col:[0/0]. Msg = [Switch [leaf04/FDO22191JQM]: vPC Peer Link Vlan/SVI is not matching with Fabric setting [10,12,14,3000-3005]]

Hi All,

I met the same problem.

JamesTu_0-1672735724514.png

After a few hours test, I think I find a solution.
The setting in the vPC part of the fabric setting on DCNM means what SVI you would like to use to establish OSPF between vPC members.
By default, it uses VLAN 3600.
So, please try to create VLAN 3600 on both switches and enable OSPF on them.
Maybe no need to enable OSPF, I think this would be done automatically. (Haven't tested it)

After that, try to deploy it again and it should work.

For your reference,
vPC-peer1

interface Vlan3600
description VPC-Peer-Link SVI
no shutdown
mtu 9216
no ip redirects
ip address 10.4.0.1/30
no ipv6 redirects
ip ospf network point-to-point
ip router ospf 100 area 0.0.0.0

vPC-peer2

interface Vlan3600
description VPC-Peer-Link SVI
no shutdown
mtu 9216
no ip redirects
ip address 10.4.0.1/30
no ipv6 redirects
ip ospf network point-to-point
ip router ospf 100 area 0.0.0.0



Best regards,
James