You can change the default metric for the IS-IS routing protocol. The following task changes the default metric value for the IPv4 unicast address family.
device# configure terminal
device(config)# router isis
device(config-isis-router)# address-family ipv4 unicast
device(config-router-isis-ipv4u)# default-metric 30
The following example sets the default value to 30 for the IPv4 unicast address family.
device# configure terminal device(config)# router isis device(config-isis-router)# address-family ipv4 unicast device(config-router-isis-ipv4u)# default-metric 30