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

Get port configuration from ConfigDB instead of AppDB #157

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

qiluo-msft
Copy link
Contributor

- What I did
Due to history issue, the configuration of port are moved from AppDB to ConfigDB, and the data in AppDB is just for backward-compatible. We need to migrate the snmpagent to access ConfigDB for port configuration such as admin_status/alias etc. However, the oper_status is still in AppDB.

Add test cases for InterfaceMIB.

- How I did it

- How to verify it

- Description for the changelog

if if_name in self.if_name_map:
if_table = mibs.if_entry_table(if_name)
if_table = mibs.if_entry_table_config_db(if_name)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why we cannot get everything from APP_DB? As you mentioned, "oper_status" is only in APP_DB. Also if there is no config_db entry for MTU, then there is a default 9100 MTU created only in APP_DB table.

@qiluo-msft qiluo-msft marked this pull request as draft August 28, 2020 21:50
@qiluo-msft
Copy link
Contributor Author

/azpw run

@mssonicbld
Copy link
Collaborator

/AzurePipelines run

@azure-pipelines
Copy link

Commenter does not have sufficient privileges for PR 157 in repo Azure/sonic-snmpagent

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.

3 participants