Switch Management Commands 2115The view name accepts any printable characters except a question mark.Enclose the string in double quotes to include spaces within the name. Thesurrounding quotes are not used as part of the name. The CLI does not filterillegal combinations of characters on entry and may accept entries up to thefirst illegal character or reject the entry entirely.ExamplesThe following example creates a view named user-view that includes allobjects in the MIB-II system group except for sysServices (system.7) andincludes all objects for interface 1 in the MIB-II interface group. Anadditional example of embedded blanks in a view name is given on the lastline.console(config)# snmp-server view user-view system includedconsole(config)# snmp-server view user-view system.7 excludedconsole(config)# snmp-server view user-view ifEntry.*.1 includedconsole(config)#snmp-server view "A beautiful view!" 1.1.2.1 includedsnmp-server v3-hostUse the snmp-server v3-host command in Global Configuration mode tospecify the recipient of Simple Network Management Protocol Version 3(SNMPv3) notifications. To remove the specified host, use the no form ofthis command.Syntaxsnmp-server v3-host {ip-address | hostname} username {traps | informs}[noauth | auth | priv] [timeout seconds] [retries retries] [udpport port][filter filtername]no snmp-server v3-host ip-address {traps | informs}• ip-address — Specifies the IP address of the host (targeted recipient).Both IPv4 and IPv6 addresses are allowed.• hostname — Specifies the name of the host. (Range: 1-158 characters.)The command allows spaces in the host name when specified in doublequotes. For example, #snmp-server v3-host “host name”. Note that theswitch will not resolve host names that are not in conformance withRFC 1035.