Sunteți pe pagina 1din 5

Cara setting 3 router

192.168.50.1 192.168.50.2 5.10.96.1 5.10.96.2

(router 1-se0/0) (se0/0-router 2-se0/1) (se0/0-router 3)

clock rate clock rate

Gateway-fa0/0 Gateway-fa0/0 Gateway-fa0/0

20.10.10.1 130.20.20.1 200.30.30.1

PC 1 PC 2 PC 3 PC 4 PC 5 PC 6

20.10.10.2 20.10.10.3 130.20.20.3 130.20.20.4 200.30.30.5 200.30.30.6


2

Setting untuk router tengah

Router>en

Router#config t

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#interface fa0/0

Router(config-if)#ip address 130.20.20.1 255.255.0.0

Router(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

Router(config-if)#interface se0/0

Router(config-if)#ip address 192.168.50.2 255.255.255.0

Router(config-if)#no shut
%LINK-5-CHANGED: Interface Serial0/0, changed state to up

Router(config-if)#

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to up

Router(config-if)#interface se0/1

Router(config-if)#ip address 5.10.96.1 255.0.0.0

Router(config-if)#no shut

%LINK-5-CHANGED: Interface Serial0/1, changed state to down

Router(config-if)#interface se0/1

Router(config-if)#clock rate

% Incomplete command.

Router(config-if)#clock rate 64000

Router(config-if)#

%LINK-5-CHANGED: Interface Serial0/1, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1, changed state to up

Router(config-if)#ip route

% Incomplete command.

Router(config)#ip route 20.0.0.0 255.0.0.0 192.168.50.1

Router(config)#ip route 200.30.30.0 255.255.255.0 5.10.96.2

Router(config)#exit

%SYS-5-CONFIG_I: Configured from console by console

Router#ping 20.10.10.3

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 20.10.10.3, timeout is 2 seconds:

.!!!!

Success rate is 80 percent (4/5), round-trip min/avg/max = 10/12/14 ms


Router#ping 20.10.10.3

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 20.10.10.3, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 12/13/16 ms

Setiing untuk router 3 yg kanan

Router>en

Router#config t

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#interface fa0/0

Router(config-if)#ip address 200.30.30.1 255.255.255.0

Router(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

Router(config-if)#interface se0/0

Router(config-if)#ip address 5.10.96.2 255.0.0.0

Router(config-if)#no shut
%LINK-5-CHANGED: Interface Serial0/0, changed state to up

Router(config-if)#

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to up

Router(config-if)#ip route 130.20.0.0 255.255.0.0 5.10.96.1

Router(config)#ip route 20.0.0.0 255.0.0.0 5.10.96.1

Router(config)#ip route 192.168.50.0 255.255.255.0 5.10.96.1

Setting router 1 yang kiri

Router>en

Router#config t

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#interface fa0/0

Router(config-if)#ip address 20.10.10.1 255.0.0.0

Router(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

Router(config-if)#interface se0/0

Router(config-if)#ip address 192.168.50.1 255.255.255.0

Router(config-if)#no shut
%LINK-5-CHANGED: Interface Serial0/0, changed state to down

Router(config-if)#interface se0/0

Router(config-if)#clock rate 64000

Router(config-if)#

%LINK-5-CHANGED: Interface Serial0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to up

Router(config-if)#ip route 130.20.0.0 255.255.0.0 192.168.50.2

Router(config)#ip route 200.30.30.0 255.255.255.0 192.168.50.2

Router(config)#ip route 5.0.0.0 255.0.0.0 192.168.50.2

S-ar putea să vă placă și