SlideShare a Scribd company logo
1 of 59
Download to read offline
MANAGING ENTERPRISE
NETWORKS WITH CISCO
PRIME INFRASTRUCTURE
Abdullaziz Al-Mabrouk Al-Tagawy
Network Management
Network Management
 Network Management is define as monitoring, testing,
configuring, and troubleshooting network components to
meet a set of requirements defined by an organization.
 The requirements include the smooth, efficient operation
of the network that provides the predefined quality of
service for users.
 To accomplish this task, a network management system
uses hardware, software, and humans.
Network Management
Areas of
network
management
Network Management
Configuration
Management
 The configuration management system
must know, at any time, the status of
each entity and its relation to other
entities.
 Configuration management can be
divided into two subsystems:
reconfiguration and documentation.
Network Management
Reconfiguration  There are three types of
reconfiguration:
1. hardware reconfiguration,
2. software reconfiguration,
3. user-account reconfiguration.
Network Management
Documentation  Each subsequent change must be
recorded meticulously.
 This means that there must be
documentation for hardware, software,
and user accounts.
Network Management
 Hardware
Documentation:
 Hardware documentation
normally involves two sets
of documents:
1. Maps.
2. Specifications.
 Software documentation:
 All software must also be
documented. Software
documentation includes
information such as the
software type, the version, the
time installed, and the license
agreement.
Documentation
Network Management
 User-Account documentation:
 The management must make sure that the files with this information
are updated and secured.
 Some operating systems record access privileges in two documents;
 One shows all files and access types for each user.
 The other shows the list of users that have access to a particular
file.
Documentation
Network Management
Fault
Management
 Fault management is the area of
network management that handle the
issue of Proper operation of the
network which depends on the proper
operation of each component
individually and in relation to each
other.
Network Management
Fault
Management
 An effective fault management system
has two subsystems: reactive fault
management and proactive fault
management.
Network Management
Fault
Management
 Reactive fault management:
 It is responsible for detecting, isolating,
correcting, and recording faults. It
handles short-term solutions to faults.
Network Management
Fault
Management
 Reactive fault management:
 Detecting Fault
 The first step taken by a reactive fault management system is to find the exact
location of the fault. A fault is defined as an abnormal condition in the system.
When a fault occurs, either the system stops working properly or the system
creates excessive errors. A good example of a fault is a damaged
communication medium.
 Isolating Fault
 The next step taken by a reactive fault management system is isolating the
fault. A fault, if isolated, usually affects only a few users. After isolation, the
affected users are immediately notified and given an estimated time of
correction.
 Correcting Fault
 The next step is correcting the fault. This may involve replacing or repairing
the faulty components.
Network Management
Fault
Management
 Reactive fault management:
 Recording Fault
 After the fault is corrected, it must be
documented. The record should show the
exact location of the fault, the possible
cause, the action or actions taken to
correct the fault, the cost, and the time it
took for each step. Documentation is
extremely important for several reasons:
Network Management
Fault
Management
 Reactive fault management:
 Recording Fault
 The problem may reoccur. Documentation can help the
present or future administrator or technician solve a similar
problem.
 The frequency of the same kind of failure is an indication of
a major problem in the system. If a fault happens
frequently in one component, the component should be
replaced with a similar one or the whole system should be
changed to avoid the use of that type of component.
 The statistic is helpful to another part of network
management, performance management
Network Management
Fault
Management
 Proactive Fault Management:
 It is tries to prevent faults from occurring.
 Some types of failures can be predicted and prevented.
 E.g. if a manufacturer specifies a lifetime for a component
or a part of a component, it is a good strategy to replace
it before that time.
 E.g. if a fault happens frequently at one particular point
in a network, it is wise to carefully reconfigure the network
to prevent the fault from happening again.
Network Management
Performance
Management
 Which is closely related to fault management,
tries to monitor and control the network to
ensure that it is running as efficiently as
possible.
 using some measurable quantity, such as
capacity, traffic, throughput, or esponse time.
 The protocol SNMP, which is discussed in this
presentation can be used in performance
management.
Network Management
Security
Management
 is responsible for controlling access to
the network based on predefined
policy.
 Encryption allows privacy for users;
authentication forces the users to
identify themselves.
Network Management
Accounting
Management
 It is the controlling of users’ access to network
resources through charges.
 Under accounting management, individual users,
departments, divisions, or even projects are charged
for the services they receive from the network.
 Charging does not necessarily mean cash transfer; it
may mean debiting the departments or divisions for
budgeting purposes.
Network Management
Accounting
Management
 Today, organizations use an accounting
management system for the following reasons:
 It prevents users from monopolizing limited
network resources.
 It prevents users from using the system
inefficiently.
 Network managers can do short- and long-
term planning based on the demand for
network use.
Simple Network Management Protocol (SNMP)
Simple Network Management Protocol
(SNMP)
 SNMP is a framework for managing devices in an
internet using the TCP/IP protocol suite.
 It provides a set of fundamental operations for
monitoring and maintaining an internet.
 SNMP uses the concept of manager and agent.
 A manager, usually a host, controls and monitors a
set of agents, usually routers or servers
Simple Network Management Protocol
(SNMP)
SNMP
Simple Network Management Protocol
(SNMP)
 SNMP is an application-level protocol in which a
few manager stations control a set of agents.
 The protocol is designed at the application level so
that it can monitor devices made by different
manufacturers and installed on different physical
networks.
Simple Network Management Protocol
(SNMP)
Management
Components
Simple Network Management Protocol
(SNMP)
Role of SNMP  SNMP defines the format of packets
exchanged between a manager and
an agent. It reads and changes the
status of objects (values of variables)
in SNMP packets.
Simple Network Management Protocol
(SNMP)
Role of SMI  SMI defines the general rules for
naming objects, defining object types
(including range and length), and
showing how to encode objects and
values.
Simple Network Management Protocol
(SNMP)
Role of MIB  MIB creates a collection of named
objects, their types, and their
 relationships to each other in an entity
to be managed.
Simple Network Management Protocol
(SNMP)
SMI  The Structure of Management
Information, version 2 (SMIv2) is a
component for network management.
 It is a guideline for SNMP.
 It emphasizes three attributes to handle
an object: name, data type, and
encoding method.
Simple Network Management Protocol
(SNMP)
SMI  Name:
 SMI requires that each managed object
(such as a router, a variable in a router, a
value, etc.) have a unique name.
 To name objects globally, SMI uses an
object identifier (OID),
Simple Network Management Protocol
(SNMP)
SMI
Simple Network Management Protocol
(SNMP)
SMI  Type:
 The second attribute of an object is the
type of data stored in it.
 SMI has two broad categories of data
types: simple and structured.
 We first define the simple types and then
show how the structured types can be
constructed from the simple ones.
Simple Network Management Protocol
(SNMP)
1. Simple Type:
SMI : Type
Simple Network Management Protocol
(SNMP)
1. Simple Type:
SMI : Type
Simple Network Management Protocol
(SNMP)
2. Structured Type:
SMI : Type
 By combining simple and
structured data types, we
can make new structured
data types.
 SMI defines two structured
data types: sequence and
sequence of.
Simple Network Management Protocol
(SNMP)
SMI : Type
Simple Network Management Protocol
(SNMP)
SMI  Encoding Method:
 SMI uses another standard, Basic
Encoding Rules (BER), to encode data
to be transmitted over the network.
Simple Network Management Protocol
(SNMP)
SMI  Encoding Method:
 It use format: tag, length, and value
(TLV).
Simple Network Management Protocol
(SNMP)
SMI  Encoding Method:
Simple Network Management Protocol
(SNMP)
SMI  Encoding Method:
Simple Network Management Protocol
(SNMP)
MIB  Management Information Base V2.
 Each agent has its own MIB2.
Simple Network Management Protocol
(SNMP)
MIB
 The objects in MIB2 are categorized under several groups:
1. sys This object (system) defines general information about the
node (system), such as the name, location, and lifetime.
2. if This object (interface) defines information about all of the
interfaces of the node including interface number, physical
address, and IP address.
3. at This object (address translation) defines the information
about the ARP table.
4. ip This object defines information related to IP, such as the
routing table and the IP address.
Simple Network Management Protocol
(SNMP)
MIB
 The objects in MIB2 are categorized under several groups:
5. icmp This object defines information related to ICMP, such as the
number of packets sent and received and total errors created.
6. tcp This object defines general information related to TCP, such as the
connection table, time-out value, number of ports, and number of
packets sent and received.
7. udp This object defines general information related to UDP, such as
the number of ports and number of packets sent and received.
8. egp These objects are related to the operation of EGP.
9. trans These objects are related to the specific method of transmission
(future use).
10. snmp This object defines general information related to SNMP itself.
Simple Network Management Protocol
(SNMP)
 Accessing MIB
Variables
MIB
Simple Network Management Protocol
(SNMP)
 Accessing MIB
Variables
MIB
Simple Network Management Protocol
(SNMP)
 Accessing MIB
Variables
MIB
Simple Network Management Protocol
(SNMP)
MIP
Simple Network Management Protocol
(SNMP)
MIP
Simple Network Management Protocol
(SNMP)
MIP  Cisco Proprietary MIB Structure :
Simple Network Management Protocol
(SNMP)
MIP  Cisco Proprietary MIB Structure :
Simple Network Management Protocol
(SNMP)
SNMP
 SNMP uses both SMI and MIB in Internet
network management.
 It is an application program that allows:
1. A manager to retrieve the value of an
object defined in an agent.
2. A manager to store a value in an object
defined in an agent.
3. An agent to send an alarm message about
an abnormal situation to the manager.
Simple Network Management Protocol
(SNMP)
SNMP  PDUs:
 SNMPv3 defines eight types of protocol
data units (or PDUs): GetRequest,
GetNext- Request, GetBulkRequest,
SetRequest, Response, Trap,
InformRequest, and Report.
Simple Network Management Protocol
(SNMP)
SNMP  PDUs:
Simple Network Management Protocol
(SNMP)
SNMP
 PDUs:
 GetRequest The GetRequest PDU is sent from the manager (client) to the agent
(server) to retrieve the value of a variable or a set of variables.
 GetNextRequest The GetNextRequest PDU is sent from the manager to the agent to
retrieve the value of a variable. The retrieved value is the value of the object
following the defined ObjectId in the PDU. It is mostly used to retrieve the values of
the entries in a table. If the manager does not know the indexes of the entries, it
cannot retrieve the values. However, it can use GetNextRequest and define the
ObjectId of the table. Because the first entry has the ObjectId immediately after
the ObjectId of the table, the value of the first entry is returned. The manager can
use this ObjectId to get the value of the next one, and so on.
 GetBulkRequest The GetBulkRequest PDU is sent from the manager to the agent to
retrieve a large amount of data. It can be used instead of multiple GetRequest
and GetNextRequest PDUs.
 SetRequest The SetRequest PDU is sent from the manager to the agent to set (store)
a value in a variable.
Simple Network Management Protocol
(SNMP)
SNMP
 PDUs:
 Response The Response PDU is sent from an agent to a manager in
response to GetRequest or GetNextRequest. It contains the value(s) of
the variable(s) requested by the manager.
 Trap The Trap (also called SNMPv2 Trap to distinguish it from SNMPv1
Trap) PDU is sent from the agent to the manager to report an event. For
example, if the agent is rebooted, it informs the manager and reports
the time of rebooting.
 InformRequest The InformRequest PDU is sent from one manager to
another remote manager to get the value of some variables from agents
under the control of the remote manager. The remote manager responds
with a Response PDU.
 Report The Report PDU is designed to report some types of errors
between managers. It is not yet in use.
Simple Network Management Protocol
(SNMP)
SNMP  Format:
Simple Network Management Protocol
(SNMP)
SNMP  UDP Ports:
 SNMP uses the services of UDP on two
well-known ports, 161 and 162.
 The well-known port 161 is used by the
server (agent), and the well-known port
162 is used by the client (manager).
Simple Network Management Protocol
(SNMP)
SNMP  UDP Ports:
Simple Network Management Protocol
(SNMP)
SNMP  Security:

More Related Content

What's hot

Mobile computing notes and material
Mobile computing notes and materialMobile computing notes and material
Mobile computing notes and materialSDMCET DHARWAD
 
Wireless Cellular Communication_Module 3_Dr. Shivashankar.pdf
Wireless Cellular Communication_Module 3_Dr. Shivashankar.pdfWireless Cellular Communication_Module 3_Dr. Shivashankar.pdf
Wireless Cellular Communication_Module 3_Dr. Shivashankar.pdfDr. Shivashankar
 
Mobile transportlayer
Mobile transportlayerMobile transportlayer
Mobile transportlayerRahul Hada
 
Gsm architecture and interfaces Telebeans
Gsm architecture and interfaces TelebeansGsm architecture and interfaces Telebeans
Gsm architecture and interfaces TelebeansTelebeansolutions
 
Policy control in epc
Policy control in epcPolicy control in epc
Policy control in epcInam Khosa
 
Asynchronous Transfer Mode (ATM)
Asynchronous Transfer Mode (ATM)Asynchronous Transfer Mode (ATM)
Asynchronous Transfer Mode (ATM)Agreeta Sharma
 
QoS (quality of service)
QoS (quality of service)QoS (quality of service)
QoS (quality of service)Sri Safrina
 
Gsm architecture and signalling techniques
Gsm architecture and signalling techniquesGsm architecture and signalling techniques
Gsm architecture and signalling techniqueskanisthika chauhan
 
UMTS system architecture, protocols & processes
UMTS system architecture, protocols & processesUMTS system architecture, protocols & processes
UMTS system architecture, protocols & processesMuxi ESL
 
Module1 Mobile Computing Architecture
Module1 Mobile Computing ArchitectureModule1 Mobile Computing Architecture
Module1 Mobile Computing Architectureraksharao
 
Vehicular ad hoc network - VANET
Vehicular ad hoc network - VANETVehicular ad hoc network - VANET
Vehicular ad hoc network - VANETSarah Baras
 
Global system for mobile communication(GSM)
Global system for mobile communication(GSM)Global system for mobile communication(GSM)
Global system for mobile communication(GSM)Jay Nagar
 
Mobile transport layer - traditional TCP
Mobile transport layer - traditional TCPMobile transport layer - traditional TCP
Mobile transport layer - traditional TCPVishal Tandel
 
VANET in Mobile Computing
VANET in Mobile ComputingVANET in Mobile Computing
VANET in Mobile ComputingKABILESH RAMAR
 
Slide 02 - Asynchronous Transfer Mode (ATM).pdf
Slide 02 - Asynchronous Transfer Mode (ATM).pdfSlide 02 - Asynchronous Transfer Mode (ATM).pdf
Slide 02 - Asynchronous Transfer Mode (ATM).pdfKingsleyTettey
 

What's hot (20)

WCDMA
WCDMAWCDMA
WCDMA
 
Mobile computing notes and material
Mobile computing notes and materialMobile computing notes and material
Mobile computing notes and material
 
NOMA.pptx
NOMA.pptxNOMA.pptx
NOMA.pptx
 
Wireless Cellular Communication_Module 3_Dr. Shivashankar.pdf
Wireless Cellular Communication_Module 3_Dr. Shivashankar.pdfWireless Cellular Communication_Module 3_Dr. Shivashankar.pdf
Wireless Cellular Communication_Module 3_Dr. Shivashankar.pdf
 
Mobile transportlayer
Mobile transportlayerMobile transportlayer
Mobile transportlayer
 
UMTS, Introduction.
UMTS, Introduction.UMTS, Introduction.
UMTS, Introduction.
 
Gsm architecture and interfaces Telebeans
Gsm architecture and interfaces TelebeansGsm architecture and interfaces Telebeans
Gsm architecture and interfaces Telebeans
 
Policy control in epc
Policy control in epcPolicy control in epc
Policy control in epc
 
Asynchronous Transfer Mode (ATM)
Asynchronous Transfer Mode (ATM)Asynchronous Transfer Mode (ATM)
Asynchronous Transfer Mode (ATM)
 
QoS (quality of service)
QoS (quality of service)QoS (quality of service)
QoS (quality of service)
 
Control plane
Control planeControl plane
Control plane
 
Gsm architecture and signalling techniques
Gsm architecture and signalling techniquesGsm architecture and signalling techniques
Gsm architecture and signalling techniques
 
UMTS system architecture, protocols & processes
UMTS system architecture, protocols & processesUMTS system architecture, protocols & processes
UMTS system architecture, protocols & processes
 
Module1 Mobile Computing Architecture
Module1 Mobile Computing ArchitectureModule1 Mobile Computing Architecture
Module1 Mobile Computing Architecture
 
Vehicular ad hoc network - VANET
Vehicular ad hoc network - VANETVehicular ad hoc network - VANET
Vehicular ad hoc network - VANET
 
Global system for mobile communication(GSM)
Global system for mobile communication(GSM)Global system for mobile communication(GSM)
Global system for mobile communication(GSM)
 
Mobile transport layer - traditional TCP
Mobile transport layer - traditional TCPMobile transport layer - traditional TCP
Mobile transport layer - traditional TCP
 
Umts(3g)
Umts(3g)Umts(3g)
Umts(3g)
 
VANET in Mobile Computing
VANET in Mobile ComputingVANET in Mobile Computing
VANET in Mobile Computing
 
Slide 02 - Asynchronous Transfer Mode (ATM).pdf
Slide 02 - Asynchronous Transfer Mode (ATM).pdfSlide 02 - Asynchronous Transfer Mode (ATM).pdf
Slide 02 - Asynchronous Transfer Mode (ATM).pdf
 

Similar to Managing enterprise networks with cisco prime infrastructure_ 1 of 2

HOST AND NETWORK SECURITY by ThesisScientist.com
HOST AND NETWORK SECURITY by ThesisScientist.comHOST AND NETWORK SECURITY by ThesisScientist.com
HOST AND NETWORK SECURITY by ThesisScientist.comProf Ansari
 
Cisco network management
Cisco network managementCisco network management
Cisco network managementIT Tech
 
Network management
Network managementNetwork management
Network managementsangusajjan
 
Present and desired network management to cope with the expected expansion, n...
Present and desired network management to cope with the expected expansion, n...Present and desired network management to cope with the expected expansion, n...
Present and desired network management to cope with the expected expansion, n...Alexander Decker
 
Introdunction to Network Management Protocols - SNMP & TR-069
Introdunction to Network Management Protocols - SNMP & TR-069Introdunction to Network Management Protocols - SNMP & TR-069
Introdunction to Network Management Protocols - SNMP & TR-069William Lee
 
Network management aa
Network management  aaNetwork management  aa
Network management aaDhani Ahmad
 
group presentation
group presentationgroup presentation
group presentations1120099
 
Resove network problem.pptx
Resove network problem.pptxResove network problem.pptx
Resove network problem.pptxTadeseBeyene
 
Widyatama.lecture.applied networking.iv-week-12.network-management
Widyatama.lecture.applied networking.iv-week-12.network-managementWidyatama.lecture.applied networking.iv-week-12.network-management
Widyatama.lecture.applied networking.iv-week-12.network-managementDjadja Sardjana
 
Unit 1 network management
Unit 1 network managementUnit 1 network management
Unit 1 network managementbhavikaorg
 
Net Mng1.pptx
Net Mng1.pptxNet Mng1.pptx
Net Mng1.pptxtahaazad2
 
Network management
Network managementNetwork management
Network managementElena Benson
 
Functions and features network management
Functions and features network managementFunctions and features network management
Functions and features network managementFlightcase1
 
Basic Concepts and Types of Network Management
Basic Concepts and Types of Network ManagementBasic Concepts and Types of Network Management
Basic Concepts and Types of Network ManagementSorath Asnani
 
IRJET- Secure Scheme For Cloud-Based Multimedia Content Storage
IRJET-  	  Secure Scheme For Cloud-Based Multimedia Content StorageIRJET-  	  Secure Scheme For Cloud-Based Multimedia Content Storage
IRJET- Secure Scheme For Cloud-Based Multimedia Content StorageIRJET Journal
 
343492490-Network-Management-and-Administration.pptx
343492490-Network-Management-and-Administration.pptx343492490-Network-Management-and-Administration.pptx
343492490-Network-Management-and-Administration.pptxbilalazam34
 

Similar to Managing enterprise networks with cisco prime infrastructure_ 1 of 2 (20)

Network management ppt
Network management pptNetwork management ppt
Network management ppt
 
HOST AND NETWORK SECURITY by ThesisScientist.com
HOST AND NETWORK SECURITY by ThesisScientist.comHOST AND NETWORK SECURITY by ThesisScientist.com
HOST AND NETWORK SECURITY by ThesisScientist.com
 
Cisco network management
Cisco network managementCisco network management
Cisco network management
 
Network management
Network managementNetwork management
Network management
 
Present and desired network management to cope with the expected expansion, n...
Present and desired network management to cope with the expected expansion, n...Present and desired network management to cope with the expected expansion, n...
Present and desired network management to cope with the expected expansion, n...
 
Introdunction to Network Management Protocols - SNMP & TR-069
Introdunction to Network Management Protocols - SNMP & TR-069Introdunction to Network Management Protocols - SNMP & TR-069
Introdunction to Network Management Protocols - SNMP & TR-069
 
Network management aa
Network management  aaNetwork management  aa
Network management aa
 
SNMP
SNMPSNMP
SNMP
 
group presentation
group presentationgroup presentation
group presentation
 
Resove network problem.pptx
Resove network problem.pptxResove network problem.pptx
Resove network problem.pptx
 
group G
group Ggroup G
group G
 
a
aa
a
 
Widyatama.lecture.applied networking.iv-week-12.network-management
Widyatama.lecture.applied networking.iv-week-12.network-managementWidyatama.lecture.applied networking.iv-week-12.network-management
Widyatama.lecture.applied networking.iv-week-12.network-management
 
Unit 1 network management
Unit 1 network managementUnit 1 network management
Unit 1 network management
 
Net Mng1.pptx
Net Mng1.pptxNet Mng1.pptx
Net Mng1.pptx
 
Network management
Network managementNetwork management
Network management
 
Functions and features network management
Functions and features network managementFunctions and features network management
Functions and features network management
 
Basic Concepts and Types of Network Management
Basic Concepts and Types of Network ManagementBasic Concepts and Types of Network Management
Basic Concepts and Types of Network Management
 
IRJET- Secure Scheme For Cloud-Based Multimedia Content Storage
IRJET-  	  Secure Scheme For Cloud-Based Multimedia Content StorageIRJET-  	  Secure Scheme For Cloud-Based Multimedia Content Storage
IRJET- Secure Scheme For Cloud-Based Multimedia Content Storage
 
343492490-Network-Management-and-Administration.pptx
343492490-Network-Management-and-Administration.pptx343492490-Network-Management-and-Administration.pptx
343492490-Network-Management-and-Administration.pptx
 

More from Abdullaziz Tagawy

Service performance and analysis in cloud computing extened 2
Service performance and analysis in cloud computing   extened 2Service performance and analysis in cloud computing   extened 2
Service performance and analysis in cloud computing extened 2Abdullaziz Tagawy
 
Solar Cells versus Photodiode
Solar Cells versus PhotodiodeSolar Cells versus Photodiode
Solar Cells versus PhotodiodeAbdullaziz Tagawy
 
EMP_Assessment Report ABDELAZEZ TAGAWY
EMP_Assessment Report ABDELAZEZ TAGAWYEMP_Assessment Report ABDELAZEZ TAGAWY
EMP_Assessment Report ABDELAZEZ TAGAWYAbdullaziz Tagawy
 
OFDM Orthogonal Frequency Division Multiplexing
OFDM Orthogonal Frequency Division MultiplexingOFDM Orthogonal Frequency Division Multiplexing
OFDM Orthogonal Frequency Division MultiplexingAbdullaziz Tagawy
 
Solving QoS multicast routing problem using ACO algorithm
Solving QoS multicast routing problem using ACO algorithmSolving QoS multicast routing problem using ACO algorithm
Solving QoS multicast routing problem using ACO algorithmAbdullaziz Tagawy
 
Solving QoS multicast routing problem using aco algorithm
Solving QoS multicast routing problem using aco algorithm Solving QoS multicast routing problem using aco algorithm
Solving QoS multicast routing problem using aco algorithm Abdullaziz Tagawy
 
SNAPDRAGON SoC Family and ARM Architecture
SNAPDRAGON SoC Family and ARM Architecture SNAPDRAGON SoC Family and ARM Architecture
SNAPDRAGON SoC Family and ARM Architecture Abdullaziz Tagawy
 
Error Detection and Correction - Data link Layer
Error Detection and Correction - Data link LayerError Detection and Correction - Data link Layer
Error Detection and Correction - Data link LayerAbdullaziz Tagawy
 
Introduction to Data-Link Layer
Introduction to Data-Link LayerIntroduction to Data-Link Layer
Introduction to Data-Link LayerAbdullaziz Tagawy
 

More from Abdullaziz Tagawy (13)

Service performance and analysis in cloud computing extened 2
Service performance and analysis in cloud computing   extened 2Service performance and analysis in cloud computing   extened 2
Service performance and analysis in cloud computing extened 2
 
Solar Cells versus Photodiode
Solar Cells versus PhotodiodeSolar Cells versus Photodiode
Solar Cells versus Photodiode
 
EMP_Assessment Report ABDELAZEZ TAGAWY
EMP_Assessment Report ABDELAZEZ TAGAWYEMP_Assessment Report ABDELAZEZ TAGAWY
EMP_Assessment Report ABDELAZEZ TAGAWY
 
IPSec and VPN
IPSec and VPNIPSec and VPN
IPSec and VPN
 
Convolutional codes
Convolutional codesConvolutional codes
Convolutional codes
 
OFDM Orthogonal Frequency Division Multiplexing
OFDM Orthogonal Frequency Division MultiplexingOFDM Orthogonal Frequency Division Multiplexing
OFDM Orthogonal Frequency Division Multiplexing
 
Solving QoS multicast routing problem using ACO algorithm
Solving QoS multicast routing problem using ACO algorithmSolving QoS multicast routing problem using ACO algorithm
Solving QoS multicast routing problem using ACO algorithm
 
Solving QoS multicast routing problem using aco algorithm
Solving QoS multicast routing problem using aco algorithm Solving QoS multicast routing problem using aco algorithm
Solving QoS multicast routing problem using aco algorithm
 
SNAPDRAGON SoC Family and ARM Architecture
SNAPDRAGON SoC Family and ARM Architecture SNAPDRAGON SoC Family and ARM Architecture
SNAPDRAGON SoC Family and ARM Architecture
 
Error Detection and Correction - Data link Layer
Error Detection and Correction - Data link LayerError Detection and Correction - Data link Layer
Error Detection and Correction - Data link Layer
 
Introduction to Data-Link Layer
Introduction to Data-Link LayerIntroduction to Data-Link Layer
Introduction to Data-Link Layer
 
Comp net 2
Comp net 2Comp net 2
Comp net 2
 
Comp net 1
Comp net 1Comp net 1
Comp net 1
 

Recently uploaded

FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607dollysharma2066
 
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$kojalkojal131
 
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.soniya singh
 
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130  Available With RoomVIP Kolkata Call Girl Kestopur 👉 8250192130  Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Roomdivyansh0kumar0
 
VIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
VIP Kolkata Call Girls Salt Lake 8250192130 Available With RoomVIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
VIP Kolkata Call Girls Salt Lake 8250192130 Available With Roomgirls4nights
 
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...SofiyaSharma5
 
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130  Available With RoomVIP Kolkata Call Girl Alambazar 👉 8250192130  Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Roomdivyansh0kumar0
 
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With RoomVIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Roomishabajaj13
 
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts servicevipmodelshub1
 
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxellan12
 
VIP Call Girls Pune Madhuri 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Madhuri 8617697112 Independent Escort Service PuneVIP Call Girls Pune Madhuri 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Madhuri 8617697112 Independent Escort Service PuneCall girls in Ahmedabad High profile
 
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
Russian Call girls in Dubai +971563133746 Dubai Call girls
Russian  Call girls in Dubai +971563133746 Dubai  Call girlsRussian  Call girls in Dubai +971563133746 Dubai  Call girls
Russian Call girls in Dubai +971563133746 Dubai Call girlsstephieert
 
Russian Call Girls Thane Swara 8617697112 Independent Escort Service Thane
Russian Call Girls Thane Swara 8617697112 Independent Escort Service ThaneRussian Call Girls Thane Swara 8617697112 Independent Escort Service Thane
Russian Call Girls Thane Swara 8617697112 Independent Escort Service ThaneCall girls in Ahmedabad High profile
 
Gram Darshan PPT cyber rural in villages of india
Gram Darshan PPT cyber rural  in villages of indiaGram Darshan PPT cyber rural  in villages of india
Gram Darshan PPT cyber rural in villages of indiaimessage0108
 

Recently uploaded (20)

Call Girls In South Ex 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In South Ex 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICECall Girls In South Ex 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In South Ex 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
 
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
 
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
 
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
 
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
 
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130  Available With RoomVIP Kolkata Call Girl Kestopur 👉 8250192130  Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Room
 
VIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
VIP Kolkata Call Girls Salt Lake 8250192130 Available With RoomVIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
VIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
 
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
 
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130  Available With RoomVIP Kolkata Call Girl Alambazar 👉 8250192130  Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
 
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With RoomVIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
 
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
 
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
 
VIP Call Girls Pune Madhuri 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Madhuri 8617697112 Independent Escort Service PuneVIP Call Girls Pune Madhuri 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Madhuri 8617697112 Independent Escort Service Pune
 
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
Russian Call girls in Dubai +971563133746 Dubai Call girls
Russian  Call girls in Dubai +971563133746 Dubai  Call girlsRussian  Call girls in Dubai +971563133746 Dubai  Call girls
Russian Call girls in Dubai +971563133746 Dubai Call girls
 
Russian Call Girls Thane Swara 8617697112 Independent Escort Service Thane
Russian Call Girls Thane Swara 8617697112 Independent Escort Service ThaneRussian Call Girls Thane Swara 8617697112 Independent Escort Service Thane
Russian Call Girls Thane Swara 8617697112 Independent Escort Service Thane
 
Gram Darshan PPT cyber rural in villages of india
Gram Darshan PPT cyber rural  in villages of indiaGram Darshan PPT cyber rural  in villages of india
Gram Darshan PPT cyber rural in villages of india
 

Managing enterprise networks with cisco prime infrastructure_ 1 of 2

  • 1. MANAGING ENTERPRISE NETWORKS WITH CISCO PRIME INFRASTRUCTURE Abdullaziz Al-Mabrouk Al-Tagawy
  • 3. Network Management  Network Management is define as monitoring, testing, configuring, and troubleshooting network components to meet a set of requirements defined by an organization.  The requirements include the smooth, efficient operation of the network that provides the predefined quality of service for users.  To accomplish this task, a network management system uses hardware, software, and humans.
  • 5. Network Management Configuration Management  The configuration management system must know, at any time, the status of each entity and its relation to other entities.  Configuration management can be divided into two subsystems: reconfiguration and documentation.
  • 6. Network Management Reconfiguration  There are three types of reconfiguration: 1. hardware reconfiguration, 2. software reconfiguration, 3. user-account reconfiguration.
  • 7. Network Management Documentation  Each subsequent change must be recorded meticulously.  This means that there must be documentation for hardware, software, and user accounts.
  • 8. Network Management  Hardware Documentation:  Hardware documentation normally involves two sets of documents: 1. Maps. 2. Specifications.  Software documentation:  All software must also be documented. Software documentation includes information such as the software type, the version, the time installed, and the license agreement. Documentation
  • 9. Network Management  User-Account documentation:  The management must make sure that the files with this information are updated and secured.  Some operating systems record access privileges in two documents;  One shows all files and access types for each user.  The other shows the list of users that have access to a particular file. Documentation
  • 10. Network Management Fault Management  Fault management is the area of network management that handle the issue of Proper operation of the network which depends on the proper operation of each component individually and in relation to each other.
  • 11. Network Management Fault Management  An effective fault management system has two subsystems: reactive fault management and proactive fault management.
  • 12. Network Management Fault Management  Reactive fault management:  It is responsible for detecting, isolating, correcting, and recording faults. It handles short-term solutions to faults.
  • 13. Network Management Fault Management  Reactive fault management:  Detecting Fault  The first step taken by a reactive fault management system is to find the exact location of the fault. A fault is defined as an abnormal condition in the system. When a fault occurs, either the system stops working properly or the system creates excessive errors. A good example of a fault is a damaged communication medium.  Isolating Fault  The next step taken by a reactive fault management system is isolating the fault. A fault, if isolated, usually affects only a few users. After isolation, the affected users are immediately notified and given an estimated time of correction.  Correcting Fault  The next step is correcting the fault. This may involve replacing or repairing the faulty components.
  • 14. Network Management Fault Management  Reactive fault management:  Recording Fault  After the fault is corrected, it must be documented. The record should show the exact location of the fault, the possible cause, the action or actions taken to correct the fault, the cost, and the time it took for each step. Documentation is extremely important for several reasons:
  • 15. Network Management Fault Management  Reactive fault management:  Recording Fault  The problem may reoccur. Documentation can help the present or future administrator or technician solve a similar problem.  The frequency of the same kind of failure is an indication of a major problem in the system. If a fault happens frequently in one component, the component should be replaced with a similar one or the whole system should be changed to avoid the use of that type of component.  The statistic is helpful to another part of network management, performance management
  • 16. Network Management Fault Management  Proactive Fault Management:  It is tries to prevent faults from occurring.  Some types of failures can be predicted and prevented.  E.g. if a manufacturer specifies a lifetime for a component or a part of a component, it is a good strategy to replace it before that time.  E.g. if a fault happens frequently at one particular point in a network, it is wise to carefully reconfigure the network to prevent the fault from happening again.
  • 17. Network Management Performance Management  Which is closely related to fault management, tries to monitor and control the network to ensure that it is running as efficiently as possible.  using some measurable quantity, such as capacity, traffic, throughput, or esponse time.  The protocol SNMP, which is discussed in this presentation can be used in performance management.
  • 18. Network Management Security Management  is responsible for controlling access to the network based on predefined policy.  Encryption allows privacy for users; authentication forces the users to identify themselves.
  • 19. Network Management Accounting Management  It is the controlling of users’ access to network resources through charges.  Under accounting management, individual users, departments, divisions, or even projects are charged for the services they receive from the network.  Charging does not necessarily mean cash transfer; it may mean debiting the departments or divisions for budgeting purposes.
  • 20. Network Management Accounting Management  Today, organizations use an accounting management system for the following reasons:  It prevents users from monopolizing limited network resources.  It prevents users from using the system inefficiently.  Network managers can do short- and long- term planning based on the demand for network use.
  • 21. Simple Network Management Protocol (SNMP)
  • 22. Simple Network Management Protocol (SNMP)  SNMP is a framework for managing devices in an internet using the TCP/IP protocol suite.  It provides a set of fundamental operations for monitoring and maintaining an internet.  SNMP uses the concept of manager and agent.  A manager, usually a host, controls and monitors a set of agents, usually routers or servers
  • 23. Simple Network Management Protocol (SNMP) SNMP
  • 24. Simple Network Management Protocol (SNMP)  SNMP is an application-level protocol in which a few manager stations control a set of agents.  The protocol is designed at the application level so that it can monitor devices made by different manufacturers and installed on different physical networks.
  • 25. Simple Network Management Protocol (SNMP) Management Components
  • 26. Simple Network Management Protocol (SNMP) Role of SNMP  SNMP defines the format of packets exchanged between a manager and an agent. It reads and changes the status of objects (values of variables) in SNMP packets.
  • 27. Simple Network Management Protocol (SNMP) Role of SMI  SMI defines the general rules for naming objects, defining object types (including range and length), and showing how to encode objects and values.
  • 28. Simple Network Management Protocol (SNMP) Role of MIB  MIB creates a collection of named objects, their types, and their  relationships to each other in an entity to be managed.
  • 29. Simple Network Management Protocol (SNMP) SMI  The Structure of Management Information, version 2 (SMIv2) is a component for network management.  It is a guideline for SNMP.  It emphasizes three attributes to handle an object: name, data type, and encoding method.
  • 30. Simple Network Management Protocol (SNMP) SMI  Name:  SMI requires that each managed object (such as a router, a variable in a router, a value, etc.) have a unique name.  To name objects globally, SMI uses an object identifier (OID),
  • 31. Simple Network Management Protocol (SNMP) SMI
  • 32. Simple Network Management Protocol (SNMP) SMI  Type:  The second attribute of an object is the type of data stored in it.  SMI has two broad categories of data types: simple and structured.  We first define the simple types and then show how the structured types can be constructed from the simple ones.
  • 33. Simple Network Management Protocol (SNMP) 1. Simple Type: SMI : Type
  • 34. Simple Network Management Protocol (SNMP) 1. Simple Type: SMI : Type
  • 35. Simple Network Management Protocol (SNMP) 2. Structured Type: SMI : Type  By combining simple and structured data types, we can make new structured data types.  SMI defines two structured data types: sequence and sequence of.
  • 36. Simple Network Management Protocol (SNMP) SMI : Type
  • 37. Simple Network Management Protocol (SNMP) SMI  Encoding Method:  SMI uses another standard, Basic Encoding Rules (BER), to encode data to be transmitted over the network.
  • 38. Simple Network Management Protocol (SNMP) SMI  Encoding Method:  It use format: tag, length, and value (TLV).
  • 39. Simple Network Management Protocol (SNMP) SMI  Encoding Method:
  • 40. Simple Network Management Protocol (SNMP) SMI  Encoding Method:
  • 41. Simple Network Management Protocol (SNMP) MIB  Management Information Base V2.  Each agent has its own MIB2.
  • 42. Simple Network Management Protocol (SNMP) MIB  The objects in MIB2 are categorized under several groups: 1. sys This object (system) defines general information about the node (system), such as the name, location, and lifetime. 2. if This object (interface) defines information about all of the interfaces of the node including interface number, physical address, and IP address. 3. at This object (address translation) defines the information about the ARP table. 4. ip This object defines information related to IP, such as the routing table and the IP address.
  • 43. Simple Network Management Protocol (SNMP) MIB  The objects in MIB2 are categorized under several groups: 5. icmp This object defines information related to ICMP, such as the number of packets sent and received and total errors created. 6. tcp This object defines general information related to TCP, such as the connection table, time-out value, number of ports, and number of packets sent and received. 7. udp This object defines general information related to UDP, such as the number of ports and number of packets sent and received. 8. egp These objects are related to the operation of EGP. 9. trans These objects are related to the specific method of transmission (future use). 10. snmp This object defines general information related to SNMP itself.
  • 44. Simple Network Management Protocol (SNMP)  Accessing MIB Variables MIB
  • 45. Simple Network Management Protocol (SNMP)  Accessing MIB Variables MIB
  • 46. Simple Network Management Protocol (SNMP)  Accessing MIB Variables MIB
  • 47. Simple Network Management Protocol (SNMP) MIP
  • 48. Simple Network Management Protocol (SNMP) MIP
  • 49. Simple Network Management Protocol (SNMP) MIP  Cisco Proprietary MIB Structure :
  • 50. Simple Network Management Protocol (SNMP) MIP  Cisco Proprietary MIB Structure :
  • 51. Simple Network Management Protocol (SNMP) SNMP  SNMP uses both SMI and MIB in Internet network management.  It is an application program that allows: 1. A manager to retrieve the value of an object defined in an agent. 2. A manager to store a value in an object defined in an agent. 3. An agent to send an alarm message about an abnormal situation to the manager.
  • 52. Simple Network Management Protocol (SNMP) SNMP  PDUs:  SNMPv3 defines eight types of protocol data units (or PDUs): GetRequest, GetNext- Request, GetBulkRequest, SetRequest, Response, Trap, InformRequest, and Report.
  • 53. Simple Network Management Protocol (SNMP) SNMP  PDUs:
  • 54. Simple Network Management Protocol (SNMP) SNMP  PDUs:  GetRequest The GetRequest PDU is sent from the manager (client) to the agent (server) to retrieve the value of a variable or a set of variables.  GetNextRequest The GetNextRequest PDU is sent from the manager to the agent to retrieve the value of a variable. The retrieved value is the value of the object following the defined ObjectId in the PDU. It is mostly used to retrieve the values of the entries in a table. If the manager does not know the indexes of the entries, it cannot retrieve the values. However, it can use GetNextRequest and define the ObjectId of the table. Because the first entry has the ObjectId immediately after the ObjectId of the table, the value of the first entry is returned. The manager can use this ObjectId to get the value of the next one, and so on.  GetBulkRequest The GetBulkRequest PDU is sent from the manager to the agent to retrieve a large amount of data. It can be used instead of multiple GetRequest and GetNextRequest PDUs.  SetRequest The SetRequest PDU is sent from the manager to the agent to set (store) a value in a variable.
  • 55. Simple Network Management Protocol (SNMP) SNMP  PDUs:  Response The Response PDU is sent from an agent to a manager in response to GetRequest or GetNextRequest. It contains the value(s) of the variable(s) requested by the manager.  Trap The Trap (also called SNMPv2 Trap to distinguish it from SNMPv1 Trap) PDU is sent from the agent to the manager to report an event. For example, if the agent is rebooted, it informs the manager and reports the time of rebooting.  InformRequest The InformRequest PDU is sent from one manager to another remote manager to get the value of some variables from agents under the control of the remote manager. The remote manager responds with a Response PDU.  Report The Report PDU is designed to report some types of errors between managers. It is not yet in use.
  • 56. Simple Network Management Protocol (SNMP) SNMP  Format:
  • 57. Simple Network Management Protocol (SNMP) SNMP  UDP Ports:  SNMP uses the services of UDP on two well-known ports, 161 and 162.  The well-known port 161 is used by the server (agent), and the well-known port 162 is used by the client (manager).
  • 58. Simple Network Management Protocol (SNMP) SNMP  UDP Ports:
  • 59. Simple Network Management Protocol (SNMP) SNMP  Security: