cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
748
Views
0
Helpful
1
Replies

Configuring an SNMP V3 user via command line on a IPS-4345-K9 version 7.3(5)E4

For some reason I am unable to use the Web GUI to access configuration for a IPS-4345-K9. Could anyone tell me how to set up an SNMP V3 user via command line on this device?

I found references saying to use:

snmp-server user <user name> SNMP_GROUP1 v3 auth md5 <auth password> priv aes 128 <priv password>

snmp-server user <user name> V3Group v3 auth [sha/md5] [password]

set snmp user <user name> authentication md5 [password]

and none of these worked.. they all give me unrecognized command errors.

I was able to get a response from show snmp users (showed me that there are none) and show snmp engineID

1 Reply 1

After several days with no response and continued searching I finally found instructions: Cisco Intrusion Prevention System Sensor CLI Configuration Guide for IPS 7.2

configure terminal
service notification
v3users user1
access-control rwuser
security-level authPriv
auth-protocol SHA
auth-passphrase
<passphrase>
<passphrase>
priv-protocol AES
priv-passphrase
<passphrase>
<passphrase>
show settings
exit
exit
yes