30 lines
421 B
Plaintext
30 lines
421 B
Plaintext
hostname ESW2
|
|
|
|
! Configuration des interfaces
|
|
|
|
interface f1/1
|
|
description Connexion vers VPC3
|
|
|
|
switchport mode access
|
|
switchport access vlan 10
|
|
|
|
no shutdown
|
|
|
|
interface f1/2
|
|
description Connexion vers VPC4
|
|
|
|
switchport mode access
|
|
switchport access vlan 20
|
|
|
|
no shutdown
|
|
|
|
interface f1/0
|
|
description Connexion vers le routeur R2
|
|
|
|
switchport mode trunk
|
|
switchport trunk allowed vlan add 10,20,99
|
|
|
|
no shutdown
|
|
|
|
|
|
end |