Skip to content
Dmitry Golovach
Go back

Cisco NX-OS: FabricPath (FP)

FabricPath (FP) is a L2 Routing = “MAC-in-MAC” Routing. FabricPath is Cisco proprietary and works in the same way as TRILL (Transparent Interconnection of Lots of Links) that is an IETF standard.

Components:

FabricPath Control Plane

FP switch ID - identifies the node in the IS-IS SPT

by deafult auto generated

(config)# fabricpath swith-id

show fabricpath switch-id
show fabricpath isis adjacency

FabricPath data plane

Traditional MAC learning

Conversational MAC learning

Note: FP Leaf Switches must be STP Root for Classical Ethernet domain

FabricPath Header

FabricPath Configuration

1. Enable FabricPath

conf t
install feature-set faricpath
feature-set fabricpath

2. Configure FabricPath VLAN - specify which VLANs will be tunneled over FP. It changes the MAC learning from Traditional to Conversational learning

vlan 10
   mode fabricpath

3. Configure FP Core Port

int g1/0/1
   switchport mode fabricpath

FabricPath License

Requires a separate license - ENHANCED_LAYER2_PKG:


Share this post:

Previous Post
Cisco NS-OS: Virtual eXtensible LAN (VXLAN) Overview
Next Post
Cisco NX-OS: vPC & Failures