1 Rookie
•
23 Posts
0
1793
May 1st, 2020 00:00
N4032f stacking
Hi guys,
I have to configure a new stack with 2 4032f using only 10Gb interface without any external module.
I saw in the manual the following commands to create the stack:
console#config
console(config)#stack
console(config-stack)#stack-port fortygigabitethernet 1/1/1 stack
console(config-stack)#stack-port fortygigabitethernet 1/1/2 stack
Do you know if is possible apply this configuration on 4 * 10Gb interfaces ?
E.G.
console#config
console(config)#stack
console(config-stack)#stack-port Tengigabitethernet 1/0/21 stack
console(config-stack)#stack-port Tengigabitethernet 1/0/22 stack
console(config-stack)#stack-port Tengigabitethernet 1/0/23 stack
console(config-stack)#stack-port Tengigabitethernet 1/0/24 stack
If so, Will these interface be displayed in the show running after creating the stack?
Thank you
P.s. why is it a 4032 if it has only 24 interfaces?
0 events found


Reikidude89
1 Rookie
•
23 Posts
0
May 7th, 2020 03:00
Hi,
I confirm that it is possible to configure 4 x 10 Gb stack connections.
The output shown above was caused by a failure of the switch elected as master.
To solve this problem I had to migrate all the infrastructure on a new stack with updated firmware.
Thanks
DELL-Josh Cr
Moderator
•
9.6K Posts
0
May 1st, 2020 09:00
Hi,
You can use two ports for a stack but not 4. It is 32 because the 40Gb ports can be split into 4 ports each.
Reikidude89
1 Rookie
•
23 Posts
0
May 1st, 2020 11:00
Hi
Do you know if the interfaces configured as a stack will be displayed in the show running?
The command are right?
console(config-stack)#stack-port Tengigabitethernet 1/0/23 stack
console(config-stack)#stack-port Tengigabitethernet 1/0/24 stack
I have another backup configuration of the same switches configured as a stack, but i can't find these lines on the startup-configuration.
Thank you for your help
DELL-Josh Cr
Moderator
•
9.6K Posts
0
May 1st, 2020 12:00
Do they show under show switch stack-ports? Page 2287 https://dell.to/2KT9uep
Reikidude89
1 Rookie
•
23 Posts
0
May 4th, 2020 06:00
Hi,
"You can use two ports for a stack but not 4"
Are you sure about that?
SW#show switch stack-ports
Configured Running Link Link Admin
Interface Stack Mode Stack Mode Status Speed (Gb/s) Status
--------- ---------- ---------- ------------ ------------ ------------
Te2/0/1 Ethernet Ethernet Link Up 10 Disabled
Te2/0/2 Ethernet Ethernet Link Up 10 Disabled
Te2/0/3 Ethernet Ethernet Link Up 10 Disabled
Te2/0/4 Ethernet Ethernet Link Up 10 Disabled
Te2/0/5 Ethernet Ethernet Link Down 10 Disabled
Te2/0/6 Ethernet Ethernet Link Down 10 Disabled
Te2/0/7 Ethernet Ethernet Link Down 10 Disabled
Te2/0/8 Ethernet Ethernet Link Down 10 Disabled
Te2/0/9 Ethernet Ethernet Link Up 10 Disabled
Te2/0/10 Ethernet Ethernet Link Up 10 Disabled
Te2/0/11 Ethernet Ethernet Link Up 10 Disabled
Te2/0/12 Ethernet Ethernet Link Down 10 Disabled
Te2/0/13 Ethernet Ethernet Link Down 10 Disabled
Te2/0/14 Ethernet Ethernet Link Down 10 Disabled
Te2/0/15 Ethernet Ethernet Link Down 10 Disabled
Te2/0/16 Ethernet Ethernet Link Down 10 Disabled
Te2/0/17 Ethernet Ethernet Link Down 10 Disabled
Te2/0/18 Ethernet Ethernet Link Up 10 Disabled
Te2/0/19 Ethernet Ethernet Link Up 10 Disabled
Te2/0/20 Ethernet Ethernet Link Up 10 Disabled
Te2/0/21 Stack Stack Link Up 10 Enabled
Te2/0/22 Stack Stack Link Up 10 Enabled
Te2/0/23 Stack Stack Link Up 10 Enabled
Te2/0/24 Stack Stack Link Up 10 Enabled
SW#show switch stack-standby
Standby unit: None
SW#show switch
Management Standby Preconfig Plugged-in Switch Code
SW Status Status Model ID Model ID Status Version
--- ---------- --------- ------------- ------------- ------------- -----------
1 Unassigned N4032F Not Present 0.0.0.0
2 Mgmt Sw N4032F N4032F OK 6.3.1.11
Do you know how is possible this output?
Thanks