23.55
Diposting oleh Unknown
Virtual LAN (VLAN)
Virtual LAN (VLAN) membagi satu
broadcast domain menjadi beberapa broadcast domain, sehingga dalam satu switch
bisa saja terdiri dari beberapa network. Host yang berbeda VLAN tidak akan
tersambung sehingga security jaringan.
VLAN adalah fasilitas yang dimiliki
oleh switch managable contohnya cisco. Pada switch managable, port-portnya
hanya dapat digunakan untuk koneksi ke network yang sama (Satu Network) sehingga
tidak mendukung fasilitas VLAN.
Konfigurasi Switch :
Switch>enable
Switch#configure terminal
Enter configuration commands, one per
line. End with CNTL/Z.
Switch(config)#vlan 10
Switch(config-vlan)#name A
Switch(config-vlan)#exit
Switch(config)#vlan 20
Switch(config-vlan)#name B
Switch(config-vlan)#exit
Switch(config)#
Switch(config)#interface
FastEthernet0/1
Switch(config-if)#
Switch(config-if)#exit
Switch(config)#interface
FastEthernet0/1
Switch(config-if)#
Switch(config-if)#
Switch(config-if)#switchport access
vlan 20
Switch(config-if)#
Switch(config-if)#exit
Switch(config)#interface
FastEthernet0/2
Switch(config-if)#
Switch(config-if)#
Switch(config-if)#switchport access
vlan 10
Switch(config-if)#
Switch(config-if)#exit
Switch(config)#interface
FastEthernet0/3
Switch(config-if)#
Switch(config-if)#
Switch(config-if)#switchport access
vlan 10
Switch(config-if)#
Switch(config-if)#exit
Switch(config)#interface
FastEthernet0/4
Switch(config-if)#
Switch(config-if)#
Switch(config-if)#switchport access
vlan 20
Switch(config-if)#
Switch(config-if)#exit
Switch(config)#
Switch(config)#do wr
Building configuration...
[OK]
Switch(config)#
Hasil Konfigurasi :
Ping Dari PC0 Ke PC3
Ping dari PC1 ke PC2
This entry was posted on October 4, 2009 at 12:14 pm, and is filed under
Cisco
. Follow any responses to this post through RSS. You can leave a response, or trackback from your own site.
Langganan:
Posting Komentar (Atom)
Posting Komentar