Config Router Sederhana


Unknown | 11:00 |



Konfigurasi Router 0
·         Router>en
·         Router#conf t
·         Enter configuration commands, one per line.  End with CNTL/Z.
·         Router(config)#hostname R0
·         R0(config)#int fa0/0
·         R0(config-if)#ip address 192.168.0.1 255.255.255.248
·         R0(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
·         R0(config-if)#exit
·         R0(config)#int s2/0
·         R0(config-if)#ip address 192.168.0.37 255.255.255.252
·         R0(config-if)#clock rate 9600
·         R0(config-if)#no shut

%LINK-5-CHANGED: Interface Serial2/0, changed state to down
·         R0(config-if)#exit
·         R0(config)#int s3/0
·         R0(config-if)#ip address 192.168.0.41 255.255.255.252
·         R0(config-if)#clock rate 9600
·         R0(config-if)#no shut

%LINK-5-CHANGED: Interface Serial3/0, changed state to down
·         R0(config-if)#exit
·         R0(config)#ip route 192.168.0.16 255.255.255.248 s3/0
·         R0(config)#ip route 192.168.0.32 255.255.255.248 s3/0
·         R0(config)#ip route 192.168.0.24 255.255.255.248 s3/0
·         R0(config)#ip route 192.168.0.8 255.255.255.248 s2/0

Konfigurasi Router 2
·         Router>en
·         Router#conf t
·         Enter configuration commands, one per line.  End with CNTL/Z.
·         Router(config)#hostname R2
·         R2(config)#int fa0/0
·         R2(config-if)#ip address 192.168.0.9 255.255.255.248
·         R2(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
·         R2(config-if)#exit
·         R2(config)#int s2/0
·         R2(config-if)#ip address 192.168.0.38 255.255.255.252
·         R2(config-if)#clock rate 9600
·         R2(config-if)#no shut

%LINK-5-CHANGED: Interface Serial2/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up
·         R2(config-if)#exit
·         R2(config)#int s3/0
·         R2(config-if)#ip address 192.168.0.45 255.255.255.252
·         R2(config-if)#clock rate 9600
·         R2(config-if)#no shut

%LINK-5-CHANGED: Interface Serial3/0, changed state to down
·         R2(config-if)#exit
·         R2(config)#ip route 192.168.0.0 255.255.255.248 s2/0
·         R2(config)#ip route 192.168.0.16 255.255.255.248 s3/0
·         R2(config)#ip route 192.168.0.24 255.255.255.248 s3/0
·         R2(config)#ip route 192.168.0.32 255.255.255.248 s3/0

Konfigurasi Router 3
·         Router>en
·         Router#conf t
·         Enter configuration commands, one per line.  End with CNTL/Z.
·         Router(config)#hostname R3
·         R3(config)#int fa0/0
·         R3(config-if)#ip address 192.168.0.17 255.255.255.248
·         R3(config-if)#no shut

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
·         R3(config-if)#exit
·         R3(config)#int s2/0
·         R3(config-if)#ip address 192.168.0.49 255.255.255.252
·         R3(config-if)#clock rate 9600
·         R3(config-if)#no shut

%LINK-5-CHANGED: Interface Serial2/0, changed state to down
·         R3(config-if)#exit
·         R3(config)#ip route 192.168.0.0 255.255.255.248 s2/0
·         R3(config)#ip route 192.168.0.8 255.255.255.248 s2/0
·         R3(config)#ip route 192.168.0.24 255.255.255.248 s2/0
·         R3(config)#ip route 192.168.0.32 255.255.255.248 s2/0

Konfigurasi Router 1
·         Router>en
·         Router#conf t
·         Enter configuration commands, one per line.  End with CNTL/Z.
·         Router(config)#hostname R1
·         R1(config)#int fa0/0
·         R1(config-if)#ip address 192.168.0.33 255.255.255.248
·         R1(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
·         R1(config-if)#exit
·         R1(config)#int s2/0
·         R1(config-if)#ip address 192.168.0.42 255.255.255.252
·         R1(config-if)#clock rate 9600
·         R1(config-if)#no shut

%LINK-5-CHANGED: Interface Serial2/0, changed state to up
·         R1(config-if)#exi
·         R1(config-if)#exit
·         R1(config)#int s3/0
·         R1(config-if)#ip address 192.168.0.46 255.255.255.252
·         R1(config-if)#clock rate 9600
·         R1(config-if)#no shut

%LINK-5-CHANGED: Interface Serial3/0, changed state to up
·         R1(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial3/0, changed state to up
·         R1(config-if)#exit
·         R1(config)#int s6/0
·         R1(config-if)#ip address 192.168.0.50 255.255.255.252
·         R1(config-if)#clock rate 9600
·         R1(config-if)#no shut

%LINK-5-CHANGED: Interface Serial6/0, changed state to up
·         R1(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial6/0, changed state to up
·         R1(config-if)#exit
·         R1(config)#int s7/0
·         R1(config-if)#ip address 192.168.0.54 255.255.255.252
·         R1(config-if)#clock rate 9600
·         R1(config-if)#no shut

%LINK-5-CHANGED: Interface Serial7/0, changed state to down
·         R1(config-if)#exit
·         R1(config)#ip route 192.168.0.0 255.255.255.248 s2/0
·         R1(config)#ip route 192.168.0.8 255.255.255.248 s3/0
·         R1(config)#ip route 192.168.0.16 255.255.255.248 s6/0
·         R1(config)#ip route 192.168.0.24 255.255.255.248 s7/0

Konfigurasi Router 4
·         Router>en
·         Router#conf t
·         Enter configuration commands, one per line.  End with CNTL/Z.
·         Router(config)#hostname R4
·         R4(config)#int fa0/0
·         R4(config-if)#exit
·         R4(config)#fa 1/0
           ^
% Invalid input detected at '^' marker.
           
·         R4(config)#int fa1/0
·         R4(config-if)#ip address 192.168.0.25 255.255.255.248
·         R4(config-if)#no shut

%LINK-5-CHANGED: Interface FastEthernet1/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet1/0, changed state to up
·         R4(config-if)#exit
·         R4(config)#int s2/0
·         R4(config-if)#ip address 192.168.0.53 255.255.255.252
·         R4(config-if)#clock rate 9600
·         R4(config-if)#no shut

%LINK-5-CHANGED: Interface Serial2/0, changed state to up
·         R4(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up
·         R4(config-if)#exit
·         R4(config)#ip route 192.168.0.0 255.255.255.248 s2/0
·         R4(config)#ip route 192.168.0.8 255.255.255.248 s2/0
·         R4(config)#ip route 192.168.0.16 255.255.255.248 s2/0
·         R4(config)#ip route 192.168.0.32 255.255.255.248 s2/0


SELAMAT MENCOBA

0 komentar:

Post a Comment

 
Design Downloaded from free Blogger templates | free website templates | Seodesign.us | Funny Sport Videos.