Label

Software (19) TIPS N TRIK (73)
Diberdayakan oleh Blogger.

Blog Archive

Konfigurasi Cisco Catalyst Switch 2950

|| || || Leave a comments


Anda dapat konek ke switch 2950 menggunakan kabel console. Dan masuk ke global konfigurasi
1.       Konfigurasi Hostname
Sama halnya dengan router gateway, switch bisa juga diberi hostname. Untuk memudahkan pengidentitasan bila mempunyai switch yang lebih dari satu. Untuk membuat hostname harus masuk ke menu console switch
switch>enable
switch#config terminal
Enter configuration commands, one per line.  End with CNTL/Z
switch(config)#hostname S_paidjo
S_paidjo(config)#exit
S_paidjo#
2.       Menyimpan dan Menghapus konfigurasi switch 2950
Untuk menyimpan konfigurasi diatas dengan cara:
S_paidjo#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
S_paidjo#
Untuk menghapus konfigurasi:
S_paidjo#erase startup-config
Erasing the nvram filesystem will remove all configuration files!
Continue? [confirm]
[OK]
Erase of nvram: complete
*Aug  1 12:45:11.134: %SYS-7-NV_BLOCK_INIT: Initialized the geometry of nvram
S_paidjo#
3.       Konfigurasi VLAN
Pada konfigurasi vlan ini ada dibagi untuk warnet adalah vlan 2 dan untuk gamenet vlan 3, untuk lebih mudahnya saya sertakan dengan 2 buah host pada vlan 2 (warnet) dan 2 host pada vlan 3 (gamenet), seperti gambar berikut:

Members Vlan IP Address
Host A Warnet 192.168.20.2
Host B Warnet 192.168.20.3
Host C Gamenet 192.168.30.2
Host D Gamenet 192.168.30.3
Langkah pertama membuat Vlan database yang terbagi menjadi dua
ID VLAN Members Port
Vlan 2 Warnet 2, 3
Vlan 3 gamenet 10, 11
Buat vlan member terlebih dahulu
S_paidjo>en
S_paidjo#vlan database
S_paidjo(vlan)#vlan 2 name Warnet
VLAN 2 modified:
Name: Warnet
S_paidjo(vlan)#vlan 3 name Gamenet
VLAN 3 modified:
Name: Gamenet
S_paidjo(vlan)#exit
APPLY completed.
Exiting....
S_paidjo(config)#exit
S_paidjo#sh 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/10, Fa0/11, Fa0/12
2    Warnet                    active
3    Gamenet                   active
1002 fddi-default              active
1003 token-ring-default        active
1004 fddinet-default           active
1005 trnet-default             active
Sekarang konfigurasi vlan ke port masing-masing yang sudah dibagi
S_paidjo>en
S_paidjo#conf t
Enter configuration commands, one per line.  End with CNTL/Z
S_paidjo(config)#int f0/2
S_paidjo(config-if)#switchport access vlan 2
S_paidjo(config-if)#exit
S_paidjo(config)#int f0/3
S_paidjo(config-if)#switchport access vlan 2
S_paidjo(config-if)#exit
S_paidjo(config)#int f0/10
S_paidjo(config-if)#switchport access vlan 3
S_paidjo(config-if)#exit
S_paidjo(config)#int f0/11
S_paidjo(config-if)#switchport access vlan 3
S_paidjo(config-if)#exit
S_paidjo(config)#exit
S_paidjo#sh vlan
VLAN Name                     Status    Ports
---- ----------------------- --------- -------------------------------
1    default                  active    Fa0/1, Fa0/4, Fa0/5, Fa0/6
                                        Fa0/7, Fa0/8, Fa0/9, Fa0/12
2    Warnet                   active    Fa0/2, Fa0/3
3    Gamenet                  active    Fa0/10, Fa0/11
1002 fddi-default             active
1003 token-ring-default       active
1004 fddinet-default          active
1005 trnet-default            active
/[ 0 comments Untuk Artikel Konfigurasi Cisco Catalyst Switch 2950]\

Posting Komentar