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

SNMP engine-id "local" is always set. #91

Open
rczf opened this issue Mar 3, 2025 · 2 comments
Open

SNMP engine-id "local" is always set. #91

rczf opened this issue Mar 3, 2025 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@rczf
Copy link

rczf commented Mar 3, 2025

Describe the bug

When setting engine-id "use_mac-address" or "use-default-ip-address" a "local" engine-id extra option is added to switch configuration:

root@SW> show configuration | display set | match engine-id
set groups top snmp engine-id local use_mac-address

To Reproduce

Create SNMP configuration with "use_mac-address" or "use-default-ip-address". Verify configuration applied to switch.

Terraform configuration

An extract of the Terraform configuration related to this issue

  snmp_config = {
    enabled = true
    engine_id = "use_mac-address"
...

Expected behavior

"local" option should not be set.

@rczf rczf added the bug Something isn't working label Mar 3, 2025
@tmunzer tmunzer modified the milestone: v0.3.0 Mar 11, 2025
@tmunzer
Copy link
Collaborator

tmunzer commented Mar 11, 2025

Hi @rczf, sorry for the late reply.
I'm trying to get more details about this from our team to get a better understanding of the possible value.

@tmunzer tmunzer added enhancement New feature or request and removed bug Something isn't working labels Mar 11, 2025
@tmunzer
Copy link
Collaborator

tmunzer commented Mar 11, 2025

Hi @rczf, I got the confirmation this is not yet available on the production environments, and should be available in Q2. This information has been added to the public documentation too soon.

I'll keep this issue open for tracking purpose, and will update the Terraform provider to the final API structure (if needed) once it's available.

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

No branches or pull requests

2 participants