0% ont trouvé ce document utile (0 vote)
21 vues24 pages

Administration des Réseaux Informatiques

Transféré par

Boubakr Mir
Copyright
© Attribution Non-Commercial (BY-NC)
Nous prenons très au sérieux les droits relatifs au contenu. Si vous pensez qu’il s’agit de votre contenu, signalez une atteinte au droit d’auteur ici.
Formats disponibles
Téléchargez aux formats PPTX, PDF, TXT ou lisez en ligne sur Scribd
0% ont trouvé ce document utile (0 vote)
21 vues24 pages

Administration des Réseaux Informatiques

Transféré par

Boubakr Mir
Copyright
© Attribution Non-Commercial (BY-NC)
Nous prenons très au sérieux les droits relatifs au contenu. Si vous pensez qu’il s’agit de votre contenu, signalez une atteinte au droit d’auteur ici.
Formats disponibles
Téléchargez aux formats PPTX, PDF, TXT ou lisez en ligne sur Scribd

Université sidi Mohammed ben Abdallah

faculté des sciences et techniques fes

Administration des réseaux

Réalisé par :SOFIA ARFANE      Encadré par:  


Pr. F. MRABTI

Filière ingénieur en Systèmes Electroniques et télécommunication


 Année universitaire:2009/2010
plan

Contexe.
Introduction .
• Buts de l'administration de
réseau.
Notion relatives au SNMP:
• MIB :Management Information
Base.
• SMI : Structure of
Management Information.
Le protocole SNMP:
• Définiton.
• Principe .
• opération.
• Trame.
• Sécurité
Conclusion
Contexte
v
v le système d’information et les réseaux sont aujourd’hui des
éléments critiques de la compétitivité de l’entreprise.
v
v La qualité du service global rendu au utilisateurs doit etre
garantie
v
v coûts minimal.

v La réactivité.
v

enjeu des activités liées à l’administration des réseaux.


Introduction

Buts de l'administration de réseau :

1-La gestion des anomalies (Fault Management).

2-La gestion de la configuration réseau (Configuration


Management).

3- La gestion des performances (Performance Management).

4- La gestion de la sécurité (Security Management).

5- La gestion de la comptabilité (Accounting Management).


La gestion des anomalies (Fault Management)

v L’objectif de l’administration réseau est d’avoir un réseau


opérationnel sans rupture de service
v
v Détection, isolement et correction des pannes
v
La gestion de la configuration réseau
(Configuration Management).

v Gérer la configuration matérielle et logicielle du réseau pour en


optimiser l’utilisation.

v Modification et stockage des configurations.


La gestion des performances (Performance
Management).

v contrôler à tout moment le réseau.


v
v Collecte des données, analyse des statistiques .
v
La gestion de la sécurité ( Security
Management ).

v gèrer les contrôles d’accès au réseau.


v
v Minimiser les accès non autorisés au réseau privé .
v
La gestion de la comptabilité ( Accounting
Management ).

Informations permettant d’évaluer le coût des communications.

- En fonction de la durée, du volume.


- Au niveau du réseau ou de l’application.

Exemple :
- nombre d’octets transmis, durée de connexion
MIB (Management Information Base)

q La MIB regroupe l'ensemble des variables relatives aux matériels


et aux logiciels supportés par le réseau, et définit les objets de
gestion dans l'environnement TCP/IP.
q possède une structure d’arbre.
SMI : Structure of Management
Information
è définit comment sont représentées, dans la MIB, les informations
relatives aux objets de gestion et comment sont obtenues ces
informations.
è Chacune des informations de la MIB peut être retourné soit à
partir:
è
è
v nom de variable.

v Arbre de classification
SMI : Structure of Management
Information
Exemple :
On souhaite consulter la variable system d’un hôte.

Deux méthodes.

*demande directe de la variable.


*demande par OID.
Le protocole SNMP

SNMP (Simple Network Management Protocol) est le protocole


standardisé pour l’administration du réseau Internet et il est
également très largement déployé dans les réseaux d’entreprise.
SNMP

Station de gestion Nœud à gérer

SNMP
Base de données :MIB

Réseau
principe de snmp
q utilise le concept d’application Client/Serveur:

ü l’agent SNMP(serveur): programme serveur.


ü le manager SNMP(client): application possédant
une interface graphique
ü
Architecture générale
Protocole snmp
SNMP est un protocole bâti au dessus de UDP/IP :

NB:L’utilisation du protocole UDP est justifiée pour sa simplicité, sa


rapidité et sa concision (8octets d’entête contre 20 pour TCP), ce
qui permet de remonter très rapidement des alarmes
vers un manager. Malheureusement, c’est un protocole de transport
en mode non connecté et non fiable, ce qui signifie que l’on pourra
perdre des messages SNMP.
Operations SNMP
On se retrouve avec 4 types d’opérations différentes :
Ø
Ø get-request / get-response : l’administrateur interroge une
variable particulière de la MIB.
Ø get-next-request / get-response : l’administrateur interroge
toute une table de la MIB.
Ø set-request / get-response : l’administrateur met une valeur à
jour dans la MIB.
Ø trap : l’agent prévient l’administrateur qu’un événement
particulier s’est produit.
Ø
Trame de SNMP
Le format de la trame SNMP est décrit par:

Un premier format est utilisé pour les PDU du genre GET, ou SET :

Un second format est utilisé pour la TRAP PDU :


SNMP ET LA SECURITE

si l’on n’a pas besoin d’un agent SNMP sur sa machine ou son
système électronique, on n’activera pas ce service par défaut. Dans
le cas contraire, il faudra bien vérifier son fichier de configuration
([Link] pour NET-SNMP) et adopter la politique
du « tout interdire sauf » et non pas du « tout autoriser sauf » pour
ne pas laisser des trous de sécurité. Il faudra aussi changer les
noms de communauté par défaut qui sont généralement
public pour l’accès aux objets en lecture de la MIB de l’agent et
private pour l’accès aux objets en écriture.
perspectives

Le standard CIM et WBEM tiennent leurs promesses, dont le but de


construire des applications d’administration puissantes et
interopérables.

MAIS il est par contre douteux qu’il remplace à court terme SNMP
au niveau des équipements réseau, ce protocole ayant fait ses
preuves.
Conclusion
les activités de l’administration d’un réseau
sont:
Conclusion
MIB

Base de données minimal et sans mémoire

SNMP

Protocole simple, minimal et sans mémoire


3 opérations :
- obtenir une valeur
- modifier la valeur d’une variable
- notifier l’apparition d’un évènement
Merci pour votre attention

Références:

administration des réseaux informatiques


q [Link]
q Administration des réseaux informatique par OLvier WILLM.
q [Link]

24

Common questions

Alimenté par l’IA

SNMP's role within enterprise networks is critical as it serves as the standard protocol for network administration, ensuring efficient and scalable management across diverse network environments . Its significance lies in its widespread deployment, flexibility in handling varied network tasks, and compatibility with multiple network devices, allowing centralized management of complex network infrastructures . Despite its limitations in reliability due to its use of UDP/IP, the simplicity and effectiveness of SNMP make it indispensable for managing network performance, configuration, and security, which are crucial for maintaining business competitiveness .

SNMP utilizes a client-server model where the SNMP manager acts as the client, and the SNMP agent functions as the server . The agent (server) runs on network nodes, maintaining a MIB database and responding to requests from the SNMP manager (client). The manager has a graphical interface for network administrators to interact with . This architecture facilitates efficient management by enabling centralized configuration, monitoring, and control operations over network devices .

The types of operations within SNMP are: get-request/get-response, which allows an administrator to query a specific variable in the MIB; get-next-request/get-response, which queries an entire table of the MIB; set-request/get-response, which updates a variable in the MIB; and trap, where the agent notifies the administrator about a specific event . These operations facilitate effective real-time monitoring and management of network statuses and configurations .

According to the document, the CIM and WBEM standards hold promise for developing powerful and interoperable network management applications . They aim to provide a more robust framework for integration across different network management platforms . However, the document suggests that it is doubtful these standards will replace SNMP in the short term, as SNMP has proven reliability and extensive deployment in current network infrastructures . CIM and WBEM might offer more comprehensive solutions, but SNMP's entrenched position makes immediate replacement unlikely .

SNMP's reliance on UDP/IP impacts its performance by enhancing simplicity, speed, and conciseness. UDP has an 8-byte header, compared to TCP’s 20-byte header, allowing for faster transmission of messages. This is particularly beneficial for promptly forwarding alarm messages to a network manager . However, UDP/IP sacrifices reliability because it operates in a connectionless mode, which means messages can be lost without detection. This trade-off implies SNMP messages may not always reach their destination, requiring additional management to confirm delivery .

SNMP handles security concerns by recommending that if an SNMP agent is not needed, it should not be activated by default. When activated, secure configurations must be enforced, such as setting restrictive permissions ('deny-all-except' policy) in the snmpd.conf configuration file, and changing default community names from 'public' and 'private' to prevent unauthorized access to MIB objects . These practices minimize potential security vulnerabilities, preventing unauthorized access and data modification, which are common risks associated with SNMP's basic security model .

The 'everything deny by default' policy for SNMP configurations is effective in minimizing unauthorized access, but it presents potential drawbacks. This approach may complicate initial setup and configuration tasks as legitimate access must be explicitly granted, increasing administrative overhead . There is also a risk of inadvertently blocking necessary network operations if permissions are not meticulously configured and maintained. While enhancing security, this policy demands careful, ongoing management to balance security with functionality .

The primary objectives of network administration mentioned in the document are Fault Management, Configuration Management, Performance Management, Security Management, and Accounting Management . Fault Management aims to maintain network operation without service disruptions by detecting, isolating, and correcting faults . Configuration Management involves handling both hardware and software configurations to optimize network usage . Performance Management ensures continuous network control by collecting and analyzing data . Security Management focuses on minimizing unauthorized access to the network . Accounting Management collects usage data to evaluate communication costs based on duration and volume, which is vital for cost control . Collectively, these objectives ensure the network runs efficiently, securely, and cost-effectively, enhancing overall service quality.

The Structure of Management Information (SMI) defines data representation in the MIB by specifying how information about management objects is represented and accessed . It standardizes the format and classification, ensuring uniform data portrayal and retrieval methods, either through variable names or Object Identifiers (OIDs). This standardization is crucial for interoperability and consistent management across diverse network devices and platforms, facilitating efficient network management operations .

The Management Information Base (MIB) is a collection of variables that relate to the hardware and software supported by the network, defining management objects within the TCP/IP environment . MIB has a tree structure allowing for hierarchical organization of information . It uses variables that can be accessed directly by name or through an Object Identifier (OID) for network management tasks . The MIB serves as a database for managing network elements and is essential for the functioning of network management protocols like SNMP, accommodating configurations, performance metrics, and access controls .

Vous aimerez peut-être aussi