Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 4

Joobsheet mapel B inggris

Title

Konfigurasi perangkat jaringan berbasis kabel dan nirkabel

Tools and Materials

Router

Switc

Pc

Access point

Laptop

Handphone

Cable

Steps

Pay attention to the steps below:


(1st) - Click Router 0 Click the CLI Tab, type No then enter
2x

(2nd) - Type in the writing syntax below, for FastEthernet 0/0


configuration on Router 0 (which is given a bold effect, that's
what you typed).

Router>enable
Router#configure
Router(config)#interface fa0/0
Router(config-if)#ip add 192.168.1.1 255.255.255.0
Router(config-if)#no shutdown
%LINK-5-CHANGED: Interface FastEthernet0/0, Change
state to up
Router(config-if)#exit
Router(config)
(3rd) - Continue with the syntax for FastEthernet 0/1 on
Router 0
Router(config)#interface fa0/1
Router(config-if)#ip add 192.168.100.1 255.255.255.0
Router(config-if)#no shutdown
%LINK-5-CHANGED: Interface FastEthernet0/1, Change
state to up
Router(config-if)#exit

(4th) - Do the same for Router 1 to enter the IP address and


subnet mask that have been specified in the routing table.
Click Router 1, click CLI Tab and type No enter 2x.

Router>enable
Router#configure
Router(config)#int fa0/0
Router(config-if)#ip add 192.168.1.2 255.255.255.0
Router(config-if)#no shutdown
%LINK-5-CHANGED: Interface FastEthernet0/0, Change
state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface
FastEthernet0/0 change state to up
Router(config-if)#exit
Router(config)#int fa0/1
Router(config-if)#ip add 192.168.200.1 255.255.255.0
Router(config-if)#no shutdown
%LINK-5-CHANGED: Interface FastEthernet0/1, Change
state to up
Router(config-if)#exit
Router(config)
5th) - Next we are routing for Router 0, please re-enter the
CLI, the writing syntax for ip route is as f

Router> en
Router#conf t
Router(config)#ip route 192.168.200.0 255.255.255.0
192.168.1.2
Router(config-if)#^Z
Router(config)

Next, we will route for Router 1, please re-enter the CLI,


writing syntax

Router> en
Router#conf t
Router(config)#ip route 192.168.100.0 255.255.255.0
192.168.1.1
Router(config-if)#^Z
Router(config)

Next, we will route for Router 1, please re-enter the CLI,


writing syntax

Router> en
Router#conf t
Router(config)#ip route 192.168.100.0 255.255.255.0
192.168.1.1
Router(config-if)#^Z
Router(config)

You might also like