diff --git a/CLIENTE-PPOE1_configs_i44_private-config.cfg b/CLIENTE-PPOE1_configs_i44_private-config.cfg
new file mode 100644
index 0000000..7f2d065
--- /dev/null
+++ b/CLIENTE-PPOE1_configs_i44_private-config.cfg
@@ -0,0 +1,2 @@
+
+end
diff --git a/CLIENTE-PPOE1_configs_i44_startup-config.cfg b/CLIENTE-PPOE1_configs_i44_startup-config.cfg
new file mode 100644
index 0000000..77f2fec
--- /dev/null
+++ b/CLIENTE-PPOE1_configs_i44_startup-config.cfg
@@ -0,0 +1,139 @@
+!
+!
+
+!
+! Last configuration change at 14:55:35 UTC Thu Dec 15 2022
+!
+version 15.2
+service timestamps debug datetime msec
+service timestamps log datetime msec
+!
+hostname R27
+!
+boot-start-marker
+boot-end-marker
+!
+!
+!
+no aaa new-model
+no ip icmp rate-limit unreachable
+ip cef
+!
+!
+!
+!
+ip dhcp pool privada1
+ network 192.168.0.0 255.255.255.0
+ default-router 192.168.0.1
+!
+!
+!
+no ip domain lookup
+ipv6 general-prefix VARIABLE_PUB 6rd Tunnel0
+ipv6 unicast-routing
+ipv6 cef
+!
+!
+multilink bundle-name authenticated
+!
+!
+!
+!
+!
+!
+!
+!
+!
+ip tcp synwait-time 5
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+interface Tunnel0
+ no ip address
+ no ip redirects
+ ipv6 enable
+ tunnel source Dialer1
+ tunnel mode ipv6ip 6rd
+ tunnel 6rd ipv4 prefix-len 20
+ tunnel 6rd prefix 2001:CAFE:200::/42
+ tunnel 6rd br 118.10.14.20
+!
+interface FastEthernet0/0
+ no ip address
+ shutdown
+ duplex full
+!
+interface FastEthernet1/0
+ ip address 192.168.0.1 255.255.255.0
+ ip nat inside
+ speed auto
+ duplex auto
+ ipv6 address VARIABLE_PUB ::1/64
+!
+interface FastEthernet1/1
+ no ip address
+ shutdown
+ speed auto
+ duplex auto
+!
+interface FastEthernet2/0
+ no ip address
+ speed auto
+ duplex auto
+ pppoe enable group global
+ pppoe-client dial-pool-number 1
+!
+interface FastEthernet2/1
+ no ip address
+ shutdown
+ speed auto
+ duplex auto
+!
+interface Dialer1
+ ip address negotiated
+ ip nat outside
+ encapsulation ppp
+ dialer pool 1
+ ppp pap sent-username user23@isp1.net password 0 teleco
+!
+ip nat inside source list 1 interface Dialer1 overload
+ip forward-protocol nd
+!
+!
+no ip http server
+no ip http secure-server
+ip route 0.0.0.0 0.0.0.0 Dialer1
+!
+access-list 1 permit 192.168.0.0 0.0.0.255
+ipv6 route 2001:CAFE:200::/42 Tunnel0
+ipv6 route ::/0 Tunnel0 2001:CAFE:238:5000::
+!
+!
+!
+control-plane
+!
+!
+line con 0
+ exec-timeout 0 0
+ privilege level 15
+ logging synchronous
+ stopbits 1
+line aux 0
+ exec-timeout 0 0
+ privilege level 15
+ logging synchronous
+ stopbits 1
+line vty 0 4
+ login
+!
+!
+end
diff --git a/CLIENTE-PPOE2_configs_i45_startup-config.cfg b/CLIENTE-PPOE2_configs_i45_startup-config.cfg
new file mode 100644
index 0000000..24ffff2
--- /dev/null
+++ b/CLIENTE-PPOE2_configs_i45_startup-config.cfg
@@ -0,0 +1,128 @@
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+
+!
+version 12.4
+service timestamps debug datetime msec
+service timestamps log datetime msec
+no service password-encryption
+!
+hostname CLIENTE-PPOE2
+!
+boot-start-marker
+boot-end-marker
+!
+!
+no aaa new-model
+memory-size iomem 5
+no ip icmp rate-limit unreachable
+ip tcp synwait-time 5
+!
+!
+ip cef
+no ip domain lookup
+no ip dhcp use vrf connected
+!
+ip dhcp pool privada
+ network 192.168.0.0 255.255.255.0
+ default-router 192.168.0.1
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+interface FastEthernet0/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet1/0
+ ip address 192.168.0.1 255.255.255.0
+ ip nat inside
+ ip virtual-reassembly
+ duplex auto
+ speed auto
+!
+interface FastEthernet2/0
+ no ip address
+ ip nat outside
+ ip virtual-reassembly
+ duplex auto
+ speed auto
+ pppoe enable group global
+ pppoe-client dial-pool-number 1
+!
+interface FastEthernet3/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface Virtual-Template1
+ no ip address
+!
+interface Dialer1
+ ip address negotiated
+ ip nat outside
+ ip virtual-reassembly
+ encapsulation ppp
+ dialer pool 1
+ ppp pap sent-username user24@isp2.net password 0 teleco
+!
+no ip http server
+ip route 0.0.0.0 0.0.0.0 Dialer1
+!
+!
+ip nat inside source list 1 interface Dialer1 overload
+!
+access-list 1 permit 192.168.0.0 0.0.0.255
+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/CPE-A1_configs_i33_startup-config.cfg b/CPE-A1_configs_i33_startup-config.cfg
new file mode 100644
index 0000000..7bfaa6e
--- /dev/null
+++ b/CPE-A1_configs_i33_startup-config.cfg
@@ -0,0 +1,181 @@
+!
+!
+!
+!
+
+!
+version 12.4
+service timestamps debug datetime msec
+service timestamps log datetime msec
+no service password-encryption
+!
+hostname CPE-A1
+!
+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 auth-proxy max-nodata-conns 3
+ip admission max-nodata-conns 3
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+ip tcp synwait-time 5
+!
+!
+!
+!
+!
+interface Loopback0
+ ip address 79.0.51.62 255.255.255.255
+!
+interface Tunnel0
+ ip address 10.255.255.255 255.255.255.254
+ ip nat inside
+ ip virtual-reassembly
+ tunnel source Loopback0
+ tunnel destination 195.53.4.1
+!
+interface FastEthernet0/0
+ no ip address
+ ip nat outside
+ ip virtual-reassembly
+ duplex auto
+ speed auto
+!
+interface FastEthernet0/0.40
+ encapsulation dot1Q 40
+ ip address 10.0.19.2 255.255.255.252
+ ip nat inside
+ ip virtual-reassembly
+!
+interface FastEthernet0/0.60
+ encapsulation dot1Q 60
+ ip address 100.64.3.2 255.255.255.0
+ ip nat outside
+ ip virtual-reassembly
+!
+interface FastEthernet0/1
+ no ip address
+ ip nat inside
+ ip virtual-reassembly
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet1/0
+ ip address 192.168.0.1 255.255.255.0
+ ip nat inside
+ ip virtual-reassembly
+ duplex auto
+ speed auto
+!
+interface FastEthernet2/0
+ ip address 192.168.1.1 255.255.255.0
+ ip nat inside
+ ip virtual-reassembly
+ duplex auto
+ speed auto
+!
+interface FastEthernet3/0
+ ip address 79.0.51.65 255.255.255.192
+ duplex auto
+ speed auto
+!
+interface FastEthernet4/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+router ospf 1
+ log-adjacency-changes
+ passive-interface FastEthernet0/0
+ network 0.0.0.0 255.255.255.255 area 0
+!
+router bgp 64501
+ no synchronization
+ bgp log-neighbor-changes
+ network 0.0.0.0
+ network 79.0.51.0 mask 255.255.255.0
+ network 192.168.0.0
+ network 192.168.1.0
+ neighbor 10.0.19.1 remote-as 55
+ neighbor 10.255.255.254 remote-as 6500
+ neighbor 10.255.255.254 route-map MAPA2 out
+ neighbor 100.64.3.1 remote-as 55
+ neighbor 100.64.3.1 route-map MAPA out
+ no auto-summary
+!
+ip forward-protocol nd
+ip route 0.0.0.0 0.0.0.0 100.64.3.1
+ip route 79.0.51.0 255.255.255.0 Null0
+!
+!
+no ip http server
+no ip http secure-server
+ip nat pool 1 79.0.51.51 79.0.51.55 netmask 255.255.255.192
+ip nat inside source list 1 pool 1
+!
+!
+ip prefix-list LISTA seq 5 permit 79.0.0.0/16 le 25
+access-list 1 permit 192.168.0.0 0.0.255.255
+no cdp log mismatch duplex
+!
+route-map MAPA permit 10
+ match ip address prefix-list LISTA
+!
+route-map MAPA2 permit 10
+ match ip address 1
+!
+!
+!
+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/CPE-A2_configs_i42_startup-config.cfg b/CPE-A2_configs_i42_startup-config.cfg
new file mode 100644
index 0000000..638bd0b
--- /dev/null
+++ b/CPE-A2_configs_i42_startup-config.cfg
@@ -0,0 +1,132 @@
+!
+!
+!
+
+!
+version 12.4
+service timestamps debug datetime msec
+service timestamps log datetime msec
+no service password-encryption
+!
+hostname CPE-A2
+!
+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 auth-proxy max-nodata-conns 3
+ip admission max-nodata-conns 3
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+ip tcp synwait-time 5
+!
+!
+!
+!
+!
+interface Loopback0
+ ip address 79.0.51.62 255.255.255.255
+!
+interface FastEthernet0/0
+ ip address 10.0.40.2 255.255.255.252
+ ip virtual-reassembly
+ duplex auto
+ speed auto
+!
+interface FastEthernet0/1
+ no ip address
+ ip virtual-reassembly
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet1/0
+ ip address 192.168.4.1 255.255.255.0
+ duplex auto
+ speed auto
+!
+interface FastEthernet2/0
+ ip address 192.168.5.1 255.255.255.0
+ duplex auto
+ speed auto
+!
+interface FastEthernet3/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet4/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+router bgp 64502
+ no synchronization
+ bgp log-neighbor-changes
+ network 192.168.4.0
+ network 192.168.5.0
+ neighbor 10.0.40.1 remote-as 55
+ 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
diff --git a/CPE-B1_configs_i43_startup-config.cfg b/CPE-B1_configs_i43_startup-config.cfg
new file mode 100644
index 0000000..9406b99
--- /dev/null
+++ b/CPE-B1_configs_i43_startup-config.cfg
@@ -0,0 +1,148 @@
+!
+!
+!
+
+!
+version 12.4
+service timestamps debug datetime msec
+service timestamps log datetime msec
+no service password-encryption
+!
+hostname CPE-B1
+!
+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 auth-proxy max-nodata-conns 3
+ip admission max-nodata-conns 3
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+ip tcp synwait-time 5
+!
+!
+!
+!
+!
+interface FastEthernet0/0
+ no ip address
+ ip virtual-reassembly
+ duplex auto
+ speed auto
+!
+interface FastEthernet0/0.50
+ encapsulation dot1Q 50
+ ip address 10.0.42.2 255.255.255.252
+!
+interface FastEthernet0/0.70
+ encapsulation dot1Q 70
+ ip address dhcp
+ ip nat outside
+ ip virtual-reassembly
+!
+interface FastEthernet0/1
+ no ip address
+ ip virtual-reassembly
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet1/0
+ ip address 192.168.4.1 255.255.255.0
+ ip nat inside
+ ip virtual-reassembly
+ duplex auto
+ speed auto
+!
+interface FastEthernet2/0
+ ip address 192.168.5.1 255.255.255.0
+ ip nat inside
+ ip virtual-reassembly
+ duplex auto
+ speed auto
+!
+interface FastEthernet3/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet4/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+router bgp 64504
+ no synchronization
+ bgp log-neighbor-changes
+ network 192.168.4.0
+ network 192.168.5.0
+ neighbor 10.0.42.1 remote-as 55
+ no auto-summary
+!
+ip forward-protocol nd
+!
+!
+no ip http server
+no ip http secure-server
+ip nat inside source list 1 interface FastEthernet0/0.70 overload
+!
+access-list 1 permit 192.168.0.0 0.0.255.255
+no cdp log mismatch duplex
+!
+route-map MAPA permit 10
+ match ip address prefix-list LISTA
+!
+!
+!
+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/CPE-B2_configs_i32_startup-config.cfg b/CPE-B2_configs_i32_startup-config.cfg
new file mode 100644
index 0000000..51dbc73
--- /dev/null
+++ b/CPE-B2_configs_i32_startup-config.cfg
@@ -0,0 +1,148 @@
+!
+!
+!
+
+!
+version 12.4
+service timestamps debug datetime msec
+service timestamps log datetime msec
+no service password-encryption
+!
+hostname CPE-B2
+!
+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 auth-proxy max-nodata-conns 3
+ip admission max-nodata-conns 3
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+ip tcp synwait-time 5
+!
+!
+!
+!
+!
+interface FastEthernet0/0
+ no ip address
+ ip virtual-reassembly
+ duplex auto
+ speed auto
+!
+interface FastEthernet0/0.50
+ encapsulation dot1Q 50
+ ip address 10.0.41.2 255.255.255.252
+!
+interface FastEthernet0/0.70
+ encapsulation dot1Q 70
+ ip address dhcp
+ ip nat outside
+ ip virtual-reassembly
+!
+interface FastEthernet0/1
+ no ip address
+ ip virtual-reassembly
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet1/0
+ ip address 192.168.0.1 255.255.255.0
+ ip nat inside
+ ip virtual-reassembly
+ duplex auto
+ speed auto
+!
+interface FastEthernet2/0
+ ip address 192.168.1.1 255.255.255.0
+ ip nat inside
+ ip virtual-reassembly
+ duplex auto
+ speed auto
+!
+interface FastEthernet3/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet4/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+router bgp 64503
+ no synchronization
+ bgp log-neighbor-changes
+ network 192.168.0.0
+ network 192.168.1.0
+ neighbor 10.0.41.1 remote-as 55
+ no auto-summary
+!
+ip forward-protocol nd
+!
+!
+no ip http server
+no ip http secure-server
+ip nat inside source list 1 interface FastEthernet0/0.70 overload
+!
+access-list 1 permit 192.168.0.0 0.0.255.255
+no cdp log mismatch duplex
+!
+route-map MAPA permit 10
+ match ip address prefix-list LISTA
+!
+!
+!
+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/DHCP_configs_i1_startup-config.cfg b/DHCP_configs_i1_startup-config.cfg
new file mode 100644
index 0000000..edac669
--- /dev/null
+++ b/DHCP_configs_i1_startup-config.cfg
@@ -0,0 +1,170 @@
+!
+!
+!
+!
+!
+
+!
+version 12.4
+service timestamps debug datetime msec
+service timestamps log datetime msec
+no service password-encryption
+!
+hostname DHCP
+!
+boot-start-marker
+boot-end-marker
+!
+!
+aaa new-model
+!
+!
+aaa authentication ppp default local
+aaa authorization network default local
+!
+aaa session-id common
+memory-size iomem 5
+no ip icmp rate-limit unreachable
+ip tcp synwait-time 5
+!
+!
+ip cef
+no ip domain lookup
+no ip dhcp use vrf connected
+ip dhcp excluded-address 118.10.14.1
+ip dhcp excluded-address 118.10.14.65
+ip dhcp excluded-address 118.10.14.129
+ip dhcp excluded-address 100.64.0.1
+ip dhcp excluded-address 100.64.1.1
+ip dhcp excluded-address 100.64.2.1
+ip dhcp excluded-address 118.10.14.20
+ip dhcp excluded-address 100.64.0.127
+ip dhcp excluded-address 118.10.15.1 118.10.15.10
+ip dhcp excluded-address 118.10.15.80 118.10.15.90
+!
+ip dhcp pool publico
+ network 118.10.14.0 255.255.254.0
+ default-router 118.10.14.1 118.10.14.67 118.10.14.129
+!
+ip dhcp pool privado
+ network 100.64.0.0 255.255.0.0
+ default-router 100.64.0.1 100.64.1.3 100.64.2.0
+!
+!
+vpdn enable
+!
+vpdn-group 1
+ accept-dialin
+ protocol l2tp
+ virtual-template 1
+ terminate-from hostname LAC
+ source-ip 10.0.32.1
+ l2tp tunnel password 0 teleco
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+username user23@isp1.net password 0 teleco
+!
+!
+!
+!
+interface Loopback0
+ ip address 10.0.16.1 255.255.255.252
+!
+interface Loopback1
+ ip address 10.0.32.1 255.255.255.255
+!
+interface Loopback2
+ ip address 118.10.15.65 255.255.255.192
+!
+interface FastEthernet0/0
+ ip address 10.0.0.1 255.255.255.252
+ duplex auto
+ speed auto
+ mpls ip
+!
+interface FastEthernet1/0
+ ip address 10.0.1.1 255.255.255.252
+ duplex auto
+ speed auto
+ mpls ip
+!
+interface FastEthernet2/0
+ ip address 10.0.2.1 255.255.255.252
+ duplex auto
+ speed auto
+ mpls ip
+!
+interface FastEthernet3/0
+ ip address 10.0.3.1 255.255.255.252
+ duplex auto
+ speed auto
+ mpls ip
+!
+interface Virtual-Template1
+ ip unnumbered Loopback2
+ ip mtu 1488
+ peer default ip address pool dialin
+ ppp authentication pap
+!
+router ospf 1
+ log-adjacency-changes
+ network 10.0.0.0 0.0.0.3 area 0
+ network 10.0.1.0 0.0.0.3 area 0
+ network 10.0.2.0 0.0.0.3 area 0
+ network 10.0.3.0 0.0.0.3 area 0
+ network 10.0.16.0 0.0.0.3 area 0
+ network 10.0.32.0 0.0.0.3 area 0
+!
+router bgp 55
+ no synchronization
+ bgp log-neighbor-changes
+ network 118.10.15.64 mask 255.255.255.192
+ neighbor 10.0.30.1 remote-as 55
+ neighbor 10.0.30.1 update-source Loopback1
+ neighbor 10.0.31.1 remote-as 55
+ neighbor 10.0.31.1 update-source Loopback1
+ no auto-summary
+!
+ip local pool dialin 118.10.15.80 118.10.15.90
+no ip http server
+!
+!
+!
+no cdp log mismatch duplex
+!
+!
+mpls ldp router-id Loopback1 force
+!
+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
+!
+!
+end
diff --git a/DUALSTACK_configs_i17_startup-config.cfg b/DUALSTACK_configs_i17_startup-config.cfg
new file mode 100644
index 0000000..53370eb
--- /dev/null
+++ b/DUALSTACK_configs_i17_startup-config.cfg
@@ -0,0 +1,172 @@
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+
+!
+version 12.4
+service timestamps debug datetime msec
+service timestamps log datetime msec
+no service password-encryption
+!
+hostname DUALSTACK
+!
+boot-start-marker
+boot-end-marker
+!
+!
+aaa new-model
+!
+!
+aaa authentication ppp default local
+aaa authorization network default local
+!
+aaa session-id common
+memory-size iomem 5
+no ip icmp rate-limit unreachable
+ip cef
+!
+!
+!
+!
+no ip domain lookup
+ip auth-proxy max-nodata-conns 3
+ip admission max-nodata-conns 3
+vpdn enable
+!
+vpdn-group 2
+ accept-dialin
+ protocol l2tp
+ virtual-template 2
+ terminate-from hostname LAC
+ source-ip 195.53.0.1
+ l2tp tunnel password 0 teleco
+!
+!
+ipv6 unicast-routing
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+username user24@isp2.net password 0 teleco
+!
+!
+ip tcp synwait-time 5
+!
+!
+!
+!
+!
+interface FastEthernet0/0
+ ip address 195.53.0.1 255.255.255.0
+ duplex auto
+ speed auto
+ ipv6 address 2001:AAAA:2::2/120
+!
+interface FastEthernet0/1
+ ip address 195.53.3.2 255.255.255.0
+ duplex auto
+ speed auto
+ ipv6 address 2001:AAAA:1::2/120
+ ipv6 enable
+!
+interface FastEthernet1/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet2/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet3/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet4/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface Virtual-Template2
+ ip unnumbered FastEthernet0/0
+ ip mtu 1492
+ peer default ip address pool dialin
+ ppp authentication pap
+!
+router ospf 1
+ log-adjacency-changes
+ network 0.0.0.0 255.255.255.255 area 0
+!
+router bgp 192
+ no synchronization
+ bgp log-neighbor-changes
+ neighbor 2001:AAAA:1::1 remote-as 192
+ neighbor 2001:AAAA:2::1 remote-as 192
+ no auto-summary
+ !
+ address-family ipv6
+ neighbor 2001:AAAA:1::1 activate
+ neighbor 2001:AAAA:2::1 activate
+ network 2001:AAAA:1::/120
+ network 2001:AAAA:2::/120
+ exit-address-family
+!
+ip local pool dialin 195.53.0.10 195.53.0.20
+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
+!
+!
+end
diff --git a/F1-C7200_configs_i6_private-config.cfg b/F1-C7200_configs_i6_private-config.cfg
new file mode 100644
index 0000000..7f2d065
--- /dev/null
+++ b/F1-C7200_configs_i6_private-config.cfg
@@ -0,0 +1,2 @@
+
+end
diff --git a/F1-C7200_configs_i6_startup-config.cfg b/F1-C7200_configs_i6_startup-config.cfg
new file mode 100644
index 0000000..ffadecd
--- /dev/null
+++ b/F1-C7200_configs_i6_startup-config.cfg
@@ -0,0 +1,209 @@
+!
+!
+!
+!
+!
+!
+!
+
+!
+version 15.2
+service timestamps debug datetime msec
+service timestamps log datetime msec
+!
+hostname F1-C7200
+!
+boot-start-marker
+boot-end-marker
+!
+!
+!
+no aaa new-model
+no ip icmp rate-limit unreachable
+ip cef
+!
+!
+!
+!
+!
+!
+no ip domain lookup
+ipv6 general-prefix VARIABLE_PUB 6rd Tunnel0
+ipv6 general-prefix VARIABLE_PRI 6rd Tunnel1
+ipv6 unicast-routing
+ipv6 cef
+!
+!
+multilink bundle-name authenticated
+!
+!
+!
+!
+!
+!
+!
+!
+!
+ip tcp synwait-time 5
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+interface Loopback0
+ ip address 118.10.14.20 255.255.255.255
+ ipv6 address VARIABLE_PUB ::3/128
+!
+interface Loopback1
+ ip address 100.64.0.127 255.255.255.255
+ ipv6 address VARIABLE_PRI ::2/128
+!
+interface Loopback2
+ ip address 10.0.35.1 255.255.255.255
+!
+interface Tunnel0
+ no ip address
+ no ip redirects
+ ipv6 address VARIABLE_PUB ::/128
+ ipv6 enable
+ tunnel source Loopback0
+ tunnel mode ipv6ip 6rd
+ tunnel 6rd ipv4 prefix-len 20
+ tunnel 6rd prefix 2001:CAFE:200::/42
+!
+interface Tunnel1
+ no ip address
+ no ip redirects
+ ipv6 address VARIABLE_PRI ::/128
+ ipv6 enable
+ tunnel source Loopback1
+ tunnel mode ipv6ip 6rd
+ tunnel 6rd ipv4 prefix-len 20
+ tunnel 6rd prefix 2001:CAFE::/42
+!
+interface FastEthernet0/0
+ ip address 10.0.6.2 255.255.255.252
+ ip nat inside
+ speed auto
+ duplex auto
+ mpls ip
+!
+interface FastEthernet0/1
+ ip address 10.0.8.1 255.255.255.252
+ ip nat inside
+ speed auto
+ duplex auto
+ mpls ip
+!
+interface FastEthernet1/0
+ ip address 10.0.24.1 255.255.255.252
+ ip nat outside
+ speed auto
+ duplex auto
+ ipv6 enable
+!
+interface FastEthernet1/1
+ no ip address
+ shutdown
+ speed auto
+ duplex auto
+!
+interface FastEthernet2/0
+ no ip address
+ shutdown
+ speed auto
+ duplex auto
+!
+interface FastEthernet2/1
+ no ip address
+ shutdown
+ speed auto
+ duplex auto
+!
+router ospf 1
+ router-id 10.0.35.1
+ passive-interface FastEthernet1/0
+ network 10.0.6.0 0.0.0.3 area 0
+ network 10.0.8.0 0.0.0.3 area 0
+ network 10.0.35.1 0.0.0.0 area 0
+!
+router bgp 55
+ bgp router-id 1.1.1.2
+ bgp log-neighbor-changes
+ neighbor 10.0.24.2 remote-as 200
+ neighbor 10.0.30.1 remote-as 55
+ neighbor 10.0.30.1 update-source Loopback2
+ neighbor 10.0.31.1 remote-as 55
+ neighbor 10.0.31.1 update-source Loopback2
+ neighbor FE80::C626:56FF:FE68:10%FastEthernet1/0 remote-as 200
+ !
+ address-family ipv4
+ network 118.10.14.0 mask 255.255.254.0
+ neighbor 10.0.24.2 activate
+ neighbor 10.0.24.2 next-hop-self
+ neighbor 10.0.24.2 route-map MAPA out
+ neighbor 10.0.30.1 activate
+ neighbor 10.0.30.1 next-hop-self
+ neighbor 10.0.31.1 activate
+ neighbor 10.0.31.1 next-hop-self
+ no neighbor FE80::C626:56FF:FE68:10%FastEthernet1/0 activate
+ exit-address-family
+ !
+ address-family ipv6
+ network 2001:CAFE::/38
+ neighbor FE80::C626:56FF:FE68:10%FastEthernet1/0 activate
+ exit-address-family
+!
+ip nat pool 1 118.10.15.6 118.10.15.10 netmask 255.255.255.192
+ip nat inside source list 1 pool 1
+ip forward-protocol nd
+!
+!
+no ip http server
+no ip http secure-server
+ip route 118.10.14.0 255.255.254.0 Null0
+!
+!
+ip prefix-list LISTA2 seq 5 permit 118.10.0.0/16 le 24
+!
+ip prefix-list LISTA3 seq 5 permit 79.0.0.0/16 le 25
+access-list 1 permit 100.64.0.0 0.0.255.255
+ipv6 route 2001:CAFE::/42 Tunnel1
+ipv6 route 2001:CAFE:200::/42 Tunnel0
+ipv6 route 2001:CAFE::/38 Null0
+ipv6 route ::/0 FastEthernet1/0 FE80::C626:56FF:FE68:10
+!
+route-map MAPA permit 10
+ match ip address prefix-list LISTA2
+!
+route-map MAPA permit 20
+ match ip address prefix-list LISTA3
+!
+mpls ldp router-id Loopback2 force
+!
+!
+control-plane
+!
+!
+line con 0
+ exec-timeout 0 0
+ privilege level 15
+ logging synchronous
+ stopbits 1
+line aux 0
+ exec-timeout 0 0
+ privilege level 15
+ logging synchronous
+ stopbits 1
+line vty 0 4
+ login
+!
+!
+end
diff --git a/F2-C7200_configs_i8_private-config.cfg b/F2-C7200_configs_i8_private-config.cfg
new file mode 100644
index 0000000..7f2d065
--- /dev/null
+++ b/F2-C7200_configs_i8_private-config.cfg
@@ -0,0 +1,2 @@
+
+end
diff --git a/F2-C7200_configs_i8_startup-config.cfg b/F2-C7200_configs_i8_startup-config.cfg
new file mode 100644
index 0000000..ac24f0f
--- /dev/null
+++ b/F2-C7200_configs_i8_startup-config.cfg
@@ -0,0 +1,206 @@
+!
+!
+!
+
+!
+version 15.2
+service timestamps debug datetime msec
+service timestamps log datetime msec
+!
+hostname F2-C7200
+!
+boot-start-marker
+boot-end-marker
+!
+!
+!
+no aaa new-model
+no ip icmp rate-limit unreachable
+ip cef
+!
+!
+!
+!
+!
+!
+no ip domain lookup
+ipv6 general-prefix VARIABLE_PUB 6rd Tunnel0
+ipv6 general-prefix VARIABLE_PRI 6rd Tunnel1
+ipv6 unicast-routing
+ipv6 cef
+!
+!
+multilink bundle-name authenticated
+!
+!
+!
+!
+!
+!
+!
+!
+!
+ip tcp synwait-time 5
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+interface Loopback0
+ ip address 10.0.36.1 255.255.255.255
+!
+interface Loopback1
+ ip address 100.64.0.127 255.255.255.255
+ ipv6 address VARIABLE_PRI ::2/128
+!
+interface Loopback2
+ ip address 10.0.20.2 255.255.255.252
+!
+interface Loopback3
+ ip address 118.10.14.20 255.255.255.255
+ ipv6 address VARIABLE_PUB ::3/128
+!
+interface Tunnel0
+ no ip address
+ no ip redirects
+ ipv6 address VARIABLE_PUB ::/128
+ ipv6 enable
+ tunnel source Loopback3
+ tunnel mode ipv6ip 6rd
+ tunnel 6rd ipv4 prefix-len 20
+ tunnel 6rd prefix 2001:CAFE:200::/42
+!
+interface Tunnel1
+ no ip address
+ no ip redirects
+ ipv6 address VARIABLE_PRI ::/128
+ ipv6 enable
+ tunnel source Loopback1
+ tunnel mode ipv6ip 6rd
+ tunnel 6rd ipv4 prefix-len 20
+ tunnel 6rd prefix 2001:CAFE::/42
+!
+interface FastEthernet0/0
+ ip address 10.0.9.2 255.255.255.252
+ ip nat inside
+ speed auto
+ duplex auto
+ mpls ip
+!
+interface FastEthernet0/1
+ ip address 10.0.10.1 255.255.255.252
+ ip nat inside
+ speed auto
+ duplex auto
+ mpls ip
+!
+interface FastEthernet1/0
+ ip address 10.0.17.1 255.255.255.252
+ ip nat outside
+ speed auto
+ duplex auto
+ ipv6 enable
+!
+interface FastEthernet1/1
+ no ip address
+ shutdown
+ speed auto
+ duplex auto
+!
+interface FastEthernet2/0
+ no ip address
+ shutdown
+ speed auto
+ duplex auto
+!
+interface FastEthernet2/1
+ no ip address
+ shutdown
+ speed auto
+ duplex auto
+!
+router ospf 1
+ router-id 10.0.36.1
+ passive-interface FastEthernet1/0
+ network 10.0.9.0 0.0.0.3 area 0
+ network 10.0.10.0 0.0.0.3 area 0
+ network 10.0.36.1 0.0.0.0 area 0
+!
+router bgp 55
+ bgp always-compare-med
+ bgp log-neighbor-changes
+ neighbor 10.0.17.2 remote-as 70
+ neighbor 10.0.30.1 remote-as 55
+ neighbor 10.0.30.1 update-source Loopback0
+ neighbor 10.0.31.1 remote-as 55
+ neighbor 10.0.31.1 update-source Loopback0
+ neighbor FE80::CE18:2DFF:FE54:0%FastEthernet1/0 remote-as 70
+ !
+ address-family ipv4
+ network 118.10.14.0 mask 255.255.254.0
+ neighbor 10.0.17.2 activate
+ neighbor 10.0.17.2 route-map MAPA out
+ neighbor 10.0.30.1 activate
+ neighbor 10.0.30.1 next-hop-self
+ neighbor 10.0.31.1 activate
+ neighbor 10.0.31.1 next-hop-self
+ no neighbor FE80::CE18:2DFF:FE54:0%FastEthernet1/0 activate
+ exit-address-family
+ !
+ address-family ipv6
+ network 2001:CAFE::/38
+ neighbor FE80::CE18:2DFF:FE54:0%FastEthernet1/0 activate
+ exit-address-family
+!
+ip nat pool 1 118.10.15.1 118.10.15.5 netmask 255.255.255.192
+ip nat inside source list 1 pool 1
+ip forward-protocol nd
+!
+!
+no ip http server
+no ip http secure-server
+ip route 118.10.14.0 255.255.254.0 Null0
+!
+!
+ip prefix-list LISTA2 seq 5 permit 118.10.0.0/16 le 24
+!
+ip prefix-list LISTA3 seq 5 permit 79.0.0.0/16 le 25
+access-list 1 permit 100.64.0.0 0.0.255.255
+ipv6 route 2001:CAFE::/42 Tunnel1
+ipv6 route 2001:CAFE:200::/42 Tunnel0
+ipv6 route 2001:CAFE::/38 Null0
+!
+route-map MAPA permit 10
+ match ip address prefix-list LISTA2
+!
+route-map MAPA permit 20
+ match ip address prefix-list LISTA3
+!
+mpls ldp router-id Loopback0 force
+!
+!
+control-plane
+!
+!
+line con 0
+ exec-timeout 0 0
+ privilege level 15
+ logging synchronous
+ stopbits 1
+line aux 0
+ exec-timeout 0 0
+ privilege level 15
+ logging synchronous
+ stopbits 1
+line vty 0 4
+ login
+!
+!
+end
diff --git a/PC10_startup.vpc b/PC10_startup.vpc
new file mode 100644
index 0000000..9179d68
--- /dev/null
+++ b/PC10_startup.vpc
@@ -0,0 +1,2 @@
+set pcname PC10
+dhcp
diff --git a/PC11_startup.vpc b/PC11_startup.vpc
new file mode 100644
index 0000000..1bea10e
--- /dev/null
+++ b/PC11_startup.vpc
@@ -0,0 +1,2 @@
+set pcname PC11
+dhcp
diff --git a/PC12_startup.vpc b/PC12_startup.vpc
new file mode 100644
index 0000000..1e518ed
--- /dev/null
+++ b/PC12_startup.vpc
@@ -0,0 +1,2 @@
+set pcname PC12
+ip 192.168.0.2 192.168.0.1 24
diff --git a/PC13_startup.vpc b/PC13_startup.vpc
new file mode 100644
index 0000000..c15275b
--- /dev/null
+++ b/PC13_startup.vpc
@@ -0,0 +1,2 @@
+set pcname PC13
+ip 192.168.1.2 192.168.1.1 24
diff --git a/PC14_startup.vpc b/PC14_startup.vpc
new file mode 100644
index 0000000..2910d18
--- /dev/null
+++ b/PC14_startup.vpc
@@ -0,0 +1,2 @@
+set pcname PC14
+ip 79.0.51.66 79.0.51.65 26
diff --git a/PC15_startup.vpc b/PC15_startup.vpc
new file mode 100644
index 0000000..bfd8d2d
--- /dev/null
+++ b/PC15_startup.vpc
@@ -0,0 +1,2 @@
+set pcname PC15
+ip 192.168.3.2 192.168.3.1 24
diff --git a/PC16_startup.vpc b/PC16_startup.vpc
new file mode 100644
index 0000000..15596c5
--- /dev/null
+++ b/PC16_startup.vpc
@@ -0,0 +1,2 @@
+set pcname PC16
+ip 192.168.2.2 192.168.2.1 24
diff --git a/PC17_startup.vpc b/PC17_startup.vpc
new file mode 100644
index 0000000..6a188ee
--- /dev/null
+++ b/PC17_startup.vpc
@@ -0,0 +1,2 @@
+set pcname PC17
+ip 192.168.5.2 192.168.5.1 24
diff --git a/PC18_startup.vpc b/PC18_startup.vpc
new file mode 100644
index 0000000..6858465
--- /dev/null
+++ b/PC18_startup.vpc
@@ -0,0 +1,2 @@
+set pcname PC18
+ip 192.168.0.2 192.168.0.1 24
diff --git a/PC19_startup.vpc b/PC19_startup.vpc
new file mode 100644
index 0000000..b8c4c23
--- /dev/null
+++ b/PC19_startup.vpc
@@ -0,0 +1,2 @@
+set pcname PC19
+ip 192.168.4.2 192.168.4.1 24
diff --git a/PC1_startup.vpc b/PC1_startup.vpc
new file mode 100644
index 0000000..d033c61
--- /dev/null
+++ b/PC1_startup.vpc
@@ -0,0 +1,2 @@
+set pcname PC1
+dhcp
diff --git a/PC20_startup.vpc b/PC20_startup.vpc
new file mode 100644
index 0000000..1eddf95
--- /dev/null
+++ b/PC20_startup.vpc
@@ -0,0 +1,2 @@
+set pcname PC20
+ip 192.168.1.2 192.168.1.1 24
diff --git a/PC21_startup.vpc b/PC21_startup.vpc
new file mode 100644
index 0000000..658bf99
--- /dev/null
+++ b/PC21_startup.vpc
@@ -0,0 +1,2 @@
+set pcname PC21
+ip 192.168.4.2 192.168.4.1 24
diff --git a/PC22_startup.vpc b/PC22_startup.vpc
new file mode 100644
index 0000000..9541540
--- /dev/null
+++ b/PC22_startup.vpc
@@ -0,0 +1,2 @@
+set pcname PC22
+ip 192.168.5.2 192.168.5.1 24
diff --git a/PC23_startup.vpc b/PC23_startup.vpc
new file mode 100644
index 0000000..bd922db
--- /dev/null
+++ b/PC23_startup.vpc
@@ -0,0 +1,2 @@
+set pcname PC23
+dhcp
diff --git a/PC24_startup.vpc b/PC24_startup.vpc
new file mode 100644
index 0000000..016cd7b
--- /dev/null
+++ b/PC24_startup.vpc
@@ -0,0 +1,2 @@
+set pcname PC24
+dhcp
diff --git a/PC2_startup.vpc b/PC2_startup.vpc
new file mode 100644
index 0000000..dc33935
--- /dev/null
+++ b/PC2_startup.vpc
@@ -0,0 +1,2 @@
+set pcname PC2
+dhcp
diff --git a/PC3_startup.vpc b/PC3_startup.vpc
new file mode 100644
index 0000000..552caab
--- /dev/null
+++ b/PC3_startup.vpc
@@ -0,0 +1,2 @@
+set pcname PC3
+dhcp
diff --git a/PC4_startup.vpc b/PC4_startup.vpc
new file mode 100644
index 0000000..eaec833
--- /dev/null
+++ b/PC4_startup.vpc
@@ -0,0 +1,2 @@
+set pcname PC4
+dhcp
diff --git a/PC5_startup.vpc b/PC5_startup.vpc
new file mode 100644
index 0000000..d5cfed9
--- /dev/null
+++ b/PC5_startup.vpc
@@ -0,0 +1,2 @@
+set pcname PC5
+dhcp
diff --git a/PC6_startup.vpc b/PC6_startup.vpc
new file mode 100644
index 0000000..5159a2c
--- /dev/null
+++ b/PC6_startup.vpc
@@ -0,0 +1,2 @@
+set pcname PC6
+dhcp
diff --git a/PC7_startup.vpc b/PC7_startup.vpc
new file mode 100644
index 0000000..aa9c8a9
--- /dev/null
+++ b/PC7_startup.vpc
@@ -0,0 +1,2 @@
+set pcname PC7
+dhcp
diff --git a/PC8_startup.vpc b/PC8_startup.vpc
new file mode 100644
index 0000000..8713e00
--- /dev/null
+++ b/PC8_startup.vpc
@@ -0,0 +1,2 @@
+set pcname PC8
+dhcp
diff --git a/PC9_startup.vpc b/PC9_startup.vpc
new file mode 100644
index 0000000..41e5829
--- /dev/null
+++ b/PC9_startup.vpc
@@ -0,0 +1,2 @@
+set pcname PC9
+dhcp
diff --git a/PE-C1-1_configs_i31_startup-config.cfg b/PE-C1-1_configs_i31_startup-config.cfg
new file mode 100644
index 0000000..69e59e3
--- /dev/null
+++ b/PE-C1-1_configs_i31_startup-config.cfg
@@ -0,0 +1,182 @@
+!
+!
+!
+!
+!
+!
+
+!
+version 12.4
+service timestamps debug datetime msec
+service timestamps log datetime msec
+no service password-encryption
+!
+hostname PE-C1-1
+!
+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 auth-proxy max-nodata-conns 3
+ip admission max-nodata-conns 3
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+ip tcp synwait-time 5
+!
+!
+!
+!
+!
+interface Loopback0
+ ip address 118.10.14.67 255.255.255.255 secondary
+ ip address 118.10.14.66 255.255.255.255
+!
+interface Loopback1
+ ip address 100.64.1.3 255.255.255.255 secondary
+ ip address 100.64.1.2 255.255.255.255
+!
+interface Loopback2
+ ip address 10.0.38.1 255.255.255.255
+!
+interface FastEthernet0/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet0/1
+ ip address 10.0.5.1 255.255.255.252
+ duplex auto
+ speed auto
+ mpls ip
+!
+interface FastEthernet1/0
+ no ip address
+ duplex auto
+ speed auto
+!
+interface FastEthernet1/0.10
+ encapsulation dot1Q 10
+ ip unnumbered Loopback0
+ ip helper-address 10.0.16.1
+!
+interface FastEthernet1/0.20
+ encapsulation dot1Q 20
+ ip unnumbered Loopback0
+ ip helper-address 10.0.16.1
+!
+interface FastEthernet1/0.30
+ encapsulation dot1Q 30
+ ip unnumbered Loopback1
+ ip helper-address 10.0.16.1
+!
+interface FastEthernet1/0.40
+ encapsulation dot1Q 40
+ ip unnumbered Loopback0
+ ip helper-address 10.0.16.1
+!
+interface FastEthernet1/0.50
+ encapsulation dot1Q 50
+ ip unnumbered Loopback1
+ ip helper-address 10.0.16.1
+!
+interface FastEthernet2/0
+ ip address 10.0.18.1 255.255.255.252
+ duplex auto
+ speed auto
+!
+interface FastEthernet3/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet4/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+router ospf 1
+ log-adjacency-changes
+ passive-interface FastEthernet1/0
+ passive-interface FastEthernet2/0
+ network 10.0.5.0 0.0.0.3 area 0
+ network 10.0.38.1 0.0.0.0 area 0
+!
+router bgp 55
+ no synchronization
+ bgp log-neighbor-changes
+ network 100.64.1.2 mask 255.255.255.255
+ network 100.64.1.3 mask 255.255.255.255
+ network 118.10.14.66 mask 255.255.255.255
+ network 118.10.14.67 mask 255.255.255.255
+ redistribute static
+ neighbor 10.0.30.1 remote-as 55
+ neighbor 10.0.30.1 update-source Loopback2
+ neighbor 10.0.31.1 remote-as 55
+ neighbor 10.0.31.1 update-source Loopback2
+ no auto-summary
+!
+ip forward-protocol nd
+ip route 0.0.0.0 0.0.0.0 FastEthernet2/0 10.0.18.2 255
+!
+!
+no ip http server
+no ip http secure-server
+!
+no cdp log mismatch duplex
+!
+!
+mpls ldp router-id Loopback2 force
+!
+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/PE-C1_configs_i5_startup-config.cfg b/PE-C1_configs_i5_startup-config.cfg
new file mode 100644
index 0000000..5b89122
--- /dev/null
+++ b/PE-C1_configs_i5_startup-config.cfg
@@ -0,0 +1,180 @@
+!
+!
+!
+!
+!
+
+!
+version 12.4
+service timestamps debug datetime msec
+service timestamps log datetime msec
+no service password-encryption
+!
+hostname PE-C1
+!
+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 auth-proxy max-nodata-conns 3
+ip admission max-nodata-conns 3
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+ip tcp synwait-time 5
+!
+!
+!
+!
+!
+interface Loopback0
+ ip address 118.10.14.67 255.255.255.255 secondary
+ ip address 118.10.14.65 255.255.255.255
+!
+interface Loopback1
+ ip address 100.64.1.3 255.255.255.255 secondary
+ ip address 100.64.1.1 255.255.255.255
+!
+interface Loopback2
+ ip address 10.0.34.1 255.255.255.255
+!
+interface FastEthernet0/0
+ ip address 10.0.4.2 255.255.255.252
+ duplex auto
+ speed auto
+ mpls ip
+!
+interface FastEthernet0/1
+ ip address 10.0.5.1 255.255.255.252
+ duplex auto
+ speed auto
+!
+interface FastEthernet1/0
+ no ip address
+ duplex auto
+ speed auto
+!
+interface FastEthernet1/0.10
+ encapsulation dot1Q 10
+ ip unnumbered Loopback0
+ ip helper-address 10.0.16.1
+!
+interface FastEthernet1/0.20
+ encapsulation dot1Q 20
+ ip unnumbered Loopback0
+ ip helper-address 10.0.16.1
+!
+interface FastEthernet1/0.30
+ encapsulation dot1Q 30
+ ip unnumbered Loopback1
+ ip helper-address 10.0.16.1
+!
+interface FastEthernet1/0.40
+ encapsulation dot1Q 40
+ ip unnumbered Loopback0
+ ip helper-address 10.0.16.1
+!
+interface FastEthernet1/0.50
+ encapsulation dot1Q 50
+ ip unnumbered Loopback1
+ ip helper-address 10.0.16.1
+!
+interface FastEthernet2/0
+ ip address 10.0.18.2 255.255.255.252
+ duplex auto
+ speed auto
+!
+interface FastEthernet3/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet4/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+router ospf 1
+ log-adjacency-changes
+ passive-interface FastEthernet1/0
+ passive-interface FastEthernet2/0
+ network 10.0.4.0 0.0.0.3 area 0
+ network 10.0.34.1 0.0.0.0 area 0
+!
+router bgp 55
+ no synchronization
+ bgp log-neighbor-changes
+ network 100.64.1.1 mask 255.255.255.255
+ network 100.64.1.3 mask 255.255.255.255
+ network 118.10.14.65 mask 255.255.255.255
+ network 118.10.14.67 mask 255.255.255.255
+ redistribute static
+ neighbor 10.0.30.1 remote-as 55
+ neighbor 10.0.30.1 update-source Loopback2
+ neighbor 10.0.31.1 remote-as 55
+ neighbor 10.0.31.1 update-source Loopback2
+ no auto-summary
+!
+ip forward-protocol nd
+ip route 0.0.0.0 0.0.0.0 FastEthernet2/0 10.0.18.1 255
+!
+!
+no ip http server
+no ip http secure-server
+!
+no cdp log mismatch duplex
+!
+!
+mpls ldp router-id Loopback2 force
+!
+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/PE-C3745_configs_i9_startup-config.cfg b/PE-C3745_configs_i9_startup-config.cfg
new file mode 100644
index 0000000..da4096b
--- /dev/null
+++ b/PE-C3745_configs_i9_startup-config.cfg
@@ -0,0 +1,255 @@
+!
+!
+!
+!
+!
+
+!
+version 12.4
+service timestamps debug datetime msec
+service timestamps log datetime msec
+no service password-encryption
+!
+hostname LAC
+!
+boot-start-marker
+boot-end-marker
+!
+!
+no aaa new-model
+memory-size iomem 5
+no ip icmp rate-limit unreachable
+ip cef
+!
+!
+!
+!
+ip vrf EmpresaA
+ rd 1:1
+ route-target export 1:1
+ route-target import 1:1
+!
+ip vrf EmpresaB
+ rd 2:2
+ route-target export 2:2
+ route-target import 2:2
+!
+no ip domain lookup
+ip auth-proxy max-nodata-conns 3
+ip admission max-nodata-conns 3
+vpdn enable
+!
+vpdn-group 1
+ request-dialin
+ protocol l2tp
+ domain isp1.net
+ initiate-to ip 118.10.15.65 priority 1
+ source-ip 118.10.14.1
+ local name LAC
+ l2tp tunnel password 0 teleco
+!
+vpdn-group 2
+ request-dialin
+ protocol l2tp
+ domain isp2.net
+ initiate-to ip 195.53.0.1 priority 1
+ source-ip 118.10.14.1
+ local name LAC
+ l2tp tunnel password 0 teleco
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+ip tcp synwait-time 5
+!
+!
+!
+!
+bba-group pppoe 2
+ virtual-template 2
+!
+bba-group pppoe 1
+ virtual-template 1
+!
+!
+interface Loopback0
+ ip address 118.10.14.1 255.255.255.255
+!
+interface Loopback1
+ ip address 100.64.0.1 255.255.255.255
+!
+interface Loopback2
+ ip address 10.0.33.1 255.255.255.255
+!
+interface FastEthernet0/0
+ ip address 10.0.15.2 255.255.255.252
+ duplex auto
+ speed auto
+ mpls ip
+!
+interface FastEthernet0/1
+ ip address 10.0.14.2 255.255.255.252
+ duplex auto
+ speed auto
+ mpls ip
+!
+interface FastEthernet1/0
+ no ip address
+ duplex auto
+ speed auto
+!
+interface FastEthernet1/0.10
+ encapsulation dot1Q 10
+ ip unnumbered Loopback0
+ ip helper-address 10.0.16.1
+!
+interface FastEthernet1/0.20
+ encapsulation dot1Q 20
+ ip unnumbered Loopback0
+ ip helper-address 10.0.16.1
+!
+interface FastEthernet1/0.30
+ encapsulation dot1Q 30
+ ip unnumbered Loopback1
+ ip helper-address 10.0.16.1
+!
+interface FastEthernet1/0.40
+ encapsulation dot1Q 40
+ ip vrf forwarding EmpresaA
+ ip address 10.0.40.1 255.255.255.252
+!
+interface FastEthernet1/0.50
+ encapsulation dot1Q 50
+ ip vrf forwarding EmpresaB
+ ip address 10.0.42.1 255.255.255.252
+!
+interface FastEthernet1/0.70
+ encapsulation dot1Q 70
+ ip unnumbered Loopback1
+ ip helper-address 10.0.16.1
+!
+interface FastEthernet1/0.80
+ encapsulation dot1Q 80
+ pppoe enable group 1
+!
+interface FastEthernet1/0.90
+ encapsulation dot1Q 90
+ pppoe enable group 2
+!
+interface FastEthernet2/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet3/0
+ no ip address
+ duplex auto
+ speed auto
+!
+interface FastEthernet4/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface Virtual-Template1
+ ip unnumbered FastEthernet1/0.80
+ ppp authentication pap
+!
+interface Virtual-Template2
+ ip unnumbered FastEthernet1/0.90
+ ppp authentication pap
+!
+router ospf 1
+ router-id 10.0.33.1
+ log-adjacency-changes
+ passive-interface FastEthernet1/0
+ network 10.0.14.0 0.0.0.3 area 0
+ network 10.0.15.0 0.0.0.3 area 0
+ network 10.0.33.1 0.0.0.0 area 0
+!
+router bgp 55
+ no synchronization
+ bgp log-neighbor-changes
+ network 100.64.0.1 mask 255.255.255.255
+ network 118.10.14.1 mask 255.255.255.255
+ redistribute static
+ neighbor 10.0.30.1 remote-as 55
+ neighbor 10.0.30.1 update-source Loopback2
+ neighbor 10.0.31.1 remote-as 55
+ neighbor 10.0.31.1 update-source Loopback2
+ neighbor 10.0.37.1 remote-as 55
+ neighbor 10.0.37.1 update-source Loopback2
+ no auto-summary
+ !
+ address-family vpnv4
+ neighbor 10.0.37.1 activate
+ neighbor 10.0.37.1 send-community extended
+ exit-address-family
+ !
+ address-family ipv4 vrf EmpresaB
+ neighbor 10.0.42.2 remote-as 64504
+ neighbor 10.0.42.2 activate
+ neighbor 10.0.42.2 send-community
+ no synchronization
+ exit-address-family
+ !
+ address-family ipv4 vrf EmpresaA
+ neighbor 10.0.40.2 remote-as 64502
+ neighbor 10.0.40.2 activate
+ neighbor 10.0.40.2 send-community
+ no synchronization
+ exit-address-family
+!
+ip forward-protocol nd
+!
+!
+no ip http server
+no ip http secure-server
+!
+no cdp log mismatch duplex
+!
+!
+mpls ldp router-id Loopback2 force
+!
+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/PE3-C3745_configs_i7_startup-config.cfg b/PE3-C3745_configs_i7_startup-config.cfg
new file mode 100644
index 0000000..f487089
--- /dev/null
+++ b/PE3-C3745_configs_i7_startup-config.cfg
@@ -0,0 +1,229 @@
+!
+!
+!
+
+!
+version 12.4
+service timestamps debug datetime msec
+service timestamps log datetime msec
+no service password-encryption
+!
+hostname PE3-C3745
+!
+boot-start-marker
+boot-end-marker
+!
+!
+no aaa new-model
+memory-size iomem 5
+no ip icmp rate-limit unreachable
+ip cef
+!
+!
+!
+!
+ip vrf EmpresaA
+ rd 1:1
+ route-target export 1:1
+ route-target import 1:1
+!
+ip vrf EmpresaB
+ rd 2:2
+ route-target export 2:2
+ route-target import 2:2
+!
+no ip domain lookup
+ip auth-proxy max-nodata-conns 3
+ip admission max-nodata-conns 3
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+ip tcp synwait-time 5
+!
+!
+!
+!
+!
+interface Loopback0
+ ip address 118.10.14.129 255.255.255.255
+!
+interface Loopback1
+ ip address 100.64.2.1 255.255.255.255
+!
+interface Loopback2
+ ip address 10.0.20.1 255.255.255.252
+!
+interface Loopback3
+ ip address 10.0.37.1 255.255.255.255
+!
+interface FastEthernet0/0
+ ip address 10.0.11.2 255.255.255.252
+ duplex auto
+ speed auto
+ mpls ip
+!
+interface FastEthernet0/1
+ ip address 10.0.13.1 255.255.255.252
+ duplex auto
+ speed auto
+ mpls ip
+!
+interface FastEthernet1/0
+ no ip address
+ duplex auto
+ speed auto
+!
+interface FastEthernet1/0.10
+ encapsulation dot1Q 10
+ ip unnumbered Loopback0
+ ip helper-address 10.0.16.1
+!
+interface FastEthernet1/0.20
+ encapsulation dot1Q 20
+ ip unnumbered Loopback1
+ ip helper-address 10.0.16.1
+!
+interface FastEthernet1/0.30
+ encapsulation dot1Q 30
+ ip unnumbered Loopback1
+ ip helper-address 10.0.16.1
+!
+interface FastEthernet1/0.40
+ encapsulation dot1Q 40
+ ip vrf forwarding EmpresaA
+ ip address 10.0.19.1 255.255.255.252
+!
+interface FastEthernet1/0.50
+ encapsulation dot1Q 50
+ ip vrf forwarding EmpresaB
+ ip address 10.0.41.1 255.255.255.252
+!
+interface FastEthernet1/0.60
+ encapsulation dot1Q 60
+ ip address 100.64.3.1 255.255.255.0
+ ip helper-address 10.0.16.1
+!
+interface FastEthernet1/0.70
+ encapsulation dot1Q 70
+ ip unnumbered Loopback1
+ ip helper-address 10.0.16.1
+!
+interface FastEthernet2/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet3/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet4/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+router ospf 1
+ log-adjacency-changes
+ passive-interface FastEthernet1/0
+ passive-interface FastEthernet3/0
+ network 10.0.11.0 0.0.0.3 area 0
+ network 10.0.13.0 0.0.0.3 area 0
+ network 10.0.37.1 0.0.0.0 area 0
+!
+router bgp 55
+ no synchronization
+ bgp log-neighbor-changes
+ network 100.64.2.1 mask 255.255.255.255
+ network 118.10.14.129 mask 255.255.255.255
+ redistribute static
+ neighbor 10.0.30.1 remote-as 55
+ neighbor 10.0.30.1 update-source Loopback3
+ neighbor 10.0.30.1 next-hop-self
+ neighbor 10.0.31.1 remote-as 55
+ neighbor 10.0.31.1 update-source Loopback3
+ neighbor 10.0.31.1 next-hop-self
+ neighbor 10.0.33.1 remote-as 55
+ neighbor 10.0.33.1 update-source Loopback3
+ neighbor 100.64.3.2 remote-as 64501
+ neighbor 100.64.3.2 next-hop-self
+ neighbor 100.64.3.2 route-map MAPA out
+ no auto-summary
+ !
+ address-family vpnv4
+ neighbor 10.0.33.1 activate
+ neighbor 10.0.33.1 send-community extended
+ exit-address-family
+ !
+ address-family ipv4 vrf EmpresaB
+ neighbor 10.0.41.2 remote-as 64503
+ neighbor 10.0.41.2 activate
+ neighbor 10.0.41.2 send-community
+ no synchronization
+ exit-address-family
+ !
+ address-family ipv4 vrf EmpresaA
+ neighbor 10.0.19.2 remote-as 64501
+ neighbor 10.0.19.2 activate
+ neighbor 10.0.19.2 send-community
+ no synchronization
+ exit-address-family
+!
+ip forward-protocol nd
+!
+!
+no ip http server
+no ip http secure-server
+!
+access-list 2 permit 195.53.0.0 0.0.255.255
+no cdp log mismatch duplex
+!
+route-map MAPA permit 10
+ match ip address 2
+!
+!
+mpls ldp router-id Loopback3 force
+!
+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/R10_configs_i18_private-config.cfg b/R10_configs_i18_private-config.cfg
new file mode 100644
index 0000000..7f2d065
--- /dev/null
+++ b/R10_configs_i18_private-config.cfg
@@ -0,0 +1,2 @@
+
+end
diff --git a/R10_configs_i18_startup-config.cfg b/R10_configs_i18_startup-config.cfg
new file mode 100644
index 0000000..3eae695
--- /dev/null
+++ b/R10_configs_i18_startup-config.cfg
@@ -0,0 +1,132 @@
+!
+!
+!
+!
+
+!
+! Last configuration change at 15:27:09 UTC Mon Dec 12 2022
+!
+version 15.2
+service timestamps debug datetime msec
+service timestamps log datetime msec
+!
+hostname R10
+!
+boot-start-marker
+boot-end-marker
+!
+!
+!
+no aaa new-model
+no ip icmp rate-limit unreachable
+ip cef
+!
+!
+!
+!
+ip dhcp pool privada1
+ network 192.168.0.0 255.255.255.0
+ default-router 192.168.0.1
+!
+!
+!
+no ip domain lookup
+ipv6 general-prefix VARIABLE_PUB 6rd Tunnel0
+ipv6 unicast-routing
+ipv6 cef
+!
+!
+multilink bundle-name authenticated
+!
+!
+!
+!
+!
+!
+!
+!
+!
+ip tcp synwait-time 5
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+interface Tunnel0
+ no ip address
+ no ip redirects
+ ipv6 enable
+ tunnel source FastEthernet2/0
+ tunnel mode ipv6ip 6rd
+ tunnel 6rd ipv4 prefix-len 20
+ tunnel 6rd prefix 2001:CAFE:200::/42
+ tunnel 6rd br 118.10.14.20
+!
+interface FastEthernet0/0
+ no ip address
+ shutdown
+ duplex full
+!
+interface FastEthernet1/0
+ ip address 192.168.0.1 255.255.255.0
+ ip nat inside
+ speed auto
+ duplex auto
+ ipv6 address VARIABLE_PUB ::/64
+!
+interface FastEthernet1/1
+ no ip address
+ shutdown
+ speed auto
+ duplex auto
+!
+interface FastEthernet2/0
+ ip address dhcp
+ ip nat outside
+ speed auto
+ duplex auto
+!
+interface FastEthernet2/1
+ no ip address
+ shutdown
+ speed auto
+ duplex auto
+!
+ip nat inside source list 1 interface FastEthernet2/0 overload
+ip forward-protocol nd
+!
+!
+no ip http server
+no ip http secure-server
+!
+access-list 1 permit 192.168.0.0 0.0.0.255
+ipv6 route 2001:CAFE:200::/42 Tunnel0
+ipv6 route ::/0 Tunnel0 2001:CAFE:238:5000::
+!
+!
+!
+control-plane
+!
+!
+line con 0
+ exec-timeout 0 0
+ privilege level 15
+ logging synchronous
+ stopbits 1
+line aux 0
+ exec-timeout 0 0
+ privilege level 15
+ logging synchronous
+ stopbits 1
+line vty 0 4
+ login
+!
+!
+end
diff --git a/R11_configs_i19_private-config.cfg b/R11_configs_i19_private-config.cfg
new file mode 100644
index 0000000..7f2d065
--- /dev/null
+++ b/R11_configs_i19_private-config.cfg
@@ -0,0 +1,2 @@
+
+end
diff --git a/R11_configs_i19_startup-config.cfg b/R11_configs_i19_startup-config.cfg
new file mode 100644
index 0000000..cfd9908
--- /dev/null
+++ b/R11_configs_i19_startup-config.cfg
@@ -0,0 +1,131 @@
+!
+!
+!
+
+!
+! Last configuration change at 12:01:19 UTC Thu Nov 10 2022
+!
+version 15.2
+service timestamps debug datetime msec
+service timestamps log datetime msec
+!
+hostname R11
+!
+boot-start-marker
+boot-end-marker
+!
+!
+!
+no aaa new-model
+no ip icmp rate-limit unreachable
+ip cef
+!
+!
+!
+!
+ip dhcp pool privada1
+ network 192.168.0.0 255.255.255.0
+ default-router 192.168.0.1
+!
+!
+!
+no ip domain lookup
+ipv6 general-prefix VARIABLE_PRI 6rd Tunnel1
+ipv6 unicast-routing
+ipv6 cef
+!
+!
+multilink bundle-name authenticated
+!
+!
+!
+!
+!
+!
+!
+!
+!
+ip tcp synwait-time 5
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+interface Tunnel1
+ no ip address
+ no ip redirects
+ ipv6 enable
+ tunnel source FastEthernet2/0
+ tunnel mode ipv6ip 6rd
+ tunnel 6rd ipv4 prefix-len 20
+ tunnel 6rd prefix 2001:CAFE::/42
+ tunnel 6rd br 100.64.0.127
+!
+interface FastEthernet0/0
+ no ip address
+ shutdown
+ duplex full
+!
+interface FastEthernet1/0
+ ip address 192.168.0.1 255.255.255.0
+ ip nat inside
+ speed auto
+ duplex auto
+ ipv6 address VARIABLE_PRI ::/64
+!
+interface FastEthernet1/1
+ no ip address
+ shutdown
+ speed auto
+ duplex auto
+!
+interface FastEthernet2/0
+ ip address dhcp
+ ip nat outside
+ speed auto
+ duplex auto
+!
+interface FastEthernet2/1
+ no ip address
+ shutdown
+ speed auto
+ duplex auto
+!
+ip nat inside source list 1 interface FastEthernet2/0 overload
+ip forward-protocol nd
+!
+!
+no ip http server
+no ip http secure-server
+!
+access-list 1 permit 192.168.0.0 0.0.0.255
+ipv6 route 2001:CAFE::/42 Tunnel1
+ipv6 route ::/0 Tunnel1 2001:CAFE:1:FC00::
+!
+!
+!
+control-plane
+!
+!
+line con 0
+ exec-timeout 0 0
+ privilege level 15
+ logging synchronous
+ stopbits 1
+line aux 0
+ exec-timeout 0 0
+ privilege level 15
+ logging synchronous
+ stopbits 1
+line vty 0 4
+ login
+!
+!
+end
diff --git a/R12_configs_i21_private-config.cfg b/R12_configs_i21_private-config.cfg
new file mode 100644
index 0000000..7f2d065
--- /dev/null
+++ b/R12_configs_i21_private-config.cfg
@@ -0,0 +1,2 @@
+
+end
diff --git a/R12_configs_i21_startup-config.cfg b/R12_configs_i21_startup-config.cfg
new file mode 100644
index 0000000..836aaa0
--- /dev/null
+++ b/R12_configs_i21_startup-config.cfg
@@ -0,0 +1,133 @@
+!
+!
+!
+!
+!
+
+!
+! Last configuration change at 11:54:20 UTC Thu Nov 10 2022
+!
+version 15.2
+service timestamps debug datetime msec
+service timestamps log datetime msec
+!
+hostname R12
+!
+boot-start-marker
+boot-end-marker
+!
+!
+!
+no aaa new-model
+no ip icmp rate-limit unreachable
+ip cef
+!
+!
+!
+!
+ip dhcp pool privada1
+ network 192.168.0.0 255.255.255.0
+ default-router 192.168.0.1
+!
+!
+!
+no ip domain lookup
+ipv6 general-prefix VARIABLE_PUB 6rd Tunnel0
+ipv6 unicast-routing
+ipv6 cef
+!
+!
+multilink bundle-name authenticated
+!
+!
+!
+!
+!
+!
+!
+!
+!
+ip tcp synwait-time 5
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+interface Tunnel0
+ no ip address
+ no ip redirects
+ ipv6 enable
+ tunnel source FastEthernet2/0
+ tunnel mode ipv6ip 6rd
+ tunnel 6rd ipv4 prefix-len 20
+ tunnel 6rd prefix 2001:CAFE:200::/42
+ tunnel 6rd br 118.10.14.20
+!
+interface FastEthernet0/0
+ no ip address
+ shutdown
+ duplex full
+!
+interface FastEthernet1/0
+ ip address 192.168.0.1 255.255.255.0
+ ip nat inside
+ speed auto
+ duplex auto
+ ipv6 address VARIABLE_PUB ::/64
+!
+interface FastEthernet1/1
+ no ip address
+ shutdown
+ speed auto
+ duplex auto
+!
+interface FastEthernet2/0
+ ip address dhcp
+ ip nat outside
+ speed auto
+ duplex auto
+!
+interface FastEthernet2/1
+ no ip address
+ shutdown
+ speed auto
+ duplex auto
+!
+ip nat inside source list 1 interface FastEthernet2/0 overload
+ip forward-protocol nd
+!
+!
+no ip http server
+no ip http secure-server
+!
+access-list 1 permit 192.168.0.0 0.0.0.255
+ipv6 route 2001:CAFE:200::/42 Tunnel0
+ipv6 route ::/0 Tunnel0 2001:CAFE:238:5000::
+!
+!
+!
+control-plane
+!
+!
+line con 0
+ exec-timeout 0 0
+ privilege level 15
+ logging synchronous
+ stopbits 1
+line aux 0
+ exec-timeout 0 0
+ privilege level 15
+ logging synchronous
+ stopbits 1
+line vty 0 4
+ login
+!
+!
+end
diff --git a/R13_configs_i22_private-config.cfg b/R13_configs_i22_private-config.cfg
new file mode 100644
index 0000000..7f2d065
--- /dev/null
+++ b/R13_configs_i22_private-config.cfg
@@ -0,0 +1,2 @@
+
+end
diff --git a/R13_configs_i22_startup-config.cfg b/R13_configs_i22_startup-config.cfg
new file mode 100644
index 0000000..678e900
--- /dev/null
+++ b/R13_configs_i22_startup-config.cfg
@@ -0,0 +1,127 @@
+!
+
+!
+version 15.2
+service timestamps debug datetime msec
+service timestamps log datetime msec
+!
+hostname R13
+!
+boot-start-marker
+boot-end-marker
+!
+!
+!
+no aaa new-model
+no ip icmp rate-limit unreachable
+ip cef
+!
+!
+!
+!
+ip dhcp pool privada1
+ network 192.168.0.0 255.255.255.0
+ default-router 192.168.0.1
+!
+!
+!
+no ip domain lookup
+ipv6 general-prefix VARIABLE_PRI 6rd Tunnel1
+ipv6 unicast-routing
+ipv6 cef
+!
+!
+multilink bundle-name authenticated
+!
+!
+!
+!
+!
+!
+!
+!
+!
+ip tcp synwait-time 5
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+interface Tunnel1
+ no ip address
+ no ip redirects
+ ipv6 enable
+ tunnel source FastEthernet2/0
+ tunnel mode ipv6ip 6rd
+ tunnel 6rd ipv4 prefix-len 20
+ tunnel 6rd prefix 2001:CAFE::/42
+ tunnel 6rd br 100.64.0.127
+!
+interface FastEthernet0/0
+ no ip address
+ shutdown
+ duplex full
+!
+interface FastEthernet1/0
+ ip address 192.168.0.1 255.255.255.0
+ ip nat inside
+ speed auto
+ duplex auto
+ ipv6 address VARIABLE_PRI ::/64
+!
+interface FastEthernet1/1
+ no ip address
+ shutdown
+ speed auto
+ duplex auto
+!
+interface FastEthernet2/0
+ ip address dhcp
+ ip nat outside
+ speed auto
+ duplex auto
+!
+interface FastEthernet2/1
+ no ip address
+ shutdown
+ speed auto
+ duplex auto
+!
+ip nat inside source list 1 interface FastEthernet2/0 overload
+ip forward-protocol nd
+!
+!
+no ip http server
+no ip http secure-server
+!
+access-list 1 permit 192.168.0.0 0.0.0.255
+ipv6 route 2001:CAFE::/42 Tunnel1
+ipv6 route ::/0 Tunnel1 2001:CAFE:1:FC00::
+!
+!
+!
+control-plane
+!
+!
+line con 0
+ exec-timeout 0 0
+ privilege level 15
+ logging synchronous
+ stopbits 1
+line aux 0
+ exec-timeout 0 0
+ privilege level 15
+ logging synchronous
+ stopbits 1
+line vty 0 4
+ login
+!
+!
+end
diff --git a/R14_configs_i23_startup-config.cfg b/R14_configs_i23_startup-config.cfg
new file mode 100644
index 0000000..e104c12
--- /dev/null
+++ b/R14_configs_i23_startup-config.cfg
@@ -0,0 +1,111 @@
+!
+!
+!
+!
+!
+!
+!
+!
+
+!
+version 12.4
+service timestamps debug datetime msec
+service timestamps log datetime msec
+no service password-encryption
+!
+hostname R14
+!
+boot-start-marker
+boot-end-marker
+!
+!
+no aaa new-model
+memory-size iomem 5
+no ip icmp rate-limit unreachable
+ip tcp synwait-time 5
+!
+!
+ip cef
+no ip domain lookup
+no ip dhcp use vrf connected
+!
+ip dhcp pool privada
+ network 192.168.0.0 255.255.255.0
+ default-router 192.168.0.1
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+interface FastEthernet0/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet1/0
+ ip address 192.168.0.1 255.255.255.0
+ ip nat inside
+ ip virtual-reassembly
+ duplex auto
+ speed auto
+!
+interface FastEthernet2/0
+ ip address dhcp
+ ip nat outside
+ ip virtual-reassembly
+ duplex auto
+ speed auto
+!
+interface FastEthernet3/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+no ip http server
+!
+!
+ip nat inside source list 1 interface FastEthernet2/0 overload
+!
+access-list 1 permit 192.168.0.0 0.0.0.255
+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/R15_configs_i24_startup-config.cfg b/R15_configs_i24_startup-config.cfg
new file mode 100644
index 0000000..8164440
--- /dev/null
+++ b/R15_configs_i24_startup-config.cfg
@@ -0,0 +1,156 @@
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+
+!
+version 12.4
+service timestamps debug datetime msec
+service timestamps log datetime msec
+no service password-encryption
+!
+hostname R15
+!
+boot-start-marker
+boot-end-marker
+!
+!
+no aaa new-model
+memory-size iomem 5
+no ip icmp rate-limit unreachable
+ip tcp synwait-time 5
+!
+!
+ip cef
+no ip domain lookup
+!
+!
+ipv6 unicast-routing
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+interface Loopback0
+ ip address 10.0.22.1 255.255.255.255
+ ipv6 address 2001::15/128
+!
+interface FastEthernet0/0
+ ip address 10.0.17.2 255.255.255.252
+ duplex auto
+ speed auto
+ ipv6 enable
+!
+interface FastEthernet1/0
+ no ip address
+ duplex auto
+ speed auto
+!
+interface FastEthernet2/0
+ ip address 10.0.1.1 255.255.255.252
+ duplex auto
+ speed auto
+ mpls ip
+!
+interface FastEthernet3/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+router ospf 1
+ log-adjacency-changes
+ passive-interface FastEthernet0/0
+ network 0.0.0.0 255.255.255.255 area 0
+!
+router bgp 70
+ no synchronization
+ bgp log-neighbor-changes
+ neighbor 10.0.17.1 remote-as 55
+ neighbor 10.0.22.2 remote-as 70
+ neighbor 10.0.22.2 update-source Loopback0
+ neighbor 2001::17 remote-as 70
+ neighbor 2001::17 update-source Loopback0
+ neighbor FE80::C808:24FF:FEF8:1C remote-as 55
+ neighbor FE80::C808:24FF:FEF8:1C update-source FastEthernet0/0
+ no auto-summary
+ !
+ address-family ipv6
+ neighbor 10.0.22.2 activate
+ neighbor 10.0.22.2 send-label
+ neighbor 2001::17 activate
+ neighbor FE80::C808:24FF:FEF8:1C activate
+ exit-address-family
+!
+no ip http 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
diff --git a/R16_configs_i25_startup-config.cfg b/R16_configs_i25_startup-config.cfg
new file mode 100644
index 0000000..ee17f8b
--- /dev/null
+++ b/R16_configs_i25_startup-config.cfg
@@ -0,0 +1,139 @@
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+
+!
+version 12.4
+service timestamps debug datetime msec
+service timestamps log datetime msec
+no service password-encryption
+!
+hostname R16
+!
+boot-start-marker
+boot-end-marker
+!
+!
+no aaa new-model
+memory-size iomem 5
+no ip icmp rate-limit unreachable
+ip tcp synwait-time 5
+!
+!
+ip cef
+no ip domain lookup
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+interface FastEthernet0/0
+ ip address 10.0.2.2 255.255.255.252
+ duplex auto
+ speed auto
+ mpls ip
+!
+interface FastEthernet1/0
+ ip address 10.0.1.2 255.255.255.252
+ duplex auto
+ speed auto
+ mpls ip
+!
+interface FastEthernet2/0
+ ip address 10.0.4.2 255.255.255.252
+ duplex auto
+ speed auto
+ mpls ip
+!
+interface FastEthernet3/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+router ospf 1
+ log-adjacency-changes
+ network 0.0.0.0 255.255.255.255 area 0
+!
+no ip http server
+ip route 0.0.0.0 0.0.0.0 FastEthernet0/0
+!
+!
+!
+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/R17_configs_i26_startup-config.cfg b/R17_configs_i26_startup-config.cfg
new file mode 100644
index 0000000..f1b5643
--- /dev/null
+++ b/R17_configs_i26_startup-config.cfg
@@ -0,0 +1,128 @@
+!
+!
+!
+!
+!
+
+!
+version 12.4
+service timestamps debug datetime msec
+service timestamps log datetime msec
+no service password-encryption
+!
+hostname R17
+!
+boot-start-marker
+boot-end-marker
+!
+!
+no aaa new-model
+memory-size iomem 5
+no ip icmp rate-limit unreachable
+ip tcp synwait-time 5
+!
+!
+ip cef
+no ip domain lookup
+!
+!
+ipv6 unicast-routing
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+interface Loopback0
+ ip address 10.0.22.2 255.255.255.255
+ ipv6 address 2001::17/128
+!
+interface FastEthernet0/0
+ ip address 10.0.5.1 255.255.255.252
+ duplex auto
+ speed auto
+ mpls ip
+!
+interface FastEthernet1/0
+ ip address 10.0.2.1 255.255.255.252
+ duplex auto
+ speed auto
+ mpls ip
+!
+interface FastEthernet2/0
+ no ip address
+ duplex auto
+ speed auto
+!
+interface FastEthernet3/0
+ ip address 10.0.21.2 255.255.255.252
+ duplex auto
+ speed auto
+ ipv6 enable
+!
+router ospf 1
+ log-adjacency-changes
+ passive-interface FastEthernet3/0
+ network 0.0.0.0 255.255.255.255 area 0
+!
+router bgp 70
+ no synchronization
+ bgp log-neighbor-changes
+ neighbor 10.0.21.1 remote-as 192
+ neighbor 10.0.22.1 remote-as 70
+ neighbor 10.0.22.1 update-source Loopback0
+ neighbor 2001::15 remote-as 70
+ neighbor 2001::15 update-source Loopback0
+ neighbor FE80::C623:11FF:FEE8:0 remote-as 192
+ neighbor FE80::C623:11FF:FEE8:0 update-source FastEthernet3/0
+ no auto-summary
+ !
+ address-family ipv6
+ neighbor 10.0.22.1 activate
+ neighbor 10.0.22.1 send-label
+ neighbor 2001::15 activate
+ neighbor FE80::C623:11FF:FEE8:0 activate
+ exit-address-family
+!
+no ip http server
+ip route 0.0.0.0 0.0.0.0 FastEthernet3/0 10.0.21.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/R18_configs_i27_startup-config.cfg b/R18_configs_i27_startup-config.cfg
new file mode 100644
index 0000000..e8f8c11
--- /dev/null
+++ b/R18_configs_i27_startup-config.cfg
@@ -0,0 +1,136 @@
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+
+!
+version 12.4
+service timestamps debug datetime msec
+service timestamps log datetime msec
+no service password-encryption
+!
+hostname R18
+!
+boot-start-marker
+boot-end-marker
+!
+!
+no aaa new-model
+memory-size iomem 5
+no ip icmp rate-limit unreachable
+ip tcp synwait-time 5
+!
+!
+ip cef
+no ip domain lookup
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+interface FastEthernet0/0
+ ip address 10.0.4.1 255.255.255.252
+ duplex auto
+ speed auto
+ mpls ip
+!
+interface FastEthernet1/0
+ ip address 10.0.5.2 255.255.255.252
+ duplex auto
+ speed auto
+ mpls ip
+!
+interface FastEthernet2/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet3/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+router ospf 1
+ log-adjacency-changes
+ network 0.0.0.0 255.255.255.255 area 0
+!
+no ip http 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
diff --git a/R19_configs_i15_startup-config.cfg b/R19_configs_i15_startup-config.cfg
new file mode 100644
index 0000000..a2da6ae
--- /dev/null
+++ b/R19_configs_i15_startup-config.cfg
@@ -0,0 +1,105 @@
+!
+!
+
+!
+version 12.4
+service timestamps debug datetime msec
+service timestamps log datetime msec
+no service password-encryption
+!
+hostname R19
+!
+boot-start-marker
+boot-end-marker
+!
+!
+no aaa new-model
+memory-size iomem 5
+no ip icmp rate-limit unreachable
+ip tcp synwait-time 5
+!
+!
+ip cef
+no ip domain lookup
+no ip dhcp use vrf connected
+!
+ip dhcp pool privada
+ network 192.168.0.0 255.255.255.0
+ default-router 192.168.0.1
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+interface FastEthernet0/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet1/0
+ ip address 192.168.0.1 255.255.255.0
+ ip nat inside
+ ip virtual-reassembly
+ duplex auto
+ speed auto
+!
+interface FastEthernet2/0
+ ip address dhcp
+ ip nat outside
+ ip virtual-reassembly
+ duplex auto
+ speed auto
+!
+interface FastEthernet3/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+no ip http server
+!
+!
+ip nat inside source list 1 interface FastEthernet2/0 overload
+!
+access-list 1 permit 192.168.0.0 0.0.0.255
+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/R1_configs_i2_startup-config.cfg b/R1_configs_i2_startup-config.cfg
new file mode 100644
index 0000000..fc8297c
--- /dev/null
+++ b/R1_configs_i2_startup-config.cfg
@@ -0,0 +1,122 @@
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+
+!
+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 tcp synwait-time 5
+!
+!
+ip cef
+no ip domain lookup
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+interface FastEthernet0/0
+ ip address 10.0.4.1 255.255.255.252
+ duplex auto
+ speed auto
+ mpls ip
+!
+interface FastEthernet1/0
+ ip address 10.0.2.2 255.255.255.252
+ duplex auto
+ speed auto
+ mpls ip
+!
+interface FastEthernet2/0
+ ip address 10.0.15.1 255.255.255.252
+ duplex auto
+ speed auto
+ mpls ip
+!
+interface FastEthernet3/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+router ospf 1
+ log-adjacency-changes
+ network 0.0.0.0 255.255.255.255 area 0
+!
+no ip http 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
diff --git a/R20_configs_i16_startup-config.cfg b/R20_configs_i16_startup-config.cfg
new file mode 100644
index 0000000..7107d31
--- /dev/null
+++ b/R20_configs_i16_startup-config.cfg
@@ -0,0 +1,109 @@
+!
+!
+!
+!
+!
+!
+
+!
+version 12.4
+service timestamps debug datetime msec
+service timestamps log datetime msec
+no service password-encryption
+!
+hostname R20
+!
+boot-start-marker
+boot-end-marker
+!
+!
+no aaa new-model
+memory-size iomem 5
+no ip icmp rate-limit unreachable
+ip tcp synwait-time 5
+!
+!
+ip cef
+no ip domain lookup
+no ip dhcp use vrf connected
+!
+ip dhcp pool privada
+ network 192.168.0.0 255.255.255.0
+ default-router 192.168.0.1
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+interface FastEthernet0/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet1/0
+ ip address 192.168.0.1 255.255.255.0
+ ip nat inside
+ ip virtual-reassembly
+ duplex auto
+ speed auto
+!
+interface FastEthernet2/0
+ ip address dhcp
+ ip nat outside
+ ip virtual-reassembly
+ duplex auto
+ speed auto
+!
+interface FastEthernet3/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+no ip http server
+!
+!
+ip nat inside source list 1 interface FastEthernet2/0 overload
+!
+access-list 1 permit 192.168.0.0 0.0.0.255
+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/R21_configs_i37_startup-config.cfg b/R21_configs_i37_startup-config.cfg
new file mode 100644
index 0000000..b3b732c
--- /dev/null
+++ b/R21_configs_i37_startup-config.cfg
@@ -0,0 +1,179 @@
+!
+!
+!
+!
+!
+
+!
+version 12.4
+service timestamps debug datetime msec
+service timestamps log datetime msec
+no service password-encryption
+!
+hostname R21
+!
+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 auth-proxy max-nodata-conns 3
+ip admission max-nodata-conns 3
+!
+ipv6 unicast-routing
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+ip tcp synwait-time 5
+!
+!
+!
+!
+!
+interface FastEthernet0/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet0/1
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet1/0
+ ip address 195.53.3.1 255.255.255.0
+ duplex auto
+ speed auto
+ ipv6 address 2001:AAAA:1::1/120
+ ipv6 enable
+!
+interface FastEthernet2/0
+ ip address 195.53.2.1 255.255.255.0
+ duplex auto
+ speed auto
+!
+interface FastEthernet3/0
+ ip address 10.0.25.2 255.255.255.252
+ duplex auto
+ speed auto
+ ipv6 address 2001:BBBB:1::2/120
+ ipv6 enable
+!
+interface FastEthernet4/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+router ospf 1
+ log-adjacency-changes
+ redistribute bgp 192 subnets
+ passive-interface FastEthernet2/0
+ passive-interface FastEthernet3/0
+ network 0.0.0.0 255.255.255.255 area 0
+!
+router bgp 192
+ bgp router-id 1.1.1.8
+ bgp log-neighbor-changes
+ neighbor 10.0.25.1 remote-as 200
+ neighbor 2001:AAAA:1::2 remote-as 192
+ neighbor 195.53.2.2 remote-as 6500
+ neighbor FE80::C629:24FF:FEB8:30 remote-as 200
+ neighbor FE80::C629:24FF:FEB8:30 update-source FastEthernet3/0
+ !
+ address-family ipv4
+ neighbor 10.0.25.1 activate
+ neighbor 10.0.25.1 route-map MAPA2 out
+ no neighbor 2001:AAAA:1::2 activate
+ neighbor 195.53.2.2 activate
+ neighbor 195.53.2.2 next-hop-self
+ neighbor 195.53.2.2 route-map MAPA out
+ no neighbor FE80::C629:24FF:FEB8:30 activate
+ no auto-summary
+ no synchronization
+ network 195.53.0.0 mask 255.255.0.0
+ exit-address-family
+ !
+ address-family ipv6
+ neighbor 2001:AAAA:1::2 activate
+ neighbor FE80::C629:24FF:FEB8:30 activate
+ neighbor FE80::C629:24FF:FEB8:30 route-map MAPA3 out
+ network 2001:AAAA::/32
+ exit-address-family
+!
+ip forward-protocol nd
+ip route 195.53.0.0 255.255.0.0 Null0
+!
+!
+no ip http server
+no ip http secure-server
+!
+!
+ip prefix-list LISTA2 seq 5 permit 195.52.0.0/15 le 17
+!
+ip prefix-list LISTA3 seq 5 permit 79.0.0.0/16 le 25
+no cdp log mismatch duplex
+ipv6 route 2001:AAAA::/32 Null0
+!
+!
+ipv6 prefix-list LISTAIPV6 seq 5 permit 2001:AAAA::/31 le 33
+route-map MAPA permit 10
+ match ip address prefix-list LISTA3
+!
+route-map MAPA3 permit 10
+ match ipv6 address prefix-list LISTAIPV6
+!
+route-map MAPA2 permit 10
+ match ip address prefix-list LISTA2
+!
+!
+!
+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/R22_configs_i35_startup-config.cfg b/R22_configs_i35_startup-config.cfg
new file mode 100644
index 0000000..80dcc71
--- /dev/null
+++ b/R22_configs_i35_startup-config.cfg
@@ -0,0 +1,170 @@
+!
+!
+!
+!
+!
+!
+
+!
+version 12.4
+service timestamps debug datetime msec
+service timestamps log datetime msec
+no service password-encryption
+!
+hostname R22
+!
+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 auth-proxy max-nodata-conns 3
+ip admission max-nodata-conns 3
+!
+ipv6 unicast-routing
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+ip tcp synwait-time 5
+!
+!
+!
+!
+!
+interface FastEthernet0/0
+ ip address 10.0.21.1 255.255.255.252
+ duplex auto
+ speed auto
+ ipv6 enable
+!
+interface FastEthernet0/1
+ ip address 195.53.0.2 255.255.255.0
+ duplex auto
+ speed auto
+ ipv6 address 2001:AAAA:2::1/120
+!
+interface FastEthernet1/0
+ ip address 195.53.1.2 255.255.255.0
+ duplex auto
+ speed auto
+!
+interface FastEthernet2/0
+ no ip address
+ duplex auto
+ speed auto
+!
+interface FastEthernet3/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet4/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+router ospf 1
+ log-adjacency-changes
+ redistribute bgp 192 subnets
+ passive-interface FastEthernet0/0
+ passive-interface FastEthernet1/0
+ network 0.0.0.0 255.255.255.255 area 0
+!
+router bgp 192
+ no synchronization
+ bgp log-neighbor-changes
+ network 195.53.0.0 mask 255.255.0.0
+ neighbor 10.0.21.2 remote-as 70
+ neighbor 10.0.21.2 route-map MAPA2 out
+ neighbor 2001:AAAA:2::2 remote-as 192
+ neighbor 195.53.1.1 remote-as 6500
+ neighbor 195.53.1.1 next-hop-self
+ neighbor 195.53.1.1 route-map MAPA out
+ neighbor FE80::CE1A:8FF:FE08:30 remote-as 70
+ neighbor FE80::CE1A:8FF:FE08:30 update-source FastEthernet0/0
+ no auto-summary
+ !
+ address-family ipv6
+ neighbor 2001:AAAA:2::2 activate
+ neighbor FE80::CE1A:8FF:FE08:30 activate
+ neighbor FE80::CE1A:8FF:FE08:30 route-map MAPA3 out
+ network 2001:AAAA::/32
+ exit-address-family
+!
+ip forward-protocol nd
+ip route 79.0.51.65 255.255.255.255 Null0
+ip route 195.53.0.0 255.255.0.0 Null0
+!
+!
+no ip http server
+no ip http secure-server
+!
+!
+ip prefix-list LISTA2 seq 5 permit 195.52.0.0/15 le 17
+!
+ip prefix-list LISTA3 seq 5 permit 79.0.0.0/16 le 25
+no cdp log mismatch duplex
+ipv6 route 2001:AAAA::/32 Null0
+!
+!
+ipv6 prefix-list LISTAIPV6 seq 5 permit 2001:AAAA::/31 le 33
+route-map MAPA permit 10
+ match ip address prefix-list LISTA3
+!
+route-map MAPA3 permit 10
+ match ipv6 address prefix-list LISTAIPV6
+!
+route-map MAPA2 permit 10
+ match ip address prefix-list LISTA2
+!
+!
+!
+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/R23_configs_i38_startup-config.cfg b/R23_configs_i38_startup-config.cfg
new file mode 100644
index 0000000..a18b2b4
--- /dev/null
+++ b/R23_configs_i38_startup-config.cfg
@@ -0,0 +1,177 @@
+!
+!
+!
+!
+!
+!
+!
+
+!
+version 12.4
+service timestamps debug datetime msec
+service timestamps log datetime msec
+no service password-encryption
+!
+hostname R23
+!
+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 auth-proxy max-nodata-conns 3
+ip admission max-nodata-conns 3
+!
+ipv6 unicast-routing
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+ip tcp synwait-time 5
+!
+!
+!
+!
+!
+interface Loopback0
+ ip address 10.0.26.1 255.255.255.255
+ ipv6 address 2001::23/128
+ ipv6 ospf 1 area 0
+!
+interface Tunnel0
+ ip address 10.255.255.255 255.255.255.254
+ tunnel source Loopback0
+ tunnel destination 2001::26
+ tunnel mode gre ipv6
+!
+interface FastEthernet0/0
+ no ip address
+ duplex auto
+ speed auto
+ ipv6 enable
+ ipv6 ospf 1 area 0
+!
+interface FastEthernet0/1
+ no ip address
+ ip ospf 1 area 1
+ duplex auto
+ speed auto
+ ipv6 enable
+ ipv6 ospf 1 area 0
+!
+interface FastEthernet1/0
+ ip address 10.0.24.2 255.255.255.252
+ duplex auto
+ speed auto
+ ipv6 enable
+ ipv6 ospf 1 area 0
+!
+interface FastEthernet2/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet3/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet4/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+router ospf 1
+ log-adjacency-changes
+!
+router bgp 200
+ bgp router-id 1.1.1.1
+ bgp log-neighbor-changes
+ neighbor 10.0.24.1 remote-as 55
+ neighbor 10.0.26.2 remote-as 200
+ neighbor 10.0.26.2 update-source Loopback0
+ neighbor 2001::26 remote-as 200
+ neighbor 2001::26 update-source Loopback0
+ neighbor FE80::C806:42FF:FE58:1C remote-as 55
+ neighbor FE80::C806:42FF:FE58:1C update-source FastEthernet1/0
+ !
+ address-family ipv4
+ neighbor 10.0.24.1 activate
+ neighbor 10.0.26.2 activate
+ neighbor 10.0.26.2 next-hop-self
+ neighbor 2001::26 activate
+ neighbor FE80::C806:42FF:FE58:1C activate
+ no auto-summary
+ no synchronization
+ exit-address-family
+ !
+ address-family ipv6
+ neighbor 2001::26 activate
+ neighbor FE80::C806:42FF:FE58:1C activate
+ exit-address-family
+!
+ip forward-protocol nd
+ip route 0.0.0.0 0.0.0.0 Tunnel0
+!
+!
+no ip http server
+no ip http secure-server
+!
+no cdp log mismatch duplex
+ipv6 router ospf 1
+ router-id 1.1.1.2
+ log-adjacency-changes
+ passive-interface FastEthernet1/0
+!
+!
+!
+!
+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/R24_configs_i39_startup-config.cfg b/R24_configs_i39_startup-config.cfg
new file mode 100644
index 0000000..1e9b060
--- /dev/null
+++ b/R24_configs_i39_startup-config.cfg
@@ -0,0 +1,154 @@
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+
+!
+version 12.4
+service timestamps debug datetime msec
+service timestamps log datetime msec
+no service password-encryption
+!
+hostname R24
+!
+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 auth-proxy max-nodata-conns 3
+ip admission max-nodata-conns 3
+!
+ipv6 unicast-routing
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+ip tcp synwait-time 5
+!
+!
+!
+!
+!
+interface FastEthernet0/0
+ no ip address
+ duplex auto
+ speed auto
+ ipv6 enable
+ ipv6 ospf 1 area 0
+!
+interface FastEthernet0/1
+ no ip address
+ duplex auto
+ speed auto
+ ipv6 enable
+ ipv6 ospf 1 area 0
+!
+interface FastEthernet1/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet2/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet3/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet4/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+ip forward-protocol nd
+!
+!
+no ip http server
+no ip http secure-server
+!
+no cdp log mismatch duplex
+ipv6 router ospf 1
+ router-id 1.1.1.3
+ log-adjacency-changes
+!
+!
+!
+!
+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/R25_configs_i40_startup-config.cfg b/R25_configs_i40_startup-config.cfg
new file mode 100644
index 0000000..b051967
--- /dev/null
+++ b/R25_configs_i40_startup-config.cfg
@@ -0,0 +1,140 @@
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+
+!
+version 12.4
+service timestamps debug datetime msec
+service timestamps log datetime msec
+no service password-encryption
+!
+hostname R25
+!
+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 auth-proxy max-nodata-conns 3
+ip admission max-nodata-conns 3
+!
+ipv6 unicast-routing
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+ip tcp synwait-time 5
+!
+!
+!
+!
+!
+interface FastEthernet0/0
+ no ip address
+ duplex auto
+ speed auto
+ ipv6 enable
+ ipv6 ospf 1 area 0
+!
+interface FastEthernet0/1
+ no ip address
+ duplex auto
+ speed auto
+ ipv6 enable
+ ipv6 ospf 1 area 0
+!
+interface FastEthernet1/0
+ no ip address
+ duplex auto
+ speed auto
+ ipv6 enable
+ ipv6 ospf 1 area 0
+!
+interface FastEthernet2/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet3/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet4/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+ip forward-protocol nd
+!
+!
+no ip http server
+no ip http secure-server
+!
+no cdp log mismatch duplex
+ipv6 route 2001:CAFE::/32 FastEthernet1/0 FE80::C626:56FF:FE68:1
+ipv6 router ospf 1
+ router-id 1.1.1.4
+ log-adjacency-changes
+!
+!
+!
+!
+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/R26_configs_i41_startup-config.cfg b/R26_configs_i41_startup-config.cfg
new file mode 100644
index 0000000..2457f37
--- /dev/null
+++ b/R26_configs_i41_startup-config.cfg
@@ -0,0 +1,170 @@
+!
+!
+!
+
+!
+version 12.4
+service timestamps debug datetime msec
+service timestamps log datetime msec
+no service password-encryption
+!
+hostname R26
+!
+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 auth-proxy max-nodata-conns 3
+ip admission max-nodata-conns 3
+!
+ipv6 unicast-routing
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+ip tcp synwait-time 5
+!
+!
+!
+!
+!
+interface Loopback0
+ ip address 10.0.26.2 255.255.255.255
+ ipv6 address 2001::26/128
+ ipv6 ospf 1 area 0
+!
+interface Tunnel0
+ ip address 10.255.255.255 255.255.255.254
+ tunnel source Loopback0
+ tunnel destination 2001::23
+ tunnel mode gre ipv6
+!
+interface FastEthernet0/0
+ no ip address
+ duplex auto
+ speed auto
+ ipv6 enable
+ ipv6 ospf 1 area 0
+!
+interface FastEthernet0/1
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet1/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet2/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet3/0
+ ip address 10.0.25.1 255.255.255.252
+ duplex auto
+ speed auto
+ ipv6 address 2001:BBBB:1::1/120
+ ipv6 enable
+ ipv6 ospf 1 area 0
+!
+interface FastEthernet4/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+router bgp 200
+ bgp router-id 1.1.1.6
+ bgp log-neighbor-changes
+ neighbor 10.0.25.2 remote-as 192
+ neighbor 10.0.26.1 remote-as 200
+ neighbor 10.0.26.1 update-source Loopback0
+ neighbor 2001::23 remote-as 200
+ neighbor 2001::23 update-source Loopback0
+ neighbor FE80::C625:EFF:FE40:30 remote-as 192
+ neighbor FE80::C625:EFF:FE40:30 update-source FastEthernet3/0
+ !
+ address-family ipv4
+ neighbor 10.0.25.2 activate
+ neighbor 10.0.26.1 activate
+ neighbor 2001::23 activate
+ neighbor FE80::C625:EFF:FE40:30 activate
+ no auto-summary
+ no synchronization
+ exit-address-family
+ !
+ address-family ipv6
+ neighbor 2001::23 activate
+ neighbor FE80::C625:EFF:FE40:30 activate
+ exit-address-family
+!
+ip forward-protocol nd
+ip route 0.0.0.0 0.0.0.0 Tunnel0
+!
+!
+no ip http server
+no ip http secure-server
+!
+no cdp log mismatch duplex
+ipv6 route 2001::23/128 FastEthernet0/0 FE80::C628:33FF:FE50:0
+ipv6 router ospf 1
+ router-id 1.1.1.5
+ log-adjacency-changes
+ default-information originate always
+ passive-interface FastEthernet3/0
+!
+!
+!
+!
+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/R2_configs_i3_startup-config.cfg b/R2_configs_i3_startup-config.cfg
new file mode 100644
index 0000000..3fb969c
--- /dev/null
+++ b/R2_configs_i3_startup-config.cfg
@@ -0,0 +1,139 @@
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+
+!
+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 tcp synwait-time 5
+!
+!
+ip cef
+no ip domain lookup
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+interface Loopback0
+ ip address 10.0.30.1 255.255.255.255
+!
+interface FastEthernet0/0
+ ip address 10.0.5.2 255.255.255.252
+ duplex auto
+ speed auto
+ mpls ip
+!
+interface FastEthernet1/0
+ ip address 10.0.0.2 255.255.255.252
+ duplex auto
+ speed auto
+ mpls ip
+!
+interface FastEthernet2/0
+ ip address 10.0.7.1 255.255.255.252
+ duplex auto
+ speed auto
+ mpls ip
+!
+interface FastEthernet3/0
+ ip address 10.0.6.1 255.255.255.252
+ duplex auto
+ speed auto
+ mpls ip
+!
+router ospf 1
+ log-adjacency-changes
+ network 0.0.0.0 255.255.255.255 area 0
+!
+router bgp 55
+ no synchronization
+ bgp log-neighbor-changes
+ neighbor 10.0.31.1 remote-as 55
+ neighbor 10.0.31.1 update-source Loopback0
+ neighbor 10.0.32.1 remote-as 55
+ neighbor 10.0.32.1 update-source Loopback0
+ neighbor 10.0.32.1 route-reflector-client
+ neighbor 10.0.33.1 remote-as 55
+ neighbor 10.0.33.1 update-source Loopback0
+ neighbor 10.0.33.1 route-reflector-client
+ neighbor 10.0.34.1 remote-as 55
+ neighbor 10.0.34.1 update-source Loopback0
+ neighbor 10.0.34.1 route-reflector-client
+ neighbor 10.0.35.1 remote-as 55
+ neighbor 10.0.35.1 update-source Loopback0
+ neighbor 10.0.35.1 route-reflector-client
+ neighbor 10.0.36.1 remote-as 55
+ neighbor 10.0.36.1 update-source Loopback0
+ neighbor 10.0.36.1 route-reflector-client
+ neighbor 10.0.37.1 remote-as 55
+ neighbor 10.0.37.1 update-source Loopback0
+ neighbor 10.0.37.1 route-reflector-client
+ neighbor 10.0.38.1 remote-as 55
+ neighbor 10.0.38.1 update-source Loopback0
+ neighbor 10.0.38.1 route-reflector-client
+ no auto-summary
+!
+no ip http 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
diff --git a/R3_configs_i4_startup-config.cfg b/R3_configs_i4_startup-config.cfg
new file mode 100644
index 0000000..b67d58c
--- /dev/null
+++ b/R3_configs_i4_startup-config.cfg
@@ -0,0 +1,106 @@
+!
+!
+!
+!
+!
+!
+!
+!
+
+!
+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 tcp synwait-time 5
+!
+!
+ip cef
+no ip domain lookup
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+interface FastEthernet0/0
+ ip address 10.0.7.2 255.255.255.252
+ duplex auto
+ speed auto
+ mpls ip
+!
+interface FastEthernet1/0
+ ip address 10.0.8.2 255.255.255.252
+ duplex auto
+ speed auto
+ mpls ip
+!
+interface FastEthernet2/0
+ ip address 10.0.9.1 255.255.255.252
+ duplex auto
+ speed auto
+ mpls ip
+!
+interface FastEthernet3/0
+ ip address 10.0.1.2 255.255.255.252
+ duplex auto
+ speed auto
+ mpls ip
+!
+router ospf 1
+ log-adjacency-changes
+ network 0.0.0.0 255.255.255.255 area 0
+!
+no ip http 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
diff --git a/R4_configs_i10_startup-config.cfg b/R4_configs_i10_startup-config.cfg
new file mode 100644
index 0000000..4e9c399
--- /dev/null
+++ b/R4_configs_i10_startup-config.cfg
@@ -0,0 +1,131 @@
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+
+!
+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 tcp synwait-time 5
+!
+!
+ip cef
+no ip domain lookup
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+interface FastEthernet0/0
+ ip address 10.0.10.2 255.255.255.252
+ duplex auto
+ speed auto
+ mpls ip
+!
+interface FastEthernet1/0
+ ip address 10.0.11.1 255.255.255.252
+ duplex auto
+ speed auto
+ mpls ip
+!
+interface FastEthernet2/0
+ ip address 10.0.12.1 255.255.255.252
+ duplex auto
+ speed auto
+ mpls ip
+!
+interface FastEthernet3/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+router ospf 1
+ log-adjacency-changes
+ network 0.0.0.0 255.255.255.255 area 0
+!
+no ip http 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
diff --git a/R5_configs_i11_startup-config.cfg b/R5_configs_i11_startup-config.cfg
new file mode 100644
index 0000000..4165a27
--- /dev/null
+++ b/R5_configs_i11_startup-config.cfg
@@ -0,0 +1,153 @@
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+
+!
+version 12.4
+service timestamps debug datetime msec
+service timestamps log datetime msec
+no service password-encryption
+!
+hostname R5
+!
+boot-start-marker
+boot-end-marker
+!
+!
+no aaa new-model
+memory-size iomem 5
+no ip icmp rate-limit unreachable
+ip tcp synwait-time 5
+!
+!
+ip cef
+no ip domain lookup
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+interface Loopback0
+ ip address 10.0.31.1 255.255.255.255
+!
+interface FastEthernet0/0
+ ip address 10.0.14.1 255.255.255.252
+ duplex auto
+ speed auto
+ mpls ip
+!
+interface FastEthernet1/0
+ ip address 10.0.13.2 255.255.255.252
+ duplex auto
+ speed auto
+ mpls ip
+!
+interface FastEthernet2/0
+ ip address 10.0.3.2 255.255.255.252
+ duplex auto
+ speed auto
+ mpls ip
+!
+interface FastEthernet3/0
+ ip address 10.0.12.2 255.255.255.252
+ duplex auto
+ speed auto
+ mpls ip
+!
+router ospf 1
+ log-adjacency-changes
+ network 0.0.0.0 255.255.255.255 area 0
+!
+router bgp 55
+ no synchronization
+ bgp log-neighbor-changes
+ neighbor 10.0.30.1 remote-as 55
+ neighbor 10.0.30.1 update-source Loopback0
+ neighbor 10.0.32.1 remote-as 55
+ neighbor 10.0.32.1 update-source Loopback0
+ neighbor 10.0.32.1 route-reflector-client
+ neighbor 10.0.33.1 remote-as 55
+ neighbor 10.0.33.1 update-source Loopback0
+ neighbor 10.0.33.1 route-reflector-client
+ neighbor 10.0.34.1 remote-as 55
+ neighbor 10.0.34.1 update-source Loopback0
+ neighbor 10.0.34.1 route-reflector-client
+ neighbor 10.0.35.1 remote-as 55
+ neighbor 10.0.35.1 update-source Loopback0
+ neighbor 10.0.35.1 route-reflector-client
+ neighbor 10.0.36.1 remote-as 55
+ neighbor 10.0.36.1 update-source Loopback0
+ neighbor 10.0.36.1 route-reflector-client
+ neighbor 10.0.37.1 remote-as 55
+ neighbor 10.0.37.1 update-source Loopback0
+ neighbor 10.0.37.1 route-reflector-client
+ neighbor 10.0.38.1 remote-as 55
+ neighbor 10.0.38.1 update-source Loopback0
+ neighbor 10.0.38.1 route-reflector-client
+ no auto-summary
+!
+no ip http 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
diff --git a/R6_configs_i12_startup-config.cfg b/R6_configs_i12_startup-config.cfg
new file mode 100644
index 0000000..afa6d67
--- /dev/null
+++ b/R6_configs_i12_startup-config.cfg
@@ -0,0 +1,106 @@
+!
+!
+!
+
+!
+version 12.4
+service timestamps debug datetime msec
+service timestamps log datetime msec
+no service password-encryption
+!
+hostname R6
+!
+boot-start-marker
+boot-end-marker
+!
+!
+no aaa new-model
+memory-size iomem 5
+no ip icmp rate-limit unreachable
+ip tcp synwait-time 5
+!
+!
+ip cef
+no ip domain lookup
+no ip dhcp use vrf connected
+!
+ip dhcp pool privada
+ network 192.168.0.0 255.255.255.0
+ default-router 192.168.0.1
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+interface FastEthernet0/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet1/0
+ ip address 192.168.0.1 255.255.255.0
+ ip nat inside
+ ip virtual-reassembly
+ duplex auto
+ speed auto
+!
+interface FastEthernet2/0
+ ip address dhcp
+ ip nat outside
+ ip virtual-reassembly
+ duplex auto
+ speed auto
+!
+interface FastEthernet3/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+no ip http server
+!
+!
+ip nat inside source list 1 interface FastEthernet2/0 overload
+!
+access-list 1 permit 192.168.0.0 0.0.0.255
+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/R7_configs_i14_private-config.cfg b/R7_configs_i14_private-config.cfg
new file mode 100644
index 0000000..7f2d065
--- /dev/null
+++ b/R7_configs_i14_private-config.cfg
@@ -0,0 +1,2 @@
+
+end
diff --git a/R7_configs_i14_startup-config.cfg b/R7_configs_i14_startup-config.cfg
new file mode 100644
index 0000000..74173d6
--- /dev/null
+++ b/R7_configs_i14_startup-config.cfg
@@ -0,0 +1,135 @@
+!
+!
+!
+!
+!
+!
+!
+!
+!
+
+!
+version 15.2
+service timestamps debug datetime msec
+service timestamps log datetime msec
+!
+hostname R7
+!
+boot-start-marker
+boot-end-marker
+!
+!
+!
+no aaa new-model
+no ip icmp rate-limit unreachable
+ip cef
+!
+!
+!
+!
+ip dhcp pool privada1
+ network 192.168.0.0 255.255.255.0
+ default-router 192.168.0.1
+!
+!
+!
+no ip domain lookup
+ipv6 general-prefix VARIABLE_PUB 6rd Tunnel0
+ipv6 unicast-routing
+ipv6 cef
+!
+!
+multilink bundle-name authenticated
+!
+!
+!
+!
+!
+!
+!
+!
+!
+ip tcp synwait-time 5
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+interface Tunnel0
+ no ip address
+ no ip redirects
+ ipv6 enable
+ tunnel source FastEthernet2/0
+ tunnel mode ipv6ip 6rd
+ tunnel 6rd ipv4 prefix-len 20
+ tunnel 6rd prefix 2001:CAFE:200::/42
+ tunnel 6rd br 118.10.14.20
+!
+interface FastEthernet0/0
+ no ip address
+ shutdown
+ duplex full
+!
+interface FastEthernet1/0
+ ip address 192.168.0.1 255.255.255.0
+ ip nat inside
+ speed auto
+ duplex auto
+ ipv6 address VARIABLE_PUB ::1/64
+!
+interface FastEthernet1/1
+ no ip address
+ shutdown
+ speed auto
+ duplex auto
+!
+interface FastEthernet2/0
+ ip address dhcp
+ ip nat outside
+ speed auto
+ duplex auto
+!
+interface FastEthernet2/1
+ no ip address
+ shutdown
+ speed auto
+ duplex auto
+!
+ip nat inside source list 1 interface FastEthernet2/0 overload
+ip forward-protocol nd
+!
+!
+no ip http server
+no ip http secure-server
+!
+access-list 1 permit 192.168.0.0 0.0.0.255
+ipv6 route 2001:CAFE:200::/42 Tunnel0
+ipv6 route ::/0 Tunnel0 2001:CAFE:238:5000::
+!
+!
+!
+control-plane
+!
+!
+line con 0
+ exec-timeout 0 0
+ privilege level 15
+ logging synchronous
+ stopbits 1
+line aux 0
+ exec-timeout 0 0
+ privilege level 15
+ logging synchronous
+ stopbits 1
+line vty 0 4
+ login
+!
+!
+end
diff --git a/R8_configs_i34_private-config.cfg b/R8_configs_i34_private-config.cfg
new file mode 100644
index 0000000..7f2d065
--- /dev/null
+++ b/R8_configs_i34_private-config.cfg
@@ -0,0 +1,2 @@
+
+end
diff --git a/R8_configs_i34_startup-config.cfg b/R8_configs_i34_startup-config.cfg
new file mode 100644
index 0000000..287a5b9
--- /dev/null
+++ b/R8_configs_i34_startup-config.cfg
@@ -0,0 +1,132 @@
+!
+!
+!
+!
+!
+!
+
+!
+version 15.2
+service timestamps debug datetime msec
+service timestamps log datetime msec
+!
+hostname R8
+!
+boot-start-marker
+boot-end-marker
+!
+!
+!
+no aaa new-model
+no ip icmp rate-limit unreachable
+ip cef
+!
+!
+!
+!
+ip dhcp pool privada1
+ network 192.168.0.0 255.255.255.0
+ default-router 192.168.0.1
+!
+!
+!
+no ip domain lookup
+ipv6 general-prefix VARIABLE_PRI 6rd Tunnel1
+ipv6 unicast-routing
+ipv6 cef
+!
+!
+multilink bundle-name authenticated
+!
+!
+!
+!
+!
+!
+!
+!
+!
+ip tcp synwait-time 5
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+interface Tunnel1
+ no ip address
+ no ip redirects
+ ipv6 enable
+ tunnel source FastEthernet2/0
+ tunnel mode ipv6ip 6rd
+ tunnel 6rd ipv4 prefix-len 20
+ tunnel 6rd prefix 2001:CAFE::/42
+ tunnel 6rd br 100.64.0.127
+!
+interface FastEthernet0/0
+ no ip address
+ shutdown
+ duplex full
+!
+interface FastEthernet1/0
+ ip address 192.168.0.1 255.255.255.0
+ ip nat inside
+ speed auto
+ duplex auto
+ ipv6 address VARIABLE_PRI ::1/64
+!
+interface FastEthernet1/1
+ no ip address
+ shutdown
+ speed auto
+ duplex auto
+!
+interface FastEthernet2/0
+ ip address dhcp
+ ip nat outside
+ speed auto
+ duplex auto
+!
+interface FastEthernet2/1
+ no ip address
+ shutdown
+ speed auto
+ duplex auto
+!
+ip nat inside source list 1 interface FastEthernet2/0 overload
+ip forward-protocol nd
+!
+!
+no ip http server
+no ip http secure-server
+!
+access-list 1 permit 192.168.0.0 0.0.0.255
+ipv6 route 2001:CAFE::/42 Tunnel1
+ipv6 route ::/0 Tunnel1 2001:CAFE:1:FC00::
+!
+!
+!
+control-plane
+!
+!
+line con 0
+ exec-timeout 0 0
+ privilege level 15
+ logging synchronous
+ stopbits 1
+line aux 0
+ exec-timeout 0 0
+ privilege level 15
+ logging synchronous
+ stopbits 1
+line vty 0 4
+ login
+!
+!
+end
diff --git a/R9_configs_i13_startup-config.cfg b/R9_configs_i13_startup-config.cfg
new file mode 100644
index 0000000..6bf3592
--- /dev/null
+++ b/R9_configs_i13_startup-config.cfg
@@ -0,0 +1,106 @@
+!
+!
+!
+
+!
+version 12.4
+service timestamps debug datetime msec
+service timestamps log datetime msec
+no service password-encryption
+!
+hostname R9
+!
+boot-start-marker
+boot-end-marker
+!
+!
+no aaa new-model
+memory-size iomem 5
+no ip icmp rate-limit unreachable
+ip tcp synwait-time 5
+!
+!
+ip cef
+no ip domain lookup
+no ip dhcp use vrf connected
+!
+ip dhcp pool privada
+ network 192.168.0.0 255.255.255.0
+ default-router 192.168.0.1
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+interface FastEthernet0/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet1/0
+ ip address 192.168.0.1 255.255.255.0
+ ip nat inside
+ ip virtual-reassembly
+ duplex auto
+ speed auto
+!
+interface FastEthernet2/0
+ ip address dhcp
+ ip nat outside
+ ip virtual-reassembly
+ duplex auto
+ speed auto
+!
+interface FastEthernet3/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+no ip http server
+!
+!
+ip nat inside source list 1 interface FastEthernet2/0 overload
+!
+access-list 1 permit 192.168.0.0 0.0.0.255
+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/SUCURSAL_configs_i36_startup-config.cfg b/SUCURSAL_configs_i36_startup-config.cfg
new file mode 100644
index 0000000..15ce06b
--- /dev/null
+++ b/SUCURSAL_configs_i36_startup-config.cfg
@@ -0,0 +1,152 @@
+!
+!
+!
+!
+!
+!
+
+!
+version 12.4
+service timestamps debug datetime msec
+service timestamps log datetime msec
+no service password-encryption
+!
+hostname SUCURSAL
+!
+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 auth-proxy max-nodata-conns 3
+ip admission max-nodata-conns 3
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+ip tcp synwait-time 5
+!
+!
+!
+!
+!
+interface Loopback0
+ ip address 195.53.4.1 255.255.255.255
+!
+interface Tunnel0
+ ip address 10.255.255.254 255.255.255.254
+ tunnel source Loopback0
+ tunnel destination 79.0.51.62
+!
+interface FastEthernet0/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet0/1
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet1/0
+ ip address 195.53.1.1 255.255.255.0
+ duplex auto
+ speed auto
+!
+interface FastEthernet2/0
+ ip address 195.53.2.2 255.255.255.0
+ duplex auto
+ speed auto
+!
+interface FastEthernet3/0
+ ip address 192.168.3.1 255.255.255.0
+ duplex auto
+ speed auto
+!
+interface FastEthernet4/0
+ ip address 192.168.2.1 255.255.255.0
+ duplex auto
+ speed auto
+!
+router bgp 6500
+ no synchronization
+ bgp log-neighbor-changes
+ network 192.168.2.0
+ network 192.168.3.0
+ network 195.53.4.1 mask 255.255.255.255
+ neighbor 10.255.255.255 remote-as 64501
+ neighbor 10.255.255.255 route-map MAPA2 out
+ neighbor 195.53.1.2 remote-as 192
+ neighbor 195.53.1.2 route-map MAPA out
+ neighbor 195.53.2.1 remote-as 192
+ neighbor 195.53.2.1 route-map MAPA out
+ no auto-summary
+!
+ip forward-protocol nd
+ip route 0.0.0.0 0.0.0.0 Tunnel0
+!
+!
+no ip http server
+no ip http secure-server
+!
+access-list 1 permit 192.168.0.0 0.0.255.255
+access-list 2 permit 195.53.4.0 0.0.0.1
+no cdp log mismatch duplex
+!
+route-map MAPA permit 10
+ match ip address 2
+!
+route-map MAPA2 permit 10
+ match ip address 1
+!
+!
+!
+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/SW1_configs_i28_startup-config.cfg b/SW1_configs_i28_startup-config.cfg
new file mode 100644
index 0000000..ac1b8bd
--- /dev/null
+++ b/SW1_configs_i28_startup-config.cfg
@@ -0,0 +1,178 @@
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+
+!
+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 icmp rate-limit unreachable
+ip cef
+!
+!
+!
+!
+no ip domain lookup
+ip auth-proxy max-nodata-conns 3
+ip admission max-nodata-conns 3
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+ip tcp synwait-time 5
+!
+!
+!
+!
+!
+interface FastEthernet0/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet0/1
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet1/0
+ switchport mode trunk
+!
+interface FastEthernet1/1
+ switchport mode trunk
+!
+interface FastEthernet1/2
+ switchport mode trunk
+!
+interface FastEthernet1/3
+ switchport mode trunk
+!
+interface FastEthernet1/4
+ switchport mode trunk
+!
+interface FastEthernet1/5
+ switchport mode trunk
+!
+interface FastEthernet1/6
+ switchport mode trunk
+!
+interface FastEthernet1/7
+ switchport mode trunk
+!
+interface FastEthernet1/8
+ switchport mode trunk
+!
+interface FastEthernet1/9
+ switchport mode trunk
+!
+interface FastEthernet1/10
+ switchport mode trunk
+!
+interface FastEthernet1/11
+ switchport mode trunk
+!
+interface FastEthernet1/12
+ switchport mode trunk
+!
+interface FastEthernet1/13
+ switchport mode trunk
+!
+interface FastEthernet1/14
+ switchport mode trunk
+!
+interface FastEthernet1/15
+ switchport mode trunk
+!
+interface FastEthernet2/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet3/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet4/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface Vlan1
+ no ip address
+!
+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
diff --git a/SW2_configs_i29_startup-config.cfg b/SW2_configs_i29_startup-config.cfg
new file mode 100644
index 0000000..cb0e9e6
--- /dev/null
+++ b/SW2_configs_i29_startup-config.cfg
@@ -0,0 +1,171 @@
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+
+!
+version 12.4
+service timestamps debug datetime msec
+service timestamps log datetime msec
+no service password-encryption
+!
+hostname SW2
+!
+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 auth-proxy max-nodata-conns 3
+ip admission max-nodata-conns 3
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+ip tcp synwait-time 5
+!
+!
+!
+!
+!
+interface FastEthernet0/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet0/1
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet1/0
+!
+interface FastEthernet1/1
+ switchport access vlan 10
+!
+interface FastEthernet1/2
+ switchport access vlan 20
+!
+interface FastEthernet1/3
+ switchport access vlan 30
+!
+interface FastEthernet1/4
+!
+interface FastEthernet1/5
+!
+interface FastEthernet1/6
+!
+interface FastEthernet1/7
+!
+interface FastEthernet1/8
+!
+interface FastEthernet1/9
+!
+interface FastEthernet1/10
+!
+interface FastEthernet1/11
+ switchport mode trunk
+!
+interface FastEthernet1/12
+ switchport mode trunk
+!
+interface FastEthernet1/13
+!
+interface FastEthernet1/14
+!
+interface FastEthernet1/15
+!
+interface FastEthernet2/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet3/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet4/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface Vlan1
+ no ip address
+!
+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
diff --git a/SW3_configs_i30_startup-config.cfg b/SW3_configs_i30_startup-config.cfg
new file mode 100644
index 0000000..c559a67
--- /dev/null
+++ b/SW3_configs_i30_startup-config.cfg
@@ -0,0 +1,164 @@
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+
+!
+version 12.4
+service timestamps debug datetime msec
+service timestamps log datetime msec
+no service password-encryption
+!
+hostname SW3
+!
+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 auth-proxy max-nodata-conns 3
+ip admission max-nodata-conns 3
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+ip tcp synwait-time 5
+!
+!
+!
+!
+!
+interface FastEthernet0/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet0/1
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet1/0
+!
+interface FastEthernet1/1
+!
+interface FastEthernet1/2
+!
+interface FastEthernet1/3
+!
+interface FastEthernet1/4
+ switchport access vlan 40
+!
+interface FastEthernet1/5
+ switchport access vlan 50
+!
+interface FastEthernet1/6
+!
+interface FastEthernet1/7
+!
+interface FastEthernet1/8
+!
+interface FastEthernet1/9
+!
+interface FastEthernet1/10
+!
+interface FastEthernet1/11
+!
+interface FastEthernet1/12
+!
+interface FastEthernet1/13
+ switchport mode trunk
+!
+interface FastEthernet1/14
+ switchport mode trunk
+!
+interface FastEthernet1/15
+!
+interface FastEthernet2/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet3/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet4/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface Vlan1
+ no ip address
+!
+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
diff --git a/SW_configs_i20_startup-config.cfg b/SW_configs_i20_startup-config.cfg
new file mode 100644
index 0000000..2979ba7
--- /dev/null
+++ b/SW_configs_i20_startup-config.cfg
@@ -0,0 +1,185 @@
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+
+!
+version 12.4
+service timestamps debug datetime msec
+service timestamps log datetime msec
+no service password-encryption
+!
+hostname SW
+!
+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 auth-proxy max-nodata-conns 3
+ip admission max-nodata-conns 3
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+ip tcp synwait-time 5
+!
+!
+!
+!
+!
+interface FastEthernet0/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet0/1
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet1/0
+ switchport mode trunk
+!
+interface FastEthernet1/1
+ switchport mode trunk
+!
+interface FastEthernet1/2
+ switchport mode trunk
+!
+interface FastEthernet1/3
+ switchport mode trunk
+!
+interface FastEthernet1/4
+ switchport mode trunk
+!
+interface FastEthernet1/5
+ switchport mode trunk
+!
+interface FastEthernet1/6
+ switchport mode trunk
+!
+interface FastEthernet1/7
+ switchport mode trunk
+!
+interface FastEthernet1/8
+ switchport mode trunk
+!
+interface FastEthernet1/9
+ switchport mode trunk
+!
+interface FastEthernet1/10
+ switchport mode trunk
+!
+interface FastEthernet1/11
+ switchport mode trunk
+!
+interface FastEthernet1/12
+ switchport mode trunk
+!
+interface FastEthernet1/13
+ switchport mode trunk
+!
+interface FastEthernet1/14
+ switchport mode trunk
+!
+interface FastEthernet1/15
+ switchport mode trunk
+!
+interface FastEthernet2/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet3/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface FastEthernet4/0
+ no ip address
+ shutdown
+ duplex auto
+ speed auto
+!
+interface Vlan1
+ no ip address
+!
+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
diff --git a/TerceraEvolucion.gns3 b/TerceraEvolucion.gns3
new file mode 100644
index 0000000..7c79652
--- /dev/null
+++ b/TerceraEvolucion.gns3
@@ -0,0 +1,6362 @@
+{
+ "auto_close": true,
+ "auto_open": false,
+ "auto_start": false,
+ "drawing_grid_size": 25,
+ "grid_size": 75,
+ "name": "TerceraEvolucion",
+ "project_id": "4e65349d-dd43-46e7-b868-27a4ae4f384e",
+ "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": [
+ {
+ "drawing_id": "c90a1b2e-5594-4311-849d-6cfaf7743664",
+ "locked": true,
+ "rotation": 0,
+ "svg": "",
+ "x": -1160,
+ "y": 95,
+ "z": 0
+ },
+ {
+ "drawing_id": "60595ece-c290-4a2e-8e85-96a01e60d152",
+ "locked": false,
+ "rotation": 0,
+ "svg": "",
+ "x": -297,
+ "y": -349,
+ "z": 0
+ },
+ {
+ "drawing_id": "d2a486bd-7fe4-41aa-8acc-5f9e4f30dbf8",
+ "locked": true,
+ "rotation": 0,
+ "svg": "",
+ "x": 883,
+ "y": 33,
+ "z": 0
+ },
+ {
+ "drawing_id": "a87ec3e3-0b70-43b2-a7b8-5c70dae75937",
+ "locked": false,
+ "rotation": 0,
+ "svg": "",
+ "x": 91,
+ "y": 466,
+ "z": 0
+ },
+ {
+ "drawing_id": "bf027803-d6c3-42b6-babc-9b2737fe7aeb",
+ "locked": false,
+ "rotation": 0,
+ "svg": "",
+ "x": 716,
+ "y": 435,
+ "z": 0
+ },
+ {
+ "drawing_id": "43228618-6691-4b40-8e1c-16aaf6de7e2e",
+ "locked": false,
+ "rotation": 0,
+ "svg": "",
+ "x": -867,
+ "y": -772,
+ "z": 0
+ },
+ {
+ "drawing_id": "7009769f-9455-4fcf-a239-66b5b7426f44",
+ "locked": false,
+ "rotation": 0,
+ "svg": "",
+ "x": -515,
+ "y": -636,
+ "z": 0
+ },
+ {
+ "drawing_id": "e8f5f719-dc62-4938-8c7e-72ad6eb128aa",
+ "locked": true,
+ "rotation": 0,
+ "svg": "",
+ "x": 480,
+ "y": -899,
+ "z": -1
+ },
+ {
+ "drawing_id": "7abf209c-9647-488e-813d-d8c74e979fae",
+ "locked": true,
+ "rotation": 0,
+ "svg": "",
+ "x": 731,
+ "y": -373,
+ "z": 1
+ },
+ {
+ "drawing_id": "af82b75a-004b-4fff-95b6-2b6e922eeaeb",
+ "locked": true,
+ "rotation": 0,
+ "svg": "",
+ "x": 581,
+ "y": -845,
+ "z": 0
+ },
+ {
+ "drawing_id": "bdd5cf54-f336-4e28-9fcd-f1c3b5c6be99",
+ "locked": true,
+ "rotation": 0,
+ "svg": "",
+ "x": -1150,
+ "y": -772,
+ "z": -1
+ },
+ {
+ "drawing_id": "6be155f6-347c-45d9-ac7f-b7e3dec87ad3",
+ "locked": false,
+ "rotation": 0,
+ "svg": "",
+ "x": -1130,
+ "y": -752,
+ "z": -1
+ }
+ ],
+ "links": [
+ {
+ "filters": {},
+ "link_id": "48fce3fe-0842-4a58-b421-dceabe534d60",
+ "link_style": {},
+ "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": 17
+ },
+ "node_id": "34ab4acc-e26d-4026-82ed-0068d69de2ba",
+ "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": 26,
+ "y": -36
+ },
+ "node_id": "1577d07c-d3bf-4785-b52d-796f2be35049",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "766e656b-4150-464c-95df-56cd93a5e3cb",
+ "link_style": {},
+ "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": -15,
+ "y": -44
+ },
+ "node_id": "ad742993-a9eb-456a-b4ca-4dec0275a767",
+ "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": 13,
+ "y": 74
+ },
+ "node_id": "63eb7ab1-5820-405c-ba65-deecc75f9a42",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "cefbe283-8ecc-4373-ba6c-8c5a1152bc60",
+ "link_style": {},
+ "nodes": [
+ {
+ "adapter_number": 2,
+ "label": {
+ "rotation": 0,
+ "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;",
+ "text": "f2/0",
+ "x": 73,
+ "y": -13
+ },
+ "node_id": "ad742993-a9eb-456a-b4ca-4dec0275a767",
+ "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": -59,
+ "y": -4
+ },
+ "node_id": "b468571d-7968-4609-aed4-34d5635406ac",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "84b9769b-ebf5-4fef-95a5-d88f4c9557e6",
+ "link_style": {},
+ "nodes": [
+ {
+ "adapter_number": 3,
+ "label": {
+ "rotation": 0,
+ "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;",
+ "text": "f3/0",
+ "x": 61,
+ "y": 35
+ },
+ "node_id": "ad742993-a9eb-456a-b4ca-4dec0275a767",
+ "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": -42,
+ "y": -21
+ },
+ "node_id": "22c646d4-549b-40ef-81a0-a01a1ec6a198",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "41d3c3f6-983e-451d-ab4f-8bac8f34846f",
+ "link_style": {},
+ "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": 56,
+ "y": -31
+ },
+ "node_id": "22c646d4-549b-40ef-81a0-a01a1ec6a198",
+ "port_number": 1
+ },
+ {
+ "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": 20,
+ "y": 56
+ },
+ "node_id": "b468571d-7968-4609-aed4-34d5635406ac",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "06ec10b3-1121-447d-861e-bdbb06804fd9",
+ "link_style": {},
+ "nodes": [
+ {
+ "adapter_number": 2,
+ "label": {
+ "rotation": 0,
+ "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;",
+ "text": "f2/0",
+ "x": 66,
+ "y": -7
+ },
+ "node_id": "b468571d-7968-4609-aed4-34d5635406ac",
+ "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": -52,
+ "y": -4
+ },
+ "node_id": "b9a9c984-edd4-425b-a50a-22ae6f5f5f79",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "f9f42841-14dd-4f82-a4b3-26c9da006a9a",
+ "link_style": {},
+ "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": 79,
+ "y": 25
+ },
+ "node_id": "88b2a92d-21d7-4429-a4a5-f7f14945dd62",
+ "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/1",
+ "x": -7,
+ "y": -56
+ },
+ "node_id": "b9a9c984-edd4-425b-a50a-22ae6f5f5f79",
+ "port_number": 1
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "e8796a07-f043-4693-9cc1-48f1f022a01b",
+ "link_style": {},
+ "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": 69,
+ "y": -17
+ },
+ "node_id": "88b2a92d-21d7-4429-a4a5-f7f14945dd62",
+ "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": 40,
+ "y": 65
+ },
+ "node_id": "c9396902-19e7-43c7-9da7-f8a4e4529127",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "ecf480a4-7195-44ad-989b-9cb50f84cf36",
+ "link_style": {},
+ "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": 72,
+ "y": 27
+ },
+ "node_id": "63eb7ab1-5820-405c-ba65-deecc75f9a42",
+ "port_number": 0
+ },
+ {
+ "adapter_number": 3,
+ "label": {
+ "rotation": 0,
+ "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;",
+ "text": "f3/0",
+ "x": -23,
+ "y": -48
+ },
+ "node_id": "b468571d-7968-4609-aed4-34d5635406ac",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "0be15bdc-3f52-4c65-a558-5753fd6f3e7c",
+ "link_style": {},
+ "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": 75,
+ "y": 27
+ },
+ "node_id": "34ab4acc-e26d-4026-82ed-0068d69de2ba",
+ "port_number": 0
+ },
+ {
+ "adapter_number": 2,
+ "label": {
+ "rotation": 0,
+ "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;",
+ "text": "f2/0",
+ "x": -57,
+ "y": 40
+ },
+ "node_id": "63eb7ab1-5820-405c-ba65-deecc75f9a42",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "fea2d581-999a-4663-b7ca-be3451c74bf5",
+ "link_style": {},
+ "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": 58,
+ "y": 55
+ },
+ "node_id": "59b379d5-d4f6-4f1b-b438-a801f274c078",
+ "port_number": 0
+ },
+ {
+ "adapter_number": 2,
+ "label": {
+ "rotation": 0,
+ "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;",
+ "text": "f2/0",
+ "x": 26,
+ "y": -41
+ },
+ "node_id": "34ab4acc-e26d-4026-82ed-0068d69de2ba",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "c9e495b8-12c8-4ddf-9749-0c3fb9d588b0",
+ "link_style": {},
+ "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": 75,
+ "y": 7
+ },
+ "node_id": "59b379d5-d4f6-4f1b-b438-a801f274c078",
+ "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": -33,
+ "y": -33
+ },
+ "node_id": "27696bd2-3a21-48df-8b5a-107240f54d49",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "21a32da1-440a-4389-b50e-d3ca3c374ec2",
+ "link_style": {},
+ "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": 70,
+ "y": -31
+ },
+ "node_id": "27696bd2-3a21-48df-8b5a-107240f54d49",
+ "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/1",
+ "x": -52,
+ "y": 1
+ },
+ "node_id": "c9396902-19e7-43c7-9da7-f8a4e4529127",
+ "port_number": 1
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "55375294-a68b-4ad2-9d19-b258b8702609",
+ "link_style": {},
+ "nodes": [
+ {
+ "adapter_number": 2,
+ "label": {
+ "rotation": 0,
+ "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;",
+ "text": "f2/0",
+ "x": -15,
+ "y": 45
+ },
+ "node_id": "27696bd2-3a21-48df-8b5a-107240f54d49",
+ "port_number": 0
+ },
+ {
+ "adapter_number": 3,
+ "label": {
+ "rotation": 0,
+ "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;",
+ "text": "f3/0",
+ "x": 38,
+ "y": -33
+ },
+ "node_id": "63eb7ab1-5820-405c-ba65-deecc75f9a42",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "8078366e-fe02-4357-bc33-70de264b6244",
+ "link_style": {},
+ "nodes": [
+ {
+ "adapter_number": 3,
+ "label": {
+ "rotation": 0,
+ "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;",
+ "text": "f3/0",
+ "x": 72,
+ "y": 18
+ },
+ "node_id": "27696bd2-3a21-48df-8b5a-107240f54d49",
+ "port_number": 0
+ },
+ {
+ "adapter_number": 2,
+ "label": {
+ "rotation": 0,
+ "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;",
+ "text": "f2/0",
+ "x": -49,
+ "y": 0
+ },
+ "node_id": "88b2a92d-21d7-4429-a4a5-f7f14945dd62",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "9df2ea47-8d0e-40aa-ae7b-eb88790cbc2a",
+ "link_style": {},
+ "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": 80,
+ "y": -1
+ },
+ "node_id": "b9a9c984-edd4-425b-a50a-22ae6f5f5f79",
+ "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": -53,
+ "y": 16
+ },
+ "node_id": "4c13cc64-5d1a-48a1-bedc-79ce15c66783",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "6fdb5cbb-5e05-478b-a0db-cfb88fce0ece",
+ "link_style": {},
+ "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": 41,
+ "y": -53
+ },
+ "node_id": "27e6c1fe-3b73-4c53-b52b-f4772039573e",
+ "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": 39,
+ "y": 67
+ },
+ "node_id": "28221ec6-9c8e-47f3-ae02-81f706f8d228",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "e7432fd7-534a-4485-a409-4e92d86310ef",
+ "link_style": {},
+ "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": -54,
+ "y": 22
+ },
+ "node_id": "28221ec6-9c8e-47f3-ae02-81f706f8d228",
+ "port_number": 0
+ },
+ {
+ "adapter_number": 2,
+ "label": {
+ "rotation": 0,
+ "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;",
+ "text": "f2/0",
+ "x": 69,
+ "y": 0
+ },
+ "node_id": "4c13cc64-5d1a-48a1-bedc-79ce15c66783",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "c84abd91-e5a8-4359-bb58-62d91d93f4c1",
+ "link_style": {},
+ "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": -7,
+ "y": 28
+ },
+ "node_id": "57e0e902-77e1-4358-a0e1-9d0b78f5a2d7",
+ "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/0",
+ "x": 72,
+ "y": 22
+ },
+ "node_id": "fbd15008-427b-4a32-abc6-67c2d994de86",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "dffe8e56-702c-423f-b69b-4c4b93cd814e",
+ "link_style": {},
+ "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": 75,
+ "y": 20
+ },
+ "node_id": "c6e359c4-e4e5-4957-a0b4-669d3c7fe626",
+ "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/0",
+ "x": -68,
+ "y": -28
+ },
+ "node_id": "59b379d5-d4f6-4f1b-b438-a801f274c078",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "0b53051d-a37d-4f1d-9291-22cdde716abb",
+ "link_style": {},
+ "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": 32,
+ "y": -67
+ },
+ "node_id": "c9396902-19e7-43c7-9da7-f8a4e4529127",
+ "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": -47,
+ "y": 36
+ },
+ "node_id": "7594be9a-d6e7-4fbc-b495-09ce24b79f83",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "ce5b5bc9-86a9-484e-bfd9-a28c15b1ea0f",
+ "link_style": {},
+ "nodes": [
+ {
+ "adapter_number": 2,
+ "label": {
+ "rotation": 0,
+ "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;",
+ "text": "f2/0",
+ "x": -54,
+ "y": -16
+ },
+ "node_id": "fbd15008-427b-4a32-abc6-67c2d994de86",
+ "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": "e3",
+ "x": 123,
+ "y": -3
+ },
+ "node_id": "7594be9a-d6e7-4fbc-b495-09ce24b79f83",
+ "port_number": 3
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "36981514-c415-4a6c-a821-38e11266b3ca",
+ "link_style": {},
+ "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": -25,
+ "y": 31
+ },
+ "node_id": "0f55f90b-5a72-4a72-bec0-996805775e10",
+ "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": 69,
+ "y": -4
+ },
+ "node_id": "00f6b7c3-28b5-49c8-a359-6f7a6db15a35",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "436dba96-b9bf-4591-aa5c-49b5f073310f",
+ "link_style": {},
+ "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": "1/0",
+ "x": -33,
+ "y": -2
+ },
+ "node_id": "c63400d7-92bd-4ac9-ad55-450af2d3df9c",
+ "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": "0/0",
+ "x": 49,
+ "y": -6
+ },
+ "node_id": "4e4efa7b-467e-4a5c-a80b-ecb6017857d9",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "bba8d2cd-cec7-4625-a3fc-b6e8cbaac98f",
+ "link_style": {},
+ "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": 74,
+ "y": -8
+ },
+ "node_id": "16aa51e9-ee9c-45a5-a127-ef359cf9a7d6",
+ "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": -55,
+ "y": 16
+ },
+ "node_id": "ad742993-a9eb-456a-b4ca-4dec0275a767",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "35a3941a-5cf9-47e3-89a8-8612ccd8170f",
+ "link_style": {},
+ "nodes": [
+ {
+ "adapter_number": 2,
+ "label": {
+ "rotation": 0,
+ "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;",
+ "text": "f2/0",
+ "x": 65,
+ "y": 35
+ },
+ "node_id": "1577d07c-d3bf-4785-b52d-796f2be35049",
+ "port_number": 0
+ },
+ {
+ "adapter_number": 2,
+ "label": {
+ "rotation": 0,
+ "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;",
+ "text": "f2/0",
+ "x": 3,
+ "y": -44
+ },
+ "node_id": "16aa51e9-ee9c-45a5-a127-ef359cf9a7d6",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "4197e09f-459b-45bb-a562-14be0ff94203",
+ "link_style": {},
+ "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": 72,
+ "y": 1
+ },
+ "node_id": "c0232161-3587-4603-84a4-5f6c3484ee85",
+ "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/0",
+ "x": -58,
+ "y": 16
+ },
+ "node_id": "1577d07c-d3bf-4785-b52d-796f2be35049",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "509bee3c-b415-4473-879b-ba515b01d7fe",
+ "link_style": {},
+ "nodes": [
+ {
+ "adapter_number": 2,
+ "label": {
+ "rotation": 0,
+ "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;",
+ "text": "f2/0",
+ "x": 69,
+ "y": 5
+ },
+ "node_id": "0f55f90b-5a72-4a72-bec0-996805775e10",
+ "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/4",
+ "x": -43,
+ "y": 10
+ },
+ "node_id": "1638ed03-990f-45db-aec8-7f78fec9697a",
+ "port_number": 4
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "27ebf04b-c4da-47da-b9bd-bbc7f1a617b5",
+ "link_style": {},
+ "nodes": [
+ {
+ "adapter_number": 2,
+ "label": {
+ "rotation": 0,
+ "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;",
+ "text": "f2/0",
+ "x": 64,
+ "y": -19
+ },
+ "node_id": "c63400d7-92bd-4ac9-ad55-450af2d3df9c",
+ "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/5",
+ "x": 3,
+ "y": 57
+ },
+ "node_id": "1638ed03-990f-45db-aec8-7f78fec9697a",
+ "port_number": 5
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "a8951394-f9b1-42e1-ae11-f388d345a4ec",
+ "link_style": {},
+ "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/11",
+ "x": 72,
+ "y": -25
+ },
+ "node_id": "ee5cb427-6542-4235-aaec-e22514c6f7b6",
+ "port_number": 11
+ },
+ {
+ "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/11",
+ "x": -1,
+ "y": 30
+ },
+ "node_id": "c0232161-3587-4603-84a4-5f6c3484ee85",
+ "port_number": 11
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "4ae0a38b-d650-44b7-a281-06011e283f63",
+ "link_style": {},
+ "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/13",
+ "x": 21,
+ "y": -49
+ },
+ "node_id": "1638ed03-990f-45db-aec8-7f78fec9697a",
+ "port_number": 13
+ },
+ {
+ "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/13",
+ "x": 24,
+ "y": 54
+ },
+ "node_id": "c0232161-3587-4603-84a4-5f6c3484ee85",
+ "port_number": 13
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "b2c0fbdd-dd61-4914-a4c4-0c0616f0c42e",
+ "link_style": {},
+ "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": 72,
+ "y": 0
+ },
+ "node_id": "a82cafcc-397a-4eb9-9c71-3fe94ee28c36",
+ "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/0",
+ "x": -64,
+ "y": 19
+ },
+ "node_id": "16aa51e9-ee9c-45a5-a127-ef359cf9a7d6",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "ce7713de-4bfa-40e3-9b19-d30dc5a088c4",
+ "link_style": {},
+ "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/15",
+ "x": 14,
+ "y": -49
+ },
+ "node_id": "a82cafcc-397a-4eb9-9c71-3fe94ee28c36",
+ "port_number": 15
+ },
+ {
+ "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/15",
+ "x": 92,
+ "y": 29
+ },
+ "node_id": "c0232161-3587-4603-84a4-5f6c3484ee85",
+ "port_number": 15
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "2340030f-8e97-480d-994c-3fb1d90f5b1b",
+ "link_style": {},
+ "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/14",
+ "x": 73,
+ "y": 2
+ },
+ "node_id": "1638ed03-990f-45db-aec8-7f78fec9697a",
+ "port_number": 14
+ },
+ {
+ "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/14",
+ "x": -25,
+ "y": 36
+ },
+ "node_id": "a82cafcc-397a-4eb9-9c71-3fe94ee28c36",
+ "port_number": 14
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "509f9910-48a6-4de7-84ad-364d781ba925",
+ "link_style": {},
+ "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/12",
+ "x": 74,
+ "y": 47
+ },
+ "node_id": "ee5cb427-6542-4235-aaec-e22514c6f7b6",
+ "port_number": 12
+ },
+ {
+ "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/12",
+ "x": -45,
+ "y": -1
+ },
+ "node_id": "a82cafcc-397a-4eb9-9c71-3fe94ee28c36",
+ "port_number": 12
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "daf6a42f-0bc1-4126-803a-9b9287c992f0",
+ "link_style": {},
+ "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": 42,
+ "y": -47
+ },
+ "node_id": "79d660f2-d3a2-43f4-be3b-5f1dfe2724bf",
+ "port_number": 0
+ },
+ {
+ "adapter_number": 3,
+ "label": {
+ "rotation": 0,
+ "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;",
+ "text": "f3/0",
+ "x": -35,
+ "y": 46
+ },
+ "node_id": "27e6c1fe-3b73-4c53-b52b-f4772039573e",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "e31f2ba5-9bb4-4b1a-872e-a70ce35a40a8",
+ "link_style": {},
+ "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": 34,
+ "y": 62
+ },
+ "node_id": "79d660f2-d3a2-43f4-be3b-5f1dfe2724bf",
+ "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/0",
+ "x": 70,
+ "y": -17
+ },
+ "node_id": "f7600fed-45d1-4bb4-b8e0-a020c1369e1a",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "aa169c99-4737-4348-ae9c-43f87299f89c",
+ "link_style": {},
+ "nodes": [
+ {
+ "adapter_number": 2,
+ "label": {
+ "rotation": 0,
+ "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;",
+ "text": "f2/0",
+ "x": 90,
+ "y": 24
+ },
+ "node_id": "28221ec6-9c8e-47f3-ae02-81f706f8d228",
+ "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": 4,
+ "y": -39
+ },
+ "node_id": "176c618e-8eb4-448a-b477-b8e7e58c9152",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "f24ebbeb-6135-4002-ae20-f3d2cad23bf3",
+ "link_style": {},
+ "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": 0,
+ "y": 43
+ },
+ "node_id": "176c618e-8eb4-448a-b477-b8e7e58c9152",
+ "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": 66,
+ "y": 0
+ },
+ "node_id": "27e6c1fe-3b73-4c53-b52b-f4772039573e",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "96834fc4-9ecf-4bbe-9430-ad47b4edf66f",
+ "link_style": {},
+ "nodes": [
+ {
+ "adapter_number": 2,
+ "label": {
+ "rotation": 0,
+ "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;",
+ "text": "f2/0",
+ "x": 72,
+ "y": 41
+ },
+ "node_id": "e637fcdc-2a29-41c6-b78b-5ce2eb6b5a3e",
+ "port_number": 0
+ },
+ {
+ "adapter_number": 2,
+ "label": {
+ "rotation": 0,
+ "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;",
+ "text": "f2/0",
+ "x": -54,
+ "y": 10
+ },
+ "node_id": "f7600fed-45d1-4bb4-b8e0-a020c1369e1a",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "6f5fdb10-e58b-48a5-b602-1e5a21660052",
+ "link_style": {},
+ "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": -22,
+ "y": 25
+ },
+ "node_id": "5d7d8e07-767a-4d29-9559-ac483e212764",
+ "port_number": 0
+ },
+ {
+ "adapter_number": 3,
+ "label": {
+ "rotation": 0,
+ "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;",
+ "text": "f3/0",
+ "x": -17,
+ "y": 48
+ },
+ "node_id": "f7600fed-45d1-4bb4-b8e0-a020c1369e1a",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "da07e4ec-6190-4010-bf08-c37ee974ba5a",
+ "link_style": {},
+ "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": 52,
+ "y": -19
+ },
+ "node_id": "d9d5e1ef-37d5-4e9f-b71e-f6b49346f0e2",
+ "port_number": 0
+ },
+ {
+ "adapter_number": 4,
+ "label": {
+ "rotation": 0,
+ "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;",
+ "text": "f4/0",
+ "x": 80,
+ "y": 28
+ },
+ "node_id": "f7600fed-45d1-4bb4-b8e0-a020c1369e1a",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "dc729458-23fd-481c-b07a-29d09d9caa7b",
+ "link_style": {},
+ "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": 72,
+ "y": 25
+ },
+ "node_id": "1eabb2eb-36f6-4ef9-b45d-26581e9014ff",
+ "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/0",
+ "x": -35,
+ "y": 31
+ },
+ "node_id": "dbffc4b0-b071-4208-8208-2eee1458a74c",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "ab170fb5-1368-4439-8ac5-3a4ce4eb4562",
+ "link_style": {},
+ "nodes": [
+ {
+ "adapter_number": 2,
+ "label": {
+ "rotation": 0,
+ "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;",
+ "text": "f2/0",
+ "x": 89,
+ "y": 20
+ },
+ "node_id": "dbffc4b0-b071-4208-8208-2eee1458a74c",
+ "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": "e1",
+ "x": 1,
+ "y": -4
+ },
+ "node_id": "c6e359c4-e4e5-4957-a0b4-669d3c7fe626",
+ "port_number": 1
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "9eb12b4c-7a12-43b8-b4cf-7be2b79d5839",
+ "link_style": {},
+ "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": 72,
+ "y": 32
+ },
+ "node_id": "d31a6b68-6e09-481e-a1aa-d3550f2aad90",
+ "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/0",
+ "x": -47,
+ "y": 24
+ },
+ "node_id": "f5f22b9c-e10d-419d-9fdf-6568d0c1df79",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "0bd5f0cf-c516-408d-badb-4dfb559985a0",
+ "link_style": {},
+ "nodes": [
+ {
+ "adapter_number": 2,
+ "label": {
+ "rotation": 0,
+ "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;",
+ "text": "f2/0",
+ "x": 73,
+ "y": 25
+ },
+ "node_id": "f5f22b9c-e10d-419d-9fdf-6568d0c1df79",
+ "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": "e2",
+ "x": -4,
+ "y": 17
+ },
+ "node_id": "c6e359c4-e4e5-4957-a0b4-669d3c7fe626",
+ "port_number": 2
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "80051cda-ad4a-4162-b739-8fefa7675ed3",
+ "link_style": {},
+ "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": 72,
+ "y": 27
+ },
+ "node_id": "0f9010a2-578e-46dd-a242-2bcab7ba64bd",
+ "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/0",
+ "x": -21,
+ "y": 42
+ },
+ "node_id": "48723687-56d3-46d4-acb6-ca9959d2e2b1",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "45a0acbc-a036-413e-b78b-55426344cc5f",
+ "link_style": {},
+ "nodes": [
+ {
+ "adapter_number": 2,
+ "label": {
+ "rotation": 0,
+ "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;",
+ "text": "f2/0",
+ "x": 68,
+ "y": 2
+ },
+ "node_id": "48723687-56d3-46d4-acb6-ca9959d2e2b1",
+ "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": "e3",
+ "x": 0,
+ "y": 35
+ },
+ "node_id": "c6e359c4-e4e5-4957-a0b4-669d3c7fe626",
+ "port_number": 3
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "2352b476-dd20-46f8-9e93-e67695cc2184",
+ "link_style": {},
+ "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": -7,
+ "y": 30
+ },
+ "node_id": "3dd1d57b-58c7-4266-b5ed-3561b5acb1f8",
+ "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/0",
+ "x": 72,
+ "y": 21
+ },
+ "node_id": "e4c71cb1-099c-4ffc-83bb-e91d6bf9789b",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "7ff74d29-b0c1-4df4-88ad-0ce819a0c979",
+ "link_style": {},
+ "nodes": [
+ {
+ "adapter_number": 2,
+ "label": {
+ "rotation": 0,
+ "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;",
+ "text": "f2/0",
+ "x": -39,
+ "y": 31
+ },
+ "node_id": "e4c71cb1-099c-4ffc-83bb-e91d6bf9789b",
+ "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": "e1",
+ "x": 78,
+ "y": -61
+ },
+ "node_id": "7594be9a-d6e7-4fbc-b495-09ce24b79f83",
+ "port_number": 1
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "7a5fdb5b-6caf-4f15-9140-0b3a2867067c",
+ "link_style": {},
+ "nodes": [
+ {
+ "adapter_number": 2,
+ "label": {
+ "rotation": 0,
+ "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;",
+ "text": "f2/0",
+ "x": -53,
+ "y": 10
+ },
+ "node_id": "f5d3746d-c382-4bab-8630-3796937ff0f7",
+ "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": "e2",
+ "x": 110,
+ "y": -51
+ },
+ "node_id": "7594be9a-d6e7-4fbc-b495-09ce24b79f83",
+ "port_number": 2
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "6f492f21-5adb-4fc0-b4c8-76ed22a1a434",
+ "link_style": {},
+ "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": 72,
+ "y": 25
+ },
+ "node_id": "f5d3746d-c382-4bab-8630-3796937ff0f7",
+ "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": -7,
+ "y": 25
+ },
+ "node_id": "a109b77d-5c67-4ccd-af61-5db0ed83a21d",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "c73ae710-3c1f-4d50-b0d2-707a36afd247",
+ "link_style": {},
+ "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": 72,
+ "y": 26
+ },
+ "node_id": "caafa3a7-7571-4d1d-890e-ab83d479d61e",
+ "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/0",
+ "x": -27,
+ "y": 32
+ },
+ "node_id": "5a1297cb-f39c-4283-bced-8f1e5a7bd5b9",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "0ebf4013-0a1d-4aa2-b94e-f34d158dcaff",
+ "link_style": {},
+ "nodes": [
+ {
+ "adapter_number": 2,
+ "label": {
+ "rotation": 0,
+ "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;",
+ "text": "f2/0",
+ "x": 72,
+ "y": 25
+ },
+ "node_id": "5a1297cb-f39c-4283-bced-8f1e5a7bd5b9",
+ "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/2",
+ "x": -47,
+ "y": -16
+ },
+ "node_id": "ee5cb427-6542-4235-aaec-e22514c6f7b6",
+ "port_number": 2
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "4981bced-9c2a-454e-88b8-801d66ff8a8e",
+ "link_style": {},
+ "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": 72,
+ "y": 29
+ },
+ "node_id": "208b6ce2-6fb8-4a7c-8a6e-a1c5c477a0f9",
+ "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/0",
+ "x": -20,
+ "y": 26
+ },
+ "node_id": "aed1d9ee-162b-4d09-874e-d76afd3a5836",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "85f4b710-e5a1-4d72-aaf8-259b89fb931a",
+ "link_style": {},
+ "nodes": [
+ {
+ "adapter_number": 2,
+ "label": {
+ "rotation": 0,
+ "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;",
+ "text": "f2/0",
+ "x": 67,
+ "y": 2
+ },
+ "node_id": "aed1d9ee-162b-4d09-874e-d76afd3a5836",
+ "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/3",
+ "x": -8,
+ "y": 61
+ },
+ "node_id": "ee5cb427-6542-4235-aaec-e22514c6f7b6",
+ "port_number": 3
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "8daea23f-edf3-4ed3-bee7-a8a060cfbb81",
+ "link_style": {},
+ "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": 72,
+ "y": 25
+ },
+ "node_id": "a1cd70db-e13d-4dfa-8061-d28c2ca4cc62",
+ "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/0",
+ "x": -42,
+ "y": 38
+ },
+ "node_id": "0a397228-df03-4827-9fe5-991744ed0aa3",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "afd4c47e-28e9-401d-8639-d8086fba1da7",
+ "link_style": {},
+ "nodes": [
+ {
+ "adapter_number": 2,
+ "label": {
+ "rotation": 0,
+ "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;",
+ "text": "f2/0",
+ "x": 64,
+ "y": 46
+ },
+ "node_id": "0a397228-df03-4827-9fe5-991744ed0aa3",
+ "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": -3,
+ "y": -44
+ },
+ "node_id": "ee5cb427-6542-4235-aaec-e22514c6f7b6",
+ "port_number": 1
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "f5001541-83df-45ed-817b-6436052ed910",
+ "link_style": {},
+ "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": 78,
+ "y": 12
+ },
+ "node_id": "481d8312-9e15-405c-88b9-b1f655742359",
+ "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/1",
+ "x": -33,
+ "y": 19
+ },
+ "node_id": "79d660f2-d3a2-43f4-be3b-5f1dfe2724bf",
+ "port_number": 1
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "f35747bf-f136-4e7a-a7a9-5d552b107fd6",
+ "link_style": {},
+ "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": -52,
+ "y": 25
+ },
+ "node_id": "481d8312-9e15-405c-88b9-b1f655742359",
+ "port_number": 1
+ },
+ {
+ "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": 36,
+ "y": -41
+ },
+ "node_id": "e637fcdc-2a29-41c6-b78b-5ce2eb6b5a3e",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "acc9da9a-6b1c-489e-aeda-506ebebfca72",
+ "link_style": {},
+ "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": -24,
+ "y": 42
+ },
+ "node_id": "22c646d4-549b-40ef-81a0-a01a1ec6a198",
+ "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/0",
+ "x": -46,
+ "y": -48
+ },
+ "node_id": "d4734b39-9d2a-4516-b9fc-1a2300bd0994",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "703f7eec-d265-42e6-8e36-577570524fca",
+ "link_style": {},
+ "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": -57,
+ "y": 2
+ },
+ "node_id": "d4734b39-9d2a-4516-b9fc-1a2300bd0994",
+ "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": 67,
+ "y": 1
+ },
+ "node_id": "04da72c5-2968-4e7b-914e-f80efe1300d2",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "d364b359-b7ab-4af8-9880-c2d49a8333ac",
+ "link_style": {},
+ "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": 20,
+ "y": 60
+ },
+ "node_id": "04da72c5-2968-4e7b-914e-f80efe1300d2",
+ "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": -61,
+ "y": 0
+ },
+ "node_id": "c9174402-edb1-4c23-bec5-ad8c2de46575",
+ "port_number": 1
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "6afc30e6-e8aa-4e89-80f2-0a0076bec1a9",
+ "link_style": {},
+ "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": 85,
+ "y": -29
+ },
+ "node_id": "c9174402-edb1-4c23-bec5-ad8c2de46575",
+ "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": 48
+ },
+ "node_id": "10a364a9-0c7e-4e92-9425-7509d378d2e0",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "55dd6adc-909d-47e2-894f-a2d76df8d4dd",
+ "link_style": {},
+ "nodes": [
+ {
+ "adapter_number": 3,
+ "label": {
+ "rotation": 0,
+ "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;",
+ "text": "f3/0",
+ "x": 72,
+ "y": 18
+ },
+ "node_id": "10a364a9-0c7e-4e92-9425-7509d378d2e0",
+ "port_number": 0
+ },
+ {
+ "adapter_number": 3,
+ "label": {
+ "rotation": 0,
+ "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;",
+ "text": "f3/0",
+ "x": -61,
+ "y": 31
+ },
+ "node_id": "e637fcdc-2a29-41c6-b78b-5ce2eb6b5a3e",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "80ce357f-1a21-46f8-92cb-01f2770c4cea",
+ "link_style": {},
+ "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": 48,
+ "y": 54
+ },
+ "node_id": "d4734b39-9d2a-4516-b9fc-1a2300bd0994",
+ "port_number": 1
+ },
+ {
+ "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": 5,
+ "y": -44
+ },
+ "node_id": "c9174402-edb1-4c23-bec5-ad8c2de46575",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "86bbf1ec-5907-4232-8104-5be9dcfe14fb",
+ "link_style": {},
+ "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": -38,
+ "y": -38
+ },
+ "node_id": "3bd62e15-dcb3-4bd0-bfb4-216ed7491631",
+ "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": "e4",
+ "x": 46,
+ "y": 54
+ },
+ "node_id": "7594be9a-d6e7-4fbc-b495-09ce24b79f83",
+ "port_number": 4
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "15d00d87-72a5-48d7-b083-251c8e9b268a",
+ "link_style": {},
+ "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": -2,
+ "y": 72
+ },
+ "node_id": "3c3be017-0896-46ad-a96b-fc2307fca257",
+ "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": "e4",
+ "x": -24,
+ "y": -53
+ },
+ "node_id": "c6e359c4-e4e5-4957-a0b4-669d3c7fe626",
+ "port_number": 4
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "d5a80700-d288-4adc-92da-c94415aafa04",
+ "link_style": {},
+ "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": 55,
+ "y": 61
+ },
+ "node_id": "bc9ac82e-63d4-4c97-a146-5da924501e66",
+ "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/0",
+ "x": 72,
+ "y": -25
+ },
+ "node_id": "3c3be017-0896-46ad-a96b-fc2307fca257",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "f26033f0-00db-4294-98bf-3a6047af0f88",
+ "link_style": {},
+ "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": 74,
+ "y": 18
+ },
+ "node_id": "3bd62e15-dcb3-4bd0-bfb4-216ed7491631",
+ "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": -22,
+ "y": -20
+ },
+ "node_id": "824f9e70-b95f-4277-898d-e5e85c5452fc",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "4c294a34-f2e4-489e-bdde-bd324e7800a6",
+ "link_style": {},
+ "nodes": [
+ {
+ "adapter_number": 2,
+ "label": {
+ "rotation": 0,
+ "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;",
+ "text": "f2/0",
+ "x": 55,
+ "y": 65
+ },
+ "node_id": "3bd62e15-dcb3-4bd0-bfb4-216ed7491631",
+ "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": 24,
+ "y": -36
+ },
+ "node_id": "5501b7ed-8236-487c-9bfa-a5c8eaa99beb",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "da146e7a-f8e0-47f5-b161-a7d99a810e8c",
+ "link_style": {},
+ "nodes": [
+ {
+ "adapter_number": 3,
+ "label": {
+ "rotation": 0,
+ "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;",
+ "text": "f3/0",
+ "x": -43,
+ "y": 48
+ },
+ "node_id": "3bd62e15-dcb3-4bd0-bfb4-216ed7491631",
+ "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": 65,
+ "y": -14
+ },
+ "node_id": "801681e2-d067-43e2-99b2-34afd1bb0d56",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "a280fe16-96f5-4a82-b9e5-a20b99af7a2c",
+ "link_style": {},
+ "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": 63,
+ "y": 36
+ },
+ "node_id": "e7d123d9-5b3e-48f3-931c-39e372536ded",
+ "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": "e5",
+ "x": 31,
+ "y": -61
+ },
+ "node_id": "7594be9a-d6e7-4fbc-b495-09ce24b79f83",
+ "port_number": 5
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "5a1e8922-bdbf-454e-bcdd-739fac4bf770",
+ "link_style": {},
+ "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": -40,
+ "y": -3
+ },
+ "node_id": "e7d123d9-5b3e-48f3-931c-39e372536ded",
+ "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": 68,
+ "y": 64
+ },
+ "node_id": "35b0dbb3-3ef7-4b6c-ba28-c236a4843ad0",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "da942d8f-054f-49bb-8faa-53a234e5ea2d",
+ "link_style": {},
+ "nodes": [
+ {
+ "adapter_number": 2,
+ "label": {
+ "rotation": 0,
+ "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;",
+ "text": "f2/0",
+ "x": 42,
+ "y": -55
+ },
+ "node_id": "e7d123d9-5b3e-48f3-931c-39e372536ded",
+ "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": 11,
+ "y": 63
+ },
+ "node_id": "e5e5fb79-f15f-4954-a013-a795b7301679",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "60b76a3b-c932-494f-a363-b901ed693c76",
+ "link_style": {},
+ "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": 48,
+ "y": -50
+ },
+ "node_id": "4ff01e9c-bf75-4040-8f8d-a764992bb388",
+ "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": "e5",
+ "x": 40,
+ "y": -44
+ },
+ "node_id": "c6e359c4-e4e5-4957-a0b4-669d3c7fe626",
+ "port_number": 5
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "ab66d146-224a-4ecb-b5e2-3d28f36094e1",
+ "link_style": {},
+ "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": 37,
+ "y": 74
+ },
+ "node_id": "8211e7d7-751b-4c87-8e74-60c37d365318",
+ "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/0",
+ "x": 6,
+ "y": 52
+ },
+ "node_id": "4ff01e9c-bf75-4040-8f8d-a764992bb388",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "9cb4d1ea-207a-4435-9994-96dd31588748",
+ "link_style": {},
+ "nodes": [
+ {
+ "adapter_number": 2,
+ "label": {
+ "rotation": 0,
+ "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;",
+ "text": "f2/0",
+ "x": 98,
+ "y": 23
+ },
+ "node_id": "4ff01e9c-bf75-4040-8f8d-a764992bb388",
+ "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": 1,
+ "y": 68
+ },
+ "node_id": "08735d6d-7c77-4e63-b996-b614ac52c04c",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "2d8c275a-aa5b-4c0f-ac5d-1a292b18c1b5",
+ "link_style": {},
+ "nodes": [
+ {
+ "adapter_number": 2,
+ "label": {
+ "rotation": 0,
+ "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;",
+ "text": "f2/0",
+ "x": -1,
+ "y": -46
+ },
+ "node_id": "af74c719-ccc5-4608-b810-efde773ec2a4",
+ "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": "e6",
+ "x": -32,
+ "y": 54
+ },
+ "node_id": "c6e359c4-e4e5-4957-a0b4-669d3c7fe626",
+ "port_number": 6
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "487ab22f-68b2-474d-a728-9e13be14294f",
+ "link_style": {},
+ "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": 67,
+ "y": -20
+ },
+ "node_id": "a0b95358-2983-44a1-accd-8d3160ff6aac",
+ "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/0",
+ "x": 26,
+ "y": 48
+ },
+ "node_id": "af74c719-ccc5-4608-b810-efde773ec2a4",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "817c94aa-ee68-4d16-944a-06d18bf28671",
+ "link_style": {},
+ "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": 50,
+ "y": 65
+ },
+ "node_id": "16f46af4-90a0-410c-ab61-485c9d34f6cb",
+ "port_number": 0
+ },
+ {
+ "adapter_number": 2,
+ "label": {
+ "rotation": 0,
+ "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;",
+ "text": "f2/0",
+ "x": -51,
+ "y": -17
+ },
+ "node_id": "3c3be017-0896-46ad-a96b-fc2307fca257",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "5d6382e1-615a-4f9a-b58a-d46dc99ac369",
+ "link_style": {},
+ "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": "e7",
+ "x": 55,
+ "y": 50
+ },
+ "node_id": "c6e359c4-e4e5-4957-a0b4-669d3c7fe626",
+ "port_number": 7
+ },
+ {
+ "adapter_number": 2,
+ "label": {
+ "rotation": 0,
+ "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #000000;fill-opacity: 1.0;",
+ "text": "f2/0",
+ "x": 38,
+ "y": -59
+ },
+ "node_id": "a79bf4b4-635d-4082-afc6-782738fbcf4e",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ },
+ {
+ "filters": {},
+ "link_id": "e587115b-553a-4aa4-8d1c-0fa2f85f6900",
+ "link_style": {},
+ "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": 15,
+ "y": -6
+ },
+ "node_id": "98eb1ce1-8cbc-403d-95b0-ec3a32425e05",
+ "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/0",
+ "x": 50,
+ "y": 58
+ },
+ "node_id": "a79bf4b4-635d-4082-afc6-782738fbcf4e",
+ "port_number": 0
+ }
+ ],
+ "suspend": false
+ }
+ ],
+ "nodes": [
+ {
+ "compute_id": "local",
+ "console": 5095,
+ "console_auto_start": false,
+ "console_type": "telnet",
+ "custom_adapters": [],
+ "first_port_name": null,
+ "height": 70,
+ "label": {
+ "rotation": 0,
+ "style": "font-family: TypeWriter;font-size: 10.0;font-weight: bold;fill: #55aa7f;fill-opacity: 1.0;",
+ "text": "DHCP",
+ "x": -47,
+ "y": -16
+ },
+ "locked": false,
+ "name": "DHCP",
+ "node_id": "63eb7ab1-5820-405c-ba65-deecc75f9a42",
+ "node_type": "dynamips",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "auto_delete_disks": true,
+ "aux": null,
+ "chassis": "3640",
+ "clock_divisor": 4,
+ "disk0": 0,
+ "disk1": 0,
+ "dynamips_id": 1,
+ "exec_area": 64,
+ "idlemax": 500,
+ "idlepc": "0x0",
+ "idlesleep": 30,
+ "image": "unzip-c3640-js-mz.124-10.bin",
+ "image_md5sum": "d3da38b192a07a3ea33009d0b186800f",
+ "iomem": 5,
+ "mac_addr": "cc01.41ec.0000",
+ "mmap": true,
+ "nvram": 256,
+ "platform": "c3600",
+ "ram": 192,
+ "slot0": "NM-1FE-TX",
+ "slot1": "NM-1FE-TX",
+ "slot2": "NM-1FE-TX",
+ "slot3": "NM-1FE-TX",
+ "sparsemem": true,
+ "system_id": "FTX0945W0MY",
+ "usage": ""
+ },
+ "symbol": ":/symbols/classic/server.svg",
+ "template_id": "43d1adbf-9aed-4de7-a5bd-e5d68569ca88",
+ "width": 49,
+ "x": 186,
+ "y": -1,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5096,
+ "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": 17,
+ "y": 41
+ },
+ "locked": false,
+ "name": "R1",
+ "node_id": "34ab4acc-e26d-4026-82ed-0068d69de2ba",
+ "node_type": "dynamips",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "auto_delete_disks": true,
+ "aux": null,
+ "chassis": "3640",
+ "clock_divisor": 4,
+ "disk0": 0,
+ "disk1": 0,
+ "dynamips_id": 2,
+ "exec_area": 64,
+ "idlemax": 500,
+ "idlepc": "0x604eafc4",
+ "idlesleep": 30,
+ "image": "unzip-c3640-js-mz.124-10.bin",
+ "image_md5sum": "d3da38b192a07a3ea33009d0b186800f",
+ "iomem": 5,
+ "mac_addr": "cc02.3108.0000",
+ "mmap": true,
+ "nvram": 256,
+ "platform": "c3600",
+ "ram": 192,
+ "slot0": "NM-1FE-TX",
+ "slot1": "NM-1FE-TX",
+ "slot2": "NM-1FE-TX",
+ "slot3": "NM-1FE-TX",
+ "sparsemem": true,
+ "system_id": "FTX0945W0MY",
+ "usage": ""
+ },
+ "symbol": ":/symbols/router.svg",
+ "template_id": "43d1adbf-9aed-4de7-a5bd-e5d68569ca88",
+ "width": 66,
+ "x": -88,
+ "y": -12,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5097,
+ "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": 17,
+ "y": 37
+ },
+ "locked": false,
+ "name": "R2",
+ "node_id": "ad742993-a9eb-456a-b4ca-4dec0275a767",
+ "node_type": "dynamips",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "auto_delete_disks": true,
+ "aux": null,
+ "chassis": "3640",
+ "clock_divisor": 4,
+ "disk0": 0,
+ "disk1": 0,
+ "dynamips_id": 3,
+ "exec_area": 64,
+ "idlemax": 500,
+ "idlepc": "0x604eafc4",
+ "idlesleep": 30,
+ "image": "unzip-c3640-js-mz.124-10.bin",
+ "image_md5sum": "d3da38b192a07a3ea33009d0b186800f",
+ "iomem": 5,
+ "mac_addr": "cc03.4ae8.0000",
+ "mmap": true,
+ "nvram": 256,
+ "platform": "c3600",
+ "ram": 192,
+ "slot0": "NM-1FE-TX",
+ "slot1": "NM-1FE-TX",
+ "slot2": "NM-1FE-TX",
+ "slot3": "NM-1FE-TX",
+ "sparsemem": true,
+ "system_id": "FTX0945W0MY",
+ "usage": ""
+ },
+ "symbol": ":/symbols/router.svg",
+ "template_id": "43d1adbf-9aed-4de7-a5bd-e5d68569ca88",
+ "width": 66,
+ "x": 62,
+ "y": 167,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5098,
+ "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": 17,
+ "y": -25
+ },
+ "locked": false,
+ "name": "R3",
+ "node_id": "b468571d-7968-4609-aed4-34d5635406ac",
+ "node_type": "dynamips",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "auto_delete_disks": true,
+ "aux": null,
+ "chassis": "3640",
+ "clock_divisor": 4,
+ "disk0": 0,
+ "disk1": 0,
+ "dynamips_id": 4,
+ "exec_area": 64,
+ "idlemax": 500,
+ "idlepc": "0x604eafc4",
+ "idlesleep": 30,
+ "image": "unzip-c3640-js-mz.124-10.bin",
+ "image_md5sum": "d3da38b192a07a3ea33009d0b186800f",
+ "iomem": 5,
+ "mac_addr": "cc04.3130.0000",
+ "mmap": true,
+ "nvram": 256,
+ "platform": "c3600",
+ "ram": 192,
+ "slot0": "NM-1FE-TX",
+ "slot1": "NM-1FE-TX",
+ "slot2": "NM-1FE-TX",
+ "slot3": "NM-1FE-TX",
+ "sparsemem": true,
+ "system_id": "FTX0945W0MY",
+ "usage": ""
+ },
+ "symbol": ":/symbols/router.svg",
+ "template_id": "43d1adbf-9aed-4de7-a5bd-e5d68569ca88",
+ "width": 66,
+ "x": 317,
+ "y": 167,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5099,
+ "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: #55aa7f;fill-opacity: 1.0;",
+ "text": "PE-C1",
+ "x": -1,
+ "y": 42
+ },
+ "locked": false,
+ "name": "PE-C1",
+ "node_id": "1577d07c-d3bf-4785-b52d-796f2be35049",
+ "node_type": "dynamips",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "auto_delete_disks": true,
+ "aux": null,
+ "clock_divisor": 8,
+ "disk0": 4,
+ "disk1": 0,
+ "dynamips_id": 5,
+ "exec_area": 64,
+ "idlemax": 500,
+ "idlepc": "0x60aa1bcc",
+ "idlesleep": 30,
+ "image": "c3745-adventerprisek9-mz.124-25d.image",
+ "image_md5sum": "ddbaf74274822b50fa9670e10c75b08f",
+ "iomem": 5,
+ "mac_addr": "c405.2cb4.0000",
+ "mmap": true,
+ "nvram": 256,
+ "platform": "c3745",
+ "ram": 256,
+ "slot0": "GT96100-FE",
+ "slot1": "NM-1FE-TX",
+ "slot2": "NM-1FE-TX",
+ "slot3": "NM-1FE-TX",
+ "slot4": "NM-1FE-TX",
+ "sparsemem": true,
+ "system_id": "FTX0945W0MY",
+ "usage": "",
+ "wic0": null,
+ "wic1": null,
+ "wic2": null
+ },
+ "symbol": ":/symbols/router.svg",
+ "template_id": "6e61f7dc-fa71-40ff-8964-b8dffca8b824",
+ "width": 66,
+ "x": -229,
+ "y": 149,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5101,
+ "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: #55aa7f;fill-opacity: 1.0;",
+ "text": "F1-C7200",
+ "x": 75,
+ "y": -13
+ },
+ "locked": false,
+ "name": "F1-C7200",
+ "node_id": "22c646d4-549b-40ef-81a0-a01a1ec6a198",
+ "node_type": "dynamips",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "auto_delete_disks": true,
+ "aux": null,
+ "clock_divisor": 4,
+ "disk0": 0,
+ "disk1": 0,
+ "dynamips_id": 6,
+ "exec_area": 64,
+ "idlemax": 500,
+ "idlepc": "0x61e05874",
+ "idlesleep": 30,
+ "image": "c7200-advipservicesk9-mz.152-4.S5.image",
+ "image_md5sum": "cbbbea66a253f1dac0fcf81274dc778d",
+ "mac_addr": "ca06.4258.0000",
+ "midplane": "vxr",
+ "mmap": true,
+ "npe": "npe-400",
+ "nvram": 512,
+ "platform": "c7200",
+ "power_supplies": [
+ 1,
+ 1
+ ],
+ "ram": 512,
+ "sensors": [
+ 22,
+ 22,
+ 22,
+ 22
+ ],
+ "slot0": "C7200-IO-2FE",
+ "slot1": "PA-2FE-TX",
+ "slot2": "PA-2FE-TX",
+ "slot3": null,
+ "slot4": null,
+ "slot5": null,
+ "slot6": null,
+ "sparsemem": true,
+ "system_id": "FTX0945W0MY",
+ "usage": ""
+ },
+ "symbol": ":/symbols/router.svg",
+ "template_id": "f4b753ca-2f77-4af3-b0d4-04e8a38d4f25",
+ "width": 66,
+ "x": 180,
+ "y": 353,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5102,
+ "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: #55aa7f;fill-opacity: 1.0;",
+ "text": "PE3-C3745",
+ "x": -48,
+ "y": -27
+ },
+ "locked": false,
+ "name": "PE3-C3745",
+ "node_id": "c9396902-19e7-43c7-9da7-f8a4e4529127",
+ "node_type": "dynamips",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "auto_delete_disks": true,
+ "aux": null,
+ "clock_divisor": 8,
+ "disk0": 4,
+ "disk1": 0,
+ "dynamips_id": 7,
+ "exec_area": 64,
+ "idlemax": 500,
+ "idlepc": "0x60aa1bcc",
+ "idlesleep": 30,
+ "image": "c3745-adventerprisek9-mz.124-25d.image",
+ "image_md5sum": "ddbaf74274822b50fa9670e10c75b08f",
+ "iomem": 5,
+ "mac_addr": "c407.0e80.0000",
+ "mmap": true,
+ "nvram": 256,
+ "platform": "c3745",
+ "ram": 256,
+ "slot0": "GT96100-FE",
+ "slot1": "NM-1FE-TX",
+ "slot2": "NM-1FE-TX",
+ "slot3": "NM-1FE-TX",
+ "slot4": "NM-1FE-TX",
+ "sparsemem": true,
+ "system_id": "FTX0945W0MY",
+ "usage": "",
+ "wic0": null,
+ "wic1": null,
+ "wic2": null
+ },
+ "symbol": ":/symbols/router.svg",
+ "template_id": "6e61f7dc-fa71-40ff-8964-b8dffca8b824",
+ "width": 66,
+ "x": 439,
+ "y": -216,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5103,
+ "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: #55aa7f;fill-opacity: 1.0;",
+ "text": "F2-C7200",
+ "x": 6,
+ "y": 43
+ },
+ "locked": false,
+ "name": "F2-C7200",
+ "node_id": "b9a9c984-edd4-425b-a50a-22ae6f5f5f79",
+ "node_type": "dynamips",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "auto_delete_disks": true,
+ "aux": null,
+ "clock_divisor": 4,
+ "disk0": 0,
+ "disk1": 0,
+ "dynamips_id": 8,
+ "exec_area": 64,
+ "idlemax": 500,
+ "idlepc": "0x61e05874",
+ "idlesleep": 30,
+ "image": "c7200-advipservicesk9-mz.152-4.S5.image",
+ "image_md5sum": "cbbbea66a253f1dac0fcf81274dc778d",
+ "mac_addr": "ca08.24f8.0000",
+ "midplane": "vxr",
+ "mmap": true,
+ "npe": "npe-400",
+ "nvram": 512,
+ "platform": "c7200",
+ "power_supplies": [
+ 1,
+ 1
+ ],
+ "ram": 512,
+ "sensors": [
+ 22,
+ 22,
+ 22,
+ 22
+ ],
+ "slot0": "C7200-IO-2FE",
+ "slot1": "PA-2FE-TX",
+ "slot2": "PA-2FE-TX",
+ "slot3": null,
+ "slot4": null,
+ "slot5": null,
+ "slot6": null,
+ "sparsemem": true,
+ "system_id": "FTX0945W0MY",
+ "usage": ""
+ },
+ "symbol": ":/symbols/router.svg",
+ "template_id": "f4b753ca-2f77-4af3-b0d4-04e8a38d4f25",
+ "width": 66,
+ "x": 524,
+ "y": 141,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5041,
+ "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: #55aa7f;fill-opacity: 1.0;",
+ "text": "PE-C3745",
+ "x": -12,
+ "y": -25
+ },
+ "locked": false,
+ "name": "PE-C3745",
+ "node_id": "59b379d5-d4f6-4f1b-b438-a801f274c078",
+ "node_type": "dynamips",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "auto_delete_disks": true,
+ "aux": null,
+ "clock_divisor": 8,
+ "disk0": 4,
+ "disk1": 0,
+ "dynamips_id": 9,
+ "exec_area": 64,
+ "idlemax": 500,
+ "idlepc": "0x60aa1bcc",
+ "idlesleep": 30,
+ "image": "c3745-adventerprisek9-mz.124-25d.image",
+ "image_md5sum": "ddbaf74274822b50fa9670e10c75b08f",
+ "iomem": 5,
+ "mac_addr": "c409.1724.0000",
+ "mmap": true,
+ "nvram": 256,
+ "platform": "c3745",
+ "ram": 256,
+ "slot0": "GT96100-FE",
+ "slot1": "NM-1FE-TX",
+ "slot2": "NM-1FE-TX",
+ "slot3": "NM-1FE-TX",
+ "slot4": "NM-1FE-TX",
+ "sparsemem": true,
+ "system_id": "FTX0945W0MY",
+ "usage": "",
+ "wic0": null,
+ "wic1": null,
+ "wic2": null
+ },
+ "symbol": ":/symbols/router.svg",
+ "template_id": "6e61f7dc-fa71-40ff-8964-b8dffca8b824",
+ "width": 66,
+ "x": -95,
+ "y": -233,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5009,
+ "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": 13,
+ "y": 39
+ },
+ "locked": false,
+ "name": "R4",
+ "node_id": "88b2a92d-21d7-4429-a4a5-f7f14945dd62",
+ "node_type": "dynamips",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "auto_delete_disks": true,
+ "aux": null,
+ "chassis": "3640",
+ "clock_divisor": 4,
+ "disk0": 0,
+ "disk1": 0,
+ "dynamips_id": 10,
+ "exec_area": 64,
+ "idlemax": 500,
+ "idlepc": "0x604eafc4",
+ "idlesleep": 30,
+ "image": "unzip-c3640-js-mz.124-10.bin",
+ "image_md5sum": "d3da38b192a07a3ea33009d0b186800f",
+ "iomem": 5,
+ "mac_addr": "cc0a.31e4.0000",
+ "mmap": true,
+ "nvram": 256,
+ "platform": "c3600",
+ "ram": 192,
+ "slot0": "NM-1FE-TX",
+ "slot1": "NM-1FE-TX",
+ "slot2": "NM-1FE-TX",
+ "slot3": "NM-1FE-TX",
+ "sparsemem": true,
+ "system_id": "FTX0945W0MY",
+ "usage": ""
+ },
+ "symbol": ":/symbols/router.svg",
+ "template_id": "43d1adbf-9aed-4de7-a5bd-e5d68569ca88",
+ "width": 66,
+ "x": 393,
+ "y": -3,
+ "z": 1
+ },
+ {
+ "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": "R5",
+ "x": 15,
+ "y": -26
+ },
+ "locked": false,
+ "name": "R5",
+ "node_id": "27696bd2-3a21-48df-8b5a-107240f54d49",
+ "node_type": "dynamips",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "auto_delete_disks": true,
+ "aux": null,
+ "chassis": "3640",
+ "clock_divisor": 4,
+ "disk0": 0,
+ "disk1": 0,
+ "dynamips_id": 11,
+ "exec_area": 64,
+ "idlemax": 500,
+ "idlepc": "0x604eafc4",
+ "idlesleep": 30,
+ "image": "unzip-c3640-js-mz.124-10.bin",
+ "image_md5sum": "d3da38b192a07a3ea33009d0b186800f",
+ "iomem": 5,
+ "mac_addr": "cc0b.247c.0000",
+ "mmap": true,
+ "nvram": 256,
+ "platform": "c3600",
+ "ram": 192,
+ "slot0": "NM-1FE-TX",
+ "slot1": "NM-1FE-TX",
+ "slot2": "NM-1FE-TX",
+ "slot3": "NM-1FE-TX",
+ "sparsemem": true,
+ "system_id": "FTX0945W0MY",
+ "usage": ""
+ },
+ "symbol": ":/symbols/router.svg",
+ "template_id": "43d1adbf-9aed-4de7-a5bd-e5d68569ca88",
+ "width": 66,
+ "x": 150,
+ "y": -172,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5015,
+ "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": 12,
+ "y": -25
+ },
+ "locked": false,
+ "name": "PC1",
+ "node_id": "0f9010a2-578e-46dd-a242-2bcab7ba64bd",
+ "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": -1097,
+ "y": -279,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5017,
+ "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": 12,
+ "y": -25
+ },
+ "locked": false,
+ "name": "PC2",
+ "node_id": "d31a6b68-6e09-481e-a1aa-d3550f2aad90",
+ "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": -1097,
+ "y": -396,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5019,
+ "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": "PC3",
+ "x": 12,
+ "y": -25
+ },
+ "locked": false,
+ "name": "PC3",
+ "node_id": "1eabb2eb-36f6-4ef9-b45d-26581e9014ff",
+ "node_type": "vpcs",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {},
+ "symbol": ":/symbols/classic/vpcs_guest.svg",
+ "template_id": "19021f99-e36f-394d-b4a1-8aaa902ab9cc",
+ "width": 65,
+ "x": -1097,
+ "y": -505,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5025,
+ "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": "PC4",
+ "x": 12,
+ "y": -25
+ },
+ "locked": false,
+ "name": "PC4",
+ "node_id": "a1cd70db-e13d-4dfa-8061-d28c2ca4cc62",
+ "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": -963,
+ "y": 185,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5027,
+ "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": "PC5",
+ "x": 12,
+ "y": -25
+ },
+ "locked": false,
+ "name": "PC5",
+ "node_id": "caafa3a7-7571-4d1d-890e-ab83d479d61e",
+ "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": -963,
+ "y": 294,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5029,
+ "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": "PC6",
+ "x": 12,
+ "y": -25
+ },
+ "locked": false,
+ "name": "PC6",
+ "node_id": "208b6ce2-6fb8-4a7c-8a6e-a1c5c477a0f9",
+ "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": -963,
+ "y": 413,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5035,
+ "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": "PC7",
+ "x": 12,
+ "y": -25
+ },
+ "locked": false,
+ "name": "PC7",
+ "node_id": "3dd1d57b-58c7-4266-b5ed-3561b5acb1f8",
+ "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": 1119,
+ "y": -739,
+ "z": 2
+ },
+ {
+ "compute_id": "local",
+ "console": 5037,
+ "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": "PC8",
+ "x": 12,
+ "y": -25
+ },
+ "locked": false,
+ "name": "PC8",
+ "node_id": "a109b77d-5c67-4ccd-af61-5db0ed83a21d",
+ "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": 1119,
+ "y": -616,
+ "z": 2
+ },
+ {
+ "compute_id": "local",
+ "console": 5039,
+ "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": "PC9",
+ "x": 12,
+ "y": -25
+ },
+ "locked": false,
+ "name": "PC9",
+ "node_id": "57e0e902-77e1-4358-a0e1-9d0b78f5a2d7",
+ "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": 1119,
+ "y": -494,
+ "z": 2
+ },
+ {
+ "compute_id": "local",
+ "console": 5042,
+ "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": "R15",
+ "x": 12,
+ "y": -25
+ },
+ "locked": false,
+ "name": "R15",
+ "node_id": "4c13cc64-5d1a-48a1-bedc-79ce15c66783",
+ "node_type": "dynamips",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "auto_delete_disks": true,
+ "aux": null,
+ "chassis": "3640",
+ "clock_divisor": 4,
+ "disk0": 0,
+ "disk1": 0,
+ "dynamips_id": 24,
+ "exec_area": 64,
+ "idlemax": 500,
+ "idlepc": "0x604eafc4",
+ "idlesleep": 30,
+ "image": "unzip-c3640-js-mz.124-10.bin",
+ "image_md5sum": "d3da38b192a07a3ea33009d0b186800f",
+ "iomem": 5,
+ "mac_addr": "cc18.2d54.0000",
+ "mmap": true,
+ "nvram": 256,
+ "platform": "c3600",
+ "ram": 192,
+ "slot0": "NM-1FE-TX",
+ "slot1": "NM-1FE-TX",
+ "slot2": "NM-1FE-TX",
+ "slot3": "NM-1FE-TX",
+ "sparsemem": true,
+ "system_id": "FTX0945W0MY",
+ "usage": ""
+ },
+ "symbol": ":/symbols/router.svg",
+ "template_id": "43d1adbf-9aed-4de7-a5bd-e5d68569ca88",
+ "width": 66,
+ "x": 920,
+ "y": 139,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5043,
+ "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": "R16",
+ "x": 13,
+ "y": -26
+ },
+ "locked": false,
+ "name": "R16",
+ "node_id": "28221ec6-9c8e-47f3-ae02-81f706f8d228",
+ "node_type": "dynamips",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "auto_delete_disks": true,
+ "aux": null,
+ "chassis": "3640",
+ "clock_divisor": 4,
+ "disk0": 0,
+ "disk1": 0,
+ "dynamips_id": 25,
+ "exec_area": 64,
+ "idlemax": 500,
+ "idlepc": "0x604eafc4",
+ "idlesleep": 30,
+ "image": "unzip-c3640-js-mz.124-10.bin",
+ "image_md5sum": "d3da38b192a07a3ea33009d0b186800f",
+ "iomem": 5,
+ "mac_addr": "cc19.1a54.0000",
+ "mmap": true,
+ "nvram": 256,
+ "platform": "c3600",
+ "ram": 192,
+ "slot0": "NM-1FE-TX",
+ "slot1": "NM-1FE-TX",
+ "slot2": "NM-1FE-TX",
+ "slot3": "NM-1FE-TX",
+ "sparsemem": true,
+ "system_id": "FTX0945W0MY",
+ "usage": ""
+ },
+ "symbol": ":/symbols/router.svg",
+ "template_id": "43d1adbf-9aed-4de7-a5bd-e5d68569ca88",
+ "width": 66,
+ "x": 1068,
+ "y": 63,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5044,
+ "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": "R17",
+ "x": -14,
+ "y": -25
+ },
+ "locked": false,
+ "name": "R17",
+ "node_id": "27e6c1fe-3b73-4c53-b52b-f4772039573e",
+ "node_type": "dynamips",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "auto_delete_disks": true,
+ "aux": null,
+ "chassis": "3640",
+ "clock_divisor": 4,
+ "disk0": 0,
+ "disk1": 0,
+ "dynamips_id": 26,
+ "exec_area": 64,
+ "idlemax": 500,
+ "idlepc": "0x604eafc4",
+ "idlesleep": 30,
+ "image": "unzip-c3640-js-mz.124-10.bin",
+ "image_md5sum": "d3da38b192a07a3ea33009d0b186800f",
+ "iomem": 5,
+ "mac_addr": "cc1a.0808.0000",
+ "mmap": true,
+ "nvram": 256,
+ "platform": "c3600",
+ "ram": 192,
+ "slot0": "NM-1FE-TX",
+ "slot1": "NM-1FE-TX",
+ "slot2": "NM-1FE-TX",
+ "slot3": "NM-1FE-TX",
+ "sparsemem": true,
+ "system_id": "FTX0945W0MY",
+ "usage": ""
+ },
+ "symbol": ":/symbols/router.svg",
+ "template_id": "43d1adbf-9aed-4de7-a5bd-e5d68569ca88",
+ "width": 66,
+ "x": 1066,
+ "y": 272,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5045,
+ "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": "R18",
+ "x": 30,
+ "y": -45
+ },
+ "locked": false,
+ "name": "R18",
+ "node_id": "176c618e-8eb4-448a-b477-b8e7e58c9152",
+ "node_type": "dynamips",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "auto_delete_disks": true,
+ "aux": null,
+ "chassis": "3640",
+ "clock_divisor": 4,
+ "disk0": 0,
+ "disk1": 0,
+ "dynamips_id": 27,
+ "exec_area": 64,
+ "idlemax": 500,
+ "idlepc": "0x604eafc4",
+ "idlesleep": 30,
+ "image": "unzip-c3640-js-mz.124-10.bin",
+ "image_md5sum": "d3da38b192a07a3ea33009d0b186800f",
+ "iomem": 5,
+ "mac_addr": "cc1b.1330.0000",
+ "mmap": true,
+ "nvram": 256,
+ "platform": "c3600",
+ "ram": 192,
+ "slot0": "NM-1FE-TX",
+ "slot1": "NM-1FE-TX",
+ "slot2": "NM-1FE-TX",
+ "slot3": "NM-1FE-TX",
+ "sparsemem": true,
+ "system_id": "FTX0945W0MY",
+ "usage": ""
+ },
+ "symbol": ":/symbols/router.svg",
+ "template_id": "43d1adbf-9aed-4de7-a5bd-e5d68569ca88",
+ "width": 66,
+ "x": 1234,
+ "y": 180,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5047,
+ "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": "R14",
+ "x": 12,
+ "y": -25
+ },
+ "locked": false,
+ "name": "R14",
+ "node_id": "fbd15008-427b-4a32-abc6-67c2d994de86",
+ "node_type": "dynamips",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "auto_delete_disks": true,
+ "aux": null,
+ "chassis": "3640",
+ "clock_divisor": 4,
+ "disk0": 0,
+ "disk1": 0,
+ "dynamips_id": 23,
+ "exec_area": 64,
+ "idlemax": 500,
+ "idlepc": "0x604eafc4",
+ "idlesleep": 30,
+ "image": "unzip-c3640-js-mz.124-10.bin",
+ "image_md5sum": "d3da38b192a07a3ea33009d0b186800f",
+ "iomem": 5,
+ "mac_addr": "cc17.43c0.0000",
+ "mmap": true,
+ "nvram": 256,
+ "platform": "c3600",
+ "ram": 192,
+ "slot0": "NM-1FE-TX",
+ "slot1": "NM-1FE-TX",
+ "slot2": "NM-1FE-TX",
+ "slot3": "NM-1FE-TX",
+ "sparsemem": true,
+ "system_id": "FTX0945W0MY",
+ "usage": ""
+ },
+ "symbol": ":/symbols/router.svg",
+ "template_id": "43d1adbf-9aed-4de7-a5bd-e5d68569ca88",
+ "width": 66,
+ "x": 983,
+ "y": -486,
+ "z": 2
+ },
+ {
+ "compute_id": "local",
+ "console": 5016,
+ "console_auto_start": false,
+ "console_type": "none",
+ "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": "Switch1",
+ "x": 92,
+ "y": -5
+ },
+ "locked": false,
+ "name": "Switch1",
+ "node_id": "c6e359c4-e4e5-4957-a0b4-669d3c7fe626",
+ "node_type": "ethernet_switch",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "ports_mapping": [
+ {
+ "ethertype": "",
+ "name": "Ethernet0",
+ "port_number": 0,
+ "type": "dot1q",
+ "vlan": 1
+ },
+ {
+ "ethertype": "",
+ "name": "Ethernet1",
+ "port_number": 1,
+ "type": "access",
+ "vlan": 10
+ },
+ {
+ "ethertype": "",
+ "name": "Ethernet2",
+ "port_number": 2,
+ "type": "access",
+ "vlan": 20
+ },
+ {
+ "ethertype": "",
+ "name": "Ethernet3",
+ "port_number": 3,
+ "type": "access",
+ "vlan": 30
+ },
+ {
+ "ethertype": "",
+ "name": "Ethernet4",
+ "port_number": 4,
+ "type": "access",
+ "vlan": 40
+ },
+ {
+ "ethertype": "",
+ "name": "Ethernet5",
+ "port_number": 5,
+ "type": "dot1q",
+ "vlan": 1
+ },
+ {
+ "ethertype": "",
+ "name": "Ethernet6",
+ "port_number": 6,
+ "type": "access",
+ "vlan": 90
+ },
+ {
+ "ethertype": "",
+ "name": "Ethernet7",
+ "port_number": 7,
+ "type": "access",
+ "vlan": 80
+ }
+ ]
+ },
+ "symbol": ":/symbols/ethernet_switch.svg",
+ "template_id": "1966b864-93e7-32d5-965f-001384eec461",
+ "width": 72,
+ "x": -606,
+ "y": -363,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5018,
+ "console_auto_start": false,
+ "console_type": "none",
+ "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": "Switch2",
+ "x": -44,
+ "y": -20
+ },
+ "locked": false,
+ "name": "Switch2",
+ "node_id": "7594be9a-d6e7-4fbc-b495-09ce24b79f83",
+ "node_type": "ethernet_switch",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "ports_mapping": [
+ {
+ "ethertype": "",
+ "name": "Ethernet0",
+ "port_number": 0,
+ "type": "dot1q",
+ "vlan": 1
+ },
+ {
+ "ethertype": "",
+ "name": "Ethernet1",
+ "port_number": 1,
+ "type": "access",
+ "vlan": 10
+ },
+ {
+ "ethertype": "",
+ "name": "Ethernet2",
+ "port_number": 2,
+ "type": "access",
+ "vlan": 20
+ },
+ {
+ "ethertype": "",
+ "name": "Ethernet3",
+ "port_number": 3,
+ "type": "access",
+ "vlan": 30
+ },
+ {
+ "ethertype": "",
+ "name": "Ethernet4",
+ "port_number": 4,
+ "type": "dot1q",
+ "vlan": 1
+ },
+ {
+ "ethertype": "",
+ "name": "Ethernet5",
+ "port_number": 5,
+ "type": "dot1q",
+ "vlan": 1
+ },
+ {
+ "ethertype": "",
+ "name": "Ethernet6",
+ "port_number": 6,
+ "type": "access",
+ "vlan": 1
+ },
+ {
+ "name": "Ethernet7",
+ "port_number": 7,
+ "type": "access",
+ "vlan": 1
+ }
+ ]
+ },
+ "symbol": ":/symbols/ethernet_switch.svg",
+ "template_id": "1966b864-93e7-32d5-965f-001384eec461",
+ "width": 72,
+ "x": 735,
+ "y": -492,
+ "z": 2
+ },
+ {
+ "compute_id": "local",
+ "console": 5020,
+ "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": "PC10",
+ "x": 12,
+ "y": -25
+ },
+ "locked": false,
+ "name": "PC10",
+ "node_id": "00f6b7c3-28b5-49c8-a359-6f7a6db15a35",
+ "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": -966,
+ "y": 555,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5026,
+ "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": "R19",
+ "x": 12,
+ "y": -25
+ },
+ "locked": false,
+ "name": "R19",
+ "node_id": "0f55f90b-5a72-4a72-bec0-996805775e10",
+ "node_type": "dynamips",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "auto_delete_disks": true,
+ "aux": null,
+ "chassis": "3640",
+ "clock_divisor": 4,
+ "disk0": 0,
+ "disk1": 0,
+ "dynamips_id": 15,
+ "exec_area": 64,
+ "idlemax": 500,
+ "idlepc": "0x604eafc4",
+ "idlesleep": 30,
+ "image": "unzip-c3640-js-mz.124-10.bin",
+ "image_md5sum": "d3da38b192a07a3ea33009d0b186800f",
+ "iomem": 5,
+ "mac_addr": "cc0f.2d88.0000",
+ "mmap": true,
+ "nvram": 256,
+ "platform": "c3600",
+ "ram": 192,
+ "slot0": "NM-1FE-TX",
+ "slot1": "NM-1FE-TX",
+ "slot2": "NM-1FE-TX",
+ "slot3": "NM-1FE-TX",
+ "sparsemem": true,
+ "system_id": "FTX0945W0MY",
+ "usage": ""
+ },
+ "symbol": ":/symbols/router.svg",
+ "template_id": "43d1adbf-9aed-4de7-a5bd-e5d68569ca88",
+ "width": 66,
+ "x": -812,
+ "y": 560,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5028,
+ "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": "PC11",
+ "x": 12,
+ "y": -25
+ },
+ "locked": false,
+ "name": "PC11",
+ "node_id": "4e4efa7b-467e-4a5c-a80b-ecb6017857d9",
+ "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": -961,
+ "y": 679,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5031,
+ "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": "R20",
+ "x": 12,
+ "y": -25
+ },
+ "locked": false,
+ "name": "R20",
+ "node_id": "c63400d7-92bd-4ac9-ad55-450af2d3df9c",
+ "node_type": "dynamips",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "auto_delete_disks": true,
+ "aux": null,
+ "chassis": "3640",
+ "clock_divisor": 4,
+ "disk0": 0,
+ "disk1": 0,
+ "dynamips_id": 16,
+ "exec_area": 64,
+ "idlemax": 500,
+ "idlepc": "0x604eafc4",
+ "idlesleep": 30,
+ "image": "unzip-c3640-js-mz.124-10.bin",
+ "image_md5sum": "d3da38b192a07a3ea33009d0b186800f",
+ "iomem": 5,
+ "mac_addr": "cc10.3b38.0000",
+ "mmap": true,
+ "nvram": 256,
+ "platform": "c3600",
+ "ram": 192,
+ "slot0": "NM-1FE-TX",
+ "slot1": "NM-1FE-TX",
+ "slot2": "NM-1FE-TX",
+ "slot3": "NM-1FE-TX",
+ "sparsemem": true,
+ "system_id": "FTX0945W0MY",
+ "usage": ""
+ },
+ "symbol": ":/symbols/router.svg",
+ "template_id": "43d1adbf-9aed-4de7-a5bd-e5d68569ca88",
+ "width": 66,
+ "x": -812,
+ "y": 687,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5055,
+ "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: #55aa7f;fill-opacity: 1.0;",
+ "text": "PE-C1-1",
+ "x": 3,
+ "y": 42
+ },
+ "locked": false,
+ "name": "PE-C1-1",
+ "node_id": "16aa51e9-ee9c-45a5-a127-ef359cf9a7d6",
+ "node_type": "dynamips",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "auto_delete_disks": true,
+ "aux": null,
+ "clock_divisor": 8,
+ "disk0": 4,
+ "disk1": 0,
+ "dynamips_id": 31,
+ "exec_area": 64,
+ "idlemax": 500,
+ "idlepc": "0x60aa1bcc",
+ "idlesleep": 30,
+ "image": "c3745-adventerprisek9-mz.124-25d.image",
+ "image_md5sum": "ddbaf74274822b50fa9670e10c75b08f",
+ "iomem": 5,
+ "mac_addr": "c41f.3c20.0000",
+ "mmap": true,
+ "nvram": 256,
+ "platform": "c3745",
+ "ram": 256,
+ "slot0": "GT96100-FE",
+ "slot1": "NM-1FE-TX",
+ "slot2": "NM-1FE-TX",
+ "slot3": "NM-1FE-TX",
+ "slot4": "NM-1FE-TX",
+ "sparsemem": true,
+ "system_id": "FTX0945W0MY",
+ "usage": "",
+ "wic0": null,
+ "wic1": null,
+ "wic2": null
+ },
+ "symbol": ":/symbols/router.svg",
+ "template_id": "6e61f7dc-fa71-40ff-8964-b8dffca8b824",
+ "width": 66,
+ "x": -74,
+ "y": 270,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5034,
+ "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": "SW",
+ "x": 17,
+ "y": -25
+ },
+ "locked": false,
+ "name": "SW",
+ "node_id": "c0232161-3587-4603-84a4-5f6c3484ee85",
+ "node_type": "dynamips",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "auto_delete_disks": false,
+ "aux": null,
+ "clock_divisor": 8,
+ "disk0": 4,
+ "disk1": 4,
+ "dynamips_id": 20,
+ "exec_area": 64,
+ "idlemax": 500,
+ "idlepc": "0x60aa1bcc",
+ "idlesleep": 30,
+ "image": "c3745-adventerprisek9-mz.124-25d.image",
+ "image_md5sum": "ddbaf74274822b50fa9670e10c75b08f",
+ "iomem": 5,
+ "mac_addr": "c414.0e5c.0000",
+ "mmap": true,
+ "nvram": 256,
+ "platform": "c3745",
+ "ram": 256,
+ "slot0": "GT96100-FE",
+ "slot1": "NM-16ESW",
+ "slot2": "NM-1FE-TX",
+ "slot3": "NM-1FE-TX",
+ "slot4": "NM-1FE-TX",
+ "sparsemem": true,
+ "system_id": "FTX0945W0MY",
+ "usage": "",
+ "wic0": null,
+ "wic1": null,
+ "wic2": null
+ },
+ "symbol": ":/symbols/classic/ethernet_switch.svg",
+ "template_id": "6e61f7dc-fa71-40ff-8964-b8dffca8b824",
+ "width": 72,
+ "x": -419,
+ "y": 286,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5038,
+ "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": "SW2",
+ "x": 12,
+ "y": -25
+ },
+ "locked": false,
+ "name": "SW2",
+ "node_id": "ee5cb427-6542-4235-aaec-e22514c6f7b6",
+ "node_type": "dynamips",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "auto_delete_disks": false,
+ "aux": null,
+ "clock_divisor": 8,
+ "disk0": 4,
+ "disk1": 4,
+ "dynamips_id": 29,
+ "exec_area": 64,
+ "idlemax": 500,
+ "idlepc": "0x60aa1bcc",
+ "idlesleep": 30,
+ "image": "c3745-adventerprisek9-mz.124-25d.image",
+ "image_md5sum": "ddbaf74274822b50fa9670e10c75b08f",
+ "iomem": 5,
+ "mac_addr": "c41d.18a4.0000",
+ "mmap": true,
+ "nvram": 256,
+ "platform": "c3745",
+ "ram": 256,
+ "slot0": "GT96100-FE",
+ "slot1": "NM-16ESW",
+ "slot2": "NM-1FE-TX",
+ "slot3": "NM-1FE-TX",
+ "slot4": "NM-1FE-TX",
+ "sparsemem": true,
+ "system_id": "FTX0945W0MY",
+ "usage": "",
+ "wic0": null,
+ "wic1": null,
+ "wic2": null
+ },
+ "symbol": ":/symbols/classic/ethernet_switch.svg",
+ "template_id": "6e61f7dc-fa71-40ff-8964-b8dffca8b824",
+ "width": 72,
+ "x": -619,
+ "y": 332,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5054,
+ "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": "SW3",
+ "x": 12,
+ "y": -25
+ },
+ "locked": false,
+ "name": "SW3",
+ "node_id": "1638ed03-990f-45db-aec8-7f78fec9697a",
+ "node_type": "dynamips",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "auto_delete_disks": false,
+ "aux": null,
+ "clock_divisor": 8,
+ "disk0": 4,
+ "disk1": 4,
+ "dynamips_id": 30,
+ "exec_area": 64,
+ "idlemax": 500,
+ "idlepc": "0x60aa1bcc",
+ "idlesleep": 30,
+ "image": "c3745-adventerprisek9-mz.124-25d.image",
+ "image_md5sum": "ddbaf74274822b50fa9670e10c75b08f",
+ "iomem": 5,
+ "mac_addr": "c41e.2704.0000",
+ "mmap": true,
+ "nvram": 256,
+ "platform": "c3745",
+ "ram": 256,
+ "slot0": "GT96100-FE",
+ "slot1": "NM-16ESW",
+ "slot2": "NM-1FE-TX",
+ "slot3": "NM-1FE-TX",
+ "slot4": "NM-1FE-TX",
+ "sparsemem": true,
+ "system_id": "FTX0945W0MY",
+ "usage": "",
+ "wic0": null,
+ "wic1": null,
+ "wic2": null
+ },
+ "symbol": ":/symbols/classic/ethernet_switch.svg",
+ "template_id": "6e61f7dc-fa71-40ff-8964-b8dffca8b824",
+ "width": 72,
+ "x": -581,
+ "y": 507,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5036,
+ "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": 19,
+ "y": -33
+ },
+ "locked": false,
+ "name": "SW1",
+ "node_id": "a82cafcc-397a-4eb9-9c71-3fe94ee28c36",
+ "node_type": "dynamips",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "auto_delete_disks": false,
+ "aux": null,
+ "clock_divisor": 8,
+ "disk0": 4,
+ "disk1": 4,
+ "dynamips_id": 28,
+ "exec_area": 64,
+ "idlemax": 500,
+ "idlepc": "0x60aa1bcc",
+ "idlesleep": 30,
+ "image": "c3745-adventerprisek9-mz.124-25d.image",
+ "image_md5sum": "ddbaf74274822b50fa9670e10c75b08f",
+ "iomem": 5,
+ "mac_addr": "c41c.39e4.0000",
+ "mmap": true,
+ "nvram": 256,
+ "platform": "c3745",
+ "ram": 256,
+ "slot0": "GT96100-FE",
+ "slot1": "NM-16ESW",
+ "slot2": "NM-1FE-TX",
+ "slot3": "NM-1FE-TX",
+ "slot4": "NM-1FE-TX",
+ "sparsemem": true,
+ "system_id": "FTX0945W0MY",
+ "usage": "",
+ "wic0": null,
+ "wic1": null,
+ "wic2": null
+ },
+ "symbol": ":/symbols/classic/ethernet_switch.svg",
+ "template_id": "6e61f7dc-fa71-40ff-8964-b8dffca8b824",
+ "width": 72,
+ "x": -304,
+ "y": 427,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5058,
+ "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": "CPE-A1",
+ "x": 35,
+ "y": -25
+ },
+ "locked": false,
+ "name": "CPE-A1",
+ "node_id": "3bd62e15-dcb3-4bd0-bfb4-216ed7491631",
+ "node_type": "dynamips",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "auto_delete_disks": true,
+ "aux": null,
+ "clock_divisor": 8,
+ "disk0": 4,
+ "disk1": 0,
+ "dynamips_id": 33,
+ "exec_area": 64,
+ "idlemax": 500,
+ "idlepc": "0x60aa1bcc",
+ "idlesleep": 30,
+ "image": "c3745-adventerprisek9-mz.124-25d.image",
+ "image_md5sum": "ddbaf74274822b50fa9670e10c75b08f",
+ "iomem": 5,
+ "mac_addr": "c421.328c.0000",
+ "mmap": true,
+ "nvram": 256,
+ "platform": "c3745",
+ "ram": 256,
+ "slot0": "GT96100-FE",
+ "slot1": "NM-1FE-TX",
+ "slot2": "NM-1FE-TX",
+ "slot3": "NM-1FE-TX",
+ "slot4": "NM-1FE-TX",
+ "sparsemem": true,
+ "system_id": "FTX0945W0MY",
+ "usage": "",
+ "wic0": null,
+ "wic1": null,
+ "wic2": null
+ },
+ "symbol": ":/symbols/router.svg",
+ "template_id": "6e61f7dc-fa71-40ff-8964-b8dffca8b824",
+ "width": 66,
+ "x": 852,
+ "y": -345,
+ "z": 2
+ },
+ {
+ "compute_id": "local",
+ "console": 5060,
+ "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": "PC12",
+ "x": 6,
+ "y": -29
+ },
+ "locked": false,
+ "name": "PC12",
+ "node_id": "824f9e70-b95f-4277-898d-e5e85c5452fc",
+ "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": 1039,
+ "y": -262,
+ "z": 2
+ },
+ {
+ "compute_id": "local",
+ "console": 5062,
+ "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": "PC13",
+ "x": 4,
+ "y": 54
+ },
+ "locked": false,
+ "name": "PC13",
+ "node_id": "5501b7ed-8236-487c-9bfa-a5c8eaa99beb",
+ "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": 914,
+ "y": -194,
+ "z": 2
+ },
+ {
+ "compute_id": "local",
+ "console": 5066,
+ "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": "R22",
+ "x": 43,
+ "y": -25
+ },
+ "locked": false,
+ "name": "R22",
+ "node_id": "79d660f2-d3a2-43f4-be3b-5f1dfe2724bf",
+ "node_type": "dynamips",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "auto_delete_disks": true,
+ "aux": null,
+ "clock_divisor": 8,
+ "disk0": 4,
+ "disk1": 0,
+ "dynamips_id": 35,
+ "exec_area": 64,
+ "idlemax": 500,
+ "idlepc": "0x60aa1bcc",
+ "idlesleep": 30,
+ "image": "c3745-adventerprisek9-mz.124-25d.image",
+ "image_md5sum": "ddbaf74274822b50fa9670e10c75b08f",
+ "iomem": 5,
+ "mac_addr": "c423.11e8.0000",
+ "mmap": true,
+ "nvram": 256,
+ "platform": "c3745",
+ "ram": 256,
+ "slot0": "GT96100-FE",
+ "slot1": "NM-1FE-TX",
+ "slot2": "NM-1FE-TX",
+ "slot3": "NM-1FE-TX",
+ "slot4": "NM-1FE-TX",
+ "sparsemem": true,
+ "system_id": "FTX0945W0MY",
+ "usage": "",
+ "wic0": null,
+ "wic1": null,
+ "wic2": null
+ },
+ "symbol": ":/symbols/router.svg",
+ "template_id": "6e61f7dc-fa71-40ff-8964-b8dffca8b824",
+ "width": 66,
+ "x": 1078,
+ "y": 560,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5061,
+ "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": "PC14",
+ "x": -1,
+ "y": -25
+ },
+ "locked": false,
+ "name": "PC14",
+ "node_id": "801681e2-d067-43e2-99b2-34afd1bb0d56",
+ "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": 761,
+ "y": -229,
+ "z": 2
+ },
+ {
+ "compute_id": "local",
+ "console": 5048,
+ "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": "SUCURSAL",
+ "x": -32,
+ "y": -31
+ },
+ "locked": false,
+ "name": "SUCURSAL",
+ "node_id": "f7600fed-45d1-4bb4-b8e0-a020c1369e1a",
+ "node_type": "dynamips",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "auto_delete_disks": true,
+ "aux": null,
+ "clock_divisor": 8,
+ "disk0": 4,
+ "disk1": 0,
+ "dynamips_id": 36,
+ "exec_area": 64,
+ "idlemax": 500,
+ "idlepc": "0x60aa1bcc",
+ "idlesleep": 30,
+ "image": "c3745-adventerprisek9-mz.124-25d.image",
+ "image_md5sum": "ddbaf74274822b50fa9670e10c75b08f",
+ "iomem": 5,
+ "mac_addr": "c424.4330.0000",
+ "mmap": true,
+ "nvram": 256,
+ "platform": "c3745",
+ "ram": 256,
+ "slot0": "GT96100-FE",
+ "slot1": "NM-1FE-TX",
+ "slot2": "NM-1FE-TX",
+ "slot3": "NM-1FE-TX",
+ "slot4": "NM-1FE-TX",
+ "sparsemem": true,
+ "system_id": "FTX0945W0MY",
+ "usage": "",
+ "wic0": null,
+ "wic1": null,
+ "wic2": null
+ },
+ "symbol": ":/symbols/router.svg",
+ "template_id": "6e61f7dc-fa71-40ff-8964-b8dffca8b824",
+ "width": 66,
+ "x": 950,
+ "y": 653,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5050,
+ "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": "R21",
+ "x": 12,
+ "y": -25
+ },
+ "locked": false,
+ "name": "R21",
+ "node_id": "e637fcdc-2a29-41c6-b78b-5ce2eb6b5a3e",
+ "node_type": "dynamips",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "auto_delete_disks": true,
+ "aux": null,
+ "clock_divisor": 8,
+ "disk0": 4,
+ "disk1": 0,
+ "dynamips_id": 37,
+ "exec_area": 64,
+ "idlemax": 500,
+ "idlepc": "0x60aa1bcc",
+ "idlesleep": 30,
+ "image": "c3745-adventerprisek9-mz.124-25d.image",
+ "image_md5sum": "ddbaf74274822b50fa9670e10c75b08f",
+ "iomem": 5,
+ "mac_addr": "c425.0e40.0000",
+ "mmap": true,
+ "nvram": 256,
+ "platform": "c3745",
+ "ram": 256,
+ "slot0": "GT96100-FE",
+ "slot1": "NM-1FE-TX",
+ "slot2": "NM-1FE-TX",
+ "slot3": "NM-1FE-TX",
+ "slot4": "NM-1FE-TX",
+ "sparsemem": true,
+ "system_id": "FTX0945W0MY",
+ "usage": "",
+ "wic0": null,
+ "wic1": null,
+ "wic2": null
+ },
+ "symbol": ":/symbols/router.svg",
+ "template_id": "6e61f7dc-fa71-40ff-8964-b8dffca8b824",
+ "width": 66,
+ "x": 750,
+ "y": 587,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5051,
+ "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": "PC15",
+ "x": 11,
+ "y": -29
+ },
+ "locked": false,
+ "name": "PC15",
+ "node_id": "5d7d8e07-767a-4d29-9559-ac483e212764",
+ "node_type": "vpcs",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {},
+ "symbol": ":/symbols/classic/vpcs_guest.svg",
+ "template_id": "19021f99-e36f-394d-b4a1-8aaa902ab9cc",
+ "width": 65,
+ "x": 1058,
+ "y": 733,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5053,
+ "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": "PC16",
+ "x": -3,
+ "y": -20
+ },
+ "locked": false,
+ "name": "PC16",
+ "node_id": "d9d5e1ef-37d5-4e9f-b71e-f6b49346f0e2",
+ "node_type": "vpcs",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {},
+ "symbol": ":/symbols/classic/vpcs_guest.svg",
+ "template_id": "19021f99-e36f-394d-b4a1-8aaa902ab9cc",
+ "width": 65,
+ "x": 837,
+ "y": 736,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5049,
+ "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": "R6",
+ "x": 12,
+ "y": -25
+ },
+ "locked": false,
+ "name": "R6",
+ "node_id": "dbffc4b0-b071-4208-8208-2eee1458a74c",
+ "node_type": "dynamips",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "auto_delete_disks": true,
+ "aux": null,
+ "chassis": "3640",
+ "clock_divisor": 4,
+ "disk0": 0,
+ "disk1": 0,
+ "dynamips_id": 12,
+ "exec_area": 64,
+ "idlemax": 500,
+ "idlepc": "0x604eafc4",
+ "idlesleep": 30,
+ "image": "unzip-c3640-js-mz.124-10.bin",
+ "image_md5sum": "d3da38b192a07a3ea33009d0b186800f",
+ "iomem": 5,
+ "mac_addr": "cc0c.175c.0000",
+ "mmap": true,
+ "nvram": 256,
+ "platform": "c3600",
+ "ram": 192,
+ "slot0": "NM-1FE-TX",
+ "slot1": "NM-1FE-TX",
+ "slot2": "NM-1FE-TX",
+ "slot3": "NM-1FE-TX",
+ "sparsemem": true,
+ "system_id": "FTX0945W0MY",
+ "usage": ""
+ },
+ "symbol": ":/symbols/classic/router.svg",
+ "template_id": "43d1adbf-9aed-4de7-a5bd-e5d68569ca88",
+ "width": 66,
+ "x": -847,
+ "y": -497,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5052,
+ "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": "R7",
+ "x": 20,
+ "y": -25
+ },
+ "locked": false,
+ "name": "R7",
+ "node_id": "f5f22b9c-e10d-419d-9fdf-6568d0c1df79",
+ "node_type": "dynamips",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "auto_delete_disks": true,
+ "aux": null,
+ "clock_divisor": 4,
+ "disk0": 0,
+ "disk1": 0,
+ "dynamips_id": 14,
+ "exec_area": 64,
+ "idlemax": 500,
+ "idlepc": "0x61e05874",
+ "idlesleep": 30,
+ "image": "c7200-advipservicesk9-mz.152-4.S5.image",
+ "image_md5sum": "cbbbea66a253f1dac0fcf81274dc778d",
+ "mac_addr": "ca0e.4ff8.0000",
+ "midplane": "vxr",
+ "mmap": true,
+ "npe": "npe-400",
+ "nvram": 512,
+ "platform": "c7200",
+ "power_supplies": [
+ 1,
+ 1
+ ],
+ "ram": 512,
+ "sensors": [
+ 22,
+ 22,
+ 22,
+ 22
+ ],
+ "slot0": "C7200-IO-FE",
+ "slot1": "PA-2FE-TX",
+ "slot2": "PA-2FE-TX",
+ "slot3": null,
+ "slot4": null,
+ "slot5": null,
+ "slot6": null,
+ "sparsemem": true,
+ "system_id": "FTX0945W0MY",
+ "usage": ""
+ },
+ "symbol": ":/symbols/router.svg",
+ "template_id": "713701c7-0d77-425e-8915-a60e06da53d1",
+ "width": 66,
+ "x": -847,
+ "y": -389,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5056,
+ "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": "R8",
+ "x": 20,
+ "y": -25
+ },
+ "locked": false,
+ "name": "R8",
+ "node_id": "48723687-56d3-46d4-acb6-ca9959d2e2b1",
+ "node_type": "dynamips",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "auto_delete_disks": true,
+ "aux": null,
+ "clock_divisor": 4,
+ "disk0": 0,
+ "disk1": 0,
+ "dynamips_id": 34,
+ "exec_area": 64,
+ "idlemax": 500,
+ "idlepc": "0x61e05874",
+ "idlesleep": 30,
+ "image": "c7200-advipservicesk9-mz.152-4.S5.image",
+ "image_md5sum": "cbbbea66a253f1dac0fcf81274dc778d",
+ "mac_addr": "ca22.1e38.0000",
+ "midplane": "vxr",
+ "mmap": true,
+ "npe": "npe-400",
+ "nvram": 512,
+ "platform": "c7200",
+ "power_supplies": [
+ 1,
+ 1
+ ],
+ "ram": 512,
+ "sensors": [
+ 22,
+ 22,
+ 22,
+ 22
+ ],
+ "slot0": "C7200-IO-FE",
+ "slot1": "PA-2FE-TX",
+ "slot2": "PA-2FE-TX",
+ "slot3": null,
+ "slot4": null,
+ "slot5": null,
+ "slot6": null,
+ "sparsemem": true,
+ "system_id": "FTX0945W0MY",
+ "usage": ""
+ },
+ "symbol": ":/symbols/router.svg",
+ "template_id": "713701c7-0d77-425e-8915-a60e06da53d1",
+ "width": 66,
+ "x": -847,
+ "y": -272,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5032,
+ "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": "R12",
+ "x": 20,
+ "y": -25
+ },
+ "locked": false,
+ "name": "R12",
+ "node_id": "e4c71cb1-099c-4ffc-83bb-e91d6bf9789b",
+ "node_type": "dynamips",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "auto_delete_disks": true,
+ "aux": null,
+ "clock_divisor": 4,
+ "disk0": 0,
+ "disk1": 0,
+ "dynamips_id": 21,
+ "exec_area": 64,
+ "idlemax": 500,
+ "idlepc": "0x61e05874",
+ "idlesleep": 30,
+ "image": "c7200-advipservicesk9-mz.152-4.S5.image",
+ "image_md5sum": "cbbbea66a253f1dac0fcf81274dc778d",
+ "mac_addr": "ca15.2a18.0000",
+ "midplane": "vxr",
+ "mmap": true,
+ "npe": "npe-400",
+ "nvram": 512,
+ "platform": "c7200",
+ "power_supplies": [
+ 1,
+ 1
+ ],
+ "ram": 512,
+ "sensors": [
+ 22,
+ 22,
+ 22,
+ 22
+ ],
+ "slot0": "C7200-IO-FE",
+ "slot1": "PA-2FE-TX",
+ "slot2": "PA-2FE-TX",
+ "slot3": null,
+ "slot4": null,
+ "slot5": null,
+ "slot6": null,
+ "sparsemem": true,
+ "system_id": "FTX0945W0MY",
+ "usage": ""
+ },
+ "symbol": ":/symbols/router.svg",
+ "template_id": "713701c7-0d77-425e-8915-a60e06da53d1",
+ "width": 66,
+ "x": 983,
+ "y": -731,
+ "z": 2
+ },
+ {
+ "compute_id": "local",
+ "console": 5033,
+ "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": "R13",
+ "x": 20,
+ "y": -25
+ },
+ "locked": false,
+ "name": "R13",
+ "node_id": "f5d3746d-c382-4bab-8630-3796937ff0f7",
+ "node_type": "dynamips",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "auto_delete_disks": true,
+ "aux": null,
+ "clock_divisor": 4,
+ "disk0": 0,
+ "disk1": 0,
+ "dynamips_id": 22,
+ "exec_area": 64,
+ "idlemax": 500,
+ "idlepc": "0x61e05874",
+ "idlesleep": 30,
+ "image": "c7200-advipservicesk9-mz.152-4.S5.image",
+ "image_md5sum": "cbbbea66a253f1dac0fcf81274dc778d",
+ "mac_addr": "ca16.4b08.0000",
+ "midplane": "vxr",
+ "mmap": true,
+ "npe": "npe-400",
+ "nvram": 512,
+ "platform": "c7200",
+ "power_supplies": [
+ 1,
+ 1
+ ],
+ "ram": 512,
+ "sensors": [
+ 22,
+ 22,
+ 22,
+ 22
+ ],
+ "slot0": "C7200-IO-FE",
+ "slot1": "PA-2FE-TX",
+ "slot2": "PA-2FE-TX",
+ "slot3": null,
+ "slot4": null,
+ "slot5": null,
+ "slot6": null,
+ "sparsemem": true,
+ "system_id": "FTX0945W0MY",
+ "usage": ""
+ },
+ "symbol": ":/symbols/router.svg",
+ "template_id": "713701c7-0d77-425e-8915-a60e06da53d1",
+ "width": 66,
+ "x": 983,
+ "y": -608,
+ "z": 2
+ },
+ {
+ "compute_id": "local",
+ "console": 5024,
+ "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": "R10",
+ "x": 20,
+ "y": -25
+ },
+ "locked": false,
+ "name": "R10",
+ "node_id": "5a1297cb-f39c-4283-bced-8f1e5a7bd5b9",
+ "node_type": "dynamips",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "auto_delete_disks": true,
+ "aux": null,
+ "clock_divisor": 4,
+ "disk0": 0,
+ "disk1": 0,
+ "dynamips_id": 18,
+ "exec_area": 64,
+ "idlemax": 500,
+ "idlepc": "0x61e05874",
+ "idlesleep": 30,
+ "image": "c7200-advipservicesk9-mz.152-4.S5.image",
+ "image_md5sum": "cbbbea66a253f1dac0fcf81274dc778d",
+ "mac_addr": "ca12.3368.0000",
+ "midplane": "vxr",
+ "mmap": true,
+ "npe": "npe-400",
+ "nvram": 512,
+ "platform": "c7200",
+ "power_supplies": [
+ 1,
+ 1
+ ],
+ "ram": 512,
+ "sensors": [
+ 22,
+ 22,
+ 22,
+ 22
+ ],
+ "slot0": "C7200-IO-FE",
+ "slot1": "PA-2FE-TX",
+ "slot2": "PA-2FE-TX",
+ "slot3": null,
+ "slot4": null,
+ "slot5": null,
+ "slot6": null,
+ "sparsemem": true,
+ "system_id": "FTX0945W0MY",
+ "usage": ""
+ },
+ "symbol": ":/symbols/router.svg",
+ "template_id": "713701c7-0d77-425e-8915-a60e06da53d1",
+ "width": 66,
+ "x": -812,
+ "y": 301,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5046,
+ "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": "R11",
+ "x": 20,
+ "y": -25
+ },
+ "locked": false,
+ "name": "R11",
+ "node_id": "aed1d9ee-162b-4d09-874e-d76afd3a5836",
+ "node_type": "dynamips",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "auto_delete_disks": true,
+ "aux": null,
+ "clock_divisor": 4,
+ "disk0": 0,
+ "disk1": 0,
+ "dynamips_id": 19,
+ "exec_area": 64,
+ "idlemax": 500,
+ "idlepc": "0x61e05874",
+ "idlesleep": 30,
+ "image": "c7200-advipservicesk9-mz.152-4.S5.image",
+ "image_md5sum": "cbbbea66a253f1dac0fcf81274dc778d",
+ "mac_addr": "ca13.18e8.0000",
+ "midplane": "vxr",
+ "mmap": true,
+ "npe": "npe-400",
+ "nvram": 512,
+ "platform": "c7200",
+ "power_supplies": [
+ 1,
+ 1
+ ],
+ "ram": 512,
+ "sensors": [
+ 22,
+ 22,
+ 22,
+ 22
+ ],
+ "slot0": "C7200-IO-FE",
+ "slot1": "PA-2FE-TX",
+ "slot2": "PA-2FE-TX",
+ "slot3": null,
+ "slot4": null,
+ "slot5": null,
+ "slot6": null,
+ "sparsemem": true,
+ "system_id": "FTX0945W0MY",
+ "usage": ""
+ },
+ "symbol": ":/symbols/router.svg",
+ "template_id": "713701c7-0d77-425e-8915-a60e06da53d1",
+ "width": 66,
+ "x": -812,
+ "y": 422,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5030,
+ "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": "R9",
+ "x": 12,
+ "y": -25
+ },
+ "locked": false,
+ "name": "R9",
+ "node_id": "0a397228-df03-4827-9fe5-991744ed0aa3",
+ "node_type": "dynamips",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "auto_delete_disks": true,
+ "aux": null,
+ "chassis": "3640",
+ "clock_divisor": 4,
+ "disk0": 0,
+ "disk1": 0,
+ "dynamips_id": 13,
+ "exec_area": 64,
+ "idlemax": 500,
+ "idlepc": "0x604eafc4",
+ "idlesleep": 30,
+ "image": "unzip-c3640-js-mz.124-10.bin",
+ "image_md5sum": "d3da38b192a07a3ea33009d0b186800f",
+ "iomem": 5,
+ "mac_addr": "cc0d.0f40.0000",
+ "mmap": true,
+ "nvram": 256,
+ "platform": "c3600",
+ "ram": 192,
+ "slot0": "NM-1FE-TX",
+ "slot1": "NM-1FE-TX",
+ "slot2": "NM-1FE-TX",
+ "slot3": "NM-1FE-TX",
+ "sparsemem": true,
+ "system_id": "FTX0945W0MY",
+ "usage": ""
+ },
+ "symbol": ":/symbols/router.svg",
+ "template_id": "43d1adbf-9aed-4de7-a5bd-e5d68569ca88",
+ "width": 66,
+ "x": -812,
+ "y": 193,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5057,
+ "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": "DUALSTACK",
+ "x": -23,
+ "y": -26
+ },
+ "locked": false,
+ "name": "DUALSTACK",
+ "node_id": "481d8312-9e15-405c-88b9-b1f655742359",
+ "node_type": "dynamips",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "auto_delete_disks": true,
+ "aux": null,
+ "clock_divisor": 8,
+ "disk0": 0,
+ "disk1": 0,
+ "dynamips_id": 17,
+ "exec_area": 64,
+ "idlemax": 500,
+ "idlepc": "0x60aa1bcc",
+ "idlesleep": 30,
+ "image": "c3745-adventerprisek9-mz.124-25d.image",
+ "image_md5sum": "ddbaf74274822b50fa9670e10c75b08f",
+ "iomem": 5,
+ "mac_addr": "c411.3574.0000",
+ "mmap": true,
+ "nvram": 256,
+ "platform": "c3745",
+ "ram": 256,
+ "slot0": "GT96100-FE",
+ "slot1": "NM-1FE-TX",
+ "slot2": "NM-1FE-TX",
+ "slot3": "NM-1FE-TX",
+ "slot4": "NM-1FE-TX",
+ "sparsemem": true,
+ "system_id": "FTX0945W0MY",
+ "usage": "",
+ "wic0": null,
+ "wic1": null,
+ "wic2": null
+ },
+ "symbol": ":/symbols/router.svg",
+ "template_id": "9d76fe67-d4ce-427b-b855-8f0e56b4d053",
+ "width": 66,
+ "x": 921,
+ "y": 494,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5063,
+ "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": "R23",
+ "x": 22,
+ "y": -29
+ },
+ "locked": false,
+ "name": "R23",
+ "node_id": "d4734b39-9d2a-4516-b9fc-1a2300bd0994",
+ "node_type": "dynamips",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "auto_delete_disks": true,
+ "aux": null,
+ "clock_divisor": 8,
+ "disk0": 4,
+ "disk1": 0,
+ "dynamips_id": 38,
+ "exec_area": 64,
+ "idlemax": 500,
+ "idlepc": "0x60aa1bcc",
+ "idlesleep": 30,
+ "image": "c3745-adventerprisek9-mz.124-25d.image",
+ "image_md5sum": "ddbaf74274822b50fa9670e10c75b08f",
+ "iomem": 5,
+ "mac_addr": "c426.5668.0000",
+ "mmap": true,
+ "nvram": 256,
+ "platform": "c3745",
+ "ram": 256,
+ "slot0": "GT96100-FE",
+ "slot1": "NM-1FE-TX",
+ "slot2": "NM-1FE-TX",
+ "slot3": "NM-1FE-TX",
+ "slot4": "NM-1FE-TX",
+ "sparsemem": true,
+ "system_id": "FTX0945W0MY",
+ "usage": "",
+ "wic0": null,
+ "wic1": null,
+ "wic2": null
+ },
+ "symbol": ":/symbols/router.svg",
+ "template_id": "6e61f7dc-fa71-40ff-8964-b8dffca8b824",
+ "width": 66,
+ "x": 285,
+ "y": 521,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5064,
+ "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": "R24",
+ "x": 12,
+ "y": -25
+ },
+ "locked": false,
+ "name": "R24",
+ "node_id": "04da72c5-2968-4e7b-914e-f80efe1300d2",
+ "node_type": "dynamips",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "auto_delete_disks": true,
+ "aux": null,
+ "clock_divisor": 8,
+ "disk0": 4,
+ "disk1": 0,
+ "dynamips_id": 39,
+ "exec_area": 64,
+ "idlemax": 500,
+ "idlepc": "0x60aa1bcc",
+ "idlesleep": 30,
+ "image": "c3745-adventerprisek9-mz.124-25d.image",
+ "image_md5sum": "ddbaf74274822b50fa9670e10c75b08f",
+ "iomem": 5,
+ "mac_addr": "c427.5b6c.0000",
+ "mmap": true,
+ "nvram": 256,
+ "platform": "c3745",
+ "ram": 256,
+ "slot0": "GT96100-FE",
+ "slot1": "NM-1FE-TX",
+ "slot2": "NM-1FE-TX",
+ "slot3": "NM-1FE-TX",
+ "slot4": "NM-1FE-TX",
+ "sparsemem": true,
+ "system_id": "FTX0945W0MY",
+ "usage": "",
+ "wic0": null,
+ "wic1": null,
+ "wic2": null
+ },
+ "symbol": ":/symbols/router.svg",
+ "template_id": "6e61f7dc-fa71-40ff-8964-b8dffca8b824",
+ "width": 66,
+ "x": 116,
+ "y": 594,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5074,
+ "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": "R25",
+ "x": 69,
+ "y": 2
+ },
+ "locked": false,
+ "name": "R25",
+ "node_id": "c9174402-edb1-4c23-bec5-ad8c2de46575",
+ "node_type": "dynamips",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "auto_delete_disks": true,
+ "aux": null,
+ "clock_divisor": 8,
+ "disk0": 4,
+ "disk1": 0,
+ "dynamips_id": 40,
+ "exec_area": 64,
+ "idlemax": 500,
+ "idlepc": "0x60aa1bcc",
+ "idlesleep": 30,
+ "image": "c3745-adventerprisek9-mz.124-25d.image",
+ "image_md5sum": "ddbaf74274822b50fa9670e10c75b08f",
+ "iomem": 5,
+ "mac_addr": "c428.3350.0000",
+ "mmap": true,
+ "nvram": 256,
+ "platform": "c3745",
+ "ram": 256,
+ "slot0": "GT96100-FE",
+ "slot1": "NM-1FE-TX",
+ "slot2": "NM-1FE-TX",
+ "slot3": "NM-1FE-TX",
+ "slot4": "NM-1FE-TX",
+ "sparsemem": true,
+ "system_id": "FTX0945W0MY",
+ "usage": "",
+ "wic0": null,
+ "wic1": null,
+ "wic2": null
+ },
+ "symbol": ":/symbols/router.svg",
+ "template_id": "6e61f7dc-fa71-40ff-8964-b8dffca8b824",
+ "width": 66,
+ "x": 285,
+ "y": 698,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5075,
+ "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": "R26",
+ "x": 12,
+ "y": -25
+ },
+ "locked": false,
+ "name": "R26",
+ "node_id": "10a364a9-0c7e-4e92-9425-7509d378d2e0",
+ "node_type": "dynamips",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "auto_delete_disks": true,
+ "aux": null,
+ "clock_divisor": 8,
+ "disk0": 4,
+ "disk1": 0,
+ "dynamips_id": 41,
+ "exec_area": 64,
+ "idlemax": 500,
+ "idlepc": "0x60aa1bcc",
+ "idlesleep": 30,
+ "image": "c3745-adventerprisek9-mz.124-25d.image",
+ "image_md5sum": "ddbaf74274822b50fa9670e10c75b08f",
+ "iomem": 5,
+ "mac_addr": "c429.24b8.0000",
+ "mmap": true,
+ "nvram": 256,
+ "platform": "c3745",
+ "ram": 256,
+ "slot0": "GT96100-FE",
+ "slot1": "NM-1FE-TX",
+ "slot2": "NM-1FE-TX",
+ "slot3": "NM-1FE-TX",
+ "slot4": "NM-1FE-TX",
+ "sparsemem": true,
+ "system_id": "FTX0945W0MY",
+ "usage": "",
+ "wic0": null,
+ "wic1": null,
+ "wic2": null
+ },
+ "symbol": ":/symbols/router.svg",
+ "template_id": "6e61f7dc-fa71-40ff-8964-b8dffca8b824",
+ "width": 66,
+ "x": 421,
+ "y": 594,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5081,
+ "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": "PC19",
+ "x": 6,
+ "y": -25
+ },
+ "locked": false,
+ "name": "PC19",
+ "node_id": "bc9ac82e-63d4-4c97-a146-5da924501e66",
+ "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": -658,
+ "y": -725,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5077,
+ "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": "CPE-A2",
+ "x": 61,
+ "y": -26
+ },
+ "locked": false,
+ "name": "CPE-A2",
+ "node_id": "3c3be017-0896-46ad-a96b-fc2307fca257",
+ "node_type": "dynamips",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "auto_delete_disks": true,
+ "aux": null,
+ "clock_divisor": 8,
+ "disk0": 4,
+ "disk1": 0,
+ "dynamips_id": 42,
+ "exec_area": 64,
+ "idlemax": 500,
+ "idlepc": "0x60aa1bcc",
+ "idlesleep": 30,
+ "image": "c3745-adventerprisek9-mz.124-25d.image",
+ "image_md5sum": "ddbaf74274822b50fa9670e10c75b08f",
+ "iomem": 5,
+ "mac_addr": "c42a.14aa.0000",
+ "mmap": true,
+ "nvram": 256,
+ "platform": "c3745",
+ "ram": 256,
+ "slot0": "GT96100-FE",
+ "slot1": "NM-1FE-TX",
+ "slot2": "NM-1FE-TX",
+ "slot3": "NM-1FE-TX",
+ "slot4": "NM-1FE-TX",
+ "sparsemem": true,
+ "system_id": "FTX0945W0MY",
+ "usage": "",
+ "wic0": null,
+ "wic1": null,
+ "wic2": null
+ },
+ "symbol": ":/symbols/router.svg",
+ "template_id": "6e61f7dc-fa71-40ff-8964-b8dffca8b824",
+ "width": 66,
+ "x": -716,
+ "y": -571,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5079,
+ "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": "PC18",
+ "x": 6,
+ "y": -25
+ },
+ "locked": false,
+ "name": "PC18",
+ "node_id": "35b0dbb3-3ef7-4b6c-ba28-c236a4843ad0",
+ "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": 599,
+ "y": -770,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5082,
+ "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": "PC20",
+ "x": 6,
+ "y": -29
+ },
+ "locked": false,
+ "name": "PC20",
+ "node_id": "e5e5fb79-f15f-4954-a013-a795b7301679",
+ "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": 722,
+ "y": -806,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5083,
+ "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": "CPE-B2",
+ "x": 57,
+ "y": -23
+ },
+ "locked": false,
+ "name": "CPE-B2",
+ "node_id": "e7d123d9-5b3e-48f3-931c-39e372536ded",
+ "node_type": "dynamips",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "auto_delete_disks": true,
+ "aux": null,
+ "clock_divisor": 8,
+ "disk0": 4,
+ "disk1": 0,
+ "dynamips_id": 32,
+ "exec_area": 64,
+ "idlemax": 500,
+ "idlepc": "0x60aa1bcc",
+ "idlesleep": 30,
+ "image": "c3745-adventerprisek9-mz.124-25d.image",
+ "image_md5sum": "ddbaf74274822b50fa9670e10c75b08f",
+ "iomem": 5,
+ "mac_addr": "c420.11a7.0000",
+ "mmap": true,
+ "nvram": 256,
+ "platform": "c3745",
+ "ram": 256,
+ "slot0": "GT96100-FE",
+ "slot1": "NM-1FE-TX",
+ "slot2": "NM-1FE-TX",
+ "slot3": "NM-1FE-TX",
+ "slot4": "NM-1FE-TX",
+ "sparsemem": true,
+ "system_id": "FTX0945W0MY",
+ "usage": "",
+ "wic0": null,
+ "wic1": null,
+ "wic2": null
+ },
+ "symbol": ":/symbols/router.svg",
+ "template_id": "6e61f7dc-fa71-40ff-8964-b8dffca8b824",
+ "width": 66,
+ "x": 718,
+ "y": -650,
+ "z": 2
+ },
+ {
+ "compute_id": "local",
+ "console": 5085,
+ "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": "PC21",
+ "x": 6,
+ "y": -25
+ },
+ "locked": false,
+ "name": "PC21",
+ "node_id": "8211e7d7-751b-4c87-8e74-60c37d365318",
+ "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": -403,
+ "y": -606,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5087,
+ "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": "PC22",
+ "x": 6,
+ "y": -29
+ },
+ "locked": false,
+ "name": "PC22",
+ "node_id": "08735d6d-7c77-4e63-b996-b614ac52c04c",
+ "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": -339,
+ "y": -510,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5088,
+ "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": "CPE-B1",
+ "x": -20,
+ "y": -33
+ },
+ "locked": false,
+ "name": "CPE-B1",
+ "node_id": "4ff01e9c-bf75-4040-8f8d-a764992bb388",
+ "node_type": "dynamips",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "auto_delete_disks": true,
+ "aux": null,
+ "clock_divisor": 8,
+ "disk0": 4,
+ "disk1": 0,
+ "dynamips_id": 43,
+ "exec_area": 64,
+ "idlemax": 500,
+ "idlepc": "0x60aa1bcc",
+ "idlesleep": 30,
+ "image": "c3745-adventerprisek9-mz.124-25d.image",
+ "image_md5sum": "ddbaf74274822b50fa9670e10c75b08f",
+ "iomem": 5,
+ "mac_addr": "c42b.11c3.0000",
+ "mmap": true,
+ "nvram": 256,
+ "platform": "c3745",
+ "ram": 256,
+ "slot0": "GT96100-FE",
+ "slot1": "NM-1FE-TX",
+ "slot2": "NM-1FE-TX",
+ "slot3": "NM-1FE-TX",
+ "slot4": "NM-1FE-TX",
+ "sparsemem": true,
+ "system_id": "FTX0945W0MY",
+ "usage": "",
+ "wic0": null,
+ "wic1": null,
+ "wic2": null
+ },
+ "symbol": ":/symbols/router.svg",
+ "template_id": "6e61f7dc-fa71-40ff-8964-b8dffca8b824",
+ "width": 66,
+ "x": -468,
+ "y": -482,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5073,
+ "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": "PC24",
+ "x": 9,
+ "y": 54
+ },
+ "locked": false,
+ "name": "PC24",
+ "node_id": "a0b95358-2983-44a1-accd-8d3160ff6aac",
+ "node_type": "vpcs",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {},
+ "symbol": ":/symbols/classic/vpcs_guest.svg",
+ "template_id": "19021f99-e36f-394d-b4a1-8aaa902ab9cc",
+ "width": 65,
+ "x": -762,
+ "y": -82,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5093,
+ "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": "CLIENTE-PPOE2",
+ "x": -132,
+ "y": 30
+ },
+ "locked": false,
+ "name": "CLIENTE-PPOE2",
+ "node_id": "af74c719-ccc5-4608-b810-efde773ec2a4",
+ "node_type": "dynamips",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "auto_delete_disks": true,
+ "aux": null,
+ "chassis": "3640",
+ "clock_divisor": 4,
+ "disk0": 0,
+ "disk1": 0,
+ "dynamips_id": 45,
+ "exec_area": 64,
+ "idlemax": 500,
+ "idlepc": "0x604eafc4",
+ "idlesleep": 30,
+ "image": "unzip-c3640-js-mz.124-10.bin",
+ "image_md5sum": "d3da38b192a07a3ea33009d0b186800f",
+ "iomem": 5,
+ "mac_addr": "cc2d.0be4.0000",
+ "mmap": true,
+ "nvram": 256,
+ "platform": "c3600",
+ "ram": 192,
+ "slot0": "NM-1FE-TX",
+ "slot1": "NM-1FE-TX",
+ "slot2": "NM-1FE-TX",
+ "slot3": "NM-1FE-TX",
+ "sparsemem": true,
+ "system_id": "FTX0945W0MY",
+ "usage": ""
+ },
+ "symbol": ":/symbols/classic/router.svg",
+ "template_id": "43d1adbf-9aed-4de7-a5bd-e5d68569ca88",
+ "width": 66,
+ "x": -702,
+ "y": -186,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5072,
+ "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": "PC17",
+ "x": 6,
+ "y": -25
+ },
+ "locked": false,
+ "name": "PC17",
+ "node_id": "16f46af4-90a0-410c-ab61-485c9d34f6cb",
+ "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": -814,
+ "y": -740,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5078,
+ "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": "PC23",
+ "x": 16,
+ "y": 62
+ },
+ "locked": false,
+ "name": "PC23",
+ "node_id": "98eb1ce1-8cbc-403d-95b0-ec3a32425e05",
+ "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": -475,
+ "y": -118,
+ "z": 1
+ },
+ {
+ "compute_id": "local",
+ "console": 5080,
+ "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": "CLIENTE-PPOE1",
+ "x": 29,
+ "y": -31
+ },
+ "locked": false,
+ "name": "CLIENTE-PPOE1",
+ "node_id": "a79bf4b4-635d-4082-afc6-782738fbcf4e",
+ "node_type": "dynamips",
+ "port_name_format": "Ethernet{0}",
+ "port_segment_size": 0,
+ "properties": {
+ "auto_delete_disks": true,
+ "aux": null,
+ "clock_divisor": 4,
+ "disk0": 0,
+ "disk1": 0,
+ "dynamips_id": 44,
+ "exec_area": 64,
+ "idlemax": 500,
+ "idlepc": "0x61e05874",
+ "idlesleep": 30,
+ "image": "c7200-advipservicesk9-mz.152-4.S5.image",
+ "image_md5sum": "cbbbea66a253f1dac0fcf81274dc778d",
+ "mac_addr": "ca2c.3f78.0000",
+ "midplane": "vxr",
+ "mmap": true,
+ "npe": "npe-400",
+ "nvram": 512,
+ "platform": "c7200",
+ "power_supplies": [
+ 1,
+ 1
+ ],
+ "ram": 512,
+ "sensors": [
+ 22,
+ 22,
+ 22,
+ 22
+ ],
+ "slot0": "C7200-IO-FE",
+ "slot1": "PA-2FE-TX",
+ "slot2": "PA-2FE-TX",
+ "slot3": null,
+ "slot4": null,
+ "slot5": null,
+ "slot6": null,
+ "sparsemem": true,
+ "system_id": "FTX0945W0MY",
+ "usage": ""
+ },
+ "symbol": ":/symbols/router.svg",
+ "template_id": "713701c7-0d77-425e-8915-a60e06da53d1",
+ "width": 66,
+ "x": -515,
+ "y": -220,
+ "z": 1
+ }
+ ]
+ },
+ "type": "topology",
+ "variables": null,
+ "version": "2.2.34",
+ "zoom": 46
+}
\ No newline at end of file