Skip to content

Conversation

@felix-kaestner
Copy link
Contributor

This patch rewrites the implementation for configuring SNMP Cisco NX-OS
devices.

It supports the following configuration:

snmp-server contact <contact>
snmp-server location <location>
!
snmp-server source-interface traps <src-if>
snmp-server source-interface informs <src-if>
!
snmp-server user <username> use-ipv4acl <acl-name>
!
snmp-server host <host> [informs|traps] version [1|2c|3 auth] <community-name>
snmp-server host <host> use-vrf <vrf-name>
!
snmp-server community <community-name> group <group-name>
snmp-server community <community-name> use-acl <acl-name>
!
snmp-server enable traps <name>

Copy link
Contributor

@nikatza nikatza left a comment

Choose a reason for hiding this comment

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

This is a lengthy refactor and looks way better know, thanks a lot! There are some things that are not clear to me, happy to talk about it.

@hardikdr hardikdr added the area/metal-automation Automation processes within the Metal project. label Sep 4, 2025
@hardikdr hardikdr added this to Roadmap Sep 4, 2025
Cisco wraps queried list elements in an array, even when
only one element is requested.
@felix-kaestner felix-kaestner force-pushed the snmp branch 2 times, most recently from 0aa147d to df3625d Compare September 4, 2025 07:20
This patch rewrites the implementation for configuring SNMP Cisco NX-OS
devices.

It supports the following configuration:

```
snmp-server contact <contact>
snmp-server location <location>
!
snmp-server source-interface traps <src-if>
snmp-server source-interface informs <src-if>
!
snmp-server user <username> use-ipv4acl <acl-name>
!
snmp-server host <host> [informs|traps] version [1|2c|3 auth] <community-name>
snmp-server host <host> use-vrf <vrf-name>
!
snmp-server community <community-name> group <group-name>
snmp-server community <community-name> use-acl <acl-name>
!
snmp-server enable traps <name>
```
@felix-kaestner felix-kaestner merged commit 00d42cb into main Sep 4, 2025
8 checks passed
@felix-kaestner felix-kaestner deleted the snmp branch September 4, 2025 12:37
@github-project-automation github-project-automation bot moved this to Done in Roadmap Sep 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/metal-automation Automation processes within the Metal project.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants