Boss Zonke Network Management
Boss Zonke Network Management
Boss Zonke Network Management
In a network management system the third part of the architecture is the information that is
exchanged between the manager and the agent; this is called as Management Information
Base or MIB. This information is a collection of objects or data values. Each of which
represents one aspect of the managed device. For example, the location of the device and the
number of erred seconds in the last hour would be two different data values in the MIB. The
structure and content of the MIB are standardized across systems of a particular class, such as
a bridge MIB or DS-3 MIB. After a MIB is published as a standard, various vendors can
build the same kind of equipment that complies with the MIB and be assured that they can be
managed in a
TCP/IP network.
c. With the aid of a diagram, explain the key elements of SNMP. [10 Marks]
SNMP allows managers and agents to communicate for the purpose of accessing these
objects. This is shown in the figure 2.1
Managed device: A network node that contains an SNMP agent and resides on a managed
network. Managed devices collect and store management information and make this
information available to the NMS using SNMP. Managed devices, sometimes called network
elements, A network node that contains an SNMP agent and resides on a managed network.
Managed devices collect and store management information and make this information
available to the NMS using SNMP. Managed devices, sometimes called Can be routers and
access servers, switches and bridges, hubs, computer hosts, and printers.
Agent: A network management software module that resides in a managed device. An agent
has local knowledge of management information and translates that information into a form
compatible with SNMP.
MIBs. The information that is exchanged between the manager and the agent is called the
management information base or MIB. This information is a collection of objects or data
values. The MIB structure is standardized in SNMP as a hierarchical tree. Additions to the
tree can be easily accomplished, and traversing a tree to obtain specific information can be
done very quickly. The agent provides a standard access to the MIB.
Network management protocol: The SNMP protocol is used to for conveying information
and commands between agents and managing entities. SNMP uses the User Datagram
Protocol (UDP) as the transport protocol for passing data between managers and agents. The
reasons for using UDP for SNMP are, firstly it has low overheads in comparison to TCP,
which uses a 3-way hand shake for connection. Secondly, in congested networks, SNMP over
TCP is a bad idea because TCP in order to maintain reliability will flood the network with
retransmissions.
d. SNMP uses two different port numbers (UDP ports 161 and 162), a single system can
easily run both a manager and an agent. What would happen if the same port number
were used for both?
The SNMP manager at the head of your system sends commands down to a network
device, or SNMP agent, using destination port 161.
When the agent wants to report something or respond to a command, the agent will
send an SNMP trap on port 162 to the SNMP manager.
To sum up, SNMP uses the UDP port 161 of the SNMP Agent for sending and receiving
requests, and port 162 of the SNMP Manager for receiving traps from managed
devices. If the same port were used for both traps and requests, separating the manager
from the agent in the same system would be difficult.