cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
362
Views
0
Helpful
3
Replies

How to configure snmp-notification-receiver

ygorelik
Cisco Employee
Cisco Employee

I am trying to configure snmp-notification-receiver in production environment, but puzzled how to configure usm user authentication. The CLI is:

admin@ncs(config)# snmp-notification-receiver usm user ?
Possible completions:
  USM user name
admin@ncs(config)# snmp-notification-receiver usm user ncs ?
Possible completions:
  auth   SNMP authentication parameters
  priv   SNMP privacy parameters
  <cr>   

What is the proper/default user name for the USM?

What should be entered for the authentication parameters auth and priv

How to obtain default setting for the snmp-notification-receiver?

Thank you.

3 Replies 3

RichardD2
Level 1
Level 1

You will need to configure the snmp parameters before setting up the notification-receiver. There is no default user with snmp v3, you must define the user and decide whether you are going to use authorization or privacy (note to use privacy, you have to use authorization as well)

snmp.GIF

 

R

 


@ygorelik wrote:

I am trying to configure snmp-notification-receiver in production environment, but puzzled how to configure usm user authentication. The CLI is:

admin@ncs(config)# snmp-notification-receiver usm user ?
Possible completions:
  USM user name
admin@ncs(config)# snmp-notification-receiver usm user ncs ?
Possible completions:
  auth   SNMP authentication parameters
  priv   SNMP privacy parameters
  <cr>   

What is the proper/default user name for the USM?

What should be entered for the authentication parameters auth and priv

How to obtain default setting for the snmp-notification-receiver?

Thank you.



@ygorelik wrote:

I am trying to configure snmp-notification-receiver in production environment, but puzzled how to configure usm user authentication. The CLI is:

admin@ncs(config)# snmp-notification-receiver usm user ?
Possible completions:
  USM user name
admin@ncs(config)# snmp-notification-receiver usm user ncs ?
Possible completions:
  auth   SNMP authentication parameters
  priv   SNMP privacy parameters
  <cr>   

What is the proper/default user name for the USM?

What should be entered for the authentication parameters auth and priv

How to obtain default setting for the snmp-notification-receiver?

Thank you.



@ygorelik wrote:

I am trying to configure snmp-notification-receiver in production environment, but puzzled how to configure usm user authentication. The CLI is:

admin@ncs(config)# snmp-notification-receiver usm user ?
Possible completions:
  USM user name
admin@ncs(config)# snmp-notification-receiver usm user ncs ?
Possible completions:
  auth   SNMP authentication parameters
  priv   SNMP privacy parameters
  <cr>   

What is the proper/default user name for the USM?

What should be entered for the authentication parameters auth and priv

How to obtain default setting for the snmp-notification-receiver?

Thank you.




Thank you Mark

Your referred article although useful touches only configuration of SNMP-v2 trap on devices to enable them sending the trap notifications. My questions are deferent and pertained NSO configuration of snmp-notification-receiver.

Yan