This caught me out the other day and I had to find the answer deep within a Cisco document. To hopefully save someone else having to wade through all that, the commands to find out chassis serial numbers on the ASR9k are as follows:
RP/0/RSP0/CPU0:nodename#admin
Thu Sep 25 14:15:16.645 BST
RP/0/RSP0/CPU0:nodename(admin)#show dsc
Thu Sep 25 14:15:27.080 BST
---------------------------------------------------------
Node ( Seq) Role Serial State
---------------------------------------------------------
0/RSP0/CPU0 ( 0) ACTIVE ABC2345X678 PRIMARY-DSC
RP/0/RSP0/CPU0:nodename(admin)#
Err.... simple?
This is the serial number of the RSP and not the chassis !!
ReplyDeleteNo it's not. Verified using "show inventory" and additionally I have two RSPs in Chassis and using this command Serial number is the same on both lines..
DeleteThe correct commands for this is:
DeleteASR9K#admin
ASR9K(admin)#show inventory chassis
This was helpful. Thanks a ton.
Deletefrom admin
ReplyDeleteshow diag chassis
http://www.cisco.com/c/en/us/td/docs/routers/crs/software/crs_r4-3/system_management/configuration/guide/b_sysman_cg43crs/b_sysman_cg43crs_chapter_0101.html#con_57192
You saved my day with this simple command! Thanks, Martin
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteRP/0/RSP0/CPU0:nodename#show inventory rack
ReplyDeleteWed Jun 7 15:19:00.305 WITA
Rack Chassis PID S/N
---- ------------ ----------
0 ASR-9010-DC-V2 ABC1234D5EF
RP/0/RSP0/CPU0:nodename#
this worked for me
DeleteThis worked
DeleteWOrked, Thanks
DeleteRP/0/RSP0/CPU0:nodename(admin)#show dsc
ReplyDeletewill tell you the chassis serial number.
If you have two RSPs you see two same serial numbers , the chassis serial number.
Somewhere the content of the blog surrounded by little arguments. Yes it is healthy for readers. They can include this kind of language in their writing skill as well as while group discussion in college.Cisco SG300
ReplyDeleteSumming it all up:
ReplyDeleteshow inventory rack
admin show diag chassis
admin show dsc
All three commands provide the chassis serial number
RP/0/RSP0/CPU0:nodename#show inventory rack
Tue Dec 12 05:47:19.402 UTC
Rack Chassis PID S/N
---- ------------ ----------
0 ASR-9010-DC-V2 FOXabcdefgV
RP/0/RSP0/CPU0:nodename#admin show diag chassis
Tue Dec 12 05:46:39.648 UTC
Rack 0 - ASR 9010 DC Chassis with PEM Version 2
RACK NUM: 0
S/N: FOXabcdefgV
PID: ASR-9010-DC-V2
VID: V01
Desc: ASR 9010 DC Chassis with PEM Version 2
CLEI: IPMUT00BRA
Top Assy. Number: 68-4237-01
RP/0/RSP0/CPU0:nodename#admin show dsc
Tue Dec 12 05:45:33.009 UTC
---------------------------------------------------------
Node ( Seq) Role Serial State
---------------------------------------------------------
0/RSP0/CPU0 ( 0) ACTIVE FOXabcdefgV PRIMARY-DSC
0/RSP1/CPU0 (359569832) STANDBY FOXabcdefgV BACKUP-DSC
God bless you.
ReplyDeleteOr:
ReplyDeleteRP/0/RP0/CPU0:#admin show inv chassis
works.
Running IOS XR 6.6.3 neither "admin show dsc" nor "sh inv rack" worked. But "admin show inv chassis" worked.
ReplyDelete