fin TP3
This commit is contained in:
10
TP_03/config/R1_CPE_LYON_BAT_A_OSPF.conf
Normal file
10
TP_03/config/R1_CPE_LYON_BAT_A_OSPF.conf
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
|
||||
end
|
||||
@@ -1,10 +1,7 @@
|
||||
|
||||
interface g3/0
|
||||
encapsulation dot1Q
|
||||
description "**NO DESCRIPTION**"
|
||||
ip address
|
||||
no shutdown
|
||||
exit
|
||||
|
||||
interface g3/0.10
|
||||
encapsulation dot1Q 10
|
||||
description "Gateway for teacher vlan"
|
||||
|
||||
10
TP_03/config/R1_CPE_LYON_BAT_B_OSPF.conf
Normal file
10
TP_03/config/R1_CPE_LYON_BAT_B_OSPF.conf
Normal file
@@ -0,0 +1,10 @@
|
||||
router ospf 1
|
||||
router-id 4.4.4.4
|
||||
|
||||
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
|
||||
|
||||
end
|
||||
10
TP_03/config/R2_CPE_LYON_BAT_A_OSPF.conf
Normal file
10
TP_03/config/R2_CPE_LYON_BAT_A_OSPF.conf
Normal file
@@ -0,0 +1,10 @@
|
||||
router ospf 1
|
||||
router-id 2.2.2.2
|
||||
|
||||
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
|
||||
|
||||
end
|
||||
@@ -1,10 +1,7 @@
|
||||
|
||||
interface g3/0
|
||||
encapsulation dot1Q
|
||||
description "**NO DESCRIPTION**"
|
||||
ip address
|
||||
no shutdown
|
||||
exit
|
||||
|
||||
interface g3/0.10
|
||||
encapsulation dot1Q 10
|
||||
description "Gateway for teacher vlan"
|
||||
|
||||
10
TP_03/config/R2_CPE_LYON_BAT_B_OSPF.conf
Normal file
10
TP_03/config/R2_CPE_LYON_BAT_B_OSPF.conf
Normal file
@@ -0,0 +1,10 @@
|
||||
router ospf 1
|
||||
router-id 3.3.3.3
|
||||
|
||||
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
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user