Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

======================================================

S1
======================================================
ena
conf t
interface g0/1
switchport mode dynamic desirable
interface g0/2
switchport mode trunk
show interfaces trunk
interface range g0/1 - 2
switchport trunk native vlan 999
vtp mode server
vtp domain CCNA
vtp password cisco
show vtp status
show vtp password
vlan 10
name Red
vlan 20
name Blue
vlan 30
name Yellow
=========================================================
S2
=========================================================
ena
conf t
interface g0/1
switchport mode dynamic desirable
show interfaces trunk
interface range g0/1 - 2
switchport trunk native vlan 999
vtp mode client
vtp domain CCNA
vtp password cisco
show vtp status
show vtp password
show vtp status
interface range f0/1 - 8
switchport mode access
switchport access vlan 10
interface range f0/9 -16
switchport mode access
switchport access vlan 20
interface range f0/17 - 24
switchport mode access
switchport access vlan 30
============================================================
S3
============================================================
ena
conf t
interface g0/2
switchport mode trunk
show interfaces trunk
interface range g0/1 - 2
switchport trunk native vlan 999
vtp mode Transparent
vtp domain CCNA
vtp password cisco
show vtp status
show vtp password
interface range f0/1 - 8
switchport mode access
switchport access vlan 10
interface range f0/9 -16
switchport mode access
switchport access vlan 20
interface range f0/17 - 24
switchport mode access
switchport access vlan 30

You might also like