You can configure the metric value globally on all active IS-IS interfaces for the configured address family. The following task sets the IS-IS default link metric value for Level 1 for the IPv4 address family.
device# configure terminal
device(config)# router isis
device(config-isis-router)# address-family ipv4 unicast
device(config-router-isis-ipv4u)# default-link-metric level-1 30
The following example sets the IS-IS default link metric value for Level 1 for the IPv4 address family.
device# configure terminal device(config)# router isis device(config-isis-router)# address-family ipv4 unicast device(config-router-isis-ipv4u)# default-link-metric level-1 30