Konfigurasi System Name
set system host-name [NAMA ROUTER]
Mengaktifkan Telnet
set system services telnet
Untuk konfigurasi banyaknya session telnet yang digunakan dan lamanya idle-timeout session telnet, gunakan command berikut :
[edit system services]
telnet {connection-limit limit;
rate-limit limit;}
- connection-limit limit— Jumlah maksimal simultan koneksi (1 sampai 250). Standarnya adalah 75.
- rate-limit limit— Jumlah maksimal koneksi per menit (1 sampai 250). Standarnya adalah 150.
Mengaktifkan SSH
root# set system services ssh root-login deny
root# set system services ssh rate-limit 10
Konfigurasi NTP
Konfigurasi node yang berperan sebagai NTP server didalam network :
set system ntp boot-server 192.14.4.2
set system ntp server 192.14.4.2 prefer
set system ntp server 192.14.4.23
set system ntp source-address [IP LOOPBACK]
Verifikasi status NTP server yang digunakan dengan menggunakan command :
show ntp associations
Konfigurasi Interface
set interfaces [port] speed 100m
set interfaces [port] link-mode full-duplex
Konfigurasi System (loopback) Address
set interfaces lo0 unit 0 family inet address [IP LOOPBACK]
Konfigurasi IP Address di Interface
set interfaces [port] description “LINK To NPE-01”
set interfaces [port]unit [vlan]
set interfaces [port]unit [vlan] family inet address 192.25.6.246/30
Interface Tagging
set interfaces [port] description “[deskripsi]”
set interfaces [port] flexible-vlan-tagging
set interfaces [port] mtu 2020
set interfaces [port] encapsulation flexible-ethernet-services
Interface Port Acces
set interfaces [port] unit [VLAN]
set interfaces [port] unit [VLAN] description “[deskripsi]”
set interfaces [port] unit [VLAN] vlan-id [VLAN]
Konfigurasi OSPF Area
set protocols ospf traffic-engineering
set protocols ospf reference-bandwidth 10g
set protocols ospf area 0.0.0.0 interface xe-0/0/0.0 interface-type p2p
set protocols ospf area 0.0.0.0 interface xe-0/0/0.0 hello-interval 5
set protocols ospf area 0.0.0.0 interface xe-0/0/0.0 dead-interval 15
set protocols ospf area 0.0.0.0 interface xe-0/0/0.0 authentication md5 1 key “PASSWORD”
Konfigurasi Prefix list
set policy-options prefix-list [PREFIX NAME] 192.14.3.0/24
Konfigurasi Limitasi Bandwidth
set firewall family ccc filter 1MBPS interface-specific
set firewall family ccc filter 1MBPS term 1 then policer 1M
set firewall family ccc filter 1MBPS term 1 then accept
set firewall policer 1M if-exceeding bandwidth-limit 1024000
set firewall policer 1M if-exceeding burst-size-limit 20120
set firewall policer 1M then discard