OcNOS-RON : Layer 3 Guide : Intermediate System to Intermediate System Command Reference : IS-IS Commands : isis circuit-type
isis circuit-type
Use this command to set the circuit type for the interface.
If level-1 or level-2-only is specified in this command, ISIS sends only the specified level of PDUs. On the point-to-point interface, there is only one type of Hello packet, so in this case ISIS Hello will be sent regardless of circuit-type. If is-type is configured as level-1 or level-2 only, routing for this instance is performed for only the specified level. In this manner, only the particular level of PDU is sent on the interface.
Use the no parameter to reset circuit type to the default.
Command Syntax
isis circuit-type (level-1|level-1-2|level-2-only)
no isis circuit-type
Parameters
level-1
Specify that only Level-1 adjacencies are formed.
level-1-2
Specify that Level-1-2 adjacencies are formed.
level-2-only
Specify that only Level-2 adjacencies are formed.
Default
By default, the default circuit-type is level-1-2.
Command Mode
Interface mode
Applicability
This command was introduced before OcNOS version 1.3.
Example
#configure terminal
(config)#interface eth0
(config-if)#isis circuit-type level-2-only
Last modified date: 08/28/2023