♥ Langganan Artikel Yukz ♥
。o゜(p´□`q)゜o。



Jumat, 24 Juli 2009

Menyetting VLAN Switch


Belajar CISCO yUkz! Ini adalah cara menyetting VLAN pada SWITCH, hehe... :)
Ok! Let's gO! :D


========================
*KOnfigurasi VIA Console

1. Login to Core-Switch (via console)
a. Create VLAN
Switch#vlan database
Switch(vlan)# vlan name
VLAN added:
Name:
Switch(vlan)#exit
APPLY completed.
Exiting....

b. Create VLAN interface
Switch#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#interface Vlan
Switch(config-if)#ip address A.B.C.D
Switch(config-if)#description
Switch(config-if)#no shutdown
Switch(config-if)#end
Switch#write memory
Building configuration...
[OK]

2. Login to Switch-Distribution (via console/Core-Switch)
a. Create VLAN
Switch#vlan database
Switch(vlan)# vlan name
VLAN added:
Name:
Switch(vlan)#exit
APPLY completed.
Exiting....

b.Assign a port to a VLAN in the VLAN database
Switch# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)# interface fastethernet0/1
Switch(config-if)# description
Switch(config-if)# switchport mode access
Switch(config-if)# switchport access vlan
Switch(config-if)# bandwidth 100000
Switch(config-if)# speed
Switch(config-if)# no shutdown
Switch(config-if)# end
Switch#write memory
Building configuration...
[OK]


===================
*Cara Melihat Koneksi VLAN

melihat daftar vlan --> sh vlan
melihat status vlan --> sh vlan id
melihat properties int --> sh int
melihat status int --> sh int status
melihat configurasi sw --> sh run
melihat conf interface --> sh run int
melihat conf int vlan --> sh run int vlan





Related Posts by Categories Ψ( ●`▽´● )Ψ


Comments :

0 comments to “Menyetting VLAN Switch”


Posting Komentar