Configuring SNMP & RMON SNMP Configurations
Configuration Guide  
  753
Step 3 show snmp-server view
Displays the view table.
Step 4 end
Return to Privileged EXEC Mode.
Step 5 copy running-config startup-config
Save the settings in the configuration file.
The following example shows how to set a view to allow the NMS to manage all function. 
Name the view as View: 
Switch#configure
Switch(config)#snmp-server view View 1 include
Switch(config)#show snmp-server view
No.   View Name    Type       MOID
---    ------------       -------      ----
1      viewDefault    include    1
2      viewDefault    exclude   1.3.6.1.6.3.15
3      viewDefault    exclude   1.3.6.1.6.3.16
4      viewDefault    exclude   1.3.6.1.6.3.18
5      View                  include    1
Switch(config)#end
Switch#copy running-config startup-config
2.2.3  Creating SNMP Communities (For SNMP v1/v2c)
For SNMPv1 and SNMPv2c the Community Name is used for authentication, functioning as 
the password.
Step 1 configure
Enter global configuration mode.