Files
Automatisation-Reseau/TP_03/config/R2_CPE_LYON_BAT_B.conf
2025-11-20 22:01:23 +01:00

16 lines
322 B
Plaintext

interface g3/0
no shutdown
exit
interface g3/0.10
encapsulation dot1Q 10
description "Gateway for teacher vlan"
ip address 172.16.30.254 255.255.255.0
exit
interface g3/0.20
encapsulation dot1Q 20
description "Gateway for student vlan"
ip address 172.16.40.254 255.255.255.0
exit