cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2738
Views
10
Helpful
3
Replies

About RIP flash-update-threshold command.

speculor_cisco
Level 1
Level 1

I was experimenting with the GNS simulator.

I would like to use RIP without flash updates with the flash-update-threshold 30 command.

But also with this configuration I can see flash updates yet.

Is there any problem with the IOS image or with the simulator?

Does it exist an other method in order to suppress flash updates?

Thanks.

3 Replies 3

Shelley Bhalla
Level 3
Level 3

The regular updates in RIP is sent every 30 seconds by default. The  details of the regular updates can be seen by giving the command "sh ip  protocols".

Routing Protocol is "rip"

  Outgoing update filter list for all interfaces is not set

  Incoming update filter list for all interfaces is not set

  Sending updates every 30 seconds, next due in 20 seconds

  Invalid after 180 seconds, hold down 180, flushed after 240

The  above example shows that updates are sent every 30 seconds and its been 10 seconds since the last update and so the next update is due in 20  seconds...

Flash Updates  sends new update as soon as a route fails. When you give the command  "flash update threshold 10" this means that the flash update will be  suppressed (Not Sent) if the next regular update is due in either 10  seconds or less.

See the change in the output after applying this command....

Routing Protocol is "rip"

  Outgoing update filter list for all interfaces is not set

  Incoming update filter list for all interfaces is not set

  Sending updates every 30 seconds, next due in 23 seconds

  Flash update is suppressed when next update due within 10 seconds

  Invalid after 180 seconds, hold down 180, flushed after 240

This  is just to avoid multiple updates from happening...As the regular  update is less than 10 seconds away no point in sending another flash  update. The default value of a Flash update is 5 seconds.

Shelley

Hello Shelley and thanks for your answer.

I had understood that with the flash-update-threshold 30 command I could suppressed

flash updates because a regular update always will be sent before.

But my GNS simulator, even with this command, continues sending flash updates.

I do not know why. 

It has to be something to do with virtual routers in GNS3 as this is working fine on real routers.

Regards

Shelley

If this helped, Please mark complete and rate.