1054w w w . d e l l . c o m | s u p p o r t . d e l l . c o m ExampleThe following example attaches a group called user-group to SNMPv3 and assigns to the groupthe privacy security level and read access rights to a view called user-view.console(config)# snmp-server group user-group v3 priv read user-viewsnmp-server hostUse the snmp-server host command in Global Configuration mode to specify the recipient ofSimple Network Management Protocol notifications. To allow a space or spaces in the hostname, specify the host name in double quotes. To remove the specified host, use the no form ofthis command. This command enters the user into SNMP-host configuration mode.Syntaxsnmp-server host {ip-address |hostname}community {traps {v1 | v2} | informs [timeoutseconds] [retriesretries]} [udpportport] [filterfiltername]no snmp-server hostip-address•ip-address — Specifies the IP address of the host (targeted recipient).•hostname — Specifies the name of the host (Range:1-158 characters). Specify the host namein double quotes to allow a space or spaces in the host name.•community — Specifies a password-like community string sent with the notificationoperation. (Range: 1-20 characters)• traps — Indicates that SNMP traps are sent to this host.• v1 — Indicates that SNMPv1 traps will be used.• v2 — Indicates that SNMPv2 traps will be used.• informs — Indicates that SNMPv2 informs are sent to this host.•seconds — Number of seconds to wait for an acknowledgment before resending informs. Thedefault is 15 seconds. (Range: 1-300 characters.)•retries — Maximum number of times to resend an inform request. The default is 3 attempts.(Range: 0-255 characters.)•port — UDP port of the host to use. The default is 162. (Range: 1-65535 characters.)•filtername — A string that is the name of the filter that defines the filter for this host. Ifunspecified, does not filter anything (Range: 1-30 characters.)Default ConfigurationThe default configuration is 3 retries, and 15 seconds timeout.