1 Rookie
•
35 Posts
0
1658
November 1st, 2022 08:00
How to find out switch OS version
Hello
Quick question.
I'm investigating the use of ansible with DELL switches N15xx series. I found some documentation online where it is asking you to find the OS version of the switch. Is the OS version the same as the firmware version? My firmware version is 6.7.x.x. Does that mean my OS is 6?
Many thanks
No Events found!
DELL-Chris H
Moderator
•
9.4K Posts
0
November 1st, 2022 13:00
Igano,
The only supported OS for the N1500 series is OS6, but if you were wanting to get eyes on that information it is displayed under show tech-support.
Let me know if this helps.
DevinFin
1 Rookie
•
1 Message
1
April 18th, 2024 01:14
@DELL-Marco B This is an old post, but it's what i found when searching so I'll go ahead and comment.
show tech-support | include version
doesn't work because include filters by line and the os version output doesn't include the word version
instead, just use the last line (or lines if stacking switches) of the output for
show version
igano
1 Rookie
•
35 Posts
0
November 1st, 2022 13:00
Hi Chris,
Thank you for your reply. Out of curiosity where exactly does it show that?
I tried show tech-support | include OS6 but did not output anything.
Thank you
DELL-Young E
Moderator
•
5.1K Posts
0
November 1st, 2022 19:00
Hello, should be seeing this (attached) #show tech-support
1 Attachment
6df84df0-c3a5-4777-b9d7-aef634524e04-314822366.png
igano
1 Rookie
•
35 Posts
0
November 2nd, 2022 02:00
Yes I got that but when I include OS6, i don't get any results in the output. Do you get any if you run
show tech-support | include OS6 or OS9?
thank you
DELL-Marco B
Moderator
•
3.8K Posts
0
November 2nd, 2022 04:00
Hello,
did you try with
show tech-support | include version
Thanks