Skip to page contentSkip to chat
ServiceNow support
    • Community
      Ask questions, give advice, and connect with fellow ServiceNow professionals.
      Developer
      Build, test, and deploy applications
      Documentation
      Find detailed information about ServiceNow products, apps, features, and releases.
      Impact
      Accelerate ROI and amplify your expertise.
      Learning
      Build skills with instructor-led and online training.
      Partner
      Grow your business with promotions, news, and marketing tools
      ServiceNow
      Learn about ServiceNow products & solutions.
      Store
      Download certified apps and integrations that complement ServiceNow.
      Support
      Manage your instances, access self-help, and get technical support.
MAC address field on cmdb_ci_network_adapter should increase the max length to avoid duplicates - Known Error
  • >
  • Knowledge Base
  • >
  • Known Error (Knowledge Base)
  • >
  • MAC address field on cmdb_ci_network_adapter should increase the max length to avoid duplicates
KB0854500

MAC address field on cmdb_ci_network_adapter should increase the max length to avoid duplicates


2017 Views Last updated : Apr 8, 2024 public Copy Permalink
KB Summary by Now Assist

Description

Usually MAC address is 48bit - 6 pairs of characters, e.g. 00:18:18:d1:f0:7c However some fiber switch interfaces may have 'long' MAC addresses, which is 64bit MAC address e.g. 00:18:18:d1:f0:7c:8a:5b

The 64bit MAC address seems to be EUI-64 standard:
https://community.cisco.com/t5/networking-documents/understanding-ipv6-eui-64-bit-address/ta-p/3116953

When pattern discovers these MAC addresses and save, they will be truncated to the maximum length of the MAC address field which is 18 characters. For example "22:ad:00:0d:ec:25:e8:40" will be truncated to "22:ad:00:0d:ec:25:". Then next time Discovery compares the MAC address "22:ad:00:0d:ec:25:e8:40" and "22:ad:00:0d:ec:25:" and decides to create a new CI because no match can be found. This will create duplicated Network adapters for every Discovery run.

Steps to Reproduce

Discovery a server/device which uses EUI-64 standard 64bit MAC address

Workaround

The workaround is to increase the maximum length of MAC address field on cmdb_ci_network_adapter to 24, so the EUI-64 MAC address would not be truncated.


Related Problem: PRB1411504

Potentially Seen In

There is no data to report.

Fixed In

Quebec

The world works with ServiceNow.

Sign in for more! There's more content available only to authenticated users Sign in for more!
Did this KB article help you?
Did this KB article help you?

How would you rate your Now Support digital experience?

*

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

What can we improve? Please select all that apply.

What are we doing well? Please select all that apply.

Tell us more

*

Do you expect a response from this feedback?

  • Terms and conditions
  • Privacy statement
  • GDPR
  • Cookie policy
  • © 2025 ServiceNow. All rights reserved.