The isis ipv6 enable command enables the IS-IS IPv6 capability for an interface and specifies the ID of the IS-IS process to be associated with the interface.
The undo isis ipv6 enable command disables the IS-IS IPv6 capability of an interface and disassociates an IS-IS process from the interface.
By default, the IS-IS IPv6 capability is disabled on an interface.
Parameter | Description | Value |
---|---|---|
process-id | Specifies an IS-IS process ID. | The value is an integer that ranges from 1 to 65535. The default value is 1. |
Usage Scenario
After completing the configuration of an IS-IS process in the system view, enable IS-IS IPv6 on the interface that runs IS-IS and associate the interface with the IS-IS process using the isis ipv6 enable command.
Prerequisites
Enable IPv6 globally using the ipv6 command in the system view.
Enable an IS-IS process using the isis command and configure a network entity title (NET) for the device running IS-IS using the network-entity command.
Enable IPv6 for the IS-IS process using the ipv6 enable (IS-IS) command in the IS-IS view.
Enable IPv6 and configure an IPv6 address using the ipv6 enable command on each interface that runs the IS-IS process.
An interface can be associated with only one IS-IS process.
To perform IPv6-related IS-IS configurations, you must enable IPv6 first.
# Create IS-IS process 1, enable the IPv6 capability, and activate the IPv6 capability on VLANIF 10.
<HUAWEI> system-view
[HUAWEI] ipv6
[HUAWEI] isis 1
[HUAWEI-isis-1] network-entity 10.0001.1010.1020.1030.00
[HUAWEI-isis-1] ipv6 enable
[HUAWEI-isis-1] quit
[HUAWEI] interface vlanif 10
[HUAWEI-Vlanif10] ipv6 enable
[HUAWEI-Vlanif10] ipv6 address fc00:0:0:2::1/64
[HUAWEI-Vlanif10] isis ipv6 enable 1
# Create IS-IS process 1, enable the IPv6 capability, and activate the IPv6 capability on GE0/0/1.
<HUAWEI> system-view [HUAWEI] ipv6 [HUAWEI] isis [HUAWEI-isis-1] network-entity 10.0001.1010.1020.1030.00 [HUAWEI-isis-1] ipv6 enable [HUAWEI-isis-1] quit [HUAWEI] interface gigabitethernet 0/0/1 [HUAWEI-GigabitEthernet0/0/1] undo portswitch [HUAWEI-GigabitEthernet0/0/1] ipv6 enable [HUAWEI-GigabitEthernet0/0/1] ipv6 address fc00:0:0:2::1/64 [HUAWEI-GigabitEthernet0/0/1] isis ipv6 enable 1