Selasa, 30 Agustus 2016

STATIC ROUTING

- 0 komentar




Konfigurasinya  :


Router 1 :
 
Router#enable
Router#configure terminal
Router(config)#ip route 50.50.50.0 255.255.255.240 20.20.20.2
Router(config)#ip route 40.40.40.0 255.255.255.240 20.20.20.2
Router(config)#ip route 30.30.30.0 255.255.255.240 20.20.20.2
Router(config)#do sh ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route

Gateway of last resort is not set
     10.0.0.0/28 is subnetted, 1 subnets
C       10.10.10.0 is directly connected, FastEthernet0/0
     20.0.0.0/28 is subnetted, 1 subnets
C       20.20.20.0 is directly connected, FastEthernet0/1
     30.0.0.0/28 is subnetted, 1 subnets
S       30.30.30.0 [1/0] via 20.20.20.2
     40.0.0.0/28 is subnetted, 1 subnets
S       40.40.40.0 [1/0] via 20.20.20.2
     50.0.0.0/28 is subnetted, 1 subnets
S       50.50.50.0 [1/0] via 20.20.20.2
Router(config)#do sh ip  int br
Interface              IP-Address      OK? Method Status                Protocol
FastEthernet0/0        10.10.10.1      YES manual up                    up
FastEthernet0/1        20.20.20.1      YES manual up                    up
Vlan1                  unassigned      YES unset  administratively down down
Router(config)#do wr
Building configuration...
[OK]
Router 2 :
 
Router#enable
Router#configure terminal
Router(config)#ip route 10.10.10.0 255.255.255.240 20.20.20.1
Router(config)#ip route 50.50.50.0 255.255.255.240 30.30.30.2
Router(config)#ip route 40.40.40.0 255.255.255.240 30.30.30.2
Router(config)#do sh ip ro
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route
Gateway of last resort is not set
     10.0.0.0/28 is subnetted, 1 subnets
S       10.10.10.0 [1/0] via 20.20.20.1
     20.0.0.0/28 is subnetted, 1 subnets
C       20.20.20.0 is directly connected, FastEthernet0/0
     30.0.0.0/28 is subnetted, 1 subnets
C       30.30.30.0 is directly connected, FastEthernet0/1
     40.0.0.0/28 is subnetted, 1 subnets
S       40.40.40.0 [1/0] via 30.30.30.2
     50.0.0.0/28 is subnetted, 1 subnets
S       50.50.50.0 [1/0] via 30.30.30.2
Router(config)#do wr
Building configuration...

[OK]
Router 3 :
 
Router#enable
Router#configure terminal
Router(config)#ip route 50.50.50.0 255.255.255.240 40.40.40.2
Router(config)#ip route 10.10.10.0 255.255.255.240 30.30.30.1
Router(config)#ip route 20.20.20.0 255.255.255.240 30.30.30.1         
Router(config)#do sh ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route
Gateway of last resort is not set
     10.0.0.0/28 is subnetted, 1 subnets
S       10.10.10.0 [1/0] via 30.30.30.1
     20.0.0.0/28 is subnetted, 1 subnets
S       20.20.20.0 [1/0] via 30.30.30.1
     30.0.0.0/28 is subnetted, 1 subnets
C       30.30.30.0 is directly connected, FastEthernet0/0
     40.0.0.0/28 is subnetted, 1 subnets
C       40.40.40.0 is directly connected, FastEthernet0/1
     50.0.0.0/28 is subnetted, 1 subnets
S       50.50.50.0 [1/0] via 40.40.40.2
Router(config)#do wr
Building configuration...
[OK]
Router 4 :
 
Router>enable
Router#configure terminal
Router(config)#ip route 30.30.30.0 255.255.255.240 30.30.30.2
Router(config)#ip route 20.20.20.0 255.255.255.240 20.20.20.2
Router(config)#ip route 10.10.10.0 255.255.255.240 20.20.20.1
Router(config)#ip route 20.20.20.0 255.255.255.240 30.30.30.1
Router(config)#do sh ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route
Gateway of last resort is not set
     40.0.0.0/28 is subnetted, 1 subnets
C       40.40.40.0 is directly connected, FastEthernet0/0
C    50.0.0.0/8 is directly connected, FastEthernet0/1
Router(config)#ip route 50.50.50.0 255.255.255.240 50.50.50.1
%Invalid next hop address (it's this router)
Router(config)#ip route 30.30.30.0 255.255.255.240 40.40.40.1
Router(config)#ip route 20.20.20.0 255.255.255.240 40.40.40.1
Router(config)#ip route 10.10.10.0 255.255.255.240 40.40.40.1
Router(config)#do sh ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route
Gateway of last resort is not set
     10.0.0.0/28 is subnetted, 1 subnets
S       10.10.10.0 [1/0] via 20.20.20.1
                   [1/0] via 40.40.40.1
     20.0.0.0/28 is subnetted, 1 subnets
S       20.20.20.0 [1/0] via 30.30.30.1
                   [1/0] via 40.40.40.1
     30.0.0.0/28 is subnetted, 1 subnets
S       30.30.30.0 [1/0] via 40.40.40.1
     40.0.0.0/28 is subnetted, 1 subnets
C       40.40.40.0 is directly connected, FastEthernet0/0
C    50.0.0.0/8 is directly connected, FastEthernet0/1
Router(config)#do wr
Building configuration...
[OK]
 
Hasilnya 
Test ping user 2 ke user 1
 
 
[Continue reading...]

INTER VLAN - Switch Layer 3

- 0 komentar
Inter Vlan - Switch layer 3


Untuk menghubungkan antar Vlan dibutuhkan suatu perangkat Layer 3 baik itu router maupun switch layer 3. Jika sebelumnya menggunakan router on stik maka sekarang kita akan menggunakan switch layer 3 (L3). Inilah keunggulan perangkat Cisco jika di switch produk lain bekerja hanya pada layer 2, untuk switch Cisco dapat bekerja pada layer 3 dan menjelankan routing , akan tetapi untuk routingnya yang lebih luas dianjurkan menggunakan router.



Konfigurasi switch layer 3

Switch(config-if)#vlan 10
Switch(config-vlan)#name guru
Switch(config-vlan)#vlan 20
Switch(config-vlan)#name siswa
Switch(config-vlan)#int
Switch(config-vlan)#int fa0/1
Switch(config-if)#sw
Switch(config-if)#switchport acu
Switch(config-if)#switchport access vlan 10
Switch(config-if)#swi
Switch(config-if)#switchport Moe
Switch(config-if)#switchport mode acu
Switch(config-if)#switchport mode access
Switch(config-if)#int fa0/2
Switch(config-if)#switchport access vlan 10
Switch(config-if)#switchport mode access
Switch(config-if)#int fa0/3
Switch(config-if)#switchport access vlan 20
Switch(config-if)#switchport mode access
Switch(config-if)#int fa0/4
Switch(config-if)#switchport access vlan 20
Switch(config-if)#switchport mode access

Buat IP address pada interface switch  fa0/1-fa0/4

 Masuk interface Vlan 

Switch(config-if)#int vlan 10
Switch(config-if)#
%LINK-5-CHANGED: Interface Vlan10, changed state to uap
Switch(config-if)#ip address 10.10.10.1 255.255.255.0
Switch(config-if)#int vlan 20
Switch(config-if)#
%LINK-5-CHANGED: Interface Vlan20, changed state to uap
Switch(config-if)#ip address 20.20.20.1 255.255.255.0

Ketikkan ip routing untuk merouting 

Switch(config-if)#ip routing

[Continue reading...]

Senin, 29 Agustus 2016

SSH (SECURE SHELL)

- 0 komentar

Melanjutkan teknologi sebelumnya karena jalur telnet menggunakan Lear next yang berarti jalur yang lewat masih bisa dilihat (tidak sama), maka untuk mengamankan jalur remot ini bisa menggunakan SSH (Secure shell)
Yang diperhatikan untuk membuat SSH adalah :
  • Hostname tidak boleh default
  • Harus ada domain Dame
  • Authenticationnya menggunkana username dan password
  • Deskripsikan dijalur telnet bahwa Akan menggunkana SSh
5    Generate Crypto Key.

[Continue reading...]

Selasa, 23 Agustus 2016

STATIC DEFAULT ROUTE

- 0 komentar
Topologi :

Device
Interface
IP Address
Subnet mask
Default Gateway
R1
Fa0/0
192.168.1.254
255.255.255.0
N/A

Fa0/1
12.12.12.1
255.255.255.0
N/A

Lo1
172.16.1.1
255.255.255.0
N/A

L2
172.16.2.2
255.255.255.0
N/A
R2
Fa0/0
192.168.2.254
255.255.255.0
N/A

Fa0/1
12.12.12.2
255.255.255.0
N/A

Lo3
172.16.3.3
255.255.255.0
N/A

Lo4
172.16.4.4.
255.255.255.0
N/A
S1
N/A
VLAN 1
N/A
N/A
S2
N/A
VLAN 1
N/A
N/A
Laptop 1
NIC
192.168.1.1
255.255.255.0
192.168.1.254
Laptop 2
NIC
192.168.2.1
255.255.255.0
192.168.2.254

[Continue reading...]

Senin, 22 Agustus 2016

TELNET

- 0 komentar


  Topologi :

Device
Interface
Ip address
PC0
Fa0
192.168.10.10/24
Router0
Fa0/0
192.168.10.1/24

[Continue reading...]

Konfigurasi VLAN TRUNK

- 0 komentar


VLAN TRUNK

            TRUNK berfungsi untuk melewatkan traffic VLAN dari switch yang berbeda, antara switch 1 ke switch ke 2 yang terhubung, PC0,PC1,PC2,PC3 ini masuk VLAN 100. PC8,PC5,PC6,PC7 ini masuk VLAN 200.
[Continue reading...]

Virtual LAN (VLAN)

- 0 komentar

            Virtual LAN (VLAN) membagi satu broadcast domain menjadi beberapa broadcast domain, sehingga dalam satu switch bisa saja terdiri dari beberapa network. Host yang berbeda VLAN tidak akan tersabung sehingga security jaringan.

            VLAN adalah fasilitas yang dimiliki oleh siwtch managable, contohnya cisco. Pada switch unmanagable, port-portnya hanya dapat digunakan untuk koneksi ke network yang sama (satu network) sehingga tidak mendukung fasilitas vlan
[Continue reading...]
 
Copyright © . Go-TKJ - Posts · Comments
Theme Template by BTDesigner · Powered by Blogger