is there any filter to get list of CI's using mac address
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2019 06:45 AM
Hello I am finding any filter to get CI's using mac address i have issue in this on computer table the record not showing mac address but after opening record in network adapter tab i see a mac address. i want filter to find CI's using respective network adapters mac addresses.
- Labels:
-
Personal Developer Instance

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2019 06:52 AM
Hi,
the MAC Address is not available for the CI of class Computer, it's an attribute available only for the "Network" CIs, that's the reason why you can't find the MAC Address field as OOTB.
Hope this will be useful for you.
If I have answered your question, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.
Thank you
Cheers
Alberto
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2019 06:57 AM
Is there any way to fetch computers CI's using networks mac address??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2019 07:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2019 07:03 AM
Maybe it will be repetitive, but on the first screenshot you are looking for MAC address at the cmdb_ci_computer table, on the second screenshot you're looking at different table cmdb_ci_network_adapter. You can populate mac_address field on cmdb_ci_computer table to be able to search and filter by MAC address.