1. Intro - Belajar CCNA 200-301
Jika ada kesamaan kata atau tulisan pada blog ini mohon di maklum, karena saya belajar dari berbagai sumber.
Thanks.
Konfigurasi di router 1 LOGGIS-R1 (config) #interface loopback 0 LOGGIS-R1 (config-if) #ip add 1.1.0.1 255.255.255.0 LOGGIS-R1 (config-if) #no shutdown LOGGIS-R1 (config-if) #exit LOGGIS-R1 (config) #interface loopback 1 LOGGIS-R1 (config-if) #ip add 1.1.1.1 255.255.255.0 LOGGIS-R1 (config-if) #no shutdown LOGGIS-R1 (config-if) #exit
Konfigurasi di router 2 LOGGIS-R2 (config) #interface loopback 0 LOGGIS-R2 (config-if) #ip add 2.2.0.1 255.255.255.0 LOGGIS-R2 (config-if) #no shutdown LOGGIS-R2 (config-if) #exit LOGGIS-R2 (config) #interface loopback 1 LOGGIS-R2 (config-if) #ip add 2.2.1.1 255.255.255.0 LOGGIS-R2 (config-if) #no shutdown LOGGIS-R2 (config-if) #exit
Konfigurasi di router 1 LOGGIS-R1 (config)#router bgp 1 LOGGIS-R1 (config-router)#neighbor 172.16.0.2 remote-as 1
Konfigurasi di router 2 LOGGIS-R2 (config)#router bgp 1 LOGGIS-R2 (config-router)#neighbor 172.16.0.1 remote-as 1
Konfigurasi di router 1 LOGGIS-R1 (config) #router bgp 1 LOGGIS-R1 (config-if) #network 1.1.0.0 mask 255.255.255.0 LOGGIS-R1 (config-if) #network 1.1.1.0 mask 255.255.255.0 LOGGIS-R1 (config-if) #network 192.168.1.0 mask 255.255.255.0
Konfigurasi di router 2 LOGGIS-R2 (config) #router bgp 1 LOGGIS-R2 (config-if) #network 2.2.0.0 mask 255.255.255.0 LOGGIS-R2 (config-if) #network 2.2.1.0 mask 255.255.255.0 LOGGIS-R2 (config-if) #network 192.168.2.0 mask 255.255.255.0
#rm -rf lokasidannamafolder
/ip firewall raw add action=drop chain=prerouting comment="Blok Windows Update" content=update.microsoft.com add action=drop chain=prerouting comment="Blok Windows Update" content=download.microsoft.com add action=drop chain=prerouting comment="Blok Windows Update" content=.windowsupdate.com add action=drop chain=prerouting comment="Blok Windows Update" content=ntservicepack.microsoft.com add action=drop chain=prerouting comment="Blok Windows Update" content=stats.microsoft.com add action=drop chain=prerouting comment="Blok Windows Update" content=wustat.windows.com add action=drop chain=prerouting comment="Blok Windows Update" content=windowsupdate.microsoft.com reboot
Hampir beberapa bulan terakhir ini saya tidak memperbaharui atau menulis artikel di blog ini, ada beberapa hal yang menyebabkan hal itu, mul...