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,6 @@
! IOS 15.0(1)SE2
! Optional
access-list 10 permit 192.168.1.50
snmp-server group MONITOR v3 priv access 10
snmp-server user username MONITOR v3 auth sha password123 priv aes 128 password123

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