VLAN-VTP-Transparent

 Vtp Mode Transparent

VTP Mode Transparent, dalam mode ini switch hanya memforward VTP Advertisement pada VTP Client dan Server. Penambahan, perubahan, dan penghapusan Vlan pada switch ini tidak akan di informasikan ke switch lain.


Langkah-langkah




1. Silahkan buat topologi seperti gambar di bawah ini.


2. Setelah itu buka configurasi Switch-Server.

Switch(config)#hostname SW-SERVER

SW-SERVER(config)#vlan 10

SW-SERVER(config-vlan)#name VLAN-HRD

SW-SERVER(config-vlan)#exit

SW-SERVER(config)#vlan 20

SW-SERVER(config-vlan)#name VLAN-IT

SW-SERVER(config-vlan)#exit


SW-SERVER(config)#vtp mode server 

Device mode already VTP SERVER.

SW-SERVER(config)#vtp domain seno.com

Changing VTP domain name from NULL to seno.com

SW-SERVER(config)#vtp password ontoseno

Setting device VLAN database password to ontoseno

SW-SERVER(config)#

SW-SERVER(config)#int g0/1

SW-SERVER(config-if)#switchport mode trunk 


SW-SERVER(config-if)#

%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/1, changed state to down

%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/1, changed state to up


SW-SERVER(config-if)#int g0/2

SW-SERVER(config-if)#switchport mode trunk 

SW-SERVER(config-if)#

%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/2, changed state to down

%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/2, changed state to up


SW-SERVER(config-if)#

SW-SERVER>ena

SW-SERVER>enable 

SW-SERVER#conf t

Enter configuration commands, one per line.  End with CNTL/Z.

SW-SERVER(config)#

SW-SERVER(config)#int fa0/23

SW-SERVER(config-if)#

SW-SERVER(config-if)#switchport mode trunk

SW-SERVER(config-if)#

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/23, changed state to down

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/23, changed state to up

SW-SERVER(config-if)#exit

SW-SERVER(config)#

3. Configurasi sw-tranparent

Switch>

Switch>ena

Switch>enable 

Switch#conf t

Enter configuration commands, one per line.  End with CNTL/Z.

Switch(config)#hostname Sw-Transparent

Sw-Transparent(config)#int range fa0/23-24

Sw-Transparent(config-if-range)#switchport mode trunk 

Sw-Transparent(config-if-range)#

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/24, changed state to down

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/24, changed state to up

Sw-Transparent(config-if-range)#exit

Sw-Transparent(config)#

Sw-Transparent(config)#vtp mode transparent 

Setting device to VTP TRANSPARENT mode.

Sw-Transparent(config)#

Sw-Transparent(config)#vtp domain seno.com

Changing VTP domain name from NULL to seno.com

Sw-Transparent(config)#vtp password ontoseno

Setting device VLAN database password to ontoseno

Sw-Transparent(config)#

Sw-Transparent(config)#vlan 10

Sw-Transparent(config-vlan)#name VLAN-HRD

Sw-Transparent(config-vlan)#vlan 20

Sw-Transparent(config-vlan)#name VLAN-IT

Sw-Transparent(config-vlan)#

4. Configurasi Sw-Client3

Switch>enable 

Switch#conf t

Enter configuration commands, one per line.  End with CNTL/Z.

Switch(config)#hostname Sw-client3

Sw-client3(config)#vtp mode client 

Setting device to VTP CLIENT mode.

Sw-client3(config)#vtp domain seno.com

Domain name already set to seno.com.

Sw-client3(config)#

Sw-client3(config)#vtp password ontoseno

Setting device VLAN database password to ontoseno

Sw-client3(config)#

Sw-client3(config)#int fa0/24

Sw-client3(config-if)#switchport mode trunk 

Sw-client3(config-if)#exit

Sw-client3(config)#

Sw-client3(config)#int fa0/1

Sw-client3(config-if)#switchport mode access 

Sw-client3(config-if)#switchport access vlan 10

Sw-client3(config-if)#exit

Sw-client3(config)#int fa0/2

Sw-client3(config-if)#switchport mode access 

Sw-client3(config-if)#switchport access vlan 20

Sw-client3(config-if)#exit

Sw-client3(config)#

5. configurasi ip adress pada pc

Vlan 10

Pc-0 192.168.10.3

Vlan 20

Pc-5 192.168.20.3

Previous
Next Post »