Tuesday, October 11, 2016

Simulasi cisco ios Switch pada GNS3

Beberapa kali mencoba mensimulasikan switch cisco pada GNS3 tetapi selalu gagal, setelah mencari sebabnya lebih lanjut saya menemukan penjelasan pada forum GNS3 yang menyebutkan bahwa memang sampai saat ini GNS3 belum support untuk mensimulasikan IOS Switch.

          (https://gns3.com/discussions/switch-ios-compatible-for-gns3)

Kemudian bagaimana mengatasi hal tersebut? saya mencoba mengikuti saran yang diberikan pada forum tersebut, yaitu menggunakan router sebagai switch dengan cara menambahkan modul ES (Ether Switch) NME-16ESW.

Kita coba cek pada terminal apakah router sudah bisa menjalankan fungsi Switch (VLAN)

Seperti yang terlihat pada gambar, kita telah bisa menambahkan VLAN pada router
---
semoga bermanfaat

Thursday, May 21, 2015

Static Routing

========================================================
    insert static routing R1
========================================================

R1>enable
Enter configuration commands, one per line.  End with CNTL/Z.
R1(config)#ip route 192.168.13.0 255.255.255.0 192.168.11.2
R1(config)#ip route 192.168.12.0 255.255.255.0 192.168.11.2
R1(config)#exit
R1#
R1#show ip route

Gateway of last resort is not set

C    192.168.10.0/24 is directly connected, FastEthernet0/0
C    192.168.11.0/24 is directly connected, Serial2/0
S    192.168.12.0/24 [1/0] via 192.168.11.2
S    192.168.13.0/24 [1/0] via 192.168.11.2

==========================================================
    insert statis routing R3
==========================================================

R3#show ip route

Gateway of last resort is not set

C    192.168.12.0/24 is directly connected, Serial3/0
C    192.168.13.0/24 is directly connected, FastEthernet0/0

R3#configure ter
Enter configuration commands, one per line.  End with CNTL/Z.

R3(config)#ip route 192.168.11.0 255.255.255.0 192.168.12.1
R3(config)#ip route 192.168.10.0 255.255.255.0 192.168.12.1
R3(config)#exit
R3#copy running-config startup-config

R3#show ip route

S    192.168.10.0/24 [1/0] via 192.168.12.1
S    192.168.11.0/24 [1/0] via 192.168.12.1
C    192.168.12.0/24 is directly connected, Serial3/0
C    192.168.13.0/24 is directly connected, FastEthernet0/0
R3#
=============================================================
    insert static R2
=============================================================
R2#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B -

C    192.168.11.0/24 is directly connected, Serial2/0
C    192.168.12.0/24 is directly connected, Serial3/0

R2#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
R2(config)#
R2(config)#ip route 192.168.10.0 255.255.255.0 192.168.11.1
R2(config)#ip route 192.168.13.0 255.255.255.0 192.168.12.2
R2(config)#exit

R2#copy running-config startup-config

R2#show ip route

S    192.168.10.0/24 [1/0] via 192.168.11.1
C    192.168.11.0/24 is directly connected, Serial2/0
C    192.168.12.0/24 is directly connected, Serial3/0
S    192.168.13.0/24 [1/0] via 192.168.12.2

Tuesday, October 21, 2014

WPS Office [Kingsoft Office]

Satu minggu terakhir ini saya cukup disibukkan dengan mengedit paper-paper yang akan disusun menjadi sebuah Prosiding. Semua paper yang harus diedit di buat menggunakan Mc.Office 2007/2010. Sebagai pengguna Linux tentunya hal ini cukup merepotkan saya, karena mau tidak mau saya harus pindah sementara ke Mc.Office. 

Dalam hal text editor saya memanga harus mengakui bahwa LibreOffice masih kalah nyaman dibanding Mc.office. Tetapi dari sisi fungsi saya yakin LibreOffice tidak kalah. Salah satu yang menjadi kendala adalah ketika membuka file text dari Mc.Office menggunakan Libreoffice, sudah dapat dipastikan bahwa file text tersebut akan amburadul tata letaknya. Kemudian saya menemukan wps-office (kingsoft office) yang dapat dengan cukup sempurna membuka file-file text Mc.office. Dari sisi tampilan GUI WPS-office juga cukup mirip dengan Mc.Office 2010
WPS Writer

WPS Presentation

Menginstal WPS-Office (Kingsoft Office)
  1. Download wps office di http://wps-community.org/download.html
  2. Install dengan 
  3. sudo dpkg -i wps-office.deb
  4. Download font di http://kdl.cc.ksosoft.com/wps-community/download/a15/wps-office-fonts_1.0_all.deb
  5. install font
  6. sudo dpkg -i wps-office-fonts_1.0_all.deb
  7. Selesai