Introduction
This document describes a problem that occurs when a Nexus 2248PQ Fabric Extender (FEX) is connected to a Nexus 7000 series switch which only has 40GB F3 modules installed.
Prerequisites
Requirements
Cisco recommends that you have knowledge of these topics:
- Cisco Nexus 2000 Series configuration
- Cisco Nexus 7000 Series configuration
Components Used
The information in this document is based on these software and hardware versions:
- Cisco Nexus 7009
- Cisco Nexus 2248PQ
- 6.2(12)
The information in this document was created from the devices in a specific lab environment. All of the devices used in this document started with a cleared (default) configuration. If your network is live, make sure that you understand the potential impact of any command.
Background Information
The 2248PQ uplink ports are in the form of four Quad (4-channel) Small Form-factor Pluggable (QSFP) ports. However, these ports do not run natively at 40GB; the only supported configuration is to run these ports in 4x10GB mode.
Configure
The 40GB ports on the F3 modules do not show as FEX-capable:
N7K1-Nexus7009# show module 9
Mod Ports Module-Type Model Status
--- ----- ----------------------------------- ------------------ ----------
9 12 10/40 Gbps Ethernet Module N7K-F312FQ-25 ok
N7K1-Nexus7009# sh int e9/1 capabilities | i FEX
FEX Fabric: no
However, these ports can be used for FEX connections to the 2248PQ. First, the port must be logically broken out:
N7K1-Nexus7009(config)# interface breakout module 9 port 1 map 10g-4x
After the breakout, we then see that the broken out 10GB ports are FEX-capable:
N7K1-Nexus7009# show int e9/1/1 capabilities | i FEX
FEX Fabric: yes
You can then connect a 2248PQ to this port using a 40GB QSFP or TwinAx cable; and then configure the four broken out ports into a port-channel:
N7K1-Nexus7009(config)# interface e9/1/1-4
N7K1-Nexus7009(config-if-range)# channel-group 101 mode active
N7K1-Nexus7009(config-if-range)# interface port-channel 101
N7K1-Nexus7009(config-if)# switchport
N7K1-Nexus7009(config-if)# switchport mode fex-fabric
N7K1-Nexus7009(config-if)# fex associate 101
The FEX has come online:
N7K1-Nexus7009# show fex 101
FEX: 101 Description: FEX0101 state: Online
FEX version: 6.2(12) [Switch version: 6.2(12)]
Extender Serial: FOC1709R0H1
Extender Model: N2K-C2248PQ-10GE, Part No: 73-14775-03
Pinning-mode: static Max-links: 1
Fabric port for control traffic: Eth9/1/1
FCoE Admin: false
FCoE Oper: false
FCoE FEX AA Configured: false
Fabric interface state:
Po101 - Interface Up. State: Active
Eth9/1/1 - Interface Up. State: Active
Eth9/1/2 - Interface Up. State: Active
Eth9/1/3 - Interface Up. State: Active
Eth9/1/4 - Interface Up. State: Active
Verify
There is currently no verification procedure available for this configuration.
Troubleshoot
There is currently no specific troubleshooting information available for this configuration.
Related Information