06-12-2019 03:22 PM
Our DNAC box is miles away. I have been browsing the GUI->Inventory to find the serial number but no luck. Can anyone tell me how I can find the serial number of this DNAC box?
Solved! Go to Solution.
04-30-2020 04:34 PM
This will give you the serial of the chassis if you drop it into the DNA CLI. It will require the maglev password.
sudo cat /sys/devices/virtual/dmi/id/chassis_serial
06-18-2019 08:44 AM
I had the same issue. You can pull the hardware information through SSH to Maglev by using the "sudo lshw" command.
ssh x.x.x.x -p 2222
$ sudo lshw
maglev-master-1
description: Rack Mount Chassis
product: DN1-HW-APL
vendor: Cisco Systems Inc
version: A0
serial: FCHxxxxxxxxx
08-24-2020 02:32 AM
Thanks - this is great. To anybody that follows, do this instead - you'll save yourself a lot of scrolling! (All the bits you need from the output are right at the start...)
sudo lshw | head
Cheers,
Richard
01-13-2021 07:52 AM
Thank you.
This made it for me.
Cheers
Atila
04-30-2020 04:34 PM
This will give you the serial of the chassis if you drop it into the DNA CLI. It will require the maglev password.
sudo cat /sys/devices/virtual/dmi/id/chassis_serial
05-01-2020 08:52 AM
Thanks
11-24-2021 02:11 AM - edited 11-24-2021 02:13 AM
Hello guys. In our DNAC is one PSU broken.
We have to open an RMA case. How can i get this info under:
/sys/devices/virtual/dmi/id/
What file shows me, what is the serial of the broken psu?
thx a lot
11-03-2022 12:13 PM
Since, this was only provided a CLI option as an answer, for GUI go to the "help" on the upper right hand side of the GUI and click "about". You'll see the serial number there.
09-13-2023 11:55 AM
Ismael's post is the easiest way to get the SN.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide