diff --git a/README.md b/README.md index a13340d..1095af9 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # CN-Educoder 计算机网络 Educoder 课堂实验 PPPOE协议分析 tdun + +VLAN 间单臂路由配置 - fourth + +静态路由配置 - second + +网络协议分析 - myshixun + +DHCP 服务器配置 - fifth + +# HOW to USE diff --git a/DHCP服务器配置/PC1_startup.vpc b/fifth/PC1_startup.vpc similarity index 100% rename from DHCP服务器配置/PC1_startup.vpc rename to fifth/PC1_startup.vpc diff --git a/DHCP服务器配置/PC2_startup.vpc b/fifth/PC2_startup.vpc similarity index 100% rename from DHCP服务器配置/PC2_startup.vpc rename to fifth/PC2_startup.vpc diff --git a/DHCP服务器配置/R1_configs_i1_startup-config.cfg b/fifth/R1_configs_i1_startup-config.cfg similarity index 100% rename from DHCP服务器配置/R1_configs_i1_startup-config.cfg rename to fifth/R1_configs_i1_startup-config.cfg diff --git a/DHCP服务器配置/SW1_configs_i2_startup-config.cfg b/fifth/SW1_configs_i2_startup-config.cfg similarity index 100% rename from DHCP服务器配置/SW1_configs_i2_startup-config.cfg rename to fifth/SW1_configs_i2_startup-config.cfg diff --git a/DHCP服务器配置/fifth.gns3 b/fifth/fifth.gns3 similarity index 100% rename from DHCP服务器配置/fifth.gns3 rename to fifth/fifth.gns3 diff --git a/fourth/PC1_startup.vpc b/fourth/PC1_startup.vpc new file mode 100644 index 0000000..75ac3d2 --- /dev/null +++ b/fourth/PC1_startup.vpc @@ -0,0 +1,2 @@ +set pcname PC1 +ip 10.0.0.1 10.0.0.254 24 diff --git a/fourth/PC2_startup.vpc b/fourth/PC2_startup.vpc new file mode 100644 index 0000000..057aeb3 --- /dev/null +++ b/fourth/PC2_startup.vpc @@ -0,0 +1,2 @@ +set pcname PC2 +ip 20.0.0.1 20.0.0.254 24 diff --git a/fourth/R1_configs_i1_startup-config.cfg b/fourth/R1_configs_i1_startup-config.cfg new file mode 100644 index 0000000..69a5300 --- /dev/null +++ b/fourth/R1_configs_i1_startup-config.cfg @@ -0,0 +1,98 @@ +! + +! +version 12.4 +service timestamps debug datetime msec +service timestamps log datetime msec +no service password-encryption +! +hostname R1 +! +boot-start-marker +boot-end-marker +! +! +no aaa new-model +memory-size iomem 5 +no ip icmp rate-limit unreachable +! +! +ip cef +no ip domain lookup +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +ip tcp synwait-time 5 +! +! +! +! +! +interface FastEthernet0/0 + no ip address + duplex auto + speed auto +! +interface FastEthernet0/0.10 + encapsulation dot1Q 10 + ip address 10.0.0.254 255.255.255.0 +! +interface FastEthernet0/0.20 + encapsulation dot1Q 20 + ip address 20.0.0.254 255.255.255.0 +! +interface FastEthernet0/1 + no ip address + shutdown + duplex auto + speed auto +! +! +no ip http server +no ip http secure-server +ip forward-protocol nd +! +! +! +no cdp log mismatch duplex +! +! +! +control-plane +! +! +! +! +! +! +! +! +! +line con 0 + exec-timeout 0 0 + privilege level 15 + logging synchronous +line aux 0 + exec-timeout 0 0 + privilege level 15 + logging synchronous +line vty 0 4 + login +! +! +end diff --git a/fourth/SW1_configs_i2_startup-config.cfg b/fourth/SW1_configs_i2_startup-config.cfg new file mode 100644 index 0000000..38392f6 --- /dev/null +++ b/fourth/SW1_configs_i2_startup-config.cfg @@ -0,0 +1,133 @@ +! + +! +version 12.4 +service timestamps debug datetime msec +service timestamps log datetime msec +no service password-encryption +! +hostname SW1 +! +boot-start-marker +boot-end-marker +! +! +no aaa new-model +memory-size iomem 5 +no ip routing +no ip icmp rate-limit unreachable +! +! +no ip cef +no ip domain lookup +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +ip tcp synwait-time 5 +! +! +! +! +! +interface FastEthernet0/0 + no ip address + no ip route-cache + shutdown + duplex auto + speed auto +! +interface FastEthernet0/1 + no ip address + no ip route-cache + shutdown + duplex auto + speed auto +! +interface FastEthernet1/0 + switchport mode trunk +! +interface FastEthernet1/1 + switchport access vlan 10 +! +interface FastEthernet1/2 + switchport access vlan 20 +! +interface FastEthernet1/3 +! +interface FastEthernet1/4 +! +interface FastEthernet1/5 +! +interface FastEthernet1/6 +! +interface FastEthernet1/7 +! +interface FastEthernet1/8 +! +interface FastEthernet1/9 +! +interface FastEthernet1/10 +! +interface FastEthernet1/11 +! +interface FastEthernet1/12 +! +interface FastEthernet1/13 +! +interface FastEthernet1/14 +! +interface FastEthernet1/15 +! +interface Vlan1 + no ip address + no ip route-cache +! +! +no ip http server +no ip http secure-server +ip forward-protocol nd +! +! +! +no cdp log mismatch duplex +! +! +! +control-plane +! +! +! +! +! +! +! +! +! +line con 0 + exec-timeout 0 0 + privilege level 15 + logging synchronous +line aux 0 + exec-timeout 0 0 + privilege level 15 + logging synchronous +line vty 0 4 + login +! +! +end diff --git a/fourth/fourth.gns3 b/fourth/fourth.gns3 new file mode 100644 index 0000000..e03e5be --- /dev/null +++ b/fourth/fourth.gns3 @@ -0,0 +1,298 @@ +{ + "auto_close": true, + "auto_open": false, + "auto_start": false, + "drawing_grid_size": 25, + "grid_size": 75, + "name": "fourth", + "project_id": "1fdc1611-b852-4b93-8e73-1235030ac8fb", + "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": [ + { + "filters": {}, + "link_id": "ab3d8860-40df-471a-853d-6d8cc6a6ed65", + "nodes": [ + { + "adapter_number": 0, + "label": { + "rotation": 0, + "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;", + "text": "e0", + "x": 70, + "y": -2 + }, + "node_id": "d7624f19-4b11-4b6c-83fd-90a943c9f773", + "port_number": 0 + }, + { + "adapter_number": 1, + "label": { + "rotation": 0, + "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;", + "text": "f1/1", + "x": 4, + "y": 41 + }, + "node_id": "6971406c-f773-4413-9d6a-6d0cf2095a4d", + "port_number": 1 + } + ], + "suspend": false + }, + { + "filters": {}, + "link_id": "aa17abfd-7662-4a46-84db-6882987f4633", + "nodes": [ + { + "adapter_number": 1, + "label": { + "rotation": 0, + "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;", + "text": "f1/0", + "x": 29, + "y": -23 + }, + "node_id": "6971406c-f773-4413-9d6a-6d0cf2095a4d", + "port_number": 0 + }, + { + "adapter_number": 0, + "label": { + "rotation": 0, + "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;", + "text": "f0/0", + "x": 38, + "y": 61 + }, + "node_id": "e12a1e1d-ccec-4d52-8567-28fbfde3f687", + "port_number": 0 + } + ], + "suspend": false + }, + { + "filters": {}, + "link_id": "6d369ab8-04f8-4102-9d67-a61e8cffebea", + "nodes": [ + { + "adapter_number": 1, + "label": { + "rotation": 0, + "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;", + "text": "f1/2", + "x": 62, + "y": 45 + }, + "node_id": "6971406c-f773-4413-9d6a-6d0cf2095a4d", + "port_number": 2 + }, + { + "adapter_number": 0, + "label": { + "rotation": 0, + "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;", + "text": "e0", + "x": -1, + "y": -6 + }, + "node_id": "214c318d-cbce-4f4e-b3cb-22222e3e78c5", + "port_number": 0 + } + ], + "suspend": false + } + ], + "nodes": [ + { + "compute_id": "local", + "console": 5000, + "console_auto_start": false, + "console_type": "telnet", + "custom_adapters": [], + "first_port_name": null, + "height": 45, + "label": { + "rotation": 0, + "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;", + "text": "R1", + "x": 21, + "y": -25 + }, + "locked": false, + "name": "R1", + "node_id": "e12a1e1d-ccec-4d52-8567-28fbfde3f687", + "node_type": "dynamips", + "port_name_format": "Ethernet{0}", + "port_segment_size": 0, + "properties": { + "auto_delete_disks": true, + "aux": null, + "chassis": "3660", + "clock_divisor": 4, + "disk0": 0, + "disk1": 0, + "dynamips_id": 1, + "exec_area": 64, + "idlemax": 500, + "idlepc": "0x606436b8", + "idlesleep": 30, + "image": "c3660-telcoentk9-mz.124-25d.image", + "image_md5sum": "13b42ff8c0138d790ed3800e65d14cd2", + "iomem": 5, + "mac_addr": "cc01.01fa.0000", + "mmap": true, + "nvram": 512, + "platform": "c3600", + "ram": 192, + "slot0": "Leopard-2FE", + "slot1": null, + "slot2": null, + "slot3": null, + "slot4": null, + "slot5": null, + "slot6": null, + "sparsemem": true, + "system_id": "FTX0945W0MY", + "usage": "" + }, + "symbol": ":/symbols/router.svg", + "template_id": "e8a981b9-85e2-47e8-b41f-c1a7f81f9baa", + "width": 66, + "x": -141, + "y": -141, + "z": 1 + }, + { + "compute_id": "local", + "console": 5001, + "console_auto_start": false, + "console_type": "telnet", + "custom_adapters": [], + "first_port_name": null, + "height": 32, + "label": { + "rotation": 0, + "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;", + "text": "SW1", + "x": 18, + "y": -25 + }, + "locked": false, + "name": "SW1", + "node_id": "6971406c-f773-4413-9d6a-6d0cf2095a4d", + "node_type": "dynamips", + "port_name_format": "Ethernet{0}", + "port_segment_size": 0, + "properties": { + "auto_delete_disks": true, + "aux": null, + "chassis": "3660", + "clock_divisor": 4, + "disk0": 0, + "disk1": 0, + "dynamips_id": 2, + "exec_area": 64, + "idlemax": 500, + "idlepc": "0x606436b8", + "idlesleep": 30, + "image": "c3660-telcoentk9-mz.124-25d.image", + "image_md5sum": "13b42ff8c0138d790ed3800e65d14cd2", + "iomem": 5, + "mac_addr": "cc02.0209.0000", + "mmap": true, + "nvram": 512, + "platform": "c3600", + "ram": 192, + "slot0": "Leopard-2FE", + "slot1": "NM-16ESW", + "slot2": null, + "slot3": null, + "slot4": null, + "slot5": null, + "slot6": null, + "sparsemem": true, + "system_id": "FTX0945W0MY", + "usage": "" + }, + "symbol": ":/symbols/classic/ethernet_switch.svg", + "template_id": "e8a981b9-85e2-47e8-b41f-c1a7f81f9baa", + "width": 72, + "x": -142, + "y": -5, + "z": 1 + }, + { + "compute_id": "local", + "console": 5002, + "console_auto_start": false, + "console_type": "telnet", + "custom_adapters": [], + "first_port_name": null, + "height": 59, + "label": { + "rotation": 0, + "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;", + "text": "PC1", + "x": 15, + "y": -33 + }, + "locked": false, + "name": "PC1", + "node_id": "d7624f19-4b11-4b6c-83fd-90a943c9f773", + "node_type": "vpcs", + "port_name_format": "Ethernet{0}", + "port_segment_size": 0, + "properties": {}, + "symbol": ":/symbols/vpcs_guest.svg", + "template_id": "19021f99-e36f-394d-b4a1-8aaa902ab9cc", + "width": 65, + "x": -252, + "y": 95, + "z": 1 + }, + { + "compute_id": "local", + "console": 5004, + "console_auto_start": false, + "console_type": "telnet", + "custom_adapters": [], + "first_port_name": null, + "height": 59, + "label": { + "rotation": 0, + "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;", + "text": "PC2", + "x": 16, + "y": -25 + }, + "locked": false, + "name": "PC2", + "node_id": "214c318d-cbce-4f4e-b3cb-22222e3e78c5", + "node_type": "vpcs", + "port_name_format": "Ethernet{0}", + "port_segment_size": 0, + "properties": {}, + "symbol": ":/symbols/vpcs_guest.svg", + "template_id": "19021f99-e36f-394d-b4a1-8aaa902ab9cc", + "width": 65, + "x": -15, + "y": 91, + "z": 1 + } + ] + }, + "type": "topology", + "variables": null, + "version": "2.2.2", + "zoom": 100 +} \ No newline at end of file diff --git a/网络协议分析/task-1.txt b/myshixun/task-1.txt similarity index 100% rename from 网络协议分析/task-1.txt rename to myshixun/task-1.txt diff --git a/网络协议分析/task-2.txt b/myshixun/task-2.txt similarity index 100% rename from 网络协议分析/task-2.txt rename to myshixun/task-2.txt diff --git a/网络协议分析/task-3.txt b/myshixun/task-3.txt similarity index 100% rename from 网络协议分析/task-3.txt rename to myshixun/task-3.txt diff --git a/网络协议分析/task-4.txt b/myshixun/task-4.txt similarity index 100% rename from 网络协议分析/task-4.txt rename to myshixun/task-4.txt diff --git a/网络协议分析/task-5.txt b/myshixun/task-5.txt similarity index 100% rename from 网络协议分析/task-5.txt rename to myshixun/task-5.txt diff --git a/网络协议分析/task-6.txt b/myshixun/task-6.txt similarity index 100% rename from 网络协议分析/task-6.txt rename to myshixun/task-6.txt diff --git a/网络协议分析/task-7.txt b/myshixun/task-7.txt similarity index 100% rename from 网络协议分析/task-7.txt rename to myshixun/task-7.txt diff --git a/网络协议分析/task-8.txt b/myshixun/task-8.txt similarity index 100% rename from 网络协议分析/task-8.txt rename to myshixun/task-8.txt diff --git a/网络协议分析/task-9.txt b/myshixun/task-9.txt similarity index 100% rename from 网络协议分析/task-9.txt rename to myshixun/task-9.txt diff --git a/second/PC1_startup.vpc b/second/PC1_startup.vpc new file mode 100644 index 0000000..089d75a --- /dev/null +++ b/second/PC1_startup.vpc @@ -0,0 +1,2 @@ +set pcname PC1 +ip 10.0.0.1 10.0.0.2 24 diff --git a/second/PC2_startup.vpc b/second/PC2_startup.vpc new file mode 100644 index 0000000..05a4a2d --- /dev/null +++ b/second/PC2_startup.vpc @@ -0,0 +1,2 @@ +set pcname PC2 +ip 20.0.0.1 20.0.0.2 24 diff --git a/second/R1_configs_i1_startup-config.cfg b/second/R1_configs_i1_startup-config.cfg new file mode 100644 index 0000000..a80285f --- /dev/null +++ b/second/R1_configs_i1_startup-config.cfg @@ -0,0 +1,91 @@ +! + +! +version 12.4 +service timestamps debug datetime msec +service timestamps log datetime msec +no service password-encryption +! +hostname R1 +! +boot-start-marker +boot-end-marker +! +! +no aaa new-model +memory-size iomem 5 +no ip icmp rate-limit unreachable +! +! +ip cef +no ip domain lookup +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +ip tcp synwait-time 5 +! +! +! +! +! +interface FastEthernet0/0 + ip address 10.0.0.2 255.255.255.0 + duplex auto + speed auto +! +interface FastEthernet0/1 + ip address 12.12.12.1 255.255.255.0 + duplex auto + speed auto +! +! +no ip http server +no ip http secure-server +ip forward-protocol nd +ip route 20.0.0.0 255.255.255.0 12.12.12.2 +ip route 23.23.23.0 255.255.255.0 12.12.12.2 +! +! +! +no cdp log mismatch duplex +! +! +! +control-plane +! +! +! +! +! +! +! +! +! +line con 0 + exec-timeout 0 0 + privilege level 15 + logging synchronous +line aux 0 + exec-timeout 0 0 + privilege level 15 + logging synchronous +line vty 0 4 + login +! +! +end diff --git a/second/R2_configs_i2_startup-config.cfg b/second/R2_configs_i2_startup-config.cfg new file mode 100644 index 0000000..c4077b5 --- /dev/null +++ b/second/R2_configs_i2_startup-config.cfg @@ -0,0 +1,91 @@ +! + +! +version 12.4 +service timestamps debug datetime msec +service timestamps log datetime msec +no service password-encryption +! +hostname R2 +! +boot-start-marker +boot-end-marker +! +! +no aaa new-model +memory-size iomem 5 +no ip icmp rate-limit unreachable +! +! +ip cef +no ip domain lookup +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +ip tcp synwait-time 5 +! +! +! +! +! +interface FastEthernet0/0 + ip address 12.12.12.2 255.255.255.0 + duplex auto + speed auto +! +interface FastEthernet0/1 + ip address 23.23.23.1 255.255.255.0 + duplex auto + speed auto +! +! +no ip http server +no ip http secure-server +ip forward-protocol nd +ip route 10.0.0.0 255.255.255.0 12.12.12.1 +ip route 20.0.0.0 255.255.255.0 23.23.23.2 +! +! +! +no cdp log mismatch duplex +! +! +! +control-plane +! +! +! +! +! +! +! +! +! +line con 0 + exec-timeout 0 0 + privilege level 15 + logging synchronous +line aux 0 + exec-timeout 0 0 + privilege level 15 + logging synchronous +line vty 0 4 + login +! +! +end diff --git a/second/R3_configs_i3_startup-config.cfg b/second/R3_configs_i3_startup-config.cfg new file mode 100644 index 0000000..b234fd3 --- /dev/null +++ b/second/R3_configs_i3_startup-config.cfg @@ -0,0 +1,91 @@ +! + +! +version 12.4 +service timestamps debug datetime msec +service timestamps log datetime msec +no service password-encryption +! +hostname R3 +! +boot-start-marker +boot-end-marker +! +! +no aaa new-model +memory-size iomem 5 +no ip icmp rate-limit unreachable +! +! +ip cef +no ip domain lookup +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +ip tcp synwait-time 5 +! +! +! +! +! +interface FastEthernet0/0 + ip address 20.0.0.2 255.255.255.0 + duplex auto + speed auto +! +interface FastEthernet0/1 + ip address 23.23.23.2 255.255.255.0 + duplex auto + speed auto +! +! +no ip http server +no ip http secure-server +ip forward-protocol nd +ip route 10.0.0.0 255.255.255.0 23.23.23.1 +ip route 12.12.12.0 255.255.255.0 23.23.23.1 +! +! +! +no cdp log mismatch duplex +! +! +! +control-plane +! +! +! +! +! +! +! +! +! +line con 0 + exec-timeout 0 0 + privilege level 15 + logging synchronous +line aux 0 + exec-timeout 0 0 + privilege level 15 + logging synchronous +line vty 0 4 + login +! +! +end diff --git a/second/second.gns3 b/second/second.gns3 new file mode 100644 index 0000000..1107a17 --- /dev/null +++ b/second/second.gns3 @@ -0,0 +1,388 @@ +{ + "auto_close": true, + "auto_open": false, + "auto_start": false, + "drawing_grid_size": 25, + "grid_size": 75, + "name": "second", + "project_id": "d2e86eaf-7cf1-4bc7-bac4-f81a9fc538a8", + "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": [ + { + "filters": {}, + "link_id": "ca117d42-1cfb-435c-9be1-c7fed9cc266b", + "nodes": [ + { + "adapter_number": 0, + "label": { + "rotation": 0, + "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;", + "text": "e0", + "x": 70, + "y": -2 + }, + "node_id": "0d1777ca-e13b-4087-8e04-c745a9ec36e2", + "port_number": 0 + }, + { + "adapter_number": 0, + "label": { + "rotation": 0, + "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;", + "text": "f0/0", + "x": 2, + "y": 47 + }, + "node_id": "64a10993-8687-4904-b16d-b8302eed14ed", + "port_number": 0 + } + ], + "suspend": false + }, + { + "filters": {}, + "link_id": "d6b98244-85e2-4f00-a6ea-4e32d25045e7", + "nodes": [ + { + "adapter_number": 0, + "label": { + "rotation": 0, + "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;", + "text": "f0/1", + "x": 72, + "y": 20 + }, + "node_id": "64a10993-8687-4904-b16d-b8302eed14ed", + "port_number": 1 + }, + { + "adapter_number": 0, + "label": { + "rotation": 0, + "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;", + "text": "f0/0", + "x": -6, + "y": 23 + }, + "node_id": "f99daa1d-00f3-409f-9c00-af58e9516a3b", + "port_number": 0 + } + ], + "suspend": false + }, + { + "filters": {}, + "link_id": "63b56728-c94f-4d26-9a10-d16852272f1c", + "nodes": [ + { + "adapter_number": 0, + "label": { + "rotation": 0, + "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;", + "text": "f0/1", + "x": 72, + "y": 23 + }, + "node_id": "f99daa1d-00f3-409f-9c00-af58e9516a3b", + "port_number": 1 + }, + { + "adapter_number": 0, + "label": { + "rotation": 0, + "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;", + "text": "f0/1", + "x": -6, + "y": 20 + }, + "node_id": "9858d4be-2335-418d-9c66-4676ddfd4ff8", + "port_number": 1 + } + ], + "suspend": false + }, + { + "filters": {}, + "link_id": "988cb03a-44b3-4de6-bc86-718bc1b3f5fa", + "nodes": [ + { + "adapter_number": 0, + "label": { + "rotation": 0, + "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;", + "text": "f0/0", + "x": 62, + "y": 48 + }, + "node_id": "9858d4be-2335-418d-9c66-4676ddfd4ff8", + "port_number": 0 + }, + { + "adapter_number": 0, + "label": { + "rotation": 0, + "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;", + "text": "e0", + "x": -4, + "y": -3 + }, + "node_id": "994aff15-0fa2-4c79-9c2c-727734eae6c0", + "port_number": 0 + } + ], + "suspend": false + } + ], + "nodes": [ + { + "compute_id": "local", + "console": 5000, + "console_auto_start": false, + "console_type": "telnet", + "custom_adapters": [], + "first_port_name": null, + "height": 59, + "label": { + "rotation": 0, + "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;", + "text": "PC1", + "x": 16, + "y": -25 + }, + "locked": false, + "name": "PC1", + "node_id": "0d1777ca-e13b-4087-8e04-c745a9ec36e2", + "node_type": "vpcs", + "port_name_format": "Ethernet{0}", + "port_segment_size": 0, + "properties": {}, + "symbol": ":/symbols/vpcs_guest.svg", + "template_id": "19021f99-e36f-394d-b4a1-8aaa902ab9cc", + "width": 65, + "x": -220, + "y": 29, + "z": 1 + }, + { + "compute_id": "local", + "console": 5002, + "console_auto_start": false, + "console_type": "telnet", + "custom_adapters": [], + "first_port_name": null, + "height": 45, + "label": { + "rotation": 0, + "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;", + "text": "R1", + "x": 21, + "y": -25 + }, + "locked": false, + "name": "R1", + "node_id": "64a10993-8687-4904-b16d-b8302eed14ed", + "node_type": "dynamips", + "port_name_format": "Ethernet{0}", + "port_segment_size": 0, + "properties": { + "auto_delete_disks": true, + "aux": null, + "chassis": "3660", + "clock_divisor": 4, + "disk0": 0, + "disk1": 0, + "dynamips_id": 1, + "exec_area": 64, + "idlemax": 500, + "idlepc": "0x606436b8", + "idlesleep": 30, + "image": "c3660-telcoentk9-mz.124-25d.image", + "image_md5sum": "13b42ff8c0138d790ed3800e65d14cd2", + "iomem": 5, + "mac_addr": "cc01.02e0.0000", + "mmap": true, + "nvram": 512, + "platform": "c3600", + "ram": 192, + "slot0": "Leopard-2FE", + "slot1": null, + "slot2": null, + "slot3": null, + "slot4": null, + "slot5": null, + "slot6": null, + "sparsemem": true, + "system_id": "FTX0945W0MY", + "usage": "" + }, + "symbol": ":/symbols/router.svg", + "template_id": "e8a981b9-85e2-47e8-b41f-c1a7f81f9baa", + "width": 66, + "x": -121, + "y": -50, + "z": 1 + }, + { + "compute_id": "local", + "console": 5003, + "console_auto_start": false, + "console_type": "telnet", + "custom_adapters": [], + "first_port_name": null, + "height": 45, + "label": { + "rotation": 0, + "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;", + "text": "R2", + "x": 21, + "y": -25 + }, + "locked": false, + "name": "R2", + "node_id": "f99daa1d-00f3-409f-9c00-af58e9516a3b", + "node_type": "dynamips", + "port_name_format": "Ethernet{0}", + "port_segment_size": 0, + "properties": { + "auto_delete_disks": true, + "aux": null, + "chassis": "3660", + "clock_divisor": 4, + "disk0": 0, + "disk1": 0, + "dynamips_id": 2, + "exec_area": 64, + "idlemax": 500, + "idlepc": "0x606436b8", + "idlesleep": 30, + "image": "c3660-telcoentk9-mz.124-25d.image", + "image_md5sum": "13b42ff8c0138d790ed3800e65d14cd2", + "iomem": 5, + "mac_addr": "cc02.02ef.0000", + "mmap": true, + "nvram": 512, + "platform": "c3600", + "ram": 192, + "slot0": "Leopard-2FE", + "slot1": null, + "slot2": null, + "slot3": null, + "slot4": null, + "slot5": null, + "slot6": null, + "sparsemem": true, + "system_id": "FTX0945W0MY", + "usage": "" + }, + "symbol": ":/symbols/router.svg", + "template_id": "e8a981b9-85e2-47e8-b41f-c1a7f81f9baa", + "width": 66, + "x": -6, + "y": -52, + "z": 1 + }, + { + "compute_id": "local", + "console": 5004, + "console_auto_start": false, + "console_type": "telnet", + "custom_adapters": [], + "first_port_name": null, + "height": 45, + "label": { + "rotation": 0, + "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;", + "text": "R3", + "x": 21, + "y": -25 + }, + "locked": false, + "name": "R3", + "node_id": "9858d4be-2335-418d-9c66-4676ddfd4ff8", + "node_type": "dynamips", + "port_name_format": "Ethernet{0}", + "port_segment_size": 0, + "properties": { + "auto_delete_disks": true, + "aux": null, + "chassis": "3660", + "clock_divisor": 4, + "disk0": 0, + "disk1": 0, + "dynamips_id": 3, + "exec_area": 64, + "idlemax": 500, + "idlepc": "0x606436b8", + "idlesleep": 30, + "image": "c3660-telcoentk9-mz.124-25d.image", + "image_md5sum": "13b42ff8c0138d790ed3800e65d14cd2", + "iomem": 5, + "mac_addr": "cc03.02fe.0000", + "mmap": true, + "nvram": 512, + "platform": "c3600", + "ram": 192, + "slot0": "Leopard-2FE", + "slot1": null, + "slot2": null, + "slot3": null, + "slot4": null, + "slot5": null, + "slot6": null, + "sparsemem": true, + "system_id": "FTX0945W0MY", + "usage": "" + }, + "symbol": ":/symbols/router.svg", + "template_id": "e8a981b9-85e2-47e8-b41f-c1a7f81f9baa", + "width": 66, + "x": 110, + "y": -49, + "z": 1 + }, + { + "compute_id": "local", + "console": 5005, + "console_auto_start": false, + "console_type": "telnet", + "custom_adapters": [], + "first_port_name": null, + "height": 59, + "label": { + "rotation": 0, + "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;", + "text": "PC2", + "x": 16, + "y": -25 + }, + "locked": false, + "name": "PC2", + "node_id": "994aff15-0fa2-4c79-9c2c-727734eae6c0", + "node_type": "vpcs", + "port_name_format": "Ethernet{0}", + "port_segment_size": 0, + "properties": {}, + "symbol": ":/symbols/vpcs_guest.svg", + "template_id": "19021f99-e36f-394d-b4a1-8aaa902ab9cc", + "width": 65, + "x": 207, + "y": 30, + "z": 1 + } + ] + }, + "type": "topology", + "variables": null, + "version": "2.2.2", + "zoom": 100 +} \ No newline at end of file