Skip to content
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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

w1nda
Copy link
Member

@w1nda w1nda commented Sep 3, 2024

No description provided.

"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
Copy link
Contributor

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": {
Copy link
Contributor

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"
Copy link
Contributor

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants