Added cisco configuration for SNMPv3

This commit is contained in:
2026-03-01 19:43:42 +01:00
parent 886f7bbd19
commit 222e64c113
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
! NXOS 9.3
! ACL
! ip access-list SNMP-SERVERS
! permit ip 192.168.1.50/32 any
snmp-server user snmpuser auth sha 123 priv aes-128 123
! Make the user RO
username snmpuser role network-operator