07-26-2013 12:54 PM - edited 03-07-2019 02:37 PM
I've seen some mention of multiple fabricpath topologies, but am unable to find much in the way of example configuration. Is this a supported feature at this time? I've got Nexus 7004s at one site and 7010s at another both running 6.1(3).
We've got fabricpath running as a DCI between a current site and a new DC. Eventually I want to migrate all VLANs from our old 6500 core at the existing location, but I have some VLAN ID overlap with the new DC and I'd like to keep them separate. In classical ethernet trunking I'd use the "switchport trunk allowed vlan" command, but I'm told that there's no equivelent for fabricpath interfaces.
Thanks.
Solved! Go to Solution.
07-29-2013 06:57 AM
5k's support this from 5.2(1)N1(1) and 7k's support is coming soon (6.2).
07-29-2013 06:57 AM
5k's support this from 5.2(1)N1(1) and 7k's support is coming soon (6.2).
01-29-2015 05:13 PM
HI Terry,
Multi Topology tree are available now and I am working extensively on them in LAB.
As a small template you can use the following reference from Cisco :
http://www.cisco.com/c/en/us/td/docs/switches/datacenter/sw/6_x/nx-os/fabricpath/configuration/guide/b-Cisco-Nexus-7000-Series-NX-OS-FP-Configuration-Guide-6x/b-Cisco-Nexus-7000-Series-NX-OS-FP-Configuration-Guide-6x_chapter_0110.html#task_A5AD094CA77D4C62AA9696F03DD929C8
Procedure
This example shows how to create a topology, map VLANs to the topology, and add an interface to the topology.
switch# configure terminal switch(config)# fabricpath topology 1 switch(config-fp-topology)# member vlan 7-19 switch(config-fp-topology)# exit switch(config)# interface port-channel 1 switch(config-if)# fabricpath topology-member 1 switch(config-if)# exit switch(config)# show fabricpath topology vlan switch(config)# show fabricpath isis topology summary
01-30-2015 05:17 AM
I've been using it for six months now in a production environment and it works great. :)
01-30-2015 05:38 AM
HI Terry,
Thanks for the wonderful rating, even though I have not helped you anything much.
I am working more on NZ OS 7.x testing case scenarios these days so that we can implement up-gradations in coming time.
I have made one lab for proof of concept for one customer although there is not much Multi topology configuration available online in Cisco or other places.
I have tried for the 3 topologies..
toplogy 0
VLAN 10, 20 , 30
topology 1
vlan 101-110
topology 2
vlan 201-210
have you experience when you create port channels, that Vlans are leaking.
I am experiencing VLAN are leaking.
Could you please share what you have configured in your production environment.
best regards
Sachin Garg
01-30-2015 06:19 AM
You may not have helped me personally, but it was a good post and may help someone else. :)
In my fabricpath topology I have:
Both the old Data Center and the redundant Data Center have offices co-located in the same building, thus the desire for the local-only topologies.
This topology has performed as expected with no issues.
I'm not sure what you mean by VLAN leaking.
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