08-12-2021 10:24 AM
Hi,
After adding this command:
snmp-server group TS v3 auth write v3View access 22
it show up like this:
snmp-server group TS v3 auth write v3View notify *tv.FFFFFFFF.FFFFFFFF.FFFFFFFF.FFFFFFFF0F access 22
Any idea why this ((notify *tv.FFFFFFFF.FFFFFFFF.FFFFFFFF.FFFFFFFF0F)) added to the command?
Thank you.
08-13-2021 01:06 AM
- You may get more info on that with : show snmp view
M.
08-13-2021 06:38 AM
stack#sh snmp view
v3View iso - included nonvolatile active
v1default iso - included permanent active
v1default internet - included permanent active
v1default snmpUsmMIB - excluded permanent active
v1default snmpVacmMIB - excluded permanent active
v1default snmpCommunityMIB - excluded permanent active
v1default ciscoMgmt.252 - excluded permanent active
*tv.FFFFFFFF.FFFFFFFF.FFFFFFFF.FFFFFFFF7F iso - included volatile active
*tv.FFFFFFFF.FFFFFFFF.FFFFFFFF.FFFFFFFF7F iso.2.840.10036 - included volatile active
08-13-2021 08:55 AM
- It may relate to snmp accessibility to a particular oid-tree (iso related) ; try this configuration command :
snmp-server view notifyview iso excluded , then issue show snmp view again.
M.
08-13-2021 09:12 AM
Hi Marce,
Thank you for your reply, see below the output after applying the command you recommended.
stack#sh run | i snmp-server
snmp-server group TS v3 auth write v3View notify *tv.FFFFFFFF.FFFFFFFF.FFFFFFFF.FFFFFFFF0F access 22
snmp-server view v3View iso included
snmp-server view notifyview iso excluded
snmp-server trap-source Loopback0
snmp-server source-interface informs Loopback0
snmp-server system-shutdown
snmp-server host 10.10.10.10 version 3 auth usrev3
stack#sh snmp view
v3View iso - included nonvolatile active
v1default iso - included permanent active
v1default internet - included permanent active
v1default snmpUsmMIB - excluded permanent active
v1default snmpVacmMIB - excluded permanent active
v1default snmpCommunityMIB - excluded permanent active
v1default ciscoMgmt.252 - excluded permanent active
notifyview iso - excluded nonvolatile active
*tv.FFFFFFFF.FFFFFFFF.FFFFFFFF.FFFFFFFF0F iso - included volatile active
*tv.FFFFFFFF.FFFFFFFF.FFFFFFFF.FFFFFFFF0F iso.2.840.10036 - included volatile active
*tv.FFFFFFFF.FFFFFFFF.FFFFFFFF.FFFFFFFF7F iso - included volatile active
*tv.FFFFFFFF.FFFFFFFF.FFFFFFFF.FFFFFFFF7F iso.2.840.10036 - included volatile active
stack#
08-19-2021 12:53 PM
Any other ideas how to fix this issue please?
02-20-2025 04:17 AM
https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/snmp/command/nm-snmp-cr-book/nm-snmp-cr-s5.html
Configuring Notify Views
The notify-view option is available for two reasons:
If a group has a notify view that is set using SNMP, you may need to change the notify view.
The snmp-server host command may have been configured before the snmp-server group command. In this case, you must either reconfigure the snmp-server host command, or specify the appropriate notify view.
Specifying a notify view when configuring an SNMP group is not recommended, for the following reasons:
The snmp-server host command autogenerates a notify view for the user, and then adds it to the group associated with that user.
Modifying the group’s notify view will affect all users associated with that group.
Instead of specifying the notify view for a group as part of the snmp-server group command, use the following commands in the order specified:
snmp-server user --Configures an SNMP user.
snmp-server group --Configures an SNMP group, without adding a notify view .
snmp-server host --Autogenerates the notify view by specifying the recipient of a trap operation.
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