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 :
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 :
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 :
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 :
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.
0 komentar
Posting Komentar