Question 5
This commit is contained in:
30
TP_03/config/ESW1_CPE_LYON_BAT_A.conf
Normal file
30
TP_03/config/ESW1_CPE_LYON_BAT_A.conf
Normal file
@@ -0,0 +1,30 @@
|
||||
|
||||
vlan 10
|
||||
name teacher
|
||||
exit
|
||||
vlan 20
|
||||
name student
|
||||
exit
|
||||
|
||||
|
||||
interface fa1/14
|
||||
switchport mode trunk
|
||||
switchport trunk allowed vlan all
|
||||
exit
|
||||
|
||||
interface fa1/15
|
||||
switchport mode trunk
|
||||
switchport trunk allowed vlan all
|
||||
exit
|
||||
|
||||
interface fa1/1
|
||||
switchport mode access
|
||||
switchport access vlan 10
|
||||
description "port vlan teacher"
|
||||
exit
|
||||
|
||||
interface fa1/2
|
||||
switchport mode access
|
||||
switchport access vlan 20
|
||||
description "port vlan student"
|
||||
exit
|
||||
30
TP_03/config/ESW1_CPE_LYON_BAT_B.conf
Normal file
30
TP_03/config/ESW1_CPE_LYON_BAT_B.conf
Normal file
@@ -0,0 +1,30 @@
|
||||
|
||||
vlan 10
|
||||
name teacher
|
||||
exit
|
||||
vlan 20
|
||||
name student
|
||||
exit
|
||||
|
||||
|
||||
interface fa1/14
|
||||
switchport mode trunk
|
||||
switchport trunk allowed vlan all
|
||||
exit
|
||||
|
||||
interface fa1/15
|
||||
switchport mode trunk
|
||||
switchport trunk allowed vlan all
|
||||
exit
|
||||
|
||||
interface fa1/1
|
||||
switchport mode access
|
||||
switchport access vlan 10
|
||||
description "port vlan teacher"
|
||||
exit
|
||||
|
||||
interface fa1/2
|
||||
switchport mode access
|
||||
switchport access vlan 20
|
||||
description "port vlan student"
|
||||
exit
|
||||
15
TP_03/config/R1_CPE_LYON_BAT_A.conf
Normal file
15
TP_03/config/R1_CPE_LYON_BAT_A.conf
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
interface g2/0
|
||||
no shutdown
|
||||
exit
|
||||
interface g2/0.10
|
||||
encapsulation dot1Q 10
|
||||
description "Gateway for teacher vlan"
|
||||
ip address 172.16.10.253 255.255.255.0
|
||||
exit
|
||||
|
||||
interface g2/0.20
|
||||
encapsulation dot1Q 20
|
||||
description "Gateway for student vlan"
|
||||
ip address 172.16.20.253 255.255.255.0
|
||||
exit
|
||||
18
TP_03/config/R1_CPE_LYON_BAT_B.conf
Normal file
18
TP_03/config/R1_CPE_LYON_BAT_B.conf
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
interface g3/0
|
||||
encapsulation dot1Q
|
||||
description "**NO DESCRIPTION**"
|
||||
ip address
|
||||
exit
|
||||
|
||||
interface g3/0.10
|
||||
encapsulation dot1Q 10
|
||||
description "Gateway for teacher vlan"
|
||||
ip address 172.16.30.253 255.255.255.0
|
||||
exit
|
||||
|
||||
interface g3/0.20
|
||||
encapsulation dot1Q 20
|
||||
description "Gateway for student vlan"
|
||||
ip address 172.16.40.253 255.255.255.0
|
||||
exit
|
||||
15
TP_03/config/R2_CPE_LYON_BAT_A.conf
Normal file
15
TP_03/config/R2_CPE_LYON_BAT_A.conf
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
interface g2/0
|
||||
no shutdown
|
||||
exit
|
||||
interface g2/0.10
|
||||
encapsulation dot1Q 10
|
||||
description "Gateway for teacher vlan"
|
||||
ip address 172.16.10.254 255.255.255.0
|
||||
exit
|
||||
|
||||
interface g2/0.20
|
||||
encapsulation dot1Q 20
|
||||
description "Gateway for student vlan"
|
||||
ip address 172.16.20.254 255.255.255.0
|
||||
exit
|
||||
18
TP_03/config/R2_CPE_LYON_BAT_B.conf
Normal file
18
TP_03/config/R2_CPE_LYON_BAT_B.conf
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
interface g3/0
|
||||
encapsulation dot1Q
|
||||
description "**NO DESCRIPTION**"
|
||||
ip address
|
||||
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
|
||||
Reference in New Issue
Block a user