You are on page 1of 12

+

Praktikum Jaringan
Telekomunikasi (EL5140 &
ET3003)
Modul 1 : Basic CLI & IP Addressing

+
Outline

Connect to PC using serial console

Basic Command

User Management

Remote management

Basic IP Addressing

+
Connect to PC using serial
console

Tools :

Putty

Tftpd4win

Download di ftp://ftp.comlabs.itb.ac.id/uploads/ady/jartel

How to :

Use serial to USB cable, connect to Console port device

Com port lihat di Device Manager > Port

Baudrate 9600

+
User Management

Level

exec : <>

System-view/privileged exec : []

system-view

Global configuration : [argument]

Authentication mode

Password

Scheme (AAA) : using local user

User limit
local-user <user>
access-limit <n>

+
User Management
Router

Authentication mode

Switch

Password

Password
[] user-interface console 0
[] authentication mode password
[] set authentication password
simple/cipher <pass>

[] user-interface console 0
[] authentication mode password
[] set authentication password
simple/cipher <pass>

Scheme (AAA) : using local


user

Scheme (AAA) : using local user


user-interface console 0
authentication-mode aaa

user-interface console 0
authentication-mode scheme
protocol inbound all

Local user
local-user <user>
password cipher <password>
service-type {terminal|telnet|ssh}
authorization-attribute level {0-3}

Authentication mode

Local user
[]
[]
[]
[]

aaa
local-user <user> password cipher <password>
local-user <user>privilege level <0-15>
local-user <user> service-type {terminal|telnet|ssh}

+
User Management
Router

Authentication mode

Switch

Password

Password
[] user-interface vty 0 4
[] authentication mode password
[] set authentication password
simple/cipher <pass>

[] user-interface vty 0 4
[] authentication mode password
[] set authentication password
simple/cipher <pass>

Scheme (AAA) : using local


user

Scheme (AAA) : using local user


user-interface vty 0 4
authentication-mode aaa
protocol inbound all

user-interface vty 0 4
authentication-mode scheme
protocol inbound all

Local user
local-user <user>
password cipher <password>
service-type {terminal|telnet|ssh}
authorization-attribute level {0-3}

Authentication mode

Local user
[]
[]
[]
[]

aaa
local-user <user> password cipher <password>
local-user <user>privilege level <0-15>
local-user <user> service-type {terminal|telnet|ssh}

+
Basic Command

system-view
display

interface brief
ip inter brief

undo
sysname
copy
save
ping
traceroute
dir

<> dir /all

+
Console Management

Default console unlocked to exec mode

Force user to login when connecting to console


<>system-view
[]user-interface console 0
authentication mode password
set authentication password cipher <password>
[] return
<> Quit
Atau
[]user-interface console 0
authentication mode aaa

+
Remote Management
Telnet
telnet server enable
[]local-user <user>
service-type telnet

How to :

Connect using UTP cable from Router


(interface Gigabit Ethernet 0/0) to
Router (Gigabit Ethernet 0/0)/PC

Configure Interface IP Address

@router1

SSH

[] public-key local create rsa


[] ssh server enable
[] local-user <user>
service-type ssh

TFTP : gunakan program


TFTP64 windows

<> tftp <IP-tftp-server> {put,get}


cfa0:/<namafile>

[] interface gigabit 0/0


[] [router1-GigabitEthernet0/0] ip address
192.168.0.1 24
undo shutdown

@router2/PC
IP : 192.168.0.2

Verify connection

<> ping 192.168.0.1

telnet/ssh from PC/Router2

<> ssh 192.168.0.1


<> telnet 192.168.0.1

+
Basic IP Addressing

file://localhost/Users/ady/Documents/Ebook/networking/
modul pelatihan/ccna/04. IP addressing dan Subnetting.
pdf

+
Erase Configuration

Login to user/normal mode


<> delete cfa0:/vrpcfg.cfg
<> reboot

You might also like