0% found this document useful (0 votes)
85 views

Tutorial - VTP Configuration

The document outlines the configuration of VLANs and VTP on 12 switches. Each switch is configured with a VLAN, with IDs ranging from 10 to 90. Switch 0, 4, and 8 are configured as VTP servers with the domain AUBIH, while the others are clients. The goal is to establish VLAN configuration sharing across all 12 switches using VTP.

Uploaded by

jajara
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
85 views

Tutorial - VTP Configuration

The document outlines the configuration of VLANs and VTP on 12 switches. Each switch is configured with a VLAN, with IDs ranging from 10 to 90. Switch 0, 4, and 8 are configured as VTP servers with the domain AUBIH, while the others are clients. The goal is to establish VLAN configuration sharing across all 12 switches using VTP.

Uploaded by

jajara
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

720 PC

340 PC

100 PC

IP: 60.14.12.0
Routing Protocol: RIP Version 2

The task is to configure VLAN on all 12 switches and to establish VIRTUAL TRUNKING
PROTOCOL (VTP) on all 12 switches.

SWITCH 1:
vlan 10
name ONE
exit
interface fastEthernet 0/1
switchport access vlan 10
switchport mode trunk
no shutdown
exit
interface fastEthernet 0/2
switchport mode trunk
no shutdown
exit
vtp version 2
vtp domain AUBIH
vtp password AUBIH
vtp mode client

SWITCH 2:
vlan 20
name TWO
exit
interface fastEthernet 0/1
switchport access vlan 20
switchport mode trunk
no shutdown
exit
interface fastEthernet 0/2
switchport mode trunk
no shutdown
exit
vtp version 2
vtp domain AUBIH
vtp password AUBIH
vtp mode client

SWITCH 3:
vlan 30
name THREE
exit
interface fastEthernet 0/1
switchport access vlan 30
switchport mode trunk
no shutdown
exit
interface fastEthernet 0/2
switchport mode trunk
no shutdown
exit
vtp version 2
vtp domain AUBIH
vtp password AUBIH
vtp mode client

SWITCH 5:
vlan 40
name FOUR
exit
interface fastEthernet 0/1
switchport access vlan 40
switchport mode trunk
no shutdown
exit
interface fastEthernet 0/2
switchport mode trunk
no shutdown
exit
vtp version 2
vtp domain AUBIH
vtp password AUBIH
vtp mode client

SWITCH 6:
vlan 50
name FIVE
exit
interface fastEthernet 0/1
switchport access vlan 50
switchport mode trunk
no shutdown
exit
interface fastEthernet 0/2
switchport mode trunk
no shutdown
exit
vtp version 2
vtp domain AUBIH
vtp password AUBIH
vtp mode client

SWITCH 7:
vlan 60
name SIX
exit
interface fastEthernet 0/1
switchport access vlan 60
switchport mode trunk
no shutdown
exit
interface fastEthernet 0/2
switchport mode trunk
no shutdown
exit
vtp version 2
vtp domain AUBIH
vtp password AUBIH
vtp mode client

SWITCH 9:
vlan 70
name SEVEN
exit
interface fastEthernet 0/1
switchport access vlan 70
switchport mode trunk
no shutdown
exit
interface fastEthernet 0/2
switchport mode trunk
no shutdown
exit
vtp version 2
vtp domain AUBIH
vtp password AUBIH
vtp mode client

SWITCH 10:
vlan 80
name EIGHT
exit
interface fastEthernet 0/1
switchport access vlan 80
switchport mode trunk
no shutdown
exit
interface fastEthernet 0/2
switchport mode trunk
no shutdown
exit
vtp version 2
vtp domain AUBIH
vtp password AUBIH
vtp mode client

SWITCH 11:
vlan 90
name NINE
exit
interface fastEthernet 0/1
switchport access vlan 90
switchport mode trunk
no shutdown
exit
interface fastEthernet 0/2
switchport mode trunk
no shutdown
exit
vtp version 2
vtp domain AUBIH
vtp password AUBIH
vtp mode client

SWITCH 0:
vtp version 2
vtp domain AUBIH
vtp password AUBIH
vtp mode server

SWITCH 4:
vtp version 2
vtp domain AUBIH
vtp password AUBIH
vtp mode server

SWITCH 8:
vtp version 2
vtp domain AUBIH
vtp password AUBIH
vtp mode server

You might also like