We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This problem came up lately, perhaps we could have some higher-level API to achieve this and similar functionality around indices easier:
for var_bind in var_binds: object_identity, value = var_bind mib_node = object_identity.getMibNode() object_instance_oid = object_identity.getOid() object_oid = mib_node.getName() index_part = object_instance_oid[len(object_oid):]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This problem came up lately, perhaps we could have some higher-level API to achieve this and similar functionality around indices easier:
The text was updated successfully, but these errors were encountered: