04-17-2012 05:28 AM - edited 03-16-2019 10:41 AM
Hi,
I am Having CCM 8.0 and want to Import MAC Addresses of All the IP Phones Configured in CCM,can anybody Guide me how to Import MAC addresses of all Phones via GUI of CCM 8.0
Any Help would be Appreciated
04-17-2012 05:44 AM
you export the min. or specifc details for all phones and then import them back in CCM 8.0 but make sure the BAT files in each CCM are the same, copy and paste the MAC address into the new BAT file if need be-
04-17-2012 05:48 AM
Hi Yogesh,
One way to get the MAC addresses of the IP phones via the CUCM gui is
to go to Call Routing > Route Plan Report and once it loads
up look at the top right hand corner of the page for "View in File" this will allow
you to save a copy in .csv format
7001 | Device | SEP000B5FE1292D | Q335 - Test | |||
7002 | Device | SEP0017956DA572 | T110A-Andrew Reil | |||
7003 | Device | SEP0017956C88DF | X210- Mike Podovinnikoff | |||
7004 | Device | SEP0024C40B560E | I108- Brian Henderson | |||
7005 | Device | SEP001B0CAD7CFF | U231H - Shelley Fried | |||
7006 | Device | SEP44E4D945196B | B349P - Sessional - B349P |
Cheers!
Rob
04-17-2012 05:59 AM
Hi Rob,
Thanks very Much but its not listing names of all users its listing for some users and some users MAC address
Device | Rakesh Bhalla | ||
Device | SEP44D3CA591F0D | SEP44D3CA591F0D | |
Device | SEP2C3F38C844AD | SEP2C3F38C844AD | |
Device | AN1FCAF24218003 | AN1FCAF24218003 | |
Device | |||
Device | Gopal Chitoor | ||
Device | SEP2C3F38C83817 | SEP2C3F38C83817 |
04-17-2012 06:26 AM
Hi Yogesh,
Yes, for this to work the way you want you would have to populate the
"Description" field when adding devices to CUCM. Without that field I can't see
any other way except perhaps using the BAT export feature
Cheers!
Rob
04-17-2012 07:48 AM
Rob is correct (+5 big R.) the best way to get this data out of CUCM is to use BAT. If you are trying to move from one CUCM to another then version differences may come into play. If you were moving between CUCM clusters that are the same version, you could use bulk export "All Details" for a phone but you have to make sure certain things are provisioned on the target CUCM before you import (e.g. users, softkey template names, phone button template names, partitions, etc.).
You can also export specific fields from the source CUCM and import into a target CUCM. Again, you will have to do some prep work on the target OR normalize the exported data file to conform to the target CUCM config. It is always a three step process (at a minimum).
When you have different CUCM versions, the "All Details" export typically adds the challenge of field alignment due to feature differences. It is pretty easy to find these by exporting "All Details" from both CUCM clusters. Then open both in Excel. From here you can compare headers (I like to select the header row, copy, and paste [transposed] in another sheet. It is easier to do a side by side comparison).
If you just want the MAC addresses and that is all you care about, then you can run this query from the console:
admin: run sql select tm.name as model, d.name, d.description from device as d inner join typemodel as tm on d.tkmodel = tm.enum where d.name like 'SEP%' order by tm.name
HTH.
Regards,
Bill
Please remember to rate helpful responses and identify
04-17-2012 08:48 AM
Hey Bill,
Another great response from the ucguerrilla +5 all day long.
Cheers!
Huff
04-18-2012 10:11 PM
Hi Guyzzzz,
Thanks for all your responses but my CCM ver are same 8.0,frankly speaking i am just still not able to understand,can you please tell me workaround again
Sorry
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