Wednesday, October 27, 2010

Sambungan rangkaian 1 - part 3- CLI

Selamat Bertemu kembali,
kali ini bagaimana cara untuk mengunakan CLI

1. Sila pergi ke router anda, klik ( 2kali ) di router tersebut


Router>enable

Router#show running-config
Building configuration...

Current configuration : 426 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
 ip address 172.16.82.152 255.255.0.0
 duplex auto
 speed auto
!
interface FastEthernet0/1
 ip address 10.1.1.1 255.0.0.0
 duplex auto
 speed auto
!
ip classless
!
!
!
!
!
!
!
line con 0
line vty 0 4
 login
!
!
!
end

No comments:

Post a Comment