initial commit
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"auto_close": true,
|
||||
"auto_open": false,
|
||||
"auto_start": false,
|
||||
"drawing_grid_size": 25,
|
||||
"grid_size": 75,
|
||||
"name": "GNS3-exercice",
|
||||
"project_id": "8c9b6101-c955-41cc-8f80-c18617f0c325",
|
||||
"revision": 9,
|
||||
"scene_height": 1000,
|
||||
"scene_width": 2000,
|
||||
"show_grid": false,
|
||||
"show_interface_labels": false,
|
||||
"show_layers": false,
|
||||
"snap_to_grid": false,
|
||||
"supplier": null,
|
||||
"topology": {
|
||||
"computes": [],
|
||||
"drawings": [],
|
||||
"links": [],
|
||||
"nodes": []
|
||||
},
|
||||
"type": "topology",
|
||||
"variables": null,
|
||||
"version": "2.2.53",
|
||||
"zoom": 100
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
Feb 20 08:40:52.856 HYPERVISOR: Release 0.2.23-amd64/Linux (tag 2023010200)
|
||||
Feb 20 08:40:52.856 HYPERVISOR: Started on IP = 127.0.0.1, TCP port = 45587.
|
||||
Feb 20 08:40:52.860 HYPERVISOR: exec_cmd: hypervisor version
|
||||
Feb 20 08:40:52.860 HYPERVISOR: exec_cmd: hypervisor working_dir /home/nk/Documents/UTEC-Lic_ME_2024_2025/RSX101/RSX101-20-02-25/GNS3-exercice/project-files/dynamips
|
||||
Feb 20 08:40:52.860 GENERAL: working_dir=/home/nk/Documents/UTEC-Lic_ME_2024_2025/RSX101/RSX101-20-02-25/GNS3-exercice/project-files/dynamips
|
||||
Feb 20 08:40:52.860 HYPERVISOR: exec_cmd: nio_bridge create Hub1
|
||||
Feb 20 08:40:59.594 HYPERVISOR: exec_cmd: nio_bridge delete Hub1
|
||||
Feb 20 08:40:59.597 HYPERVISOR: exec_cmd: hypervisor stop
|
||||
Feb 20 08:40:59.866 HYPERVISOR: Stopped.
|
||||
Feb 20 08:40:59.866 GENERAL: reset done.
|
||||
@@ -0,0 +1,10 @@
|
||||
Feb 20 08:45:15.793 HYPERVISOR: Release 0.2.23-amd64/Linux (tag 2023010200)
|
||||
Feb 20 08:45:15.793 HYPERVISOR: Started on IP = 127.0.0.1, TCP port = 45429.
|
||||
Feb 20 08:45:15.802 HYPERVISOR: exec_cmd: hypervisor version
|
||||
Feb 20 08:45:15.802 HYPERVISOR: exec_cmd: hypervisor working_dir /home/nk/Documents/UTEC-Lic_ME_2024_2025/RSX101/RSX101-20-02-25/GNS3-exercice/project-files/dynamips
|
||||
Feb 20 08:45:15.802 GENERAL: working_dir=/home/nk/Documents/UTEC-Lic_ME_2024_2025/RSX101/RSX101-20-02-25/GNS3-exercice/project-files/dynamips
|
||||
Feb 20 08:45:15.802 HYPERVISOR: exec_cmd: atmsw create ATMSW1
|
||||
Feb 20 08:45:29.403 HYPERVISOR: exec_cmd: atmsw delete ATMSW1
|
||||
Feb 20 08:45:29.405 HYPERVISOR: exec_cmd: hypervisor stop
|
||||
Feb 20 08:45:29.815 HYPERVISOR: Stopped.
|
||||
Feb 20 08:45:29.815 GENERAL: reset done.
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,47 @@
|
||||
# NSY104-17-12-24
|
||||
|
||||
## Exercice 1(plan d’adressage)
|
||||
|
||||
Le TD concerne la mise ne place d’un plan d’adressage, il est proposé sous la forme de quatre exercices
|
||||
|
||||
### 1.2.1 Exo 1 : Détermination de l’ID réseau, le masque réseau, …etc. à partir d’une adresse IP
|
||||
|
||||
#### 179.13.33.14/29
|
||||
|
||||
Adresse de réseau : 179.13.33.8
|
||||
|
||||
Première adresse : 179.13.33.9
|
||||
|
||||
Dernière adresse : 179.13.33.14
|
||||
|
||||
Adresse de broadcast : 179.13.33.15
|
||||
|
||||
#### 16.23.15.33/18
|
||||
|
||||
00010000.00010111.00001111.000100001
|
||||
|
||||
Adresse de réseau : 16.23.0.0 -> 14 dernier bits tu les passe à 0 : 00010000.00010111.**00000000.00000000**
|
||||
|
||||
Première adresse : 16.23.0.1 -> Première on ajoute un
|
||||
|
||||
Dernière adresse : 16.23.63.254 -> -1 par rapport à l'adresse broadcast
|
||||
|
||||
Adresse de broadcast : 16.23.63.255 -> 14 dernier et tu les passes à 1 : 00010000.00010111.00**111111.11111111**
|
||||
|
||||
#### 178.223.0.15/12
|
||||
|
||||
Adresse de réseau : 178.208.0.0 -> 20 dernier bits tu les passe à 0 : 10110010.1101**0000.00000000.00000000**
|
||||
|
||||
Première adresse : 178.208.0.1 -> Première on ajoute un
|
||||
|
||||
Dernière adresse : 178.223.255.254 -> -1 par rapport à l'adresse broadcast
|
||||
|
||||
Adresse de broadcast : 178.223.255.255 -> 20 dernier bits tu les passe à 1 : 10110010.1101**1111.11111111.11111111**
|
||||
|
||||
## Routage
|
||||
|
||||
Routage static, définir une route manuelement
|
||||
Routage Dynamique,
|
||||
|
||||
Lien de rondodence -> ajout d'un routeur de secours
|
||||
|
||||
Reference in New Issue
Block a user