Desain dynamic vlan (VTP) Cisco-Switch 2950 24port
Wednesday, 25 November 2015
Gambar desain topologi
Tutorialnya :
dan yang lainnya tinggal menyesuaikan saja desain topologinya
Download Simulasi http://bit.ly/ZiayLy
Tutorialnya :
Switch>en##############################################
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#vtp mode server
Device mode already VTP SERVER.
Switch(config)#vtp domain brawijaya
Changing VTP domain name from NULL to brawijaya
Switch(config)#vtp version 2
Switch(config)#ex
Switch#
Switch#show vtp status
VTP Version : 2
Configuration Revision : 9
Maximum VLANs supported locally : 255
Number of existing VLANs : 11
VTP Operating Mode : Server
VTP Domain Name : brawijaya
VTP Pruning Mode : Disabled
VTP V2 Mode : Enabled
VTP Traps Generation : Disabled
MD5 digest : 0x7F 0x36 0x29 0x7F 0x0C 0xAA 0xDB 0x03
Configuration last modified by 0.0.0.0 at 3-1-93 00:05:41
Local updater ID is 0.0.0.0 (no valid interface found)
Switch#
Switch(config)#interface fa0/1
Switch(config-if)#switchport mode trunk
Switch(config-if)#switchport trunk allowed vlan all
Switch(config-if)#ex
Switch(config)#ex
Switch#
Switch#vlan database
% Warning: It is recommended to configure VLAN from config mode,
as VLAN database mode is being deprecated. Please consult user
documentation for configuring VTP/VLAN in config mode.
Switch(vlan)#vlan 10 name Penjualan
VLAN 10 modified:
Name: Penjualan
Switch(vlan)#vlan 20 name Produksi
VLAN 20 modified:
Name: Produksi
Switch(vlan)#vlan 30 name Gudang
VLAN 30 added:
Name: Gudang
Switch(vlan)#vlan 40 name Keuangan
VLAN 40 added:
Name: Keuangan
Switch(vlan)#vlan 50 name HRD
VLAN 50 added:
Name: HRD
Switch(vlan)#vlan 60 name Konsumen
VLAN 60 added:
Name: Konsumen
Switch(vlan)#ex
APPLY completed.
Exiting....
Switch#
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#interfa
Switch(config)#interface fa0/10
Switch(config-if)#switchport access vlan 20
Switch(config-if)#ex
Switch(config)#interface fa0/11
Switch(config-if)#switchport access vlan 40
Switch(config-if)#ex
Switch(config)#interface fa0/12
Switch(config-if)#switchport access vlan 50
Switch(config-if)#ex
Switch(config)#interface fa0/13
Switch(config-if)#switchport access vlan 10
Switch(config-if)#ex
Switch(config)#interface fa0/14
Switch(config-if)#switchport access vlan 50
Switch(config-if)#ex
Switch(config)#
Switch#
Switch#show vlan
VLAN Name Status Ports
---- -------------------------------- --------- -------------------------------
1 default active Fa0/1, Fa0/2, Fa0/3, Fa0/4
Fa0/5, Fa0/6, Fa0/7, Fa0/8
Fa0/9, Fa0/15, Fa0/16, Fa0/17
Fa0/18, Fa0/19, Fa0/20, Fa0/21
Fa0/22, Fa0/23, Fa0/24
10 Penjualan active Fa0/13
20 Produksi active Fa0/10
30 Gudang active
40 Keuangan active Fa0/11
50 HRD active Fa0/12, Fa0/14
60 Konsumen active
1002 fddi-default act/unsup
1003 token-ring-default act/unsup
1004 fddinet-default act/unsup
1005 trnet-default act/unsup
VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2
---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------
1 enet 100001 1500 - - - - - 0 0
10 enet 100010 1500 - - - - - 0 0
20 enet 100020 1500 - - - - - 0 0
30 enet 100030 1500 - - - - - 0 0
40 enet 100040 1500 - - - - - 0 0
50 enet 100050 1500 - - - - - 0 0
60 enet 100060 1500 - - - - - 0 0
1002 fddi 101002 1500 - - - - - 0 0
1003 tr 101003 1500 - - - - - 0 0
1004 fdnet 101004 1500 - - - ieee - 0 0
1005 trnet 101005 1500 - - - ibm - 0 0
Remote SPAN VLANs
------------------------------------------------------------------------------
Primary Secondary Type Ports
------- --------- ----------------- ------------------------------------------
Switch#
dan yang lainnya tinggal menyesuaikan saja desain topologinya
Download Simulasi http://bit.ly/ZiayLy