Skip to content

ZAPI message to fetch all messages in BGP table at regular interval #12743

Discussion options

You must be logged in to vote

there is no such message. ZEBRA_REDISTRIBUTE_ADD tells zebra to send all the routes for the specified protocol and as changes are given to zebra from the specified protocol they are relayed to the interested party.

I would solve the problem( although I would say this is an actual problem that you would want to solve ) by sending a ZEBRA_REDISTRIBUTE_DELETE then an ZEBRA_REDISTRIBUTE_ADD in quick succession ).

Having zebra send everything and then send as updates happen is the most efficient way of handling large tables.

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
1 reply
@sakthishanmugam02
Comment options

Answer selected by sakthishanmugam02
Comment options

You must be logged in to vote
5 replies
@sakthishanmugam02
Comment options

@mjstapp
Comment options

mjstapp Mar 29, 2023
Collaborator

@sakthishanmugam02
Comment options

@sakthishanmugam02
Comment options

@sakthishanmugam02
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants