12-01-2010 01:36 AM - edited 03-06-2019 02:17 PM
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.
12-06-2010 07:17 AM
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
12-06-2010 10:19 AM
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.
12-08-2010 05:51 AM
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.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide