-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gNMI server based SONiC Configuration Set HLD #1797
base: master
Are you sure you want to change the base?
Conversation
"CONFIGURATION_SET" : { | ||
"BGP_AGGREGATE_ADDRESS": { | ||
"set_members" : [ "ip1", "ip2", "ip3", "ip4" ], # It contains all devices' ip address in the same set | ||
"query_per_second" : "n", # it means it will query every peer n times per second |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will user input 0.1 if they want to query members every 10s?
is query_interval in ms better?
"set_members" : [ "ip1", "ip2", "ip3", "ip4" ], # It contains all devices' ip address in the same set | ||
"query_per_second" : "n", # it means it will query every peer n times per second | ||
}, | ||
"SOME_CONFIG_KEY": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gnmi query path?
"state": "entire" | ||
}, | ||
"BGP_AGGREGATE_ADDRESS|Prefix-2": { | ||
"state": "partial" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how to define partial? what if one of ip lost connectivity?
No description provided.