No relevant resource is found in the selected language.
Your browser version is too early. Some functions of the website may be unavailable. To obtain better user experience, upgrade the browser to the latest version.
CloudEngine 12800 and 12800E V200R005C10 Configuration Guide - IP Unicast Routing
This document describes the configurations of IP Unicast Routing, including IP Routing, Static Route, RIP, RIPng, OSPF, OSPFv3, IPv4 IS-IS, IPv6 IS-IS, BGP, Routing Policy, and PBR.
Huawei uses machine translation combined with human proofreading to translate this document to different languages in order to help you better understand the content of this document.
Note: Even the most advanced machine translation cannot match the quality of professional translators.
Huawei shall not bear any responsibility for translation accuracy and it is recommended that you refer to the English document (a link for which has been provided).
Configuring Attributes for Hello Packets
Configuring Attributes for Hello Packets
Context
IS-IS maintains neighbor relationships between neighbors by sending and receiving Hello packets. If the local device does not receive Hello packets from its neighbor within a specified period, the device considers the neighbor Down.
In IS-IS, you can set the interval for sending Hello packets and the holding multiplier of neighboring devices to control the holdtime of neighbor relationships between the local device and neighbors.
If the interval for sending Hello packets is too short, more system resources are consumed to send Hello packets, causing a heavy CPU load.
If the holdtime of neighboring devices is too long, the local device needs to spend much time detecting the failure of neighbors, slowing down IS-IS route convergence. If the holdtime of neighboring devices is too short, some Hello packets may be lost or become incorrect because of network transmission delay and errors. This will cause neighbor relationships to frequently alternate between Up and Down and lead to route flapping on the IS-IS network.
You are advised to set the same interval for sending Hello packets and same holding multiplier of neighboring devices on all the devices on the IS-IS network. This method prevents IS-IS route convergence from being slowed down when some devices detect link failures at a lower speed than other devices.
Procedure
Configure the interval for sending Hello packets.
Run system-view
The system view is displayed.
Run interfaceinterface-typeinterface-number
The interface view is displayed.
(On an Ethernet interface), run undo portswitch
The interface is switched to Layer 3 mode.
By default, an Ethernet interface works in Layer 2 mode.
If an Ethernet interface already has Layer 2 configuration, this command fails to be executed on the interface. Before running this command on the interface, delete all the Layer 2 configuration of the interface.
If many Ethernet interfaces need to be switched to Layer 3 mode, run the undo portswitch batchinterface-type { interface-number1 [ tointerface-number2 ] } &<1-10> command in the system view to switch these interfaces to Layer 3 mode in batches.
The interval for sending Hello packets is set on an interface.
By default, the interval for sending Hello packets 10 seconds.
Parameters level-1 and level-2 are configured only on a broadcast interface. Level-1 and Level-2 Hello packets are sent separately and their intervals must be set respectively. There is only one Hello packet on a point-to-point link. Therefore, level-1 and level-2 parameters are not used.
Run commit
The configuration is committed.
Set the holding multiplier for neighboring devices.
Run system-view
The system view is displayed.
Run interfaceinterface-typeinterface-number
The interface view is displayed.
(On an Ethernet interface), run undo portswitch
The interface is switched to Layer 3 mode.
By default, an Ethernet interface works in Layer 2 mode.
If an Ethernet interface already has Layer 2 configuration, this command fails to be executed on the interface. Before running this command on the interface, delete all the Layer 2 configuration of the interface.
If many Ethernet interfaces need to be switched to Layer 3 mode, run the undo portswitch batchinterface-type { interface-number1 [ tointerface-number2 ] } &<1-10> command in the system view to switch these interfaces to Layer 3 mode in batches.
Run isis timer holding-multipliernumber [ level-1 | level-2 ]
The holding multiplier of neighboring devices is set.
The default holding multiplier is 3. The holdtime of neighbor relationships is three times the interval for sending Hello packets.
Parameters level-1 and level-2 are configured only on a broadcast interface. Level-1 and Level-2 Hello packets are sent separately and their intervals must be set respectively. There is only one Hello packet on a point-to-point link. Therefore, level-1 and level-2 parameters are not used.