SNMP Commands 243User Guidelines• You can enter this command multiple times for the same view record.• The number of views is limited to 64.• "Default" and "DefaultSuper" views exist. Those views are used by the software internally andcan't be deleted or modified.ExampleThe following example creates a view that includes all objects in the MIB-II system group exceptfor sysServices (System 7) and all objects for interface 1 in the MIB-II interfaces group:snmp-server filterTo create or update a filter entry, use the snmp-server filter global configuration command. Toremove the specified Simple Network Management Protocol (SNMP) server filter entry, use the noform of this command.Syntaxsnmp-server filter filter-name oid-tree {included | excluded}no snmp-server filter filter-name [oid-tree]• filter-name — Label for the filter record that you are updating or creating. The name isused to reference the record. (Range: Up to 30 characters).• oid-tree — Object identifier of the ASN.1 subtree to be included or excluded from theview. To identify the subtree, specify a text string consisting of numbers, such as 1.3.6.2.4,or a word, such as system. Replace a single subidentifier with the asterisk (*) wildcard tospecify a subtree family; for example 1.3.*.4.• included — The filter type is included.• excluded — The filter type is excluded.Default ConfigurationProduct specific.Command ModesGlobal ConfigurationConsole (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 include