Fin du TP2
This commit is contained in:
@@ -5,12 +5,4 @@ interface loopback 1
|
||||
interface loopback 2
|
||||
ip address 192.168.2.1 255.255.255.255
|
||||
description "interface loopback 2"
|
||||
no shut
|
||||
interface loopback 3
|
||||
ip address 192.168.3.1 255.255.255.255
|
||||
description "interface loopback 3"
|
||||
no shut
|
||||
interface loopback 4
|
||||
ip address 192.168.4.1 255.255.255.255
|
||||
description "interface loopback 4"
|
||||
no shut
|
||||
16
TP-02/config/loopback_R01.conf.bak
Normal file
16
TP-02/config/loopback_R01.conf.bak
Normal file
@@ -0,0 +1,16 @@
|
||||
interface loopback 1
|
||||
ip address 192.168.1.1 255.255.255.255
|
||||
description "interface loopback 1"
|
||||
no shut
|
||||
interface loopback 2
|
||||
ip address 192.168.2.1 255.255.255.255
|
||||
description "interface loopback 2"
|
||||
no shut
|
||||
interface loopback 3
|
||||
ip address 192.168.3.1 255.255.255.255
|
||||
description "interface loopback 3"
|
||||
no shut
|
||||
interface loopback 4
|
||||
ip address 192.168.4.1 255.255.255.255
|
||||
description "interface loopback 4"
|
||||
no shut
|
||||
14
TP-02/config/ospf_R1.conf
Normal file
14
TP-02/config/ospf_R1.conf
Normal file
@@ -0,0 +1,14 @@
|
||||
router ospf 1
|
||||
router-id 1.1.1.1
|
||||
|
||||
network 172.16.10.0 0.0.0.255 area 0
|
||||
|
||||
network 172.16.20.0 0.0.0.255 area 0
|
||||
|
||||
network 172.16.100.0 0.0.0.63 area 0
|
||||
|
||||
network 10.1.3.0 0.0.0.3 area 0
|
||||
|
||||
network 10.1.1.0 0.0.0.3 area 0
|
||||
|
||||
end
|
||||
14
TP-02/config/ospf_R2.conf
Normal file
14
TP-02/config/ospf_R2.conf
Normal file
@@ -0,0 +1,14 @@
|
||||
router ospf 1
|
||||
router-id 2.2.2.2
|
||||
|
||||
network 172.16.30.0 0.0.0.255 area 0
|
||||
|
||||
network 172.16.40.0 0.0.0.255 area 0
|
||||
|
||||
network 172.16.100.64 0.0.0.63 area 0
|
||||
|
||||
network 10.1.2.0 0.0.0.3 area 0
|
||||
|
||||
network 10.1.1.0 0.0.0.3 area 0
|
||||
|
||||
end
|
||||
14
TP-02/config/ospf_R3.conf
Normal file
14
TP-02/config/ospf_R3.conf
Normal file
@@ -0,0 +1,14 @@
|
||||
router ospf 1
|
||||
router-id 3.3.3.3
|
||||
|
||||
network 172.16.50.0 0.0.0.255 area 0
|
||||
|
||||
network 172.16.60.0 0.0.0.255 area 0
|
||||
|
||||
network 172.16.100.192 0.0.0.63 area 0
|
||||
|
||||
network 10.1.3.0 0.0.0.3 area 0
|
||||
|
||||
network 10.1.2.0 0.0.0.3 area 0
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user