-
Enter the
configure terminal command to access global configuration mode.
device# configure terminal
-
Enter the
router isis command to enter IS-IS router configuration mode and enable IS-IS on the device.
device(config)# router isis
-
Enter the
address-family ipv4 unicast
command to enable ISIS address-family IPv4 unicast configuration mode.
device(config-isis-router)# address-family ipv4 unicast
-
Enter the
distance command and specify a value to change the administrative distance for the IPv4 IS-IS unicast address family.
device(config-router-isis-ipv4u)# distance 60
The following example sets an administrative distance of 60 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)# distance 60