Jumat, 04 November 2016

Restributed RIP dengan EIGRP


Nama :Anggita Tri Widiastuti
Konfigurasi Restribute RIP dengan EIGRP
Tanggal :Jumat, 04 Nov 2016
Kelas : XII TKJ 2

SK/SD:
No. Job : 10

Guru: Maman Hariana S.kom
 
Restributed RIP dengan EIGRP

Langkah - langlah :
Jakarta
Jakarta(config-if)#ip address 12.12.12.1 255.255.255.0
Jakarta(config-if)#no sh

Jakarta(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

Jakarta(config-if)#int fa0/1
Jakarta(config-if)#ip address 13.13.13.1 255.255.255.0
Jakarta(config-if)#no sh

Jakarta(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up

Jakarta(config-if)#do sh ip int br
Interface              IP-Address      OK? Method Status                Protocol

FastEthernet0/0        12.12.12.1      YES manual up                    up

FastEthernet0/1        13.13.13.1      YES manual up                    down

Vlan1                  unassigned      YES unset  administratively down down
Jakarta(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up

Jakarta(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 80 percent (4/5), round-trip min/avg/max = 0/0/0 ms

Jakarta(config-if)#ex
Jakarta(config)#router rip
Jakarta(config-router)#v 2
Jakarta(config-router)#net 12.12.12.0
Jakarta(config-router)#no auto
Jakarta(config-router)#no auto-summary
Jakarta(config-router)#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

     12.0.0.0/24 is subnetted, 1 subnets
C       12.12.12.0 is directly connected, FastEthernet0/0
     13.0.0.0/24 is subnetted, 1 subnets
C       13.13.13.0 is directly connected, FastEthernet0/1
R    192.168.10.0/24 [120/1] via 12.12.12.2, 00:00:01, FastEthernet0/0
Jakarta(config-router)#do ping 192.168.10.2

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.10.2, timeout is 2 seconds:
.!!!!
Success rate is 80 percent (4/5), round-trip min/avg/max = 0/2/9 ms

Jakarta(config-router)#ex
Jakarta(config)#router eigrp 10
Jakarta(config-router)#net 13.13.13.0
Jakarta(config-router)#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

     12.0.0.0/24 is subnetted, 1 subnets
C       12.12.12.0 is directly connected, FastEthernet0/0
     13.0.0.0/24 is subnetted, 1 subnets
C       13.13.13.0 is directly connected, FastEthernet0/1
R    192.168.10.0/24 [120/1] via 12.12.12.2, 00:00:10, FastEthernet0/0
Jakarta(config-router)#do ping 192.168.20.2

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.20.2, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)

Jakarta(config-router)#router eigrp 10
Jakarta(config-router)#net 13.13.13.0
Jakarta(config-router)#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

     12.0.0.0/24 is subnetted, 1 subnets
C       12.12.12.0 is directly connected, FastEthernet0/0
     13.0.0.0/24 is subnetted, 1 subnets
C       13.13.13.0 is directly connected, FastEthernet0/1
R    192.168.10.0/24 [120/1] via 12.12.12.2, 00:00:11, FastEthernet0/0
Jakarta(config-router)#route eigrp 10
Jakarta(config-router)#red
Jakarta(config-router)#redistribute rip met
Jakarta(config-router)#redistribute rip metric 11111
% Incomplete command.
Jakarta(config-router)#redistribute rip metric 11111
%DUAL-5-NBRCHANGE: IP-EIGRP 10: Neighbor 13.13.13.2 (FastEthernet0/1) is up: new adjacency

%DUAL-5-NBRCHANGE: IP-EIGRP 10: Neighbor 13.13.13.2 (FastEthernet0/1) is resync: graceful restart

% Incomplete command.
Jakarta(config-router)#ex
Jakarta(config)#router rip
Jakarta(config-router)#v 2
Jakarta(config-router)#net 12.12.12.0
Jakarta(config-router)#no auto
Jakarta(config-router)#no auto-summary
Jakarta(config-router)#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

     12.0.0.0/24 is subnetted, 1 subnets
C       12.12.12.0 is directly connected, FastEthernet0/0
     13.0.0.0/24 is subnetted, 1 subnets
C       13.13.13.0 is directly connected, FastEthernet0/1
R    192.168.10.0/24 [120/1] via 12.12.12.2, 00:00:18, FastEthernet0/0
D    192.168.20.0/24 [90/30720] via 13.13.13.2, 00:00:33, FastEthernet0/1
Jakarta(config-router)#do ping 192.168.10.2

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.10.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 0/4/16 ms

Jakarta(config-router)#ex
Jakarta(config)#router eigrp 10
Jakarta(config-router)#net 13.13.13.0
Jakarta(config-router)#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

     12.0.0.0/24 is subnetted, 1 subnets
C       12.12.12.0 is directly connected, FastEthernet0/0
     13.0.0.0/24 is subnetted, 1 subnets
C       13.13.13.0 is directly connected, FastEthernet0/1
R    192.168.10.0/24 [120/1] via 12.12.12.2, 00:00:02, FastEthernet0/0
D    192.168.20.0/24 [90/30720] via 13.13.13.2, 00:01:12, FastEthernet0/1
Jakarta(config-router)#do ping 192.168.20.2

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.20.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 0/16/64 ms

Jakarta(config-router)#ex
Jakarta(config)#router eigrp 10
Jakarta(config-router)#red
Jakarta(config-router)#redistribute rip
Jakarta(config-router)#red
Jakarta(config-router)#redistribute rip met
Jakarta(config-router)#redistribute rip metric 1 1 1 1 1
Jakarta(config-router)#ex
Jakarta(config)#router rip
Jakarta(config-router)#red
Jakarta(config-router)#redistribute eigrp 10 met
Jakarta(config-router)#redistribute eigrp 10 metric 1
Jakarta(config-router)#do wr
Building configuration...
[OK]
Jakarta(config-router)#

Bekasi
Router>enable
Router#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#hostname Bekasi
Bekasi(config)#int fa0/0
Bekasi(config-if)#ip address 12.12.12.2 255.255.255.0
Bekasi(config-if)#no sh
Bekasi(config-if)#
Bekasi(config-if)#int fa0/1
Bekasi(config-if)#ip address 192.168.10.1 255.255.255.0
Bekasi(config-if)#no sh
Bekasi(config-if)#
Bekasi(config-if)#
Bekasi(config-if)#do sh ip int br
Interface              IP-Address      OK? Method Status                Protocol

FastEthernet0/0        12.12.12.2      YES manual up                    up

FastEthernet0/1        192.168.10.1    YES manual up                    up

Vlan1                  unassigned      YES unset  administratively down down
Bekasi(config-if)#ex
Bekasi(config)#router rip
Bekasi(config-router)#v 2
Bekasi(config-router)#net 192.168.10.0
Bekasi(config-router)#net 12.12.12.0
Bekasi(config-router)#no auto
Bekasi(config-router)#no auto-summary
Bekasi(config-router)#

Bali
Router>enable
Router#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#hostname Bali
Bali(config)#int fa0/0
Bali(config-if)#ip address 13.13.13.2 255.255.255.0
Bali(config-if)#no sh
Bali(config-if)#
Bali(config-if)#int fa0/1
Bali(config-if)#ip add 192.168.20.1 255.255.255.0
Bali(config-if)#no sh
Bali(config-if)#
Bali(config-if)#do ping 13.13.13.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 13.13.13.1, timeout is 2 seconds:
.!!!!
Success rate is 80 percent (4/5), round-trip min/avg/max = 0/2/8 ms
Bali(config-if)#do ping 192.168.20.3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.20.3, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
Bali(config-if)#do ping 192.168.20.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.20.2, timeout is 2 seconds:
.!!!!
Success rate is 80 percent (4/5), round-trip min/avg/max = 0/2/5 ms
Bali(config-if)#ex
Bali(config)#router eigrp 10
Bali(config-router)#net 192.168.20.0
Bali(config-router)#net 13.13.13.0
Bali(config-router)#
Bali(config-router)#no auto
Bali(config-router)#no auto-summary
Bali(config-router)#
Bali(config-router)#

Hasilnya :

Tidak ada komentar:

Posting Komentar