You are on page 1of 11

NAMA : MUHAMMAD NANDA JABAR ROZAQ

NIM : 18/425698/SV/14840
PRODI : DIV TEKNOLOGI REKAYASA INTERNET

BAB I

ROUTING STATIC & DEFAULT ROUTE IPV6

A. KONFIGURASI IP ADDRESS ROUTER


1. ROUTER 1
a. Interface GE0/0/0

b. Interface GE0/0/1

2. ROUTER 2
a. Interface GE0/0/0

b. Interface GE0/0/1

c. Interface GE2/0/0
NAMA : MUHAMMAD NANDA JABAR ROZAQ
NIM : 18/425698/SV/14840
PRODI : DIV TEKNOLOGI REKAYASA INTERNET

3. ROUTER 3
a. Interface GE0/0/0

b. Interface GE0/0/1

B. KONFIGURASI IP ADDRESS PADA PC


1. PC1

2. PC2

3. PC3
NAMA : MUHAMMAD NANDA JABAR ROZAQ
NIM : 18/425698/SV/14840
PRODI : DIV TEKNOLOGI REKAYASA INTERNET

C. KONFIGURASI ROUTING R1
a. Destination Network R2

b. Destination Network R3

c. WAN LINK

D. KONFIGURASI ROUTING R2
d. Destination Network R1

e. Destination Network R3

E. KONFIGURASI DEFAULT ROUTING R3


NAMA : MUHAMMAD NANDA JABAR ROZAQ
NIM : 18/425698/SV/14840
PRODI : DIV TEKNOLOGI REKAYASA INTERNET

F. VERIFY CONNECTIVITY
a. PC 1 to PC 2

b. PC 1 to PC 3
NAMA : MUHAMMAD NANDA JABAR ROZAQ
NIM : 18/425698/SV/14840
PRODI : DIV TEKNOLOGI REKAYASA INTERNET

BAB II

ROUTING STATIC & DEFAULT ROUTE IPV4

A. KONFIGURASI IP ADDRESS ROUTER


4. ROUTER 1
c. Interface GE0/0/0

d. Interface GE0/0/1

5. ROUTER 2
d. Interface GE0/0/0

e. Interface GE0/0/2

f. Interface GE2/0/0

6. ROUTER 3
c. Interface GE0/0/0
NAMA : MUHAMMAD NANDA JABAR ROZAQ
NIM : 18/425698/SV/14840
PRODI : DIV TEKNOLOGI REKAYASA INTERNET

d. Interface GE0/0/1
NAMA : MUHAMMAD NANDA JABAR ROZAQ
NIM : 18/425698/SV/14840
PRODI : DIV TEKNOLOGI REKAYASA INTERNET

B. KONFIGURASI IP ADDRESS PADA PC


4. PC1

5. PC2
NAMA : MUHAMMAD NANDA JABAR ROZAQ
NIM : 18/425698/SV/14840
PRODI : DIV TEKNOLOGI REKAYASA INTERNET

6. PC3
NAMA : MUHAMMAD NANDA JABAR ROZAQ
NIM : 18/425698/SV/14840
PRODI : DIV TEKNOLOGI REKAYASA INTERNET

C. KONFIGURASI ROUTING R1
f. Destination Network R2

g. Destination Network R3

h. WAN LINK

D. KONFIGURASI ROUTING R2
i. Destination Network R1

j. Destination Network R3

E. KONFIGURASI DEFAULT ROUTING R3


NAMA : MUHAMMAD NANDA JABAR ROZAQ
NIM : 18/425698/SV/14840
PRODI : DIV TEKNOLOGI REKAYASA INTERNET

G. VERIFY CONNECTIVITY
c. PC 1 to PC 2

d. PC 1 to PC 3
NAMA : MUHAMMAD NANDA JABAR ROZAQ
NIM : 18/425698/SV/14840
PRODI : DIV TEKNOLOGI REKAYASA INTERNET

F. PART 1 EXAMINE THE NETWORK


1. Looking at the topology diagram, how many networks are there in total?
There are 5 network in the topology diagram
2. How many networks are directly connected to R1, R2, and R3?
There are 2 network which directly connected to R1 and R3, but there are 3 network
directly connected to R2
3. How many static routes are required by each router to reach networks that are not directly
connected?
3 static routes required by each router.
4. Test connectivity to the R2 and R3 LANs by pinging PC2 and PC3 from PC
G. PART 2 CONFIGURE STATIC AND DEFAUL ROUTE
a. Configure Recursive Static Route
- What’s recursive static route?
Recursive static route is a route whose next hop and the destination network are
covered by another learned route in the Routing Information Base (RIB)
- Why does a recursive static route require two routing table lookups?
Because recursive static route will learn route from the routing table.
- Configure a recursive static route to every network not directly connected to R1,
including the WAN link between R2 and R3.
- Test connectivity to the R2 LAN and ping the IP addresses of PC2 and PC3
b. Why where you unsuccessfull? Configure directly attached static routes on R2
- How does a directly attached static route differ from a recursive static route?
Configure a directly attached static route from R2 to every network not directly
connected.
- Which command only displays directly connected networks?
ip routing-table statistic
- Which command only displays the static routes listed in the routing table?
ip routing-table statistic
- When viewing the entire routing table, how can you distinguish between a directly
attached static route and a directly connected network?
in ip routing-table command there is column name PROTO will be distinguish
between static route and directly connected
c. Configure a default route on R3
- How does a default route differ from a regular static route? Configure a default route
on R3 so that every network not directly connected is reachable.
if you configure a default you just to added 0.0.0.0 network destination and broadcast
for implement default route in the network.
- How is a static route displayed in the routing table?
type display ip routing table
d. Document the commands for fully specified routes.
- Explain a fully specified route. Which command provides a fully specified static route
from R3 to the R2 LAN?
Write a fully specified route from R3 to the network between R2 and R1. Do not
configure the route; just calculate it
Write a fully specified static route from R3 to the R1 LAN. Do not configure the route;
just calculate it.
e. Verify static route configurations.

You might also like