Monday, March 9, 2009

Setting Dasar Catalyst

Setting Dasar Catalyst
Konfigurasi Dasar
1. membuat hostname : switch_1
2. banner : Belajar Cisco Switch
3. previlage password : cisco
4. console password : console
5. telnet password : telnet
Untuk melakukan perintah di atas, dapat di lihat langsung di bawah ini:

switch>en
switch#config t
switch(config)#hostname switch_1
switch_1(config)#banner "belajar cisco switch"
switch_1(config)#enable password cisco
switch_1#line console 0
switch_1(config-line)#password console
switch_1(config-line)#login
switch_1(config-line)#exit
switch_1(config)#line vty 0 4
switch_1(config-line)#password telnet
switch_1(config-line)#login
switch_1(config-line)#exit
switch_1(config)exit
switch_1#show run
switch#config t
switch(config)#interface VLAN1
switch(config)#ip address(ip yg telah ditentukan dan netmask nya)
switch(config)#exit
switch_1#exit
switch#wr mem (untuk menyimpan config yg telah kita buat)
switch(config)#wr erase (untuk menghapus data yg kita config)

No comments:

Post a Comment