CÔNG TY TNHH CÔNG NGHỆ VIỆT THÁI DƯƠNG
Logo CNTTShop.vn

NTT03, Line 1, Thống Nhất Complex, Thanh Xuân, Hà Nội.
Danh mục sản phẩm

Configure IS-IS GR

GR (Graceful Restart) is used to keep the route information of the forwarding layer of the local device and the neighbor device unchanged during the active/standby switchover, not affecting the forwarding. After switching the device and running again, the protocol layer of the two devices synchronizes the route information and updates the forwarding layer, so as to keep the data forwarding un-interrupted during the device switchover.

There are two roles in the GR process:

  • GR Restarter: the device performing the protocol graceful restart
  • GR Helper: the device helping the protocol graceful restart

The distributed device can act as GR Restarter and GR Helper, while the centralized device can only act as GR Helper, helping Restarter to complete GR.

Configuration Condition

Before configuring IS-IS GR, first complete the following task:

  • Configure the IP address of the interface, making the neighboring node network layer reachable
  • Enable the IS-IS protocol

Configure IS-IS GR Restarter

Table 9-36 Configure IS-IS GR Restarter

Step

Command

Description

Enter the global configuration mode

configure terminal

-

Enter the IS-IS configuration mode

router isis [ area-tag ]

-

Configure IS-IS to enable the GR function

nsf ietf

Mandatory

By default, do not enable the GR function.

Configure the times of re-transmitting the message of advertising to enter the GR process

nsf interface-expire resend-cnt

Optional

By default, the re-transmission times is 3.

Configure the wait time of entering the re-transmission of the message for entering the GR process

nsf interface-timer wait-time

Optional

By default, the wait time is 10s.

Configure IS-IS GR Helper

GR Helper helps Restarter to complete GR. By default, the device enables the function and the user can disable the function via the command.

Table 9-37 Configure IS-IS GR Restarter

Step

Command

Description

Enter the global configuration mode

configure terminal

-

Enter the IS-IS configuration mode

router isis [ area-tag ]

-

Configure the IS-IS GR Helper not to have the Helper capability

nsf ietfhelper-disable

Mandatory

Configure the IS-IS GR Helper not to have the Helper capability