The implementation of IS-IS supports RFC 2763, which describes a mechanism for mapping IS-IS system IDs to the hostnames of the devices with those IDs. The following task disables IS-IS name mapping.
device# configure terminal
device(config)# router isis
device(config-isis-router)# hostname disable
The following example globally disables IS-IS name mapping.
device# configure terminal device(config)# router isis device(config-isis-router)# hostname disable