cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
809
Views
10
Helpful
2
Replies

dcrcli

one-ans1357
Level 1
Level 1

Hello,

I've found this example on the guide:

dcrcli -u Username cmd=detail id=xxxx

to find details about one device.

I'd like to know if there's a way to know the device ID.. maybe using a command like this, and using dn=value instead of id=value.

thanks

2 Replies 2

Joe Clarke
Cisco Employee
Cisco Employee

You can use the lsids dcrcli command to get the device IDs for all devices or for a single device:

dcrcli -u admin cmd=lsids all

Or:

dcrcli -u admin cmd=lsids dn=nms-7206a.rtp.cisco.com

thank you very much!