cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3569
Views
0
Helpful
6
Replies

notify *tv.FFFFFFFF.FFFFFFFF.FFFFFFFF.FFFFFFFF0F

Engineer-US
Level 1
Level 1

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.

6 Replies 6

marce1000
Hall of Fame
Hall of Fame

 

             - You may get more info on that with : show snmp view

 M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

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

 

 - 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.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

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#

Any other ideas how to fix this issue please? 

 

j.pattinson
Level 1
Level 1

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:

  1. snmp-server user --Configures an SNMP user.

  2. snmp-server group --Configures an SNMP group, without adding a notify view .

  3. snmp-server host --Autogenerates the notify view by specifying the recipient of a trap operation.