07-06-2010 02:59 PM - edited 02-21-2020 04:00 AM
Perhaps I'm missing it but is there a way to find the serial number of a NAC device while in CLI? - IE Show Version on a router.
I have not been able to find the serial in the GUI and I don't want to travel to get it. I'm assuming the only way is to visibly verify. Does anyone know this for sure? Thanks.
07-06-2010 08:02 PM
Darrell,
Try issuing 'dmidecode' in a ssh session.
HTH,
Faisal
07-20-2010 03:21 PM
Do you have a way to also pull the model of the box remotely?
07-22-2010 06:29 AM
Hi,
Not really. You'll have to correlate it with the hardware since dmidecode shows you the hardware type, but not the Cisco given labels (like 3310, 3350 etc).
[root@cam-snowball ~]# dmidecode | grep -i product\ name
Product Name: ProLiant DL140 G2
Product Name: M75ILA
DL140 is what we sell (or sold) as 3140.
HTH,
Faisal
05-23-2011 08:11 AM
To see this information, type in dmidecode -t system from the CLI. You can see serial and product info at the top of the query.
07-11-2013 06:42 AM
Hi,
to show serial number, you can use this command:
dmidecode | grep -i NAC
the output:
String 3: P#NAC3315 V#V01S#KQ48FB9
Vittore
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