Files
SCR/SCR2.2/TP20/simple3.imn

386 lines
5.7 KiB
Plaintext
Raw Normal View History

2025-05-07 10:07:17 +02:00
node n0 {
type host
network-config {
2025-05-07 10:12:34 +02:00
hostname P1
2025-05-07 10:07:17 +02:00
!
interface eth1
2025-05-07 10:12:34 +02:00
ip address 192.168.127.254/18
mac address 42:00:aa:00:00:0e
2025-05-07 10:07:17 +02:00
!
interface eth0
2025-05-07 10:12:34 +02:00
ip address 192.168.63.254/18
mac address 42:00:aa:00:00:0d
2025-05-07 10:07:17 +02:00
!
interface lo0
type lo
ip address 127.0.0.1/8
ipv6 address ::1/128
!
2025-05-07 10:12:34 +02:00
ip route 0.0.0.0/0 192.168.127.253
!
2025-05-07 10:07:17 +02:00
}
canvas c0
2025-05-07 10:12:34 +02:00
iconcoords {192 168}
labelcoords {192 204}
2025-05-07 10:07:17 +02:00
interface-peer {eth0 n2}
interface-peer {eth1 n3}
}
node n1 {
type host
network-config {
2025-05-07 10:12:34 +02:00
hostname P2
2025-05-07 10:07:17 +02:00
!
interface eth2
2025-05-07 10:12:34 +02:00
ip address 192.168.255.254/18
mac address 42:00:aa:00:00:11
2025-05-07 10:07:17 +02:00
!
interface eth1
2025-05-07 10:12:34 +02:00
ip address 192.168.191.254/18
mac address 42:00:aa:00:00:10
2025-05-07 10:07:17 +02:00
!
interface eth0
2025-05-07 10:12:34 +02:00
ip address 192.168.127.253/18
mac address 42:00:aa:00:00:0f
2025-05-07 10:07:17 +02:00
!
interface lo0
type lo
ip address 127.0.0.1/8
ipv6 address ::1/128
!
2025-05-07 10:12:34 +02:00
ip route 0.0.0.0/0 192.168.127.254
!
2025-05-07 10:07:17 +02:00
}
canvas c0
2025-05-07 10:12:34 +02:00
iconcoords {456 96}
labelcoords {456 132}
interface-peer {eth0 n3}
interface-peer {eth1 n4}
interface-peer {eth2 n5}
2025-05-07 10:07:17 +02:00
}
node n2 {
type lanswitch
network-config {
hostname switch1
!
}
canvas c0
2025-05-07 10:12:34 +02:00
iconcoords {96 312}
labelcoords {96 335}
interface-peer {e0 n6}
2025-05-07 10:07:17 +02:00
interface-peer {e1 n7}
2025-05-07 10:12:34 +02:00
interface-peer {e2 n0}
2025-05-07 10:07:17 +02:00
}
node n3 {
type lanswitch
network-config {
hostname switch2
!
}
canvas c0
2025-05-07 10:12:34 +02:00
iconcoords {288 288}
labelcoords {288 311}
2025-05-07 10:07:17 +02:00
interface-peer {e0 n0}
2025-05-07 10:12:34 +02:00
interface-peer {e1 n8}
interface-peer {e2 n9}
2025-05-07 10:07:17 +02:00
interface-peer {e3 n1}
}
node n4 {
type lanswitch
network-config {
hostname switch3
!
}
canvas c0
2025-05-07 10:12:34 +02:00
iconcoords {528 216}
labelcoords {528 239}
2025-05-07 10:07:17 +02:00
interface-peer {e0 n1}
2025-05-07 10:12:34 +02:00
interface-peer {e1 n10}
interface-peer {e2 n11}
2025-05-07 10:07:17 +02:00
}
node n5 {
type lanswitch
network-config {
hostname switch4
!
}
canvas c0
2025-05-07 10:12:34 +02:00
iconcoords {840 192}
labelcoords {840 215}
2025-05-07 10:07:17 +02:00
interface-peer {e0 n1}
2025-05-07 10:12:34 +02:00
interface-peer {e1 n12}
interface-peer {e2 n13}
2025-05-07 10:07:17 +02:00
}
node n6 {
type pc
network-config {
2025-05-07 10:12:34 +02:00
hostname pc1-1
2025-05-07 10:07:17 +02:00
!
interface eth0
ip address 192.168.0.1/18
2025-05-07 10:12:34 +02:00
mac address 42:00:aa:00:00:12
2025-05-07 10:07:17 +02:00
!
interface lo0
type lo
ip address 127.0.0.1/8
ipv6 address ::1/128
!
2025-05-07 10:12:34 +02:00
ip route 0.0.0.0/0 192.168.63.254
2025-05-07 10:07:17 +02:00
!
}
canvas c0
2025-05-07 10:12:34 +02:00
iconcoords {24 480}
labelcoords {24 511}
2025-05-07 10:07:17 +02:00
interface-peer {eth0 n2}
}
node n7 {
type pc
network-config {
2025-05-07 10:12:34 +02:00
hostname pc1-2
2025-05-07 10:07:17 +02:00
!
interface eth0
ip address 192.168.0.2/18
2025-05-07 10:12:34 +02:00
mac address 42:00:aa:00:00:13
2025-05-07 10:07:17 +02:00
!
interface lo0
type lo
ip address 127.0.0.1/8
ipv6 address ::1/128
!
2025-05-07 10:12:34 +02:00
ip route 0.0.0.0/0 192.168.63.254
2025-05-07 10:07:17 +02:00
!
}
canvas c0
2025-05-07 10:12:34 +02:00
iconcoords {216 456}
labelcoords {216 487}
2025-05-07 10:07:17 +02:00
interface-peer {eth0 n2}
}
node n8 {
type pc
network-config {
2025-05-07 10:12:34 +02:00
hostname pc2-1
2025-05-07 10:07:17 +02:00
!
interface eth0
ip address 192.168.64.1/18
2025-05-07 10:12:34 +02:00
mac address 42:00:aa:00:00:14
2025-05-07 10:07:17 +02:00
!
interface lo0
type lo
ip address 127.0.0.1/8
ipv6 address ::1/128
!
2025-05-07 10:12:34 +02:00
ip route 0.0.0.0/0 192.168.127.253
ip route 192.168.0.0/18 192.168.127.254
2025-05-07 10:07:17 +02:00
!
}
canvas c0
2025-05-07 10:12:34 +02:00
iconcoords {240 576}
labelcoords {240 607}
2025-05-07 10:07:17 +02:00
interface-peer {eth0 n3}
}
node n9 {
type pc
network-config {
2025-05-07 10:12:34 +02:00
hostname pc2-2
2025-05-07 10:07:17 +02:00
!
interface eth0
ip address 192.168.64.2/18
2025-05-07 10:12:34 +02:00
mac address 42:00:aa:00:00:15
2025-05-07 10:07:17 +02:00
!
interface lo0
type lo
ip address 127.0.0.1/8
ipv6 address ::1/128
!
2025-05-07 10:12:34 +02:00
ip route 0.0.0.0/0 192.168.127.253
ip route 192.168.0.0/18 192.168.127.254
!
2025-05-07 10:07:17 +02:00
}
canvas c0
2025-05-07 10:12:34 +02:00
iconcoords {408 552}
labelcoords {408 583}
2025-05-07 10:07:17 +02:00
interface-peer {eth0 n3}
}
node n10 {
type pc
network-config {
2025-05-07 10:12:34 +02:00
hostname pc3-1
2025-05-07 10:07:17 +02:00
!
interface eth0
ip address 192.168.128.1/18
2025-05-07 10:12:34 +02:00
mac address 42:00:aa:00:00:16
2025-05-07 10:07:17 +02:00
!
interface lo0
type lo
ip address 127.0.0.1/8
ipv6 address ::1/128
!
2025-05-07 10:12:34 +02:00
ip route 0.0.0.0/0 192.168.191.254
!
2025-05-07 10:07:17 +02:00
}
canvas c0
2025-05-07 10:12:34 +02:00
iconcoords {432 408}
labelcoords {432 439}
2025-05-07 10:07:17 +02:00
interface-peer {eth0 n4}
}
node n11 {
type pc
network-config {
2025-05-07 10:12:34 +02:00
hostname pc3-2
2025-05-07 10:07:17 +02:00
!
interface eth0
ip address 192.168.128.2/18
2025-05-07 10:12:34 +02:00
mac address 42:00:aa:00:00:17
2025-05-07 10:07:17 +02:00
!
interface lo0
type lo
ip address 127.0.0.1/8
ipv6 address ::1/128
!
2025-05-07 10:12:34 +02:00
ip route 0.0.0.0/0 192.168.191.254
!
2025-05-07 10:07:17 +02:00
}
canvas c0
2025-05-07 10:12:34 +02:00
iconcoords {576 384}
labelcoords {576 415}
2025-05-07 10:07:17 +02:00
interface-peer {eth0 n4}
}
node n12 {
type pc
network-config {
2025-05-07 10:12:34 +02:00
hostname pc4-1
2025-05-07 10:07:17 +02:00
!
interface eth0
ip address 192.168.192.1/18
2025-05-07 10:12:34 +02:00
mac address 42:00:aa:00:00:18
2025-05-07 10:07:17 +02:00
!
interface lo0
type lo
ip address 127.0.0.1/8
ipv6 address ::1/128
!
2025-05-07 10:12:34 +02:00
ip route 0.0.0.0/0 192.168.255.254
!
2025-05-07 10:07:17 +02:00
}
canvas c0
2025-05-07 10:12:34 +02:00
iconcoords {672 312}
labelcoords {672 343}
2025-05-07 10:07:17 +02:00
interface-peer {eth0 n5}
}
node n13 {
type pc
network-config {
2025-05-07 10:12:34 +02:00
hostname pc4-2
2025-05-07 10:07:17 +02:00
!
interface eth0
ip address 192.168.192.2/18
2025-05-07 10:12:34 +02:00
mac address 42:00:aa:00:00:19
2025-05-07 10:07:17 +02:00
!
interface lo0
type lo
ip address 127.0.0.1/8
ipv6 address ::1/128
!
}
canvas c0
2025-05-07 10:12:34 +02:00
iconcoords {840 384}
labelcoords {840 415}
2025-05-07 10:07:17 +02:00
interface-peer {eth0 n5}
}
link l0 {
2025-05-07 10:12:34 +02:00
nodes {n2 n6}
2025-05-07 10:07:17 +02:00
bandwidth 0
}
link l1 {
2025-05-07 10:12:34 +02:00
nodes {n2 n7}
2025-05-07 10:07:17 +02:00
bandwidth 0
}
link l2 {
2025-05-07 10:12:34 +02:00
nodes {n0 n2}
2025-05-07 10:07:17 +02:00
bandwidth 0
}
link l3 {
2025-05-07 10:12:34 +02:00
nodes {n3 n0}
2025-05-07 10:07:17 +02:00
bandwidth 0
}
link l4 {
2025-05-07 10:12:34 +02:00
nodes {n8 n3}
2025-05-07 10:07:17 +02:00
bandwidth 0
}
link l5 {
2025-05-07 10:12:34 +02:00
nodes {n9 n3}
2025-05-07 10:07:17 +02:00
bandwidth 0
}
link l6 {
2025-05-07 10:12:34 +02:00
nodes {n1 n3}
2025-05-07 10:07:17 +02:00
bandwidth 0
}
link l7 {
2025-05-07 10:12:34 +02:00
nodes {n4 n1}
2025-05-07 10:07:17 +02:00
bandwidth 0
}
link l8 {
2025-05-07 10:12:34 +02:00
nodes {n4 n10}
2025-05-07 10:07:17 +02:00
bandwidth 0
}
link l9 {
2025-05-07 10:12:34 +02:00
nodes {n4 n11}
2025-05-07 10:07:17 +02:00
bandwidth 0
}
link l10 {
2025-05-07 10:12:34 +02:00
nodes {n5 n1}
2025-05-07 10:07:17 +02:00
bandwidth 0
}
link l11 {
2025-05-07 10:12:34 +02:00
nodes {n12 n5}
2025-05-07 10:07:17 +02:00
bandwidth 0
}
link l12 {
2025-05-07 10:12:34 +02:00
nodes {n13 n5}
2025-05-07 10:07:17 +02:00
bandwidth 0
}
canvas c0 {
name {Canvas0}
}
option show {
interface_names yes
ip_addresses yes
ipv6_addresses yes
node_labels yes
link_labels yes
background_images no
annotations yes
hostsAutoAssign no
grid yes
iconSize normal
zoom 1.0
}