Review Lab 4 MTCNA

No Comments

TOPOLOGY : 


CONFIGURATION :

Router-01

1. Checking the interface using interface print command.It can be seen that ether1 is connected to Client-01, ether2 connected to Client-02, ether3 connected Client-03, and ether4 connected to Router-02.


2. Next, configure the ip address using command :

    ip address add address=192.168.10.1/24 interface=ether1
    ip address add address=192.168.20.1/24 interface=ether2
    ip address add address=192.168.30.1/24 interface=ether3
    ip address add address=10.10.10.1/24 interface=ether4

Then check the ip address using ip address print command. It can be seen that we successfully added ip address


3. After that, do the routing configuration using command :

    ip route add dst-address=172.16.1.0/24 gateway=10.10.10.2
    ip route add dst-address=172.16.2.0/24 gateway=10.10.10.2
    ip route add dst-address=172.16.3.0/24 gateway=10.10.10.2

Then check it using comand ip route print. It can be seen that the ip route has been added, and the status is A S (Active Static).


Router-02

1. Checking the interface using interface print command.It can be seen that ether1 is connected to Client-04, ether2 connected to Client-05, ether3 connected Client-06, and ether4 connected to Router-01.


2. Next, configure the ip address using command :

    ip address add address=172.16.1.1/24 interface=ether1
    ip address add address=172.16.2.1/24 interface=ether2
    ip address add address=172.16.3.1/24 interface=ether3
    ip address add address=10.10.10.2/24 interface=ether4

Then check the ip address using ip address print command. It can be seen that we successfully added ip address.


3. After that, do the routing configuration using command :

    ip route add dst-address=192.168.10.0/24 gateway=10.10.10.1
    ip route add dst-address=192.168.20.0/24 gateway=10.10.10.1
    ip route add dst-address=192.168.30.0/24 gateway=10.10.10.1

Then check it using comand ip route print. It can be seen that the ip route has been added, and the status is A S (Active Static).


TESTING

Router-02

1. Ping client-01 using command ping 192.168.10.1 We can see that the result is reply, that means routing configuration was successfully, Router-02 has been connected with Client-01.


2. Ping client-02 using command ping 192.168.20.1 We can see that the result is reply, that means routing configuration was successfully, Router-02 has been connected with Client-02.


3.  Ping client-03 using command ping 192.168.30.1 We can see that the result is reply, that means routing configuration was successfully, Router-02 has been connected with Client-01.


4.  Ping Router-01 using command ping 10.10.10.1 We can see that the result is reply, that means routing configuration was successfully, Router-02 has been connected with Router-01.


Router-01

1. Ping client-04 using command ping 172.16.1.1 We can see that the result is reply, that means routing configuration was successfully, Router-01 has been connected with Client-04.


2. Ping client-05 using command ping 172.16.2.1 We can see that the result is reply, that means routing configuration was successfully, Router-01 has been connected with Client-05.


3. Ping client-06 using command ping 172.16.3.1 We can see that the result is reply, that means routing configuration was successfully, Router-01 has been connected with Client-06.


4. Ping Router-02 using command ping 10.10.10.1 We can see that the result is reply, that means routing configuration was successfully, Router-01 has been connected with Router-02.

Next PostPosting Lebih Baru Previous PostPosting Lama Beranda

0 komentar

Posting Komentar