1-11 SNMP ConfigurationWhen configuring SNMP, go to these sections for information you are interested in:z SNMP Overviewz Configuring Basic SNMP Functionsz Configuring Trap-Related Functionsz Enabling Logging for Network Managementz Displaying SNMPz SNMP Configuration ExampleSNMP OverviewThe Simple Network Management Protocol (SNMP) is used for ensuring the transmission of themanagement information between any two network nodes. In this way, network administrators caneasily retrieve and modify the information about any node on the network. In the meantime, they canlocate faults promptly and implement the fault diagnosis, capacity planning and report generating.As SNMP adopts the polling mechanism and provides basic function set, it is suitable for small-sizednetworks with fast-speed and low-cost. SNMP is based on User Datagram Protocol (UDP) and is thuswidely supported by many products.SNMP Operation MechanismSNMP is implemented by two components, namely, network management station (NMS) and agent.z An NMS can be a workstation running client program. At present, the commonly used networkmanagement platforms include QuidView, Sun NetManager, IBM NetView, and so on.z Agent is server-side software running on network devices (such as switches).An NMS can send GetRequest, GetNextRequest and SetRequest messages to the agents. Uponreceiving the requests from the NMS, an agent performs Read or Write operation on the managedobject (MIB, Management Information Base) according to the message types, generates thecorresponding Response packets and returns them to the NMS.When a network device operates improperly or changes to other state, the agent on it can also sendtraps on its own initiative to the NMS to report the events.SNMP VersionsCurrently, SNMP agent on a switch supports SNMPv3, and is compatible with SNMPv1 and SNMPv2c.SNMPv3 adopts user name and password authentication.SNMPv1 and SNMPv2c adopt community name authentication. The SNMP packets containing invalidcommunity names are discarded. SNMP community name is used to define the relationship betweenSNMP NMS and SNMP agent. Community name functions as password. It can limit accesses made bySNMP NMS to SNMP agent. You can perform the following community name-related configuration.z Specifying MIB view that a community can access.