This commit is contained in:
2025-11-08 11:21:54 +01:00
parent 1f77db8472
commit 328d48f861
16 changed files with 516 additions and 23 deletions

15
TP-01/config/R2.conf Normal file
View File

@@ -0,0 +1,15 @@
hostname R2
interface g0/0.10
description Gateway pour le reseau 172.16.30.0/24
ip address 172.16.30.254 255.255.255.0
encapsulation dot1Q 10
no shutdown
interface g0/0.20
description Gateway pour le reseau 172.16.40.0/24
ip address 172.16.40.254 255.255.255.0
encapsulation dot1Q 20
no shutdown
end