cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3446
Views
15
Helpful
6
Replies

No such SNMP Target configured error when configuring SNMP

CiscoBrownBelt
Level 6
Level 6

I receive No such SNMP Target configured when attempting to configure SNMP on the following:

snmp-server enable traps
snmp-server host X.X.X.X udp-port 162

 

anyone know what may be the issue?

 

1 Accepted Solution

Accepted Solutions

Hello,

 

try and include the snmp version in your statement:

 

snmp-server host X.X.X.X traps version 3 udp-port 162

View solution in original post

6 Replies 6

Hello,

 

which platform is this on, and which IOS version are you running ?

6.0(2)A8(10)

Hello,

 

try and include the snmp version in your statement:

 

snmp-server host X.X.X.X traps version 3 udp-port 162

I will try that and get back to you thanks!

Thanks it worked.
Do you happen to know the syntex to configure multiple groups and users for SNMPv3 on Nexus?

Hello,

 

let's say you have a users 'Admin', 'John', 'Guest', and 'Operator', the syntax below would assign the respective users to different groups (you can see the available groups  with 'show snmp group'):

 

snmp-server user Admin superuser

snmp-server user John vdc-admin

snmp-server user Guest priv-2

snmp-server user Operator network-operator

 

Is that what you are after ?