SUPERLAB 2
| Nama :Anggita Tri Widiastuti |
Konfigurasi SUPERLAB 2
|
Tanggal :Sabtu, 19 Nov 2016 |
| Kelas : XII TKJ 2 | SK/SD: |
|
| No. Job : 14 | Guru: Maman Hariana S.kom |
TUJUAN LAB :
- agar setiap pc dapat mengakses internet dengan menggunakan server internet
- dapat menerjemahkan alamat IPv4 dari IP private ke IP public agar dapat akses internet
MATERI KONFIGURASI: C. Materi Konfigurasi ⇨ Konfigurasikan router dengan menggunakan EIGRP untuk menghubungkan beberapa router. ⇨ Konfigurasi static NAT untuk bagian sebelah kiri dan sebelah kanan, berguna untuk menerjemahkan alamat ipv4 dari ip private ke ip public agar bisa akses ke internet. ⇨ Konfigurasi VLANdengan trunk dan menghubungkan ke router dengan encapsulation.
KONFIGURASI LAB :
1. konfigurasi IDN-R1
Router>enable
Router#conf ter
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int fa0/0
Router(config-if)#no sh
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
Router(config-if)#ip add 12.12.12.1 255.255.255.0
Router(config-if)#int fa1/0
Router(config-if)#no sh
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet1/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet1/0, changed state to up
Router(config-if)#ip add 12.12.12.1 255.255.255.0
% 12.12.12.0 overlaps with FastEthernet0/0
Router(config-if)#ip add 12.12.12.1 255.255.255.0
% 12.12.12.0 overlaps with FastEthernet0/0
Router(config-if)#ip add 111.111.111.1 255.255.255.0
Router(config-if)#int serial2/0
Router(config-if)#no sh
%LINK-5-CHANGED: Interface Serial2/0, changed state to down
Router(config-if)#ip add 13.13.13.1 255.255.255.0
Router(config-if)#cl
Router(config-if)#clock ra
Router(config-if)#clock rate 56000
Router(config-if)#ip add 13.13.13.1 255.255.255.0
Router(config-if)#do sh ip int br
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 12.12.12.1 YES manual up down
FastEthernet1/0 111.111.111.1 YES manual up up
Serial2/0 13.13.13.1 YES manual down down
Serial3/0 unassigned YES unset administratively down down
FastEthernet4/0 unassigned YES unset administratively down down
FastEthernet5/0 unassigned YES unset administratively down down
Modem6/0 unassigned YES unset down down
Ethernet7/0 unassigned YES unset administratively down down
Router(config-if)#ex
Router(config)#do ping 12.12.12.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 12.12.12.2, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
Router(config)#router eigrp 100
Router(config-router)#net 12.12.12.0
Router(config-router)#net 13.13.13.0
Router(config-router)#net 111.111.111.0
Router(config-router)#no a
Router(config-router)#no auto-summary
Router(config-router)#ex
Router(config)#ip route 0.0.0.0 0.0.0.0 12.12.12.2
Router(config)#ip nat inside so
Router(config)#ip nat inside source st
Router(config)#ip nat inside source static 111.111.111.2 12.12.12.12
Router(config)#int fa1/0
Router(config-if)#ip nat in
Router(config-if)#ip nat inside
Router(config-if)#int fa0/0
Router(config-if)#ip nat ou
Router(config-if)#ip nat outside
Router(config-if)#do sh ip nat statistics
Total translations: 1 (1 static, 0 dynamic, 0 extended)
Outside Interfaces: FastEthernet0/0
Inside Interfaces: FastEthernet1/0
Hits: 0 Misses: 0
Expired translations: 0
Dynamic mappings:
Router(config-if)#do sh ip nat trans
Router(config-if)#do sh ip nat translations
Pro Inside global Inside local Outside local Outside global
--- 12.12.12.12 111.111.111.2 --- ---
Router(config-if)#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
111.0.0.0/24 is subnetted, 1 subnets
C 111.111.111.0 is directly connected, FastEthernet1/0
Router(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
%DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor 12.12.12.2 (FastEthernet0/0) is up: new adjacency
%DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor 12.12.12.2 (FastEthernet0/0) is resync: graceful restart
Router(config-if)#do ping 12.12.12.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 12.12.12.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 0/9/39 ms
2. Konfigurasi IDN-R2
Router>enable
Router#conf te
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int fa0/0
Router(config-if)#no sh
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
Router(config-if)#ip add 11.11.11.1 255.255.255.0
Router(config-if)#int fa1/0
Router(config-if)#no sh
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet1/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet1/0, changed state to up
Router(config-if)#ip add 12.12.12.2 255.255.255.0
Router(config-if)#do sh ip int br
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 11.11.11.1 YES manual up up
FastEthernet1/0 12.12.12.2 YES manual up up
Serial2/0 unassigned YES unset administratively down down
Serial3/0 unassigned YES unset administratively down down
FastEthernet4/0 unassigned YES unset administratively down down
FastEthernet5/0 unassigned YES unset administratively down down
Router(config-if)#ex
Router(config)#router eigrp 100
Router(config-router)#net 11.11.11.0
Router(config-router)#net 12.12.12.0
Router(config-router)#
%DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor 12.12.12.1 (FastEthernet1/0) is up: new adjacency
Router(config-router)#no
Router(config-router)#no a
Router(config-router)#no auto-summary
Router(config-router)#
%DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor 12.12.12.1 (FastEthernet1/0) resync: summary configured
3. konfigurasi IDN-R3
Router>enable
Router>enable
Router#conf ter
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int fa0/0
Router(config-if)#no sh
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
Router(config-if)#int fa0/0.100
Router(config-subif)#
%LINK-5-CHANGED: Interface FastEthernet0/0.100, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0.100, changed state to up
Router(config-subif)#en
Router(config-subif)#encapsulation dot
Router(config-subif)#encapsulation dot1Q 100
Router(config-subif)#ip add 100.100.100.1 255.255.255.0
Router(config-subif)#int fa0/0.200
Router(config-subif)#
%LINK-5-CHANGED: Interface FastEthernet0/0.200, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0.200, changed state to up
en
Router(config-subif)#encapsulation dot
Router(config-subif)#encapsulation dot1Q 200
Router(config-subif)#ip add 200.200.200.1 255.255.255.0
Router(config-subif)#
4. konfigurasi IDN-R4
Router>enable
Router#conf te
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#do ping 45.45.45.5
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 45.45.45.5, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
Router(config)#router eigrp 100
Router(config-router)#net 143.143.143.0
Router(config-router)#net 45.45.45.0
Router(config-router)#net 34.34.34.0
Router(config-router)#no a
Router(config-router)#no auto-summary
Router(config-router)#no router eigrp 1000
Router(config)#router eigrp 100
Rono net 143.143.143.0net 143.143.143.0
Rono rnonet 45.45.45.0net 45.45.45.0
Rono rnonet 34.34.34.0net 34.34.34.0
Rono rno auto-summary no auto-summary
Router(config-router)#ex
Router(config)#ip route 0.0.0.0 0.0.0.0 45.45.45.5
Router(config)#ip nat inside so
Router(config)#ip nat inside source s
Router(config)#ip nat inside source static 143.143.143.2 45.45.45.45
Router(config)#int fa0/0
Router(config-if)#ip nat inside
Router(config-if)#int fa1/0
Router(config-if)#ip nat outside
Routip naint fa0/0inido ping 45.45.45.5
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 45.45.45.5, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
Router(config-if)#
Router(config-if)#exit
Router(config)#interface FastEthernet0/0
Router(config-if)#no shutdown
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
Router(config-if)#exit
Router(config)#interface FastEthernet1/0
Router(config-if)#no shutdown
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet1/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet1/0, changed state to up
Router(config-if)#exit
Router(config)#interface Serial2/0
Router(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial2/0, changed state to down
Router(config-if)#
Router(config-if)#exit
Router(config)#interface Serial2/0
Router(config-if)#
Router(config-if)#exit
Router(config)#interface FastEthernet0/0
Router(config-if)#ip address 143.143.143.1 255.255.0.0
Router(config-if)#ip address 143.143.143.1 255.255.255.0
Router(config-if)#
Router(config-if)#exit
Router(config)#interface FastEthernet1/0
Router(config-if)#ip address 45.45.45.4 255.0.0.0
Router(config-if)#
%DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor 45.45.45.5 (FastEthernet1/0) is up: new adjacency
ip address 45.45.45.4 255.255.255.0
Router(config-if)#
Router(config-if)#exit
Router(config)#interface Serial2/0
Router(config-if)#
%DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor 45.45.45.5 (FastEthernet1/0) is down: interface down
ip address 34.34.34.4 255.0.0.0
Router(config-if)#ip address 34.34.34.4 255.255.255.0
Router(config-if)#
%DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor 45.45.45.5 (FastEthernet1/0) is up: new adjacency
Router(config-if)#do ping 45.45.45.5
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 45.45.45.5, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 0/1/6 ms
Router#conf te
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#do ping 45.45.45.5
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 45.45.45.5, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
Router(config)#router eigrp 100
Router(config-router)#net 143.143.143.0
Router(config-router)#net 45.45.45.0
Router(config-router)#net 34.34.34.0
Router(config-router)#no a
Router(config-router)#no auto-summary
Router(config-router)#no router eigrp 1000
Router(config)#router eigrp 100
Rono net 143.143.143.0net 143.143.143.0
Rono rnonet 45.45.45.0net 45.45.45.0
Rono rnonet 34.34.34.0net 34.34.34.0
Rono rno auto-summary no auto-summary
Router(config-router)#ex
Router(config)#ip route 0.0.0.0 0.0.0.0 45.45.45.5
Router(config)#ip nat inside so
Router(config)#ip nat inside source s
Router(config)#ip nat inside source static 143.143.143.2 45.45.45.45
Router(config)#int fa0/0
Router(config-if)#ip nat inside
Router(config-if)#int fa1/0
Router(config-if)#ip nat outside
Routip naint fa0/0inido ping 45.45.45.5
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 45.45.45.5, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
Router(config-if)#
Router(config-if)#exit
Router(config)#interface FastEthernet0/0
Router(config-if)#no shutdown
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
Router(config-if)#exit
Router(config)#interface FastEthernet1/0
Router(config-if)#no shutdown
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet1/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet1/0, changed state to up
Router(config-if)#exit
Router(config)#interface Serial2/0
Router(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial2/0, changed state to down
Router(config-if)#
Router(config-if)#exit
Router(config)#interface Serial2/0
Router(config-if)#
Router(config-if)#exit
Router(config)#interface FastEthernet0/0
Router(config-if)#ip address 143.143.143.1 255.255.0.0
Router(config-if)#ip address 143.143.143.1 255.255.255.0
Router(config-if)#
Router(config-if)#exit
Router(config)#interface FastEthernet1/0
Router(config-if)#ip address 45.45.45.4 255.0.0.0
Router(config-if)#
%DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor 45.45.45.5 (FastEthernet1/0) is up: new adjacency
ip address 45.45.45.4 255.255.255.0
Router(config-if)#
Router(config-if)#exit
Router(config)#interface Serial2/0
Router(config-if)#
%DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor 45.45.45.5 (FastEthernet1/0) is down: interface down
ip address 34.34.34.4 255.0.0.0
Router(config-if)#ip address 34.34.34.4 255.255.255.0
Router(config-if)#
%DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor 45.45.45.5 (FastEthernet1/0) is up: new adjacency
Router(config-if)#do ping 45.45.45.5
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 45.45.45.5, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 0/1/6 ms
5. konfigurasi IDN-R5
Router>enable
Router#conf ter
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int fa0/0
Router(config-if)#no sh
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
Router(config-if)#ip add 45.45.45.5 255.255.255.0
Router(config-if)#int fa1/0
Router(config-if)#no sh
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet1/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet1/0, changed state to up
Router(config-if)#ip add 20.20.20.1 255.255.255.0
Router(config-if)#do sh ip int br
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 45.45.45.5 YES manual up down
FastEthernet1/0 20.20.20.1 YES manual up up
Serial2/0 unassigned YES unset administratively down down
Serial3/0 unassigned YES unset administratively down down
FastEthernet4/0 unassigned YES unset administratively down down
FastEthernet5/0 unassigned YES unset administratively down down
Router(config-if)#exit
Router(config)#router eigrp 100
Router(config-router)#net 45.45.45.0
Router(config-router)#net 20.20.20.0
Router(config-router)#no a
Router(config-router)#no auto-summary
Router(config-router)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
%DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor 45.45.45.4 (FastEthernet0/0) is up: new adjacency
Router#conf ter
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int fa0/0
Router(config-if)#no sh
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
Router(config-if)#ip add 45.45.45.5 255.255.255.0
Router(config-if)#int fa1/0
Router(config-if)#no sh
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet1/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet1/0, changed state to up
Router(config-if)#ip add 20.20.20.1 255.255.255.0
Router(config-if)#do sh ip int br
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 45.45.45.5 YES manual up down
FastEthernet1/0 20.20.20.1 YES manual up up
Serial2/0 unassigned YES unset administratively down down
Serial3/0 unassigned YES unset administratively down down
FastEthernet4/0 unassigned YES unset administratively down down
FastEthernet5/0 unassigned YES unset administratively down down
Router(config-if)#exit
Router(config)#router eigrp 100
Router(config-router)#net 45.45.45.0
Router(config-router)#net 20.20.20.0
Router(config-router)#no a
Router(config-router)#no auto-summary
Router(config-router)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
%DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor 45.45.45.4 (FastEthernet0/0) is up: new adjacency
TES KONFIGURASI
a. ping IDN-server1
b. ping IDN-server2
c. Setelah sudah dilakukan konfigurasi, kita lakukan verifikasi DNS server dan web server dengan cara akses web server IDN-Server1 dan IDN-Server2.jika berhasil seperti ini


Tidak ada komentar:
Posting Komentar