- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2018 10:15 AM - edited 03-08-2019 04:01 PM
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?
Solved! Go to Solution.
- Labels:
-
LAN Switching
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2018 11:27 AM
Hello,
try and include the snmp version in your statement:
snmp-server host X.X.X.X traps version 3 udp-port 162

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2018 10:57 AM
Hello,
which platform is this on, and which IOS version are you running ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2018 11:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2018 11:27 AM
Hello,
try and include the snmp version in your statement:
snmp-server host X.X.X.X traps version 3 udp-port 162
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2018 04:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2018 12:13 PM
Do you happen to know the syntex to configure multiple groups and users for SNMPv3 on Nexus?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2018 02:34 PM
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 ?
