10 Network Managment2
10 Network Managment2
Part -2-
The Fundamental Protocols of Network
Management
• Two fundamental protocols of network management
• Internet control message protocol (ICMP).
• Simple network management protocol (SNMP).
• These two protocols remain useful as core tools for troubleshooting and
managing a network.
• ICMP creates a low-level request and response that ensures core
connectivity between two network endpoints through its ping
command.
• SNMP goes a step further. It elevates that level of gathered data by
enabling devices to share their basic configuration and metrics.
Internet Control Message Protocol (ICMP)
• One of the core Internet protocols in network management and administration.
• ICMP is a control protocol, meaning that it does not carry application data, but rather information about the status of
the network itself.
• Ping also measures the round-trip time for messages sent between the originating host and the destination.
• Ping is lightweight (small packets = fast results), low level (Typically handled by the NIC), very flexible, and has a near
zero impact on the network.
Simple Network Management Protocol
(SNMP)
• Enable the gathering of virtually any kind of data from a network device.
• Virtually every network device—and even many servers and applications—
have been made SNMP-aware.
• “Awareness” in this context means that the device is configured to receive and
respond to SNMP requests from a central Network Management Solution
(NMS).
• SNMP works by polling the MIB (Management Information Base) of an SNMP
enabled device to obtain information stored on the target device.
• An SNMP trap allows a network device to notify a network management
system (NMS) of an event through an SNMP message.
ICMP Vs. SNMP
• If it’s only availability or status information, then ICMP ping can be
effective.
• If more specific device performance data is required for monitoring,
then only SNMP can be used to query the device to get what’s
needed.
Management Information Base (MIB)
• A MIB is the collection of management information available on a
network device and contains Object Identifiers (OIDs).
• Each OID identifies a variable that can be read or set via SNMP.