SNMP |
|
SNMP is the Simple Network Management
The SNMP protocol is used by network management systems to communicate with network elements. For this to work, the network element must be equipped with an SNMP agent. Most professional-grade network hardware comes with an SNMP agent built in. These agents must be enabled and configured to communicate with the network management system.
Operating systems, such as
SNMP MessagesSNMP messages may be initiated by either the network management system (NMS) or by the network element.
An SNMP TRAP is a message which is initiated by a network element and sent to the network management system. For example, a
An SNMP GET is a message which is initiated by the network management system when it wants to retrieve some data from a network element. For example, the network management system might query a router for the utilization on a WAN link every 5 minutes. It could then create charts and graphs from that data, or it could warn the operator when the link was overutilized. An SNMP SET is a message which is initiated by the NMS when it wants to change data on a network element. For example, the NMS may wish to alter a static route on a router. The SNMP MIBThe SNMP MIB, or Management Information Base, is a collection of variables which is shared between the NMS and the network element (NE). The MIB is extensible, which means that hardware and software manufacturers can add new variables to the MIB. These new MIB definitions must be added both to the network element and to the network management system. SNMP Community StringsThe most basic form of SNMP security is the Community String. SNMP Community Strings are like passwords for network elements. Most often, there is one community string which is used for read-only access to a network element. The default value for this community string is often "public". Using this community string like a password, the NMS can retrieve data from network elements. Less often, there is also a read-write community string. The default value for this is often "private". Using this community string, the NMS can actually change MIB variables on a network element. SNMP VersionsThe SNMP protocol has benefited from major upgrades since its introduction in 1988. Unfortunately, a large percentage of network element vendors and even some network management system vendors are not taking advantage of these improvements. Many network elements support only SNMPv1 and SNMPv2c. Support for SNMPv3 is minimal.
|
Discuss SNMP in the forums.

