06-21-2022 05:01 AM
Hello...
So I have started to covert my Network from SNMP v2 to SNMP v3
Here is what i have on my Cisco Router but I have a strong feeling that I am missing some things and could use some help...
snmp-server group MYGROUP v3 auth access MYACL
snmp-server user MYUSERNAME MYGROUP v3 auth sha xxxxx priv aes 256 xxxxxx access MYACL
snmp-server host XXX.XXX.XXX.XXX v3 auth (I GET AN ERROR WHEN I ADD MY USER HERE)
snmp-server community xxxxxx RW MYACL
Also I think I am missing a View, Inform or Trap here...not sure which to select
I am NEW to the SNMP v3 so any help is VERY welcome
Thanks
Solved! Go to Solution.
06-21-2022 05:08 AM - edited 06-21-2022 05:11 AM
what is the router model and what version of code running ?
show version will help us to suggest better (some time due to code some config may not accept)
as per the command syntax :
#snmp-server host 1.1.1.1 version 3 auth ? ( try version 3 instead of v3)
WORD SNMPv1/v2c community string or SNMPv3 user name
06-21-2022 05:08 AM - edited 06-21-2022 05:11 AM
what is the router model and what version of code running ?
show version will help us to suggest better (some time due to code some config may not accept)
as per the command syntax :
#snmp-server host 1.1.1.1 version 3 auth ? ( try version 3 instead of v3)
WORD SNMPv1/v2c community string or SNMPv3 user name
06-21-2022 05:15 AM
Thanks for the view....here is the information:
Cisco IOS Software, 2800 Software (C2800NM-ADVENTERPRISEK9-M), Version 15.1(4)M12a, RELEASE SOFTWARE (fc1)
Cisco 2851 (revision 1.0) with 1034240K/14336K bytes of memory.
Processor board ID XXXXXXX
2 Gigabit Ethernet interfaces
1 ATM interface
1 Terminal line
1 Virtual Private Network (VPN) Module
1 Cisco IPS Sensor(s), IPS Monitoring on slot 1
DRAM configuration is 64 bits wide with parity enabled.
239K bytes of non-volatile configuration memory.
250880K bytes of ATA CompactFlash (Read/Write)
06-21-2022 05:24 AM
THANKS!!!!!!!!!!!!!!
That worked....I know its an OLD router but it has been EXTREMELY DEPENDABLE..............and for my home NETWORK....cant beat it..
Any other suggestions about my config or what i may bee missing???
06-21-2022 05:33 AM
Is that command that suggest works, that is the right syntax to use.
Any other suggestions about my config or what i may bee missing???
what config ? SNMP config - SNMPv3 is more secure, and you also have ACL which can only allow respected user or IP to communicate (based on config)
Hope that works for you , if that make answer, mark as resolved - it will be help for other community users.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide