Berikut Konfigurasi Dinamic Route:
Contoh Dinamic Route
Settingan pada PC 0
Settingan pada PC 1
Konfigurasi pada setiap Router
Konfigurasi
5302410018_A
Router>enable
Router#configure
terminal
Enter configuration
commands, one per line. End with CNTL/Z.
Router(config)#hostname
5302410018_A
5302410018_A(config)#
5302410018_A(config)#end
5302410018_A#
%SYS-5-CONFIG_I:
Configured from console by console
copy running-config
startup-config
Destination filename
[startup-config]?
Building
configuration...
[OK]
5302410018_A#enable
5302410018_A#conf t
Enter configuration
commands, one per line. End with CNTL/Z.
5302410018_A(config)#int serial 1/0
5302410018_A(config-if)#ip address 10.9.9.1 255.255.255.252
5302410018_A(config-if)#clock rate 9600
5302410018_A(config-if)#no shutdown
%LINK-5-CHANGED:
Interface Serial1/0, changed state to down
5302410018_A(config-if)#exit
5302410018_A(config)#int serial 1/2
5302410018_A(config-if)#ip address 10.13.13.1
255.255.255.252
5302410018_A(config-if)#clock rate 9600
5302410018_A(config-if)#no shutdown
%LINK-5-CHANGED:
Interface Serial1/2, changed state to down
5302410018_A(config-if)#exit
5302410018_A(config)#int serial 1/1
5302410018_A(config-if)#ip address 10.12.12.1 255.255.255.252
5302410018_A(config-if)#clock rate 9600
5302410018_A(config-if)#no shutdown
%LINK-5-CHANGED:
Interface Serial1/1, changed state to down
5302410018_A(config-if)#exit
5302410018_A(config)#interface fastethernet 0/0
5302410018_A(config-if)#ip address 192.168.0.1 255.255.255.255
Bad mask /32 for
address 192.168.0.1
5302410018_A(config-if)#ip address 192.168.0.1 255.255.255.0
5302410018_A(config-if)#exit
5302410018_A(config)#router ospf 10
5302410018_A(config-router)#network 10.9.9.0 0.0.0.3 area 0
5302410018_A(config-router)#network 10.13.13.0 0.0.0.3 area 0
5302410018_A(config-router)#network 10.12.12.0 0.0.0.3 area 0
5302410018_A(config-router)#network 192.168.0.0 0.0.0.255 area 1
5302410018_A(config-router)#exit
5302410018_A(config)#exit
5302410018_A#
%SYS-5-CONFIG_I:
Configured from console by console
5302410018_A#copy run
5302410018_A#copy running-config star
5302410018_A#copy running-config startup-config
Destination filename
[startup-config]?
Building
configuration...
[OK]
5302410018_A#
Konfigurasi
5302410018_B
5302410018_B>enable
5302410018_B#conf t
Enter configuration
commands, one per line. End with CNTL/Z.
5302410018_B(config)#int serial 1/0
5302410018_B(config-if)#ip address 10.9.9.2 255.255.255.252
5302410018_B(config-if)#clock rate 9600
5302410018_B(config-if)#no shutdown
5302410018_B(config-if)#
%LINK-5-CHANGED:
Interface Serial1/0, changed state to up
5302410018_B(config-if)#ex
%LINEPROTO-5-UPDOWN:
Line protocol on Interface Serial1/0, changed state to up
5302410018_B(config)#exit
5302410018_B#
%SYS-5-CONFIG_I:
Configured from console by console
5302410018_B#conf t
Enter configuration
commands, one per line. End with CNTL/Z.
5302410018_B(config)#int serial 1/2
5302410018_B(config-if)#ip address 10.14.14.1 255.255.255.252
5302410018_B(config-if)#clock rate 9600
5302410018_B(config-if)#no shutdown
%LINK-5-CHANGED:
Interface Serial1/2, changed state to down
5302410018_B(config-if)#exit
5302410018_B(config)#int serial 1/1
5302410018_B(config-if)#ip address 10.10.10.1 255.255.255.252
5302410018_B(config-if)#clock rate 9600
5302410018_B(config-if)#no shutdown
%LINK-5-CHANGED:
Interface Serial1/1, changed state to down
5302410018_B(config-if)#exit
5302410018_B(config)#router ospf 10
5302410018_B(config-router)#network 10.9.9.0 0.0.0.3 area 0
5302410018_B(config-router)#network 10
00:36:47:
%OSPF-5-ADJCHG: Process 10, Nbr 10.13.13.1 on Serial1/0 from LOADING to FULL,
Loading Done
^
% Invalid input
detected at '^' marker.
5302410018_B(config-router)#network 10.14.14.0 0.0.0.3 area 0
5302410018_B(config-router)#network 10.10.10.0 0.0.0.3 area 0
5302410018_B(config-router)#exit
5302410018_B(config)#exit
5302410018_B#
%SYS-5-CONFIG_I:
Configured from console by console
5302410018_B#copy run
5302410018_B#copy running-config star
5302410018_B#copy running-config startup-config
Destination filename
[startup-config]?
Building
configuration...
[OK]
5302410018_B#
Konfigurasi
5302410018_C
5302410018_C>enable
5302410018_C#copy
running-config startup-config
Destination filename
[startup-config]?
Building
configuration...
[OK]
5302410018_C#enable
5302410018_C#conf t
Enter configuration
commands, one per line. End with CNTL/Z.
5302410018_C(config)#int serial 1/1
5302410018_C(config-if)#ip address 10.10.10.2 255.255.255.252
5302410018_C(config-if)#clock rate 9600
5302410018_C(config-if)#no shutdown
%LINK-5-CHANGED:
Interface Serial1/1, changed state to up
5302410018_C(config-if)#exit
%LINEPROTO-5-UPDOWN:
Line protocol on Interface Serial1/1, changed state to up
5302410018_C(config)#int serial 1/2
5302410018_C(config-if)#ip address 10.13.13.2 255.255.255.252
5302410018_C(config-if)#clock rate 9600
5302410018_C(config-if)#no shutdown
%LINK-5-CHANGED:
Interface Serial1/2, changed state to up
5302410018_C(config-if)#exit
5302410018_C(config)#
%LINEPROTO-5-UPDOWN:
Line protocol on Interface Serial1/2, changed state to up
5302410018_C(config)#int serial 1/3
5302410018_C(config-if)#ip address 10.11.11.1 255.255.255.252
5302410018_C(config-if)#clock rate 9600
5302410018_C(config-if)#no shutdown
%LINK-5-CHANGED:
Interface Serial1/3, changed state to down
5302410018_C(config-if)#exit
5302410018_C(config)#interface fastethernet 0/0
5302410018_C(config-if)#ip address 192.168.1.1 255.255.255.0
5302410018_C(config-if)#exit
5302410018_C(config)#router ospf 10
5302410018_C(config-router)#network 10.10.10.0 0.0.0.3 area 0
5302410018_C(config-router)#network
1
00:43:33: %OSPF-5-ADJCHG:
Process 10, Nbr 10.14.14.1 on Serial1/1 from LOADING to FULL, Loading Done
^
% Invalid input
detected at '^' marker.
5302410018_C(config-router)#network 10.13.13.0 0.0.0.3 area 0
5302410018_C(config-router)#network
00:44:02:
%OSPF-5-ADJCHG: Process 10, Nbr 10.13.13.1 on Serial1/2 from LOADING to FULL,
Loading Done
% Incomplete command.
5302410018_C(config-router)#network 10.11.11.0 0.0.0.3 area 0
5302410018_C(config-router)#network 192.168.1.0 0.0.0.255 area 2
5302410018_C(config-router)#exit
5302410018_C(config)#exit
5302410018_C#
%SYS-5-CONFIG_I:
Configured from console by console
5302410018_C#copy run
5302410018_C#copy running-config star
5302410018_C#copy running-config startup-config
Destination filename
[startup-config]?
Building
configuration...
[OK]
5302410018_C#
Konfigurasi
5302410018_D
5302410018_D>enable
5302410018_D#copy
running-config startup-config
Destination filename
[startup-config]?
Building
configuration...
[OK]
5302410018_D#conf t
Enter configuration
commands, one per line. End with CNTL/Z.
5302410018_D(config)#int serial 1/1
5302410018_D(config-if)#ip address 10.12.12.2 255.255.255.252
5302410018_D(config-if)#clock rate 9600
5302410018_D(config-if)#no shutdown
%LINK-5-CHANGED:
Interface Serial1/1, changed state to up
5302410018_D(config-if)#exit
5302410018_D(config)#int
ser
%LINEPROTO-5-UPDOWN:
Line protocol on Interface Serial1/1, changed state to up
% Incomplete command.
5302410018_D(config)#int serial 1/2
5302410018_D(config-if)#ip address 10.14.14.2 255.255.255.252
5302410018_D(config-if)#clock rate 9600
5302410018_D(config-if)#no shutdown
%LINK-5-CHANGED:
Interface Serial1/2, changed state to up
5302410018_D(config-if)#exit
5302410018_D(config)#i
%LINEPROTO-5-UPDOWN:
Line protocol on Interface Serial1/2, changed state to up
% Ambiguous command:
"i"
5302410018_D(config)#int serial 1/3
5302410018_D(config-if)#ip address 10.11.11.2 255.255.255.252
5302410018_D(config-if)#clock rate 9600
5302410018_D(config-if)#no shutdown
%LINK-5-CHANGED:
Interface Serial1/3, changed state to up
5302410018_D(config-if)#exit
5302410018_D(config)#
%LINEPROTO-5-UPDOWN:
Line protocol on Interface Serial1/3, changed state to up
5302410018_D(config)#router ospf 10
5302410018_D(config-router)#network 10.12.12.0 0.0.0.3 area 0
5302410018_D(config-router)#network
10.14.14.
00:49:11:
%OSPF-5-ADJCHG: Process 10, Nbr 10.13.13.1 on Serial1/1 from LOADING to FULL,
Loading Done
^
% Invalid input
detected at '^' marker.
5302410018_D(config-router)#network
10.14.14.0 0.0.03 area 0
^
% Invalid input
detected at '^' marker.
5302410018_D(config-router)#network 10.14.14.0 0.0.0.3 area 0
5302410018_D(config-router)#
00:49:58:
%OSPF-5-ADJCHG: Process 10, Nbr 10.14.14.1 on Serial1/2 from LOADING to FULL,
Loading Done
5302410018_D(config-router)#network 10.11.11.0 0.0.0.3 area 0
5302410018_D(config-router)#exit
5302410018_D(config)#
00:50:22:
%OSPF-5-ADJCHG: Process 10, Nbr 10.13.13.2 on Serial1/3 from LOADING to FULL,
Loading Done
5302410018_D(config)#exit
5302410018_D#
%SYS-5-CONFIG_I:
Configured from console by console
5302410018_D#copy run
5302410018_D#copy running-config star
5302410018_D#copy running-config startup-config
Destination filename
[startup-config]?
Building
configuration...
[OK]
5302410018_D#
Cek
Konfigurasi sudah berhasil atau belum:
5302410018_A>show ip ospf
neighbor
Neighbor ID Pri
State Dead Time Address Interface
10.14.14.1 0
FULL/ - 00:00:37 10.9.9.2 Serial1/0
10.14.14.2 0
FULL/ - 00:00:37 10.12.12.2 Serial1/1
10.13.13.2 0
FULL/ - 00:00:31 10.13.13.2 Serial1/2
5302410018_A>
5302410018_B>show ip ospf
neighbor
Neighbor ID Pri
State Dead Time Address Interface
10.13.13.1 0
FULL/ - 00:00:34 10.9.9.1 Serial1/0
10.13.13.2 0
FULL/ - 00:00:37 10.10.10.2 Serial1/1
10.14.14.2 0
FULL/ - 00:00:39 10.14.14.2 Serial1/2
5302410018_B>
5302410018_C>show ip ospf
neighbor
Neighbor ID Pri
State Dead Time Address Interface
10.14.14.1 0
FULL/ - 00:00:32 10.10.10.1 Serial1/1
10.13.13.1 0
FULL/ - 00:00:31 10.13.13.1 Serial1/2
10.14.14.2 0
FULL/ - 00:00:35 10.11.11.2 Serial1/3
5302410018_C>
5302410018_D>show ip ospf
neighbor
Neighbor ID Pri
State Dead Time Address Interface
10.13.13.1 0
FULL/ - 00:00:39 10.12.12.1 Serial1/1
10.14.14.1 0
FULL/ - 00:00:37 10.14.14.1 Serial1/2
10.13.13.2 0
FULL/ - 00:00:30 10.11.11.1 Serial1/3
Tidak ada komentar:
Posting Komentar