Specifications

12-525
Cisco SN 5428-2 Storage Router Software Configuration Guide
78-15471-01
Chapter 12 Command Line Interface Reference
snmp-server
snmp-server
To configure SNMP management on the SN 5428-2 Storage Router, use the snmp-server command. To
disable SNMP management or specific host or traps, use the no forms of this command.
snmp-server community community-name {ro | rw}
snmp-server host A.B.C.D [version version-number] traps
snmp-server linkupdown {all | if-name}
snmp-server location text-string
snmp-server {sendauthtraps | sendfrutraps}
no snmp-server host {A.B.C.D | all} traps
no snmp-server linkupdown {if-name | all}
no snmp-server {sendauthtraps | sendfrutraps}
Syntax Description community-name The name of the community having the specified access (read or write) to
the storage router. Enclose the string in quotation marks.
ro Read-only access. The storage router will respond to this communitys GET
commands. The default SNMP getcommunity is public.
rw Read/write access. The storage router will respond to this communitys SET
commands. The default SNMP setcommunity is private.
host A.B.C.D The IP address of the first destination host used for notifications (traps).
A.B.C.D is the dotted quad notation of the IP address. If the command is
issued twice, the second IP address becomes the second destination host
used for notifications. Version 1 traps will be sent by default.
version version-number (Optional) The SNMP version for the traps. Use 1 to specify version 1 traps;
use 2 to specify version 2 traps.
traps Keyword, indicating the specified version of traps will be send to the
designated host.
host all Remove all destination hosts used for SNMP notifications (traps).
linkupdown if-name Enable or disable SNMP link up/down traps for the specified interface. See
Table 12-40 for a list of valid interface names.
linkupdown all Enable or disable SNMP link up/down traps for all interfaces.
location text-string Provide site-specific location information. If the text string includes spaces
or special characters, enclose it in quotation marks. Enter a maximum of
255 characters.
sendauthtraps Enable or disable authentication failure traps sent when an SNMP request
is received with an incorrect community name.
sendfrutraps Enable or disable entity field replaceable unit (FRU) traps sent when FRU
changes occur.