Compare commits
No commits in common. 'main' and 'master' have entirely different histories.
@ -0,0 +1,2 @@
|
|||||||
|
set pcname PC1
|
||||||
|
ip 10.0.0.1 10.0.0.2 24
|
||||||
@ -0,0 +1,2 @@
|
|||||||
|
set pcname PC2
|
||||||
|
ip 20.0.0.1 20.0.0.2 24
|
||||||
@ -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
|
||||||
@ -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
|
||||||
@ -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
|
||||||
@ -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
|
||||||
@ -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
|
||||||
@ -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
|
||||||
@ -0,0 +1,2 @@
|
|||||||
|
set pcname PC1
|
||||||
|
ip 10.0.0.1 10.0.0.2 24
|
||||||
@ -0,0 +1,2 @@
|
|||||||
|
set pcname PC2
|
||||||
|
ip 20.0.0.1 20.0.0.2 24
|
||||||
@ -0,0 +1,388 @@
|
|||||||
|
{
|
||||||
|
"auto_close": true,
|
||||||
|
"auto_open": false,
|
||||||
|
"auto_start": false,
|
||||||
|
"drawing_grid_size": 25,
|
||||||
|
"grid_size": 75,
|
||||||
|
"name": "second",
|
||||||
|
"project_id": "198ffeac-6858-4570-8554-564bb9e83818",
|
||||||
|
"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": "d064f21a-591a-4529-b939-68ad5730bff1",
|
||||||
|
"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": 44,
|
||||||
|
"y": -8
|
||||||
|
},
|
||||||
|
"node_id": "41b64917-47e3-49e4-9847-b12483d79691",
|
||||||
|
"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": 20,
|
||||||
|
"y": 60
|
||||||
|
},
|
||||||
|
"node_id": "943c7c25-d787-4ce0-ada4-c29dacf3a9e9",
|
||||||
|
"port_number": 0
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"suspend": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filters": {},
|
||||||
|
"link_id": "f6af092e-6287-47f9-817e-be745cc81ca5",
|
||||||
|
"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": "943c7c25-d787-4ce0-ada4-c29dacf3a9e9",
|
||||||
|
"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": 21
|
||||||
|
},
|
||||||
|
"node_id": "b10a33e2-56b1-40fe-b9b5-b0024e107e3e",
|
||||||
|
"port_number": 0
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"suspend": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filters": {},
|
||||||
|
"link_id": "9abd2993-8779-4a6f-ad3f-f8df4d022c4d",
|
||||||
|
"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": 24
|
||||||
|
},
|
||||||
|
"node_id": "b10a33e2-56b1-40fe-b9b5-b0024e107e3e",
|
||||||
|
"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": 19
|
||||||
|
},
|
||||||
|
"node_id": "d8486b1b-b906-4763-8c2e-62e07db41ebc",
|
||||||
|
"port_number": 1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"suspend": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filters": {},
|
||||||
|
"link_id": "82e17233-8918-4b00-b8ac-a7990df0222a",
|
||||||
|
"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": 46,
|
||||||
|
"y": 59
|
||||||
|
},
|
||||||
|
"node_id": "d8486b1b-b906-4763-8c2e-62e07db41ebc",
|
||||||
|
"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": 18,
|
||||||
|
"y": -8
|
||||||
|
},
|
||||||
|
"node_id": "bd871df2-e76f-4c27-9e60-11f2d4ed22b2",
|
||||||
|
"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": "41b64917-47e3-49e4-9847-b12483d79691",
|
||||||
|
"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": -317,
|
||||||
|
"y": 84,
|
||||||
|
"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": "943c7c25-d787-4ce0-ada4-c29dacf3a9e9",
|
||||||
|
"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.0209.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": -252,
|
||||||
|
"y": -112,
|
||||||
|
"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": "b10a33e2-56b1-40fe-b9b5-b0024e107e3e",
|
||||||
|
"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.0218.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": -56,
|
||||||
|
"y": -110,
|
||||||
|
"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": "d8486b1b-b906-4763-8c2e-62e07db41ebc",
|
||||||
|
"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.0227.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": 149,
|
||||||
|
"y": -96,
|
||||||
|
"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": "bd871df2-e76f-4c27-9e60-11f2d4ed22b2",
|
||||||
|
"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": 216,
|
||||||
|
"y": 80,
|
||||||
|
"z": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"type": "topology",
|
||||||
|
"variables": null,
|
||||||
|
"version": "2.2.2",
|
||||||
|
"zoom": 100
|
||||||
|
}
|
||||||
Loading…
Reference in new issue