By default, IS-IS performs consistency checks on hello packets. If a hello packet does not have the same configured network protocols, IS-IS rejects the packet. The following task disables the IS-IS IPv6 protocol-support consistency checks so that two devices running different sets of network protocols can form an adjacency.
device# configure terminal
device(config)# router isis
device(config-isis-router)# address-family ipv6 unicast
device(config-router-isis-ipv6u)# disable-adjacency-check
The following example disables IS-IS IPv6 protocol-support consistency checks..
device# configure terminal device(config)# router isis device(config-isis-router)# address-family ipv6 unicast device(config-router-isis-ipv6u)# disable-adjacency-check