finish
This commit is contained in:
2
third1-3/PC1_startup.vpc
Normal file
2
third1-3/PC1_startup.vpc
Normal file
@ -0,0 +1,2 @@
|
||||
set pcname PC1
|
||||
ip 10.0.0.1 10.0.0.254 24
|
||||
2
third1-3/PC2_startup.vpc
Normal file
2
third1-3/PC2_startup.vpc
Normal file
@ -0,0 +1,2 @@
|
||||
set pcname PC2
|
||||
ip 20.0.0.1 20.0.0.254 24
|
||||
95
third1-3/R1_configs_i1_startup-config.cfg
Normal file
95
third1-3/R1_configs_i1_startup-config.cfg
Normal file
@ -0,0 +1,95 @@
|
||||
!
|
||||
|
||||
!
|
||||
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.254 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
|
||||
!
|
||||
!
|
||||
router rip
|
||||
version 2
|
||||
network 10.0.0.0
|
||||
network 12.0.0.0
|
||||
no auto-summary
|
||||
!
|
||||
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
|
||||
95
third1-3/R2_configs_i2_startup-config.cfg
Normal file
95
third1-3/R2_configs_i2_startup-config.cfg
Normal file
@ -0,0 +1,95 @@
|
||||
!
|
||||
|
||||
!
|
||||
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
|
||||
!
|
||||
!
|
||||
router rip
|
||||
version 2
|
||||
network 12.0.0.0
|
||||
network 23.0.0.0
|
||||
no auto-summary
|
||||
!
|
||||
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
|
||||
95
third1-3/R3_configs_i3_startup-config.cfg
Normal file
95
third1-3/R3_configs_i3_startup-config.cfg
Normal file
@ -0,0 +1,95 @@
|
||||
!
|
||||
|
||||
!
|
||||
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 23.23.23.2 255.255.255.0
|
||||
duplex auto
|
||||
speed auto
|
||||
!
|
||||
interface FastEthernet0/1
|
||||
ip address 34.34.34.1 255.255.255.0
|
||||
duplex auto
|
||||
speed auto
|
||||
!
|
||||
!
|
||||
router rip
|
||||
version 2
|
||||
network 23.0.0.0
|
||||
network 34.0.0.0
|
||||
no auto-summary
|
||||
!
|
||||
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
|
||||
2
third1-3/R4_configs_i4_private-config.cfg
Normal file
2
third1-3/R4_configs_i4_private-config.cfg
Normal file
@ -0,0 +1,2 @@
|
||||
|
||||
end
|
||||
91
third1-3/R4_configs_i4_startup-config.cfg
Normal file
91
third1-3/R4_configs_i4_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 R4
|
||||
!
|
||||
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.254 255.255.255.0
|
||||
duplex auto
|
||||
speed auto
|
||||
!
|
||||
interface FastEthernet0/1
|
||||
ip address 34.34.34.2 255.255.255.0
|
||||
duplex auto
|
||||
speed auto
|
||||
!
|
||||
router rip
|
||||
version 2
|
||||
network 20.0.0.0
|
||||
network 34.0.0.0
|
||||
no auto-summary
|
||||
!
|
||||
ip forward-protocol nd
|
||||
!
|
||||
!
|
||||
no ip http server
|
||||
no ip http secure-server
|
||||
!
|
||||
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
|
||||
476
third1-3/third.gns3
Normal file
476
third1-3/third.gns3
Normal file
@ -0,0 +1,476 @@
|
||||
{
|
||||
"auto_close": true,
|
||||
"auto_open": false,
|
||||
"auto_start": false,
|
||||
"drawing_grid_size": 25,
|
||||
"grid_size": 75,
|
||||
"name": "third",
|
||||
"project_id": "58a2aa89-411c-44b7-bd17-f3bfbc52ed9d",
|
||||
"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": "6f95ad93-703c-47da-b8fe-85db7d46f7ed",
|
||||
"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": 49,
|
||||
"y": -6
|
||||
},
|
||||
"node_id": "ba89d981-516d-4108-be84-421bef69dfb2",
|
||||
"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": 15,
|
||||
"y": 58
|
||||
},
|
||||
"node_id": "b94c595a-bf76-47d2-9b17-7435cd2ef2aa",
|
||||
"port_number": 0
|
||||
}
|
||||
],
|
||||
"suspend": false
|
||||
},
|
||||
{
|
||||
"filters": {},
|
||||
"link_id": "66bac7af-d504-489a-8b0a-26a6d6047ad4",
|
||||
"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": "b94c595a-bf76-47d2-9b17-7435cd2ef2aa",
|
||||
"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": "17b60d61-a30f-4728-852e-a97bae80e106",
|
||||
"port_number": 0
|
||||
}
|
||||
],
|
||||
"suspend": false
|
||||
},
|
||||
{
|
||||
"filters": {},
|
||||
"link_id": "52ef017a-3655-408e-8543-7a650a6d8120",
|
||||
"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": 21
|
||||
},
|
||||
"node_id": "17b60d61-a30f-4728-852e-a97bae80e106",
|
||||
"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": 22
|
||||
},
|
||||
"node_id": "66db5e40-caf8-40df-9de4-d83750eaa92c",
|
||||
"port_number": 0
|
||||
}
|
||||
],
|
||||
"suspend": false
|
||||
},
|
||||
{
|
||||
"filters": {},
|
||||
"link_id": "9b9e66c6-b187-49fd-8004-fc6ccd4f1016",
|
||||
"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": 22
|
||||
},
|
||||
"node_id": "66db5e40-caf8-40df-9de4-d83750eaa92c",
|
||||
"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": 21
|
||||
},
|
||||
"node_id": "84b9a7a1-434f-44c5-8929-f6a55efeffbc",
|
||||
"port_number": 1
|
||||
}
|
||||
],
|
||||
"suspend": false
|
||||
},
|
||||
{
|
||||
"filters": {},
|
||||
"link_id": "a515333c-63f9-462b-b3bb-92b1ccdb6434",
|
||||
"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": 49,
|
||||
"y": 58
|
||||
},
|
||||
"node_id": "84b9a7a1-434f-44c5-8929-f6a55efeffbc",
|
||||
"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": 15,
|
||||
"y": -6
|
||||
},
|
||||
"node_id": "2a7191fd-033c-4317-8ff0-6bc750ada48b",
|
||||
"port_number": 0
|
||||
}
|
||||
],
|
||||
"suspend": false
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"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": "b94c595a-bf76-47d2-9b17-7435cd2ef2aa",
|
||||
"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.0207.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": -244,
|
||||
"y": -66,
|
||||
"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": "17b60d61-a30f-4728-852e-a97bae80e106",
|
||||
"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.0216.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": -115,
|
||||
"y": -72,
|
||||
"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": "66db5e40-caf8-40df-9de4-d83750eaa92c",
|
||||
"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.0225.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": 24,
|
||||
"y": -74,
|
||||
"z": 1
|
||||
},
|
||||
{
|
||||
"compute_id": "local",
|
||||
"console": 5005,
|
||||
"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": "R4",
|
||||
"x": 21,
|
||||
"y": -25
|
||||
},
|
||||
"locked": false,
|
||||
"name": "R4",
|
||||
"node_id": "84b9a7a1-434f-44c5-8929-f6a55efeffbc",
|
||||
"node_type": "dynamips",
|
||||
"port_name_format": "Ethernet{0}",
|
||||
"port_segment_size": 0,
|
||||
"properties": {
|
||||
"auto_delete_disks": true,
|
||||
"aux": null,
|
||||
"clock_divisor": 8,
|
||||
"disk0": 5,
|
||||
"disk1": 5,
|
||||
"dynamips_id": 4,
|
||||
"exec_area": 64,
|
||||
"idlemax": 500,
|
||||
"idlepc": "0x6023a728",
|
||||
"idlesleep": 30,
|
||||
"image": "c3725-spservicesk9-mz.124-25d.image",
|
||||
"image_md5sum": "2ffd9219270a24743e6bb32f5e700022",
|
||||
"iomem": 5,
|
||||
"mac_addr": "c204.0234.0000",
|
||||
"mmap": true,
|
||||
"nvram": 2048,
|
||||
"platform": "c3725",
|
||||
"ram": 128,
|
||||
"slot0": "GT96100-FE",
|
||||
"slot1": null,
|
||||
"slot2": null,
|
||||
"sparsemem": true,
|
||||
"system_id": "FTX0945W0MY",
|
||||
"usage": "",
|
||||
"wic0": null,
|
||||
"wic1": null,
|
||||
"wic2": null
|
||||
},
|
||||
"symbol": ":/symbols/router.svg",
|
||||
"template_id": "9c019983-907a-488e-91a9-4aa02552bc8f",
|
||||
"width": 66,
|
||||
"x": 136,
|
||||
"y": -71,
|
||||
"z": 1
|
||||
},
|
||||
{
|
||||
"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": "ba89d981-516d-4108-be84-421bef69dfb2",
|
||||
"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": -295,
|
||||
"y": 35,
|
||||
"z": 1
|
||||
},
|
||||
{
|
||||
"compute_id": "local",
|
||||
"console": 5006,
|
||||
"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": "2a7191fd-033c-4317-8ff0-6bc750ada48b",
|
||||
"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": 194,
|
||||
"y": 43,
|
||||
"z": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": "topology",
|
||||
"variables": null,
|
||||
"version": "2.2.2",
|
||||
"zoom": 100
|
||||
}
|
||||
Reference in New Issue
Block a user