Default SNMP Settings
Table 26: Default SNMP Parameters
DefaultParameters
Enabledlicense notifications
ietf-extendedlinkUp/Down notification type
Configuring SNMP
Configuring SNMP Users
The commands used to configure SNMP users in Cisco NX-OS are different from those used to configure
users in Cisco IOS.
Note
Procedure
PurposeCommand or Action
Enters global configuration mode.configure terminal
Example:
switch# configure terminal
switch(config)#
Step 1
Configures an SNMP user with authentication and
privacy parameters.
switch(config)# snmp-server user name
[auth {md5 | sha} passphrase [auto] [priv
Step 2
[aes-128] passphrase] [engineID id]
[localizedkey]]
The passphrase can be any case-sensitive,
alphanumeric string up to 64 characters.
Example:
switch(config)# snmp-server user Admin
auth sha abcd1234 priv abcdefgh
If you use the localizedkey keyword, the passphrase
can be any case-sensitive, alphanumeric string up to
130 characters.
The engineID format is a 12-digit, colon-separated
decimal number.
(Optional)
Displays information about one or more SNMP
users.
switch# show snmp user
Example:
switch(config) # show snmp user
Step 3
Cisco Nexus 3548 Switch NX-OS System Management Configuration Guide, Release 6.x
122
Configuring SNMP
Default SNMP Settings