Wednesday 28 December 2016

Configuring CE & FP(fabricpath) VLANS 008

on DC2
On N7K-5 , N7K-7 configure Classical Ethernet
on N7K-7 to 10 Configure Fabricpath Vlans:

Vlan ID   Name          Vlan mode
31      FP-DATA1         FP
41      FP-DATA2         FP
80      DCI-SITE         CE
90      DCI-DATA         CE

N7K-5         80,90
N7K-7         31.41,80,90
N7K-8 to 10   31,41




Solutions:

for classical vlan , its same like other catalyst switches
vlan 80
name DC1-SITE
vlan 90
name DCI-DATA

for fabricpath vlans , we have to do these things:
nx7(config)# install feature-set fabricpath
!
on nexus 7 to nexus 10 do this : 
install feature-set fabricpath
feature-set fabricpath
!
vlan 31
name FP-DATA1
mode fabricpath
!
vlan 41
name FP-DATA2
mode fabricpath
!
vlan 80
name DC1-SITE
vlan 90
name DCI-DATA
!
nx7(config-vlan)# sh vlan

VLAN Name                             Status    Ports
---- -------------------------------- --------- -------------------------------
1    default                          active
31   FP-DATA1                         active
41   FP-DATA2                         active
80   DC1-SITE                         active
90   VLAN0090                         active

VLAN Type         Vlan-mode
---- -----        ----------
1    enet         CE
31   enet         FABRICPATH
41   enet         FABRICPATH
80   enet         CE
90   enet         CE
!
on nexus 7
int e2/8-9

nx7(config)# int e2/8
nx7(config-if)# switchport
nx7(config-if)# switchport mode fabricpath
nx7(config-if)# no sh
nx7(config-if)# int e2/9
nx7(config-if)# switchport
nx7(config-if)# switchport mode fabricpath
nx7(config-if)# no sh
nx7(config-if)#

nx8(config)# feature-set fabricpath
nx8(config)# int e2/6-7
nx8(config-if-range)# switchport
nx8(config-if-range)# switchport mode fabricpath
nx8(config-if-range)# no sh
!
nx9(config-vlan)# feature-set fabricpath
nx9(config)# int e2/1-2,e2/7-10
nx9(config-if-range)# switchport mode fabricpath
ERROR: Ethernet2/1, Ethernet2/2, Ethernet2/7, Ethernet2/8, Ethernet2/9, Ethernet2/10: requested config change not allowed

nx9(config-if-range)# switchport
nx9(config-if-range)# switchport mode fabricpath
nx9(config-if-range)# no sh
!
nx10(config-vlan)# feature-set fa
nx10(config)# int e2/1-2,e2/6-9
nx10(config-if-range)# switchport
nx10(config-if-range)# switchport mode fabricpath
nx10(config-if-range)# no sh
!
nx8(config-if-range)# sh fabricpath route
FabricPath Unicast Route Table
'a/b/c' denotes ftag/switch-id/subswitch-id
'[x/y]' denotes [admin distance/metric]
ftag 0 is local ftag
subswitch-id 0 is default subswitch-id


FabricPath Unicast Route Table for Topology-Default

0/2208/0, number of next-hops: 0
        via ---- , [60/0], 0 day/s 00:03:08, local
1/475/0, number of next-hops: 1
        via Eth2/7, [115/400], 0 day/s 00:01:23, isis_fabricpath-default
1/1266/0, number of next-hops: 2
        via Eth2/6, [115/800], 0 day/s 00:00:41, isis_fabricpath-default
        via Eth2/7, [115/800], 0 day/s 00:01:23, isis_fabricpath-default
1/3366/0, number of next-hops: 1
        via Eth2/6, [115/400], 0 day/s 00:00:41, isis_fabricpath-default

nx9(config-if-range)# sh fabricpath route
FabricPath Unicast Route Table
'a/b/c' denotes ftag/switch-id/subswitch-id
'[x/y]' denotes [admin distance/metric]
ftag 0 is local ftag
subswitch-id 0 is default subswitch-id


FabricPath Unicast Route Table for Topology-Default

0/475/0, number of next-hops: 0
        via ---- , [60/0], 0 day/s 00:02:51, local
1/1266/0, number of next-hops: 1
        via Eth2/1, [115/400], 0 day/s 00:01:44, isis_fabricpath-default
1/2208/0, number of next-hops: 1
        via Eth2/2, [115/400], 0 day/s 00:01:44, isis_fabricpath-default
1/3366/0, number of next-hops: 4
        via Eth2/7, [115/400], 0 day/s 00:01:02, isis_fabricpath-default
        via Eth2/8, [115/400], 0 day/s 00:01:02, isis_fabricpath-default
        via Eth2/9, [115/400], 0 day/s 00:01:02, isis_fabricpath-default
        via Eth2/10, [115/400], 0 day/s 00:01:02, isis_fabricpath-default

No comments:

Post a Comment