Got it

ISIS Overload bit

Created: May 24, 2020 01:57:53Latest reply: Aug 8, 2021 04:36:46 995 19 2 0 0
  Rewarded HiCoins: 3 (problem resolved)

Hi Team, i have some queries regarding the isis overload bit


1. does the ISIS process will restart if we use set-overload  command ?

2.  after set-overload command is enabled, what will be the metric of the LSP generated with Overload bit ?


Thanks

Featured Answers

Recommended answer

ViktorG
Created May 25, 2020 18:52:01

Good day, @SK47!

After you enter the set-overload under ISIS process , the following can happen:
- router will send ISIS LSP with overload bit = 1, This LSP contains List of neighbors and its directly connected networks. No any BIG metric value is set to any routes. Actually, this like a normal LSP, just with overload bit =1.
- Upon receiving Neighboring peer will confirm receiving ISIS LSP with overload bit by sending ISIS PNSP back .
- Neighboring peer, when inserting this newly received LSP with overload bit into ISIS LSDB, just excludes from SPF calculation routes/neighbors that are reachable over this router, and only use routes to the links that directly attached to the device (directly connected and Loopbacks).

As a summary:
No Process restarting. No Metric Increasing.
Overload bit is a signal to neighbors to exclude device as a transit node to other networks.
Thank you and have a great day!
Viktor
View more
  • x
  • convention:

Saqib123
Saqib123 Created Jul 4, 2021 17:35:55 (0) (0)
 
Saqib123
Saqib123 Created Jul 4, 2021 17:36:04 (0) (0)
 
nochhie
nochhie Created Aug 2, 2021 04:46:57 (0) (0)
 
All Answers
please wait a minute.
View more
  • x
  • convention:

DDSN
DDSN Admin Created May 24, 2020 02:54:10

Hi SK47,

Running the set-overload command does not cause the IS-IS process to restart. For details, see the following link:

https://support.huawei.com/hedex/hdx.do?docid=EDOC1100109721&id=EN-US_CLIREF_0172379688&lang=en

I hope it helps!

View more
  • x
  • convention:

nochhie
nochhie Created Aug 2, 2021 04:47:03 (0) (0)
 
awesome
View more
  • x
  • convention:

Thank you for the information  
View more
  • x
  • convention:

after set-overload command is enabled, what will be the metric of the LSP generated with Overload bit ?
View more
  • x
  • convention:

The set-overload command sets the overload bit for non-pseudonode LSPs.

The undo set-overload command removes the overload bit of non-pseudonode LSPs.

By default, no overload bit is set for non-pseudonode LSPs.

Format
set-overload [ on-startup [ timeout1 | start-from-nbr system-id [ timeout1 [ timeout2 ] ] | wait-for-bgp [ timeout1 ] ] [ send-sa-bit [ timeout3 ] ] ] [ allow { interlevel | external }* ]

undo set-overload

Parameters
Parameter Description Value
on-startup Indicates that the overload bit remains set within the specified period when the router restarts or is faulty. -
timeout1 Specifies the duration of the overload bit after the system starts. The value is an integer that ranges from 5 to 86400, in seconds. The default value is 600 seconds.
start-from-nbr system-id Specifies the duration of the system overload bit according to the status of a specified neighbor. The value is in XXXX.XXXX.XXXX format.
timeout1 [ timeout2 ] Specifies the period during which the overload bit remains set, which is related to the neighbor status.
If the specified neighbor does not go Up before timeout2 expires, the duration of the system overload bit is timeout2. timeout2 ranges from 5 to 86400, in seconds. The default value is 1200 seconds (20 minutes).

If the specified neighbor goes Up before timeout2 expires, the duration of the system overload bit is timeout1. timeout1 ranges from 5 to 86400, in seconds. The default value is 600 seconds (10 minutes).

wait-for-bgp Specifies the period during which the overload bit of the system remains set according to the BGP convergence status. -
send-sa-bit Specifies the overload bit remains in Hello packets after the device is started. -
timeout3 Specifies the period during which the overload bit remains in Hello packets after the device is started. The value is an integer ranging from 5 to 120, in seconds. The default value is 30 seconds.
allow Allows advertising IP prefixes. By default, the system is prohibited from advertising IP prefixes when the system enters the overload state. -
interlevel Allows advertising the IP prefixes learned from IS-IS of different levels when allow is specified. -
external Allows advertising the IP prefixes learned from other protocols when allow is specified. -
Views
IS-IS view

Default Level
2: Configuration level

Usage Guidelines
Although LSPs with the overload bit are flooded on the network, the LSPs are ignored in the calculation of the routes that pass through the router in overload state. That is, after the overload bit is set on the router, other routers ignore the router when performing SPF calculation. Direct routes of the router are not ignored during SPF calculation.

To prevent the local router from being used by other routers to perform SPF calculation, run the set-overload command on the local router without specifying the on-startup keyword. Then the system immediately sets the overload bit in the LSP to be sent. To remove the overload bit, run the undo set-overload command.

When the local router restarts or is faulty, to prevent the local router from being used by other routers to perform SPF calculation, run the set-overload command on the local router and specify the on-startup keyword.

When the router is experiencing memory shortage, the system automatically sets the overload bit in the sent LSPs regardless of whether the set-overload command is run.

You can set the overload bit to solve the problem of network traffic loss caused by the difference between the BGP convergence speed and IGP convergence speed.

Precautions

If a TE LSP uses the local device as a transit node before the set-overload command is run, the TE LSP is not torn down and re-established and still uses the local device as a transit node after the set-overload command is run; if the local device is restarted after the command is run and fast convergence is not configured on the ingress of the RSVP-LSP, TE LSP forwarding fails, and services are affected. Therefore, the mpls te path-selection overload command needs to be run on the ingress of the RSVP-LSP before the device is restarted.

Example
# Set the overload bit for IS-IS process 1.

<Huawei> system-view
[Huawei] isis
[Huawei-isis-1] set-overload
Warning: The IS-IS process overload state will be set. Continue?[Y/N]
# Configure IS-IS process 1 to enter the overload state during the startup, and configure the local router to remain the overload state for 300 seconds after it establishes the neighbor relationship with neighbor 0000.0000.0002 within 1000 seconds during which the system starts.

<Huawei> system-view
[Huawei] isis
[Huawei-isis-1] set-overload on-startup start-from-nbr 0000.0000.0002 300 1000
# Configure IS-IS process 1 to enter the overload state during the startup, allow IS-IS to advertise the IP prefixes learned from IS-IS of different levels, and prohibit IS-IS from advertising the IP prefixes learned from other protocols.

<Huawei> system-view
[Huawei] isis
[Huawei-isis-1] set-overload on-startup allow interlevel
View more
  • x
  • convention:

Good day, @SK47!

After you enter the set-overload under ISIS process , the following can happen:
- router will send ISIS LSP with overload bit = 1, This LSP contains List of neighbors and its directly connected networks. No any BIG metric value is set to any routes. Actually, this like a normal LSP, just with overload bit =1.
- Upon receiving Neighboring peer will confirm receiving ISIS LSP with overload bit by sending ISIS PNSP back .
- Neighboring peer, when inserting this newly received LSP with overload bit into ISIS LSDB, just excludes from SPF calculation routes/neighbors that are reachable over this router, and only use routes to the links that directly attached to the device (directly connected and Loopbacks).

As a summary:
No Process restarting. No Metric Increasing.
Overload bit is a signal to neighbors to exclude device as a transit node to other networks.
Thank you and have a great day!
Viktor
View more
  • x
  • convention:

Saqib123
Saqib123 Created Jul 4, 2021 17:35:55 (0) (0)
 
Saqib123
Saqib123 Created Jul 4, 2021 17:36:04 (0) (0)
 
nochhie
nochhie Created Aug 2, 2021 04:46:57 (0) (0)
 
Posted by ViktorG at 2020-05-25 18:52 Good day, @SK47!After you enter the set-overload under ISIS process , the following can happen:- rou ...
Thanks ViktorG for your excellent responce
View more
  • x
  • convention:

ViktorG
ViktorG Created May 30, 2020 07:50:29 (0) (0)
You are very Welcome! :)
Have a good weekend !  
Awesome
View more
  • x
  • convention:

12
Back to list

Comment

You need to log in to comment to the post Login | Register
Comment

Notice: To protect the legitimate rights and interests of you, the community, and third parties, do not release content that may bring legal risks to all parties, including but are not limited to the following:
  • Politically sensitive content
  • Content concerning pornography, gambling, and drug abuse
  • Content that may disclose or infringe upon others ' commercial secrets, intellectual properties, including trade marks, copyrights, and patents, and personal privacy
Do not share your account and password with others. All operations performed using your account will be regarded as your own actions and all consequences arising therefrom will be borne by you. For details, see " User Agreement."

My Followers

Login and enjoy all the member benefits

Login

Block
Are you sure to block this user?
Users on your blacklist cannot comment on your post,cannot mention you, cannot send you private messages.
Reminder
Please bind your phone number to obtain invitation bonus.