1067
isis enable
Syntax isis enable [ process-id]
undo isis enable
View Interface view
Parameters process-id: Specifies a IS-IS process ID, ranging from 1 to 65535. The default is 1.
Description Use the isis enable command to enable an IS-IS routing process on the interface.
Use the undo isis enable command to disable this configuration.
No IS-IS routing process is enabled on an interface by default.
To run IS-IS, you need to use the isis command to enable an IS-IS process, and use
the network-entity command to configure a network entity title (NET) for the
router, and then use the isis enable command to enable IS-IS on each interface
that needs to run the IS-IS process.
Related commands: isis, network-entity.
Examples # Create IS-IS routing process 1, and enable it on the Serial2/0 interface.
<Sysname> system-view
[Sysname] isis 1
[Sysname-isis-1] network-entity 10.0001.1010.1020.1030.00
[Sysname-isis-1] quit
[Sysname] interface serial2/0
[Sysname-serial2/0] isis enable 1
isis mesh-group
Syntax isis mesh-group { mesh-group-number | mesh-blocked}
undo isis mesh-group
View Interface view
Parameters mesh-group-number: Specifies a mesh group number from 1 to 4294967295.
mesh-blocked: Blocks the interface from flooding LSPs to make it send LSPs only
after receiving requests.
Description Use the isis mesh-group command to add the interface into a specified mesh
group.
Use the undo isis mesh-group command to delete the interface from a mesh
group.