Pages

Senin, 28 November 2011

Tugas euuuyyyy :p

KONFIGURASI ROUTER RIP


LAB_A
Router>en
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#hostname LAB_A
LAB_A(config)#int fa0/0
LAB_A(config-if)#ip add 205.7.5.1 255.255.255.0
LAB_A(config-if)#no shutdown

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
LAB_A(config-if)#exit
LAB_A(config)#int fa1/0
LAB_A(config-if)#ip add 192.5.5.1 255.255.255.0
LAB_A(config-if)#no shutdown

%LINK-5-CHANGED: Interface FastEthernet1/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet1/0, changed state to up
LAB_A(config-if)#exit
LAB_A(config)#int se2/0
LAB_A(config-if)#ip add 201.100.11.1 255.255.255.0
LAB_A(config-if)#clocckrate 64000
                     ^
% Invalid input detected at '^' marker.
           
LAB_A(config-if)#no shutdowwn
                           ^
% Invalid input detected at '^' marker.
           
LAB_A(config-if)#exit
LAB_A(config)#int se2/0
LAB_A(config-if)#ip add 201.100.11.1 255.255.255.0
LAB_A(config-if)#
LAB_A(config-if)#clockrate 64000
                      ^
% Invalid input detected at '^' marker.
           
LAB_A(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial2/0, changed state to down
LAB_A(config-if)#exit
LAB_A(config)#router rip
LAB_A(config-router)#version2
                            ^
% Invalid input detected at '^' marker.
           
LAB_A(config-router)#version 2
LAB_A(config-router)#network 205.7.5.0
LAB_A(config-router)#network 192.5.5.0
LAB_A(config-router)#network 201.100.11.0
LAB_A(config-router)#exit
LAB_A(config)#copy run start
                ^
% Invalid input detected at '^' marker.
           
LAB_A(config)#exit
%SYS-5-CONFIG_I: Configured from console by console
LAB_A#copy run start
Destination filename [startup-config]?
Building configuration...
[OK]
LAB_A#

LAB_B
Router>en
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#hostname LAB_B
LAB_B(config)#int fa0/0
LAB_B(config-if)#ip add 219.17.100.1 255.255.255.0
LAB_B(config-if)#no shutdown

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
LAB_B(config-if)#exit
LAB_B(config)#int se2/0
LAB_B(config-if)#ip add 201.100.11.2 255.255.255.0
LAB_B(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial2/0, changed state to up
LAB_B(config-if)#exit
LAB_B(config)#int se3/0
LAB_B(config-if)#ip add 199.6.13.1 255.255.255.0
LAB_B(config-if)#clockrate 64000
                      ^
% Invalid input detected at '^' marker.
           
LAB_B(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial3/0, changed state to down
LAB_B(config-if)#exit
LAB_B(config)#router rip
LAB_B(config-router)#version 2
LAB_B(config-router)#network 219.17.100.0
LAB_B(config-router)#network 201.100.11.0
LAB_B(config-router)#network 199.6.13.0
LAB_B(config-router)#exit
LAB_B(config)#exit
%SYS-5-CONFIG_I: Configured from console by console
LAB_B#copy run start
Destination filename [startup-config]?
Building configuration...
[OK]

LAB_C
Router>en
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#hostname LAB_C
LAB_C(config)#int fa0/0
LAB_C(config-if)#ip add 223.8.151.1 255.255.255.0
LAB_C(config-if)#no shutdown

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
LAB_C(config-if)#exit
LAB_C(config)#int se2/0
LAB_C(config-if)#ip add 199.6.13.2 255.255.255.0
LAB_C(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial2/0, changed state to down
LAB_C(config-if)#exit
LAB_C(config)#int se3/0
LAB_C(config-if)#ip add 204.204.7.1 255.255.255.0
LAB_C(config-if)#clockrate 64000
                      ^
% Invalid input detected at '^' marker.
           
LAB_C(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial3/0, changed state to up
LAB_C(config-if)#exit
LAB_C(config)#exit
%SYS-5-CONFIG_I: Configured from console by console
LAB_C#copy run start
Destination filename [startup-config]?
Building configuration...
[OK]

LAB_D
Router>en
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#hostname LAB_D
LAB_D (config)#int fa0/0
LAB_D (config-if)#ip add 210.93.105.1 255.255.255.0
LAB_D (config-if)#no shutdown

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
LAB_D (config-if)#exit
LAB_D (config)#int se2/0
LAB_D (config-if)#ip add 204.204.7.2 255.255.255.0
LAB_D (config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial2/0, changed state to up
LAB_D (config-if)#exit
LAB_D (config)#router rip
LAB_D (config-router)#version 2
LAB_D (config-router)#network 210.93.105.0
LAB_D (config-router)#network 204.204.7.0
LAB_D (config-router)#exit
LAB_D (config)#exit
%SYS-5-CONFIG_I: Configured from console by console
LAB_D #copy run start
Destination filename [startup-config]?
Building configuration...
[OK]

LAB_E
Router>en
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
 Router(config)#hostname LAB_E
LAB_E(config)#int fa0/0
LAB_E (config-if)#ip add 210.93.105.3 255.255.255.0
LAB_E (config-if)#no shutdown

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
LAB_E (config-if)#exit
LAB_E (config)#router rip
LAB_E (config-router)#version 2
LAB_E (config-router)#network 210.93.105.0
LAB_E (config-router)#exxit
                        ^
% Invalid input detected at '^' marker.
           
LAB_E (config-router)#exit
LAB_E (config)#exit
%SYS-5-CONFIG_I: Configured from console by console
LAB_E #copy run start
Destination filename [startup-config]?
Building configuration...
[OK]

Tidak ada komentar:

Posting Komentar