cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2989
Views
0
Helpful
4
Replies

Nexus 5010 cant associate to 2148T fabric extender

Jim Bell
Level 1
Level 1

Hi There,

We have a Nexus 5010 (N5K-C5010P-BF version n5000uk9.4.0.1a.N1.1.bin) and are trying unsuccessfully to associate a fabric extender 2148T (N2K-2148T-1GE.

We are using the guide for the 2148T as detailed at the following location;

http://www.cisco.com/en/US/docs/switches/datacenter/nexus2000/sw/configuration/guide/rel_4_0_1a/FEX-Config.html

When trying to configure the 5010 for the interface connected to the 2148T we do not get "fex-fabric" as a configurable option under "switchport"

Switch(config)# int eth 1/17

Switch(config-if)# switchport mode ?

      access    port mode access

      trunk       port mode trunk

Switch(config-if)# switchport mode fex-fabric

                                              ^

% invalid command detected at ' ^ ' marker.

Switch(config-if)#

Any ideas what we are missing - possible global command to allow fex-fabric to become an option ?

Thanks in advance for any assistance.

1 Accepted Solution

Accepted Solutions

Ganesh Hariharan
VIP Alumni
VIP Alumni

Hi Jim,

Following command was introduce in 4.0(1a)N2(1) check out the below link from cisco hope that helps out your query !!

http://www.cisco.com/en/US/docs/switches/datacenter/nexus5000/sw/command/reference/rel_4_0_1a/fex-cmd-ref.html#wp1585269

Regards

Ganesh.H

View solution in original post

4 Replies 4

Ganesh Hariharan
VIP Alumni
VIP Alumni

Hi Jim,

Following command was introduce in 4.0(1a)N2(1) check out the below link from cisco hope that helps out your query !!

http://www.cisco.com/en/US/docs/switches/datacenter/nexus5000/sw/command/reference/rel_4_0_1a/fex-cmd-ref.html#wp1585269

Regards

Ganesh.H

Thanks Ganesh.H

That looks promising.

However I am now having issues trying to upgrade the 5010 to an image that supports the switchport fex-fabric command.

The 5010 is on bench test without any network connectivity and we were trying to upgrade unsuccessfully via mgmt 0 interface

Laptop (10.1.1.199) connected on same subnet 10.1.1.0 can ping and telnet to the 5010 mgmt 0 interaface (10.1.1.200), however the 5010 is unable to

ping or tftp back to the laptop comes up with "No route to Host" even though we had added one as per instructions at

http://www.cisco.com/en/US/docs/switches/datacenter/nexus5000/sw/configuration/nxos/Cisco_Nexus_5000_Series_NX-OS_Software_Configuration_Guide_chapter4.html#task_1073893

Have I missed something or is there any other way to upgrade the 5010 image

Thanks

Jim.

Update on issue of tftp transfer is now resolved - had to specify vrf to use for tftp transfer as below;

Enter vrf (If no input, default vrf is considered): management

bagaumer
Level 1
Level 1

Don't forget to enable "feature fex" from global config.  See below for essentials:

feature fex

fex 100
  pinning max-links 1
  description first_nexus_2148t
  type "Nexus 2148T"

interface port-channel100
  switchport mode fex-fabric
  fex associate 100

interface Ethernet1/19
  switchport mode fex-fabric
  fex associate 100
  channel-group 100

interface Ethernet1/20
  switchport mode fex-fabric
  fex associate 100
  channel-group 100