Wednesday 28 December 2016

fabric path multi-path 009

on DC2
N7K7 & N7K8 will be the spine switches and N7K9 & N7K10 will be
leaf switches.
Ensure that N7K7 is the root for tree1 and N7K9 will be of tree 2.
L2 Multipathing topology and port assignment are displayed in the diagram:

Device            Switch id
N7K7               30
N7K8               40
N7K9               300
N7K10              400
!


Solution:

nx7(config)# fabricpath switch-id 30
nx7(config)# fa
fabric       fabricpath
nx7(config)# fabricpath domain ?
  default  Default fabricpath domain

nx8(config)# fabricpath switch-id 40
nx8(config)# fa
fabric       fabricpath
nx8(config)# fabricpath domain default
nx8(config-fabricpath-isis)# root-priority 254

nx7(config)# fabricpath domain default
nx7(config-fabricpath-isis)# root-priority 255


fabric       fabricpath
nx9(config)# fabricpath switch-id 300
nx10(config)# fabricpath switch-id 400

nx7(config-fabricpath-isis)# sh fabricpath switch-id
                        FABRICPATH SWITCH-ID TABLE
Legend: '*' - this system
        '[E]' - local Emulated Switch-id
        '[A]' - local Anycast Switch-id
Total Switch-ids: 4
=============================================================================
    SWITCH-ID      SYSTEM-ID       FLAGS         STATE    STATIC  EMULATED/
                                                                  ANYCAST
--------------+----------------+------------+-----------+--------------------
*   30          fa16.3e4f.b1ff    Primary     Confirmed Yes     No
    40          fa16.3e91.e6d2    Primary     Confirmed Yes     No
    300         fa16.3eef.ce20    Primary     Confirmed Yes     No
    400         fa16.3e5e.feda    Primary     Confirmed Yes     No
nx7(config-fabricpath-isis)# show fab
fabric       fabricpath
nx7(config-fabricpath-isis)# show fabricpath isis topology summary
FabricPath IS-IS Topology Summary
Fabricpath IS-IS domain: default
MT-0
  Configured interfaces:  Ethernet2/8  Ethernet2/9
 Max number of trees: 2  Number of trees supported: 2
    Tree id: 1, ftag: 1, root system: fa16.3e4f.b1ff, 30
    Tree id: 2, ftag: 2, root system: fa16.3e91.e6d2, 40
Ftag Proxy Root: fa16.3e4f.b1ff



Part 2:

Diag:



Fabric Path Configuration Part 2 (Practice)
Please refer the diagram:
DC2-N7K3 & DC2-N7K4 , DC2-N5K1 & DC2-N5K-2 enable fabricpath between them.
Port channel between DC2-N7K3 & DC2-N7K4 will not take part on fabricpath.
Create port channel between both Nexus 5K and enable fabricpath on the port
channel .
allow 20 seconds to detect any switch ID conflicts in Fabric path domain.
Make sure that only two equal cost paths are selected in Fabric path doamin.
Make sure DC2-N7K3 & DC2-N7K4 uses DC2-N5K-1 & 2 as equal cost paths.

Device name       switch id
DC2-N7K3           30
DC2-N7K4           40
DC2-N5K-1          50
DC2-N5K-2          60


Solution:
DC1-N7K-3(config-vlan)#
DC1-N7K-3(config-vlan)# sh run | in feature
install feature-set fabricpath
  allow feature-set fabricpath
feature-set fabricpath
DC1-N7K-3(config-vlan)# sh run fabricpath

!Command: show running-config fabricpath
!Time: Sun Mar  6 11:52:24 2016

version 7.2(0)D1(1)
install feature-set fabricpath
feature-set fabricpath

vlan 31,41
  mode fabricpath
fabricpath timers linkup-delay 20
fabricpath switch-id 30


interface Ethernet2/8
  switchport mode fabricpath
  fabricpath isis metric 35

interface Ethernet2/9
  switchport mode fabricpath
  fabricpath isis metric 35
fabricpath domain default
  maximum-paths 2
!
DC1-N7K-4(config-vlan)# sh run | in feature
install feature-set fabricpath
  allow feature-set fabricpath
feature-set fabricpath
DC1-N7K-4(config-vlan)# sh run fabricpath

!Command: show running-config fabricpath
!Time: Sun Mar  6 11:52:24 2016

version 7.2(0)D1(1)
install feature-set fabricpath
feature-set fabricpath

vlan 31,41
  mode fabricpath
fabricpath timers linkup-delay 20
fabricpath switch-id 40


interface Ethernet2/6
  switchport mode fabricpath
  fabricpath isis metric 35

interface Ethernet2/7
  switchport mode fabricpath
  fabricpath isis metric 35
fabricpath domain default
  maximum-paths 2
!
version 7.2(0)D1(1)
install feature-set fabricpath
feature-set fabricpath

vlan 31,41
  mode fabricpath
fabricpath timers linkup-delay 20
fabricpath switch-id 50


interface port-channel200
  switchport mode fabricpath

interface Ethernet2/1
  switchport mode fabricpath

interface Ethernet2/2
  switchport mode fabricpath

interface Ethernet2/7
  switchport mode fabricpath

interface Ethernet2/8
  switchport mode fabricpath

interface Ethernet2/9
  switchport mode fabricpath

interface Ethernet2/10
  switchport mode fabricpath
fabricpath domain default
  maximum-paths 2

!
DC1-N5K-2(config-if-range)# sh run fabricpath

!Command: show running-config fabricpath
!Time: Sun Mar  6 11:52:23 2016

version 7.2(0)D1(1)
install feature-set fabricpath
feature-set fabricpath

vlan 31,41
  mode fabricpath
fabricpath timers linkup-delay 20
fabricpath switch-id 60


interface Ethernet2/1
  switchport mode fabricpath

interface Ethernet2/2
  switchport mode fabricpath

interface Ethernet2/6
  switchport mode fabricpath

interface Ethernet2/7
  switchport mode fabricpath

interface Ethernet2/8
  switchport mode fabricpath

interface Ethernet2/9
  switchport mode fabricpath
fabricpath domain default
  maximum-paths 2
!



No comments:

Post a Comment