Changes the Intermediate System-to-Intermediate System (IS-IS) level globally.
The device operates as both a Level 1 (intra-area) and a Level 2 (interarea) device.
IS-IS router configuration mode
IS-IS is supported only on devices based on the DNX chipset family. For a list of such devices, see "Supported Hardware".
The no form of the command enables support for both IS-IS levels, if one level has been disabled. Alternatively, the level-1-2 parameter can be used.
The following example changes the IS-IS level globally to Level-1 only.
device# configure terminal device(config)# router isis device(config-isis-router)# is-type level-1
The following example changes the IS-IS level globally to Level-2 only.
device# configure terminal device(config)# router isis device(config-isis-router)# is-type level-2
The following example changes the IS-IS level globally to Level-1 and Level-2 if support for one level has previously been disabled.
device# configure terminal device(config)# router isis device(config-isis-router)# is-type level-1-2