06-17-2020 01:39 PM
Looking for the command line to run a query that will return the MAC adddress, DN and number mask.
06-18-2020 04:55 AM
Hi @chuck47172 Check if this helps you.
https://community.cisco.com/t5/collaboration-voice-and-video/useful-sql-queries-in-cucm/ta-p/3773875
Please rate helpful post
06-18-2020 06:12 AM
Thanks for the info however this is not what I trying to query. I should have been more detailed in my request, sorry.
the mask I'm referring to is the e164mask.
The following command shows what I am after but it does not show the MAC address of the phone that is using the e164mask.
run sql select dnorpattern, d.description, e164mask, tkpatternusage from devicenumplanmap inner join numplan on fknumplan=numplan.pkid join device d on fkdevice = d.pkid
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