(Individual Route vs Summarized Route - Pertemuan 2)
Postingan ini adalah lanjutan dari postingan yang kemaren pagi....
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R1-Jsudji
R1-Jsudji(config)#
R1-Jsudji(config)#
R1-Jsudji(config)#^Z
R1-Jsudji#
%SYS-5-CONFIG_I: Configured from console by console
conf t
Enter configuration commands, one per line. End with CNTL/Z.
R1-Jsudji(config)#inter fa0/0
R1-Jsudji(config-if)#ip addr 172.18.0.0 255.255.0.0
Bad mask /16 for address 172.18.0.0
R1-Jsudji(config-if)#ip addr 172.18.1.0 255.255.0.0
R1-Jsudji(config-if)#no shut
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
R1-Jsudji(config-if)#exit
R1-Jsudji(config)#inter fa0/1
%Invalid interface type and number
R1-Jsudji(config)#inter fa1/0
R1-Jsudji(config-if)#ip addr 172.19.1.0 255.255.0.0
R1-Jsudji(config-if)#no shut
R1-Jsudji(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet1/0, changed state to up
exit
R1-Jsudji(config)#inter se2/0
R1-Jsudji(config-if)#ip addr 172.17.1.0 255.255.0.0
R1-Jsudji(config-if)#clock rate 9600
R1-Jsudji(config-if)#no shut
%LINK-5-CHANGED: Interface Serial2/0, changed state to down
R1-Jsudji(config-if)#exit
R1-Jsudji(config)#exit
%SYS-5-CONFIG_I: Configured from console by console
R1-Jsudji#sho ip rout
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
C 172.18.0.0/16 is directly connected, FastEthernet0/0
C 172.19.0.0/16 is directly connected, FastEthernet1/0
R1-Jsudji#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R1-Jsudji(config)#ip rout 172.16.0.0 255.255.0.0 172.17.0.0
R1-Jsudji(config)#ip rout 10.1.0.0 255.255.0.0 172.17.0.0
R1-Jsudji(config)#ip rout 10.2.0.0 255.255.0.0 172.17.0.0
R1-Jsudji(config)#^Z
R1-Jsudji#
%SYS-5-CONFIG_I: Configured from console by console
exit
R1-Jsudji>ping 172.16.0.0
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.0.0, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 31/31/32 ms
R1-Jsudji>ping 10.1.0.0
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.0.0, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 46/55/62 ms
R1-Jsudji>
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R2-Jsudji
R2-Jsudji(config)#conf t
%Invalid hex value
R2-Jsudji(config)#inter fa0/0
R2-Jsudji(config-if)#ip addr 172.16.1.0 255.255.0.0
R2-Jsudji(config-if)#no shut
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
R2-Jsudji(config-if)#^Z
R2-Jsudji#
%SYS-5-CONFIG_I: Configured from console by console
conf t
Enter configuration commands, one per line. End with CNTL/Z.
R2-Jsudji(config)#inter se2/0
R2-Jsudji(config-if)#ip addr 172.17.2.0 255.255.0.0
R2-Jsudji(config-if)#no shut
%LINK-5-CHANGED: Interface Serial2/0, changed state to up
R2-Jsudji(config-if)#^Z
R2-Jsudji#
%SYS-5-CONFIG_I: Configured from console by console
wr mem
Building configuration...
[OK]
R2-Jsudji#sho ip rout
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
C 172.16.0.0/16 is directly connected, FastEthernet0/0
R2-Jsudji#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up
R2-Jsudji#sho ip rout
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
C 172.16.0.0/16 is directly connected, FastEthernet0/0
C 172.17.0.0/16 is directly connected, Serial2/0
R2-Jsudji#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R2-Jsudji(config)#ip rout 172.18.0.0 255.255.0.0
% Incomplete command.
R2-Jsudji(config)#ip rout 172.18.0.0 255.255.0.0 172.17.0.0
R2-Jsudji(config)#ip rout 172.19.0.0 255.255.0.0 172.17.0.0
R2-Jsudji(config)#ip rout 10.1.0.0 255.255.0.0 10.2.0.0
R2-Jsudji(config)#^Z
R2-Jsudji#
%SYS-5-CONFIG_I: Configured from console by console
wr mem
Building configuration...
[OK]
R2-Jsudji#sho ip rout
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
C 172.16.0.0/16 is directly connected, FastEthernet0/0
C 172.17.0.0/16 is directly connected, Serial2/0
S 172.18.0.0/16 [1/0] via 172.17.0.0
S 172.19.0.0/16 [1/0] via 172.17.0.0
R2-Jsudji#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R2-Jsudji(config)#inter se3/0
R2-Jsudji(config-if)#ip addr 10.2.1.0 255.255.0.0
R2-Jsudji(config-if)#clock rate 9600
R2-Jsudji(config-if)#no shut
%LINK-5-CHANGED: Interface Serial3/0, changed state to down
R2-Jsudji(config-if)#^Z
R2-Jsudji#
%SYS-5-CONFIG_I: Configured from console by console
wr mem
Building configuration...
[OK]
R2-Jsudji#sho ip rout
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
C 172.16.0.0/16 is directly connected, FastEthernet0/0
C 172.17.0.0/16 is directly connected, Serial2/0
S 172.18.0.0/16 [1/0] via 172.17.0.0
S 172.19.0.0/16 [1/0] via 172.17.0.0
R2-Jsudji#
%LINK-5-CHANGED: Interface Serial3/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial3/0, changed state to up
R2-Jsudji#ping 172.18.0.0
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.18.0.0, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 31/31/32 ms
R2-Jsudji#ping 172.19.0.0
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.19.0.0, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 16/25/32 ms
R2-Jsudji#ping 10.1.0.0
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.0.0, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 19/29/32 ms
R2-Jsudji#
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R3-Jsudji
R3-Jsudji(config)#^Z
R3-Jsudji#
%SYS-5-CONFIG_I: Configured from console by console
conf t
Enter configuration commands, one per line. End with CNTL/Z.
R3-Jsudji(config)#inter fa0/0
R3-Jsudji(config-if)#ip addr 10.1.1.0 255.255.0.0
R3-Jsudji(config-if)#no shut
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
R3-Jsudji(config-if)#^Z
R3-Jsudji#
%SYS-5-CONFIG_I: Configured from console by console
conf t
Enter configuration commands, one per line. End with CNTL/Z.
R3-Jsudji(config-if)#ip address 10.2.2.0 255.255.0.0
R3-Jsudji(config-if)#no shut
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up
R3-Jsudji(config-if)#^Z
R3-Jsudji#
%SYS-5-CONFIG_I: Configured from console by console
wr mem
Building configuration...
[OK]
R3-Jsudji#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R3-Jsudji(config)#ip rout 172.16.0.0 255.252.0.0 10.2.0.0
R3-Jsudji(config)#^Z
R3-Jsudji#
%SYS-5-CONFIG_I: Configured from console by console
wr mem
Building configuration...
[OK]
R3-Jsudji#sho ip rout
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/16 is subnetted, 2 subnets
C 10.1.0.0 is directly connected, FastEthernet0/0
C 10.2.0.0 is directly connected, Serial2/0
S 172.16.0.0/14 [1/0] via 10.2.0.0
R3-Jsudji#ping 172.18.0.0
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.18.0.0, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 47/59/63 ms
R3-Jsudji#ping 172.16.0.0
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.0.0, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 16/26/32 ms
R3-Jsudji#
Demikianlah Tugas Pertama Jaringan Komputer IV (CCNA IV) sudah selesai.
Semoga berkenan.
Postingan ini adalah lanjutan dari postingan yang kemaren pagi....
![]() |
Gambar 1 - Cisco Packet Tracer |
Konfigurasi Summerize - Tugas Jarkom IV (1)
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R1-Jsudji
R1-Jsudji(config)#
R1-Jsudji(config)#
R1-Jsudji(config)#^Z
R1-Jsudji#
%SYS-5-CONFIG_I: Configured from console by console
conf t
Enter configuration commands, one per line. End with CNTL/Z.
R1-Jsudji(config)#inter fa0/0
R1-Jsudji(config-if)#ip addr 172.18.0.0 255.255.0.0
Bad mask /16 for address 172.18.0.0
R1-Jsudji(config-if)#ip addr 172.18.1.0 255.255.0.0
R1-Jsudji(config-if)#no shut
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
R1-Jsudji(config-if)#exit
R1-Jsudji(config)#inter fa0/1
%Invalid interface type and number
R1-Jsudji(config)#inter fa1/0
R1-Jsudji(config-if)#ip addr 172.19.1.0 255.255.0.0
R1-Jsudji(config-if)#no shut
R1-Jsudji(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet1/0, changed state to up
exit
R1-Jsudji(config)#inter se2/0
R1-Jsudji(config-if)#ip addr 172.17.1.0 255.255.0.0
R1-Jsudji(config-if)#clock rate 9600
R1-Jsudji(config-if)#no shut
%LINK-5-CHANGED: Interface Serial2/0, changed state to down
R1-Jsudji(config-if)#exit
R1-Jsudji(config)#exit
%SYS-5-CONFIG_I: Configured from console by console
R1-Jsudji#sho ip rout
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
C 172.18.0.0/16 is directly connected, FastEthernet0/0
C 172.19.0.0/16 is directly connected, FastEthernet1/0
R1-Jsudji#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R1-Jsudji(config)#ip rout 172.16.0.0 255.255.0.0 172.17.0.0
R1-Jsudji(config)#ip rout 10.1.0.0 255.255.0.0 172.17.0.0
R1-Jsudji(config)#ip rout 10.2.0.0 255.255.0.0 172.17.0.0
R1-Jsudji(config)#^Z
R1-Jsudji#
%SYS-5-CONFIG_I: Configured from console by console
exit
R1-Jsudji>ping 172.16.0.0
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.0.0, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 31/31/32 ms
R1-Jsudji>ping 10.1.0.0
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.0.0, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 46/55/62 ms
R1-Jsudji>
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R2-Jsudji
R2-Jsudji(config)#conf t
%Invalid hex value
R2-Jsudji(config)#inter fa0/0
R2-Jsudji(config-if)#ip addr 172.16.1.0 255.255.0.0
R2-Jsudji(config-if)#no shut
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
R2-Jsudji(config-if)#^Z
R2-Jsudji#
%SYS-5-CONFIG_I: Configured from console by console
conf t
Enter configuration commands, one per line. End with CNTL/Z.
R2-Jsudji(config)#inter se2/0
R2-Jsudji(config-if)#ip addr 172.17.2.0 255.255.0.0
R2-Jsudji(config-if)#no shut
%LINK-5-CHANGED: Interface Serial2/0, changed state to up
R2-Jsudji(config-if)#^Z
R2-Jsudji#
%SYS-5-CONFIG_I: Configured from console by console
wr mem
Building configuration...
[OK]
R2-Jsudji#sho ip rout
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
C 172.16.0.0/16 is directly connected, FastEthernet0/0
R2-Jsudji#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up
R2-Jsudji#sho ip rout
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
C 172.16.0.0/16 is directly connected, FastEthernet0/0
C 172.17.0.0/16 is directly connected, Serial2/0
R2-Jsudji#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R2-Jsudji(config)#ip rout 172.18.0.0 255.255.0.0
% Incomplete command.
R2-Jsudji(config)#ip rout 172.18.0.0 255.255.0.0 172.17.0.0
R2-Jsudji(config)#ip rout 172.19.0.0 255.255.0.0 172.17.0.0
R2-Jsudji(config)#ip rout 10.1.0.0 255.255.0.0 10.2.0.0
R2-Jsudji(config)#^Z
R2-Jsudji#
%SYS-5-CONFIG_I: Configured from console by console
wr mem
Building configuration...
[OK]
R2-Jsudji#sho ip rout
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
C 172.16.0.0/16 is directly connected, FastEthernet0/0
C 172.17.0.0/16 is directly connected, Serial2/0
S 172.18.0.0/16 [1/0] via 172.17.0.0
S 172.19.0.0/16 [1/0] via 172.17.0.0
R2-Jsudji#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R2-Jsudji(config)#inter se3/0
R2-Jsudji(config-if)#ip addr 10.2.1.0 255.255.0.0
R2-Jsudji(config-if)#clock rate 9600
R2-Jsudji(config-if)#no shut
%LINK-5-CHANGED: Interface Serial3/0, changed state to down
R2-Jsudji(config-if)#^Z
R2-Jsudji#
%SYS-5-CONFIG_I: Configured from console by console
wr mem
Building configuration...
[OK]
R2-Jsudji#sho ip rout
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
C 172.16.0.0/16 is directly connected, FastEthernet0/0
C 172.17.0.0/16 is directly connected, Serial2/0
S 172.18.0.0/16 [1/0] via 172.17.0.0
S 172.19.0.0/16 [1/0] via 172.17.0.0
R2-Jsudji#
%LINK-5-CHANGED: Interface Serial3/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial3/0, changed state to up
R2-Jsudji#ping 172.18.0.0
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.18.0.0, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 31/31/32 ms
R2-Jsudji#ping 172.19.0.0
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.19.0.0, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 16/25/32 ms
R2-Jsudji#ping 10.1.0.0
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.0.0, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 19/29/32 ms
R2-Jsudji#
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R3-Jsudji
R3-Jsudji(config)#^Z
R3-Jsudji#
%SYS-5-CONFIG_I: Configured from console by console
conf t
Enter configuration commands, one per line. End with CNTL/Z.
R3-Jsudji(config)#inter fa0/0
R3-Jsudji(config-if)#ip addr 10.1.1.0 255.255.0.0
R3-Jsudji(config-if)#no shut
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
R3-Jsudji(config-if)#^Z
R3-Jsudji#
%SYS-5-CONFIG_I: Configured from console by console
conf t
Enter configuration commands, one per line. End with CNTL/Z.
R3-Jsudji(config-if)#ip address 10.2.2.0 255.255.0.0
R3-Jsudji(config-if)#no shut
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up
R3-Jsudji(config-if)#^Z
R3-Jsudji#
%SYS-5-CONFIG_I: Configured from console by console
wr mem
Building configuration...
[OK]
R3-Jsudji#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R3-Jsudji(config)#ip rout 172.16.0.0 255.252.0.0 10.2.0.0
R3-Jsudji(config)#^Z
R3-Jsudji#
%SYS-5-CONFIG_I: Configured from console by console
wr mem
Building configuration...
[OK]
R3-Jsudji#sho ip rout
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/16 is subnetted, 2 subnets
C 10.1.0.0 is directly connected, FastEthernet0/0
C 10.2.0.0 is directly connected, Serial2/0
S 172.16.0.0/14 [1/0] via 10.2.0.0
R3-Jsudji#ping 172.18.0.0
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.18.0.0, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 47/59/63 ms
R3-Jsudji#ping 172.16.0.0
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.0.0, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 16/26/32 ms
R3-Jsudji#
Demikianlah Tugas Pertama Jaringan Komputer IV (CCNA IV) sudah selesai.
Semoga berkenan.
Komentar