First difference is that the FEX functionality must be installed before it can be activated as a feature - similar to MPLS. This must be done in the admin VDC, then it can be activated in the local VDC:
n7k-top# conf t
Enter configuration commands, one per line. End with CNTL/Z.
n7k-top(config)# install feature-set fex
n7k-top(config)# end
n7k-top# switchto vdc srv
...
n7k-top-srv# conf t
Enter configuration commands, one per line. End with CNTL/Z.
n7k-top-srv(config)# feature-set fex
From then on, things work pretty much as they do on the 56128Ps.
However, one important difference is that it seems not to be possible to use vPC on a FEX fabric port, unlike a 56128P, at least on NX-OS 6.2:
n7k-top-srv(config)# int e1/24
n7k-top-srv(config-if)# channel-group 102
n7k-top-srv(config)# int po102
n7k-top-srv(config-if)# switchport mode fex-fabric
n7k-top-srv(config-if)# fex associate 102
n7k-top-srv(config-if)# vpc 102
ERROR: Operation failed: [FEX interface is not capable of acting as vPC]
This means it's not possible to dual-attach FEXs to two 7010s. However, it is possible to create a vPC across two FEXs attach to 7ks which themselves are acting as a vPC pair: any devices wanting redundancy on these will need to attach to two FEXs.
No comments:
Post a Comment