5-41
priority, the router with the highest SNPA (Subnetwork Point of Attachment) address (SNPA addresses
are MAC addresses on a broadcast network) becomes the DIS.
There is no backup DIS in IS-IS and the router with a priority of 0 can also participate in DIS election.
This command is not available in loopback interface view.
Examples
# Configure the level-2 DIS priority as 127 for VLAN-interface 10.
<Sysname> system-view
[Sysname] interface vlan-interface 10
[Sysname-Vlan-interface10] isis dis-priority 127 level-2
isis enable
Syntax
isis enable
[
process-id
]
undo
isis enable
View
Interface view
Default Level
2: System level
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 process on the interface.
Use the
undo isis enable
command to disable IS-IS.
No IS-IS routing process is enabled on an interface by default.
Related commands:
isis
,
network-entity
.
Examples
# Create IS-IS routing process 1, and enable the IS-IS routing process on VLAN-interface 10.
<Sysname> system-view
[Sysname] isis 1
[Sysname-isis-1] network-entity 10.0001.1010.1020.1030.00
[Sysname-isis-1] quit
[Sysname] interface vlan-interface 10
[Sysname-Vlan-interface10] isis enable 1