Feat: Création des cartes et de la table des log
This commit is contained in:
parent
3fa915e643
commit
9efdb2cdc5
BIN
SNT/03_Internet/Simulation/anneau.pdf
Normal file
BIN
SNT/03_Internet/Simulation/anneau.pdf
Normal file
Binary file not shown.
@ -64,8 +64,8 @@ levels:
|
||||
anneau:
|
||||
description: Les routeurs forment une cercle où chacun connait ses deux voisins.
|
||||
scenarios:
|
||||
- 1: Envoyer des messages et enregistré ce que l'on transmet.
|
||||
- 2: Sommes nous tous fiables?
|
||||
- 1: "Envoyer des messages et enregistré ce que l'on transmet."
|
||||
- 2: "Sommes nous tous fiables?"
|
||||
roles:
|
||||
- num: 1
|
||||
IP: 10.10.0.1
|
||||
@ -289,7 +289,7 @@ levels:
|
||||
- Répondre aux requêtes DNS.
|
||||
particularites:
|
||||
- Serveur DNS, connait les noms de domaine suivants
|
||||
- SNT.stex à l'adresse 131..240.1.1
|
||||
- SNT.stex à l'adresse 131.240.1.1
|
||||
- 2gt1.stex à l'adresse 151.10.1.1
|
||||
liens:
|
||||
- 3: 131.240.0.1
|
||||
|
BIN
SNT/03_Internet/Simulation/linéaire.pdf
Normal file
BIN
SNT/03_Internet/Simulation/linéaire.pdf
Normal file
Binary file not shown.
BIN
SNT/03_Internet/Simulation/log_table.pdf
Normal file
BIN
SNT/03_Internet/Simulation/log_table.pdf
Normal file
Binary file not shown.
134
SNT/03_Internet/Simulation/log_table.tex
Normal file
134
SNT/03_Internet/Simulation/log_table.tex
Normal file
@ -0,0 +1,134 @@
|
||||
\documentclass[a4paper,10pt, landscape, twocolumn]{article}
|
||||
\usepackage{myXsim}
|
||||
|
||||
\author{Benjamin Bertrand}
|
||||
\title{Table de log}
|
||||
\date{février 2021}
|
||||
|
||||
\pagestyle{empty}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
|
||||
\begin{tabular}{|c|*{2}{p{2.5cm}|}p{5cm}|}
|
||||
\hline
|
||||
Date & IP source & IP destination & Commentaire \\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
\end{tabular}
|
||||
|
||||
\begin{tabular}{|c|*{2}{p{2.5cm}|}p{5cm}|}
|
||||
\hline
|
||||
Date & IP source & IP destination & Commentaire \\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
&&&\\
|
||||
\hline
|
||||
\end{tabular}
|
||||
|
||||
\end{document}
|
BIN
SNT/03_Internet/Simulation/mesh.pdf
Normal file
BIN
SNT/03_Internet/Simulation/mesh.pdf
Normal file
Binary file not shown.
BIN
SNT/03_Internet/Simulation/mesh_dns.pdf
Normal file
BIN
SNT/03_Internet/Simulation/mesh_dns.pdf
Normal file
Binary file not shown.
@ -35,7 +35,7 @@
|
||||
{% if particularites %}
|
||||
<ul>
|
||||
{% for p in particularites %}
|
||||
<li>{{ p | replace("{", "") | replace("}", "") | replace("'", "")}}</li>
|
||||
<li>{{ p | replace("{", "") | replace("}", "") }}</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% else %}
|
||||
|
@ -28,7 +28,7 @@
|
||||
<h2>Scénarios: </h2>
|
||||
<ul>
|
||||
{% for s in scenarios %}
|
||||
<li>{{ s | replace("{", "") | replace("}", "") | replace("'", "")}}</li>
|
||||
<li>{{ s | replace("{", "") | replace("}", "") }}</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</section>
|
||||
|
BIN
SNT/03_Internet/Simulation/étoile.pdf
Normal file
BIN
SNT/03_Internet/Simulation/étoile.pdf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user