Lab 3 Cisco - Pengenalan Perintah Konfigurasi
Perintah Show
Switch# show version | Switch# show run |
Switch# show flash | Switch# show start |
Switch#sh ver Cisco Internetwork Operating System Software IOS (tm) C2950 Software (C2950-I6Q4L2-M), Version 12.1(22)EA4, RELEASE SOFTWARE(fc1) Copyright (c) 1986-2005 by cisco Systems, Inc. Compiled Wed 18-May-05 22:31 by jharirba Image text-base: 0x80010000, data-base: 0x80562000 |
Switch#sh flash: Directory of flash:/ 1 -rw- 3058048 <no date> c2950-i6q4l2-mz.121-22.EA4.bin 64016384 bytes total (60958336 bytes free) |
Switch#sh running-config Building configuration... Current configuration : 971 bytes ! version 12.1 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption |
Jadi, untuk mengganti hostname mudah saja. Tinggal masuk ke global configuration mode dan ketikkan perintah seperti dibawah ini.
Switch0#conf t Enter configuration commands, one per line. End with CNTL/Z. Switch0 (config)#hostname alfafarhan alfafarhan(config)# |