isis circuit-type

Use this command to configure the IS-IS type for an interface.

Syntax

isis circuit-type {level-1 | level-1-2 | level-2}
no isis circuit-type {level-1 | level-1-2 | level-2}

Parameters

level-1 Specifies that the IS-IS type is level 1 for the interface.
level-1-2 Specifies that the IS-IS type is both level 1 and level 2 for the interface (Default).
level-2 Specifies that the IS-IS type is level 2 for the interface.

Defaults

None.

Mode

Interface configuration.

Usage

The “no” form of this command resets the IS-IS type to the default value of both level 1 and level 2 for the interface.

Example

This example shows how to configure the IS-IS type to level 1 for VLAN 100:

System(rw)->configure
System(rw-config)->interface vlan 100
System(rw-config-intf-vlan.0.100)->isis circuit-type level-1
System(rw-config-intf-vlan.0.100)->