Published May 11, 2023 by Muhamad Rafli Maulana Rizki
JUNOS SWITCHING DEVICES
JUNOS ROUTING DEVICES
JUNOS SECURITY FIREWALL DEVICES
JUNIPER VIRTUAL SWITCH, ROUTER, AND SECURITY
versi 18.3R14
=> Versi 18.3, release R (perbaikan bug tanpa fitur baru), build ke 14
login : root <br>
pw : #(kosong)
root@%
root@% cli
{master:0}
root@juniper>
root@juniper> configure #(mode Configuration)
root@juniper> edit
{master:0}[edit]
root@juniper#
Konfigurasi yang berjalan
root@juniper> show configuration
root@juniper# run show configuration
Konfigurasi yang baru di setting tetapi belum di active configuration
{master:0}[edit]
root@juniper# show
Karena juniper memiliki fitur commit, maka konfigurasi - konfigurasi sebelumnya masih tersimpan, jika ada kesalahan pada config yang kita set maka kita bisa roolback atau mundur kebelakang dan set konfigurasi tersebut menjadi active configuration
default file configuration yang di simpan 0-49
root@juniper# set system host-name olive
root@juniper# set system time-zone Asia/Jakarta
root@juniper# set system ntp server id.pool.ntp
root@juniper# set system domain-name id.pool.ntp #(dns server)
root@juniper# set system domain-name 169.1.1.1 #(ip server)
root@juniper> set date ntp id.pool.ntp #(server ntp)
root@juniper> set date 202012312400.01 #format:YYMMDDhhmm.ss
root@juniper> show system uptime
root@juniper# set system root-authentication plain-text-password
Masukan password dengan kombinasi hurup dan angka
root@juniper# set system login user admin class super-user
root@juniper# set system login user admin authentication plain-text-password
type-FPC/PIC/port
type : jenis media, baik secara logical/physical
FPC : Link card slot number
PIC : Interface card slot number
port : port number
biasanya naming ini di configurasi untuk perangkat yang modular dan server besar
root@juniper# set interfaces em0.0 family inet address 192.168.1.100/24
root@juniper# set interfaces em0 unit 0 family inet address 192.168.1.100/24
root@juniper# set interfaces em0 unit 0 family inet6 address 2000::1/64
root@juniper# set system service telnet
root@juniper# set system service ssh
root@juniper# set system service ssh port (port number)
root@juniper# set system service web-management http port 80
root@juniper> set cli idle-timeout 10 (menit)
root@juniper# set system login message "silahkan hubungi admin"
root@juniper# save backup1 (nama file) #Backup
root@juniper# load override backup1 (nama file) #Restore
root@juniper# load factory-default #reset configuration
root@juniper> file list #lihat file backup
Setelah selasai commit makan akan keluar dari mode operation
root@juniper# commit and-quit
Commit di jalankan sesuai dengan waktu yang di tentukan
root@juniper# commit at "2022-12-10 12:20:00"
pengecekan konfigurasi, jika terjadi kesalahan konfigurasi tidak akan di jalankan
root@juniper# commit check
Commit comment
root@juniper# commit comment "add new user"
Melihat comment commit
root@juniper> show system commit
Tes konfigurasi sesuai waktu yang di tentukan, setelah selesai kembali seperti semula, default time 10 menit
root@juniper# commit confirmed 1 #(menit)
root@juniper> ping 1.1.1.1
root@juniper> ping 1.1.1.1 rapid #(ping ala cisco !!!!!)
root@juniper> ping 10.20.30.1 rapid interval 100 count 1000
root@juniper> show ethernet-switching table vlan-id 20
root@juniper> show ethernet-switching table vlan-name management
root@juniper> show ethernet-switching table interface ge-0/0/1
#Disable
root@juniper# set interfaces ge-0/0/1.0 disable
root@juniper# commit
#Enable
root@juniper# delete interfaces ge-0/0/1.0 disable
root@juniper# commit
root@juniper> show log interface-logs