Configuring Snmp Notification Receivers - Cisco Nexus 7000 Series Configuration Manual

Hide thumbs Also See for Nexus 7000 Series:
Table of Contents

Advertisement

Configuring SNMP Notification Receivers

Use the following command in global configuration mode to enable AAA exclusive behavior in SNMPv3
servers:
Command
snmp-server aaa exclusive-behavior enable
Configuring SNMP Notification Receivers
You can configure Cisco NX-OS to generate SNMP notifications to multiple host receivers.
Procedure
Step 1
Step 2
Cisco Nexus 7000 Series NX-OS System Management Configuration Guide
186
Command or Action
configure terminal
Example:
switch# configure terminal
switch(config)#
snmp-server host ip-address traps version
1 community [udp_port number]
Example:
switch(config)# snmp-server host
192.0.2.1 traps version 1 public
Purpose
Enables the AAA exclusive behavior in SNMPv3
servers to authenticate users based on location.
Depending on the location of the user and whether
the AAA server is enabled, the exclusive behavior is
as follows:
• If the user is a local user and the AAA server is
enabled, queries for the user will fail with an
"Unknown user" message.
• If the user is a remote AAA user and the AAA
server is disabled, queries for the user will fail
with an "Unknown user" message.
• If the user is both a local user and a remote
AAA user and the AAA server is enabled, the
queries with remote credentials will succeed,
and queries with local credentials will fail with
an "Incorrect password" message. If the AAA
server is disabled, queries with local remote
credentials will succeed, and queries with
remote credentials will fail with an "Incorrect
password" message.
Purpose
Enters global configuration mode.
Configures a host receiver for SNMPv1 traps. The
ip-address can be an IPv4 or IPv6 address. The
community can be any alphanumeric string up to 255
characters. The UDP port number range is from 0 to
65535.
Configuring SNMP

Advertisement

Table of Contents
loading

Table of Contents