add more task
This commit is contained in:
10
README.md
10
README.md
@ -1,2 +1,12 @@
|
|||||||
# CN-Educoder
|
# CN-Educoder
|
||||||
计算机网络 Educoder 课堂实验 PPPOE协议分析 tdun
|
计算机网络 Educoder 课堂实验 PPPOE协议分析 tdun
|
||||||
|
|
||||||
|
VLAN 间单臂路由配置 - fourth
|
||||||
|
|
||||||
|
静态路由配置 - second
|
||||||
|
|
||||||
|
网络协议分析 - myshixun
|
||||||
|
|
||||||
|
DHCP 服务器配置 - fifth
|
||||||
|
|
||||||
|
# HOW to USE
|
||||||
|
|||||||
2
fourth/PC1_startup.vpc
Normal file
2
fourth/PC1_startup.vpc
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
set pcname PC1
|
||||||
|
ip 10.0.0.1 10.0.0.254 24
|
||||||
2
fourth/PC2_startup.vpc
Normal file
2
fourth/PC2_startup.vpc
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
set pcname PC2
|
||||||
|
ip 20.0.0.1 20.0.0.254 24
|
||||||
98
fourth/R1_configs_i1_startup-config.cfg
Normal file
98
fourth/R1_configs_i1_startup-config.cfg
Normal file
@ -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
|
||||||
133
fourth/SW1_configs_i2_startup-config.cfg
Normal file
133
fourth/SW1_configs_i2_startup-config.cfg
Normal file
@ -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
|
||||||
298
fourth/fourth.gns3
Normal file
298
fourth/fourth.gns3
Normal file
@ -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
|
||||||
|
}
|
||||||
2
second/PC1_startup.vpc
Normal file
2
second/PC1_startup.vpc
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
set pcname PC1
|
||||||
|
ip 10.0.0.1 10.0.0.2 24
|
||||||
2
second/PC2_startup.vpc
Normal file
2
second/PC2_startup.vpc
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
set pcname PC2
|
||||||
|
ip 20.0.0.1 20.0.0.2 24
|
||||||
91
second/R1_configs_i1_startup-config.cfg
Normal file
91
second/R1_configs_i1_startup-config.cfg
Normal file
@ -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
|
||||||
91
second/R2_configs_i2_startup-config.cfg
Normal file
91
second/R2_configs_i2_startup-config.cfg
Normal file
@ -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
|
||||||
91
second/R3_configs_i3_startup-config.cfg
Normal file
91
second/R3_configs_i3_startup-config.cfg
Normal file
@ -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
|
||||||
388
second/second.gns3
Normal file
388
second/second.gns3
Normal file
@ -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
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user