Jump to content

Jaringan Komputer:Tugas 1: Difference between revisions

From Wiki
No edit summary
 
(27 intermediate revisions by the same user not shown)
Line 1: Line 1:
*Router 0
{{Note|Silahkan ganti IP address 10.0.0.0 s/d 10.255.255.255 menjadi 192.168.0.0 s/d 192.168.255.255}}
<syntaxhighlight lang="bash">
System Bootstrap, Version 12.1(3r)T2, RELEASE SOFTWARE (fc1)
Copyright (c) 2000 by cisco Systems, Inc.
PT 1001 (PTSC2005) processor (revision 0x200) with 60416K/5120K bytes of memory
 
Readonly ROMMON initialized
 
Self decompressing the image :
########################################################################## [OK]
 
              Restricted Rights Legend
 
Use, duplication, or disclosure by the Government is
subject to restrictions as set forth in subparagraph
(c) of the Commercial Computer Software - Restricted
Rights clause at FAR sec. 52.227-19 and subparagraph
(c) (1) (ii) of the Rights in Technical Data and Computer
Software clause at DFARS sec. 252.227-7013.
 
          cisco Systems, Inc.
          170 West Tasman Drive
          San Jose, California 95134-1706
 
 
 
Cisco Internetwork Operating System Software
IOS (tm) PT1000 Software (PT1000-I-M), Version 12.2(28), RELEASE SOFTWARE (fc5)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2005 by cisco Systems, Inc.
Compiled Wed 27-Apr-04 19:01 by miwang
 
PT 1001 (PTSC2005) processor (revision 0x200) with 60416K/5120K bytes of memory
.
Processor board ID PT0123 (0123)
PT2005 processor: part number 0, mask 01
Bridging software.
X.25 software, Version 3.0.0.
32K bytes of non-volatile configuration memory.
63488K bytes of ATA CompactFlash (Read/Write)
 
 
        --- System Configuration Dialog ---
 
Would you like to enter the initial configuration dialog? [yes/no]: System Bootstrap, Version 12.1(3r)T2, RELEASE SOFTWARE (fc1)
Copyright (c) 2000 by cisco Systems, Inc.
Initializing memory for ECC
..
PT1000 processor with 524288 Kbytes of main memory
Main memory is configured to 64 bit mode with ECC enabled
 
Readonly ROMMON initialized
 
Self decompressing the image :
########################################################################## [OK]
 
              Restricted Rights Legend
 
Use, duplication, or disclosure by the Government is
subject to restrictions as set forth in subparagraph
(c) of the Commercial Computer Software - Restricted
Rights clause at FAR sec. 52.227-19 and subparagraph
(c) (1) (ii) of the Rights in Technical Data and Computer
Software clause at DFARS sec. 252.227-7013.
 
          cisco Systems, Inc.
          170 West Tasman Drive
          San Jose, California 95134-1706
 
 
 
Cisco Internetwork Operating System Software
IOS (tm) PT1000 Software (PT1000-I-M), Version 12.2(28), RELEASE SOFTWARE (fc5)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2005 by cisco Systems, Inc.
Compiled Wed 27-Apr-04 19:01 by miwang
 
PT 1001 (PTSC2005) processor (revision 0x200) with 60416K/5120K bytes of memory
.
Processor board ID PT0123 (0123)
PT2005 processor: part number 0, mask 01
Bridging software.
X.25 software, Version 3.0.0.
10 FastEthernet/IEEE 802.3 interface(s)
32K bytes of non-volatile configuration memory.
63488K bytes of ATA CompactFlash (Read/Write)
 
 
        --- System Configuration Dialog ---
 
Would you like to enter the initial configuration dialog? [yes/no]: no
 
 
Press RETURN to get started!


<blockquote>
Hanya untuk orang yang suka menggunakan CLI, karena bisa di copas :)
</blockquote>


==Konfigurasi Static==
[[File:Screenshot from 2022-11-30 06-41-09 edited.png|thumb|Pohon jaringan]]
[[File:Tugas 1 jarkom 3672836251.png|thumb]]


=== Router 0 ===
<syntaxhighlight lang="bash" line="1">
Router>enable
Router>enable
Router#configure terminal
Router#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#interface fa1/0
Router(config)#interface fa1/0
Router(config-if)#ip address 10.10.30.1 255.255.255.0
Router(config-if)#ip address 10.10.30.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#no shutdown
 
Router(config-if)#exit
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet1/0, changed state to up
 
Router(config-if)#exi
Router(config)#interface fa0/0
Router(config)#interface fa0/0
Router(config-if)#ip address 10.10.40.1 255.255.255.0
Router(config-if)#ip address 10.10.40.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#no shutdown
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
Router(config-if)#exit
Router(config-if)#exit
Router(config)#ip route 10.10.20.0 255.255.255.0 10.10.30.2
Router(config)#ip route 10.10.20.0 255.255.255.0 10.10.30.2
Router(config)#ip route 10.10.10.0 255.255.255.0 10.10.40.2
Router(config)#ip route 10.10.10.0 255.255.255.0 10.10.40.2
Router(config)#
</syntaxhighlight>
</syntaxhighlight>


*Router 1
=== Router 1 ===
 
<syntaxhighlight lang="bash" line="1">
<syntaxhighlight lang="bash">
System Bootstrap, Version 12.1(3r)T2, RELEASE SOFTWARE (fc1)
Copyright (c) 2000 by cisco Systems, Inc.
PT 1001 (PTSC2005) processor (revision 0x200) with 60416K/5120K bytes of memory
 
Readonly ROMMON initialized
 
Self decompressing the image :
########################################################################## [OK]
 
              Restricted Rights Legend
 
Use, duplication, or disclosure by the Government is
subject to restrictions as set forth in subparagraph
(c) of the Commercial Computer Software - Restricted
Rights clause at FAR sec. 52.227-19 and subparagraph
(c) (1) (ii) of the Rights in Technical Data and Computer
Software clause at DFARS sec. 252.227-7013.
 
          cisco Systems, Inc.
          170 West Tasman Drive
          San Jose, California 95134-1706
 
 
 
Cisco Internetwork Operating System Software
IOS (tm) PT1000 Software (PT1000-I-M), Version 12.2(28), RELEASE SOFTWARE (fc5)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2005 by cisco Systems, Inc.
Compiled Wed 27-Apr-04 19:01 by miwang
 
PT 1001 (PTSC2005) processor (revision 0x200) with 60416K/5120K bytes of memory
.
Processor board ID PT0123 (0123)
PT2005 processor: part number 0, mask 01
Bridging software.
X.25 software, Version 3.0.0.
32K bytes of non-volatile configuration memory.
63488K bytes of ATA CompactFlash (Read/Write)
 
 
        --- System Configuration Dialog ---
 
Would you like to enter the initial configuration dialog? [yes/no]: System Bootstrap, Version 12.1(3r)T2, RELEASE SOFTWARE (fc1)
Copyright (c) 2000 by cisco Systems, Inc.
Initializing memory for ECC
..
PT1000 processor with 524288 Kbytes of main memory
Main memory is configured to 64 bit mode with ECC enabled
 
Readonly ROMMON initialized
 
Self decompressing the image :
########################################################################## [OK]
 
              Restricted Rights Legend
 
Use, duplication, or disclosure by the Government is
subject to restrictions as set forth in subparagraph
(c) of the Commercial Computer Software - Restricted
Rights clause at FAR sec. 52.227-19 and subparagraph
(c) (1) (ii) of the Rights in Technical Data and Computer
Software clause at DFARS sec. 252.227-7013.
 
          cisco Systems, Inc.
          170 West Tasman Drive
          San Jose, California 95134-1706
 
 
 
Cisco Internetwork Operating System Software
IOS (tm) PT1000 Software (PT1000-I-M), Version 12.2(28), RELEASE SOFTWARE (fc5)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2005 by cisco Systems, Inc.
Compiled Wed 27-Apr-04 19:01 by miwang
 
PT 1001 (PTSC2005) processor (revision 0x200) with 60416K/5120K bytes of memory
.
Processor board ID PT0123 (0123)
PT2005 processor: part number 0, mask 01
Bridging software.
X.25 software, Version 3.0.0.
10 FastEthernet/IEEE 802.3 interface(s)
32K bytes of non-volatile configuration memory.
63488K bytes of ATA CompactFlash (Read/Write)
 
 
        --- System Configuration Dialog ---
 
Would you like to enter the initial configuration dialog? [yes/no]: System Bootstrap, Version 12.1(3r)T2, RELEASE SOFTWARE (fc1)
Copyright (c) 2000 by cisco Systems, Inc.
Initializing memory for ECC
..
PT1000 processor with 524288 Kbytes of main memory
Main memory is configured to 64 bit mode with ECC enabled
 
Readonly ROMMON initialized
 
Self decompressing the image :
########################################################################## [OK]
 
              Restricted Rights Legend
 
Use, duplication, or disclosure by the Government is
subject to restrictions as set forth in subparagraph
(c) of the Commercial Computer Software - Restricted
Rights clause at FAR sec. 52.227-19 and subparagraph
(c) (1) (ii) of the Rights in Technical Data and Computer
Software clause at DFARS sec. 252.227-7013.
 
          cisco Systems, Inc.
          170 West Tasman Drive
          San Jose, California 95134-1706
 
 
 
Cisco Internetwork Operating System Software
IOS (tm) PT1000 Software (PT1000-I-M), Version 12.2(28), RELEASE SOFTWARE (fc5)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2005 by cisco Systems, Inc.
Compiled Wed 27-Apr-04 19:01 by miwang
 
PT 1001 (PTSC2005) processor (revision 0x200) with 60416K/5120K bytes of memory
.
Processor board ID PT0123 (0123)
PT2005 processor: part number 0, mask 01
Bridging software.
X.25 software, Version 3.0.0.
9 FastEthernet/IEEE 802.3 interface(s)
1 Low-speed serial(sync/async) network interface(s)
32K bytes of non-volatile configuration memory.
63488K bytes of ATA CompactFlash (Read/Write)
 
 
        --- System Configuration Dialog ---
 
Would you like to enter the initial configuration dialog? [yes/no]: no
 
 
Press RETURN to get started!
 
 
 
Router>enable
Router>enable
Router#configure terminal
Router#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#interface fa0/0
Router(config)#interface fa0/0
Router(config-if)#ip address 10.10.40.2 255.255.255.0
Router(config-if)#ip address 10.10.40.2 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#no shutdown
Router(config-if)#
%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)#exit
Router(config-if)#exit
Router(config)#interface fa1/0
Router(config)#interface fa1/0
Router(config-if)#ip address 10.10.10.1 255.255.255.0
Router(config-if)#ip address 10.10.10.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#no shutdown
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet1/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet1/0, changed state to up
Router(config-if)#exit
Router(config-if)#exit
Router(config)#interface se9/0
Router(config)#interface se9/0
Router(config-if)#ip address 10.10.50.2 255.255.255.0
Router(config-if)#ip address 10.10.50.2 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial9/0, changed state to down
Router(config-if)#exit
Router(config-if)#exit
Router(config)#ip route 10.10.20.0 255.255.255.0 10.10.40.1
Router(config)#ip route 10.10.20.0 255.255.255.0 10.10.40.1
Router(config)#ip route 10.10.20.0 255.255.255.0 10.10.50.1
Router(config)#ip route 10.10.20.0 255.255.255.0 10.10.50.1
Router(config)#
</syntaxhighlight>
</syntaxhighlight>


*Router 2
=== Router 2 ===
 
<syntaxhighlight lang="bash" line="1">
<syntaxhighlight lang="bash">
Router>enable
System Bootstrap, Version 12.1(3r)T2, RELEASE SOFTWARE (fc1)
Router#configure terminal
Copyright (c) 2000 by cisco Systems, Inc.
Router(config)#interface fa0/0
PT 1001 (PTSC2005) processor (revision 0x200) with 60416K/5120K bytes of memory
Router(config-if)#ip address 10.10.30.2 255.255.255.0
 
Router(config-if)#no shutdown
Readonly ROMMON initialized
Router(config-if)#exit
 
Router(config)#interface fa1/0
Self decompressing the image :
Router(config-if)#ip address 10.10.20.1 255.255.255.0
########################################################################## [OK]
Router(config-if)#no shutdown
 
Router(config-if)#exit
              Restricted Rights Legend
Router(config)#interface se9/0
 
Router(config-if)#ip address 10.10.50.1 255.255.255.0
Use, duplication, or disclosure by the Government is
Router(config-if)#no shutdown
subject to restrictions as set forth in subparagraph
Router(config-if)#exit
(c) of the Commercial Computer Software - Restricted
Router(config)#ip route 10.10.10.0 255.255.255.0 10.10.30.1
Rights clause at FAR sec. 52.227-19 and subparagraph
Router(config)#ip route 10.10.10.0 255.255.255.0 10.10.50.2
(c) (1) (ii) of the Rights in Technical Data and Computer
</syntaxhighlight>
Software clause at DFARS sec. 252.227-7013.
 
          cisco Systems, Inc.
          170 West Tasman Drive
          San Jose, California 95134-1706
 
 
 
Cisco Internetwork Operating System Software
IOS (tm) PT1000 Software (PT1000-I-M), Version 12.2(28), RELEASE SOFTWARE (fc5)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2005 by cisco Systems, Inc.
Compiled Wed 27-Apr-04 19:01 by miwang
 
PT 1001 (PTSC2005) processor (revision 0x200) with 60416K/5120K bytes of memory
.
Processor board ID PT0123 (0123)
PT2005 processor: part number 0, mask 01
Bridging software.
X.25 software, Version 3.0.0.
32K bytes of non-volatile configuration memory.
63488K bytes of ATA CompactFlash (Read/Write)
 
 
        --- System Configuration Dialog ---
 
Would you like to enter the initial configuration dialog? [yes/no]: System Bootstrap, Version 12.1(3r)T2, RELEASE SOFTWARE (fc1)
Copyright (c) 2000 by cisco Systems, Inc.
Initializing memory for ECC
..
PT1000 processor with 524288 Kbytes of main memory
Main memory is configured to 64 bit mode with ECC enabled
 
Readonly ROMMON initialized
 
Self decompressing the image :
########################################################################## [OK]
 
              Restricted Rights Legend
 
Use, duplication, or disclosure by the Government is
subject to restrictions as set forth in subparagraph
(c) of the Commercial Computer Software - Restricted
Rights clause at FAR sec. 52.227-19 and subparagraph
(c) (1) (ii) of the Rights in Technical Data and Computer
Software clause at DFARS sec. 252.227-7013.
 
          cisco Systems, Inc.
          170 West Tasman Drive
          San Jose, California 95134-1706
 
 
 
Cisco Internetwork Operating System Software
IOS (tm) PT1000 Software (PT1000-I-M), Version 12.2(28), RELEASE SOFTWARE (fc5)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2005 by cisco Systems, Inc.
Compiled Wed 27-Apr-04 19:01 by miwang
 
PT 1001 (PTSC2005) processor (revision 0x200) with 60416K/5120K bytes of memory
.
Processor board ID PT0123 (0123)
PT2005 processor: part number 0, mask 01
Bridging software.
X.25 software, Version 3.0.0.
10 FastEthernet/IEEE 802.3 interface(s)
32K bytes of non-volatile configuration memory.
63488K bytes of ATA CompactFlash (Read/Write)
 
 
        --- System Configuration Dialog ---
 
Would you like to enter the initial configuration dialog? [yes/no]: System Bootstrap, Version 12.1(3r)T2, RELEASE SOFTWARE (fc1)
Copyright (c) 2000 by cisco Systems, Inc.
Initializing memory for ECC
..
PT1000 processor with 524288 Kbytes of main memory
Main memory is configured to 64 bit mode with ECC enabled
 
Readonly ROMMON initialized
 
Self decompressing the image :
########################################################################## [OK]
 
              Restricted Rights Legend
 
Use, duplication, or disclosure by the Government is
subject to restrictions as set forth in subparagraph
(c) of the Commercial Computer Software - Restricted
Rights clause at FAR sec. 52.227-19 and subparagraph
(c) (1) (ii) of the Rights in Technical Data and Computer
Software clause at DFARS sec. 252.227-7013.
 
          cisco Systems, Inc.
          170 West Tasman Drive
          San Jose, California 95134-1706
 
 
 
Cisco Internetwork Operating System Software
IOS (tm) PT1000 Software (PT1000-I-M), Version 12.2(28), RELEASE SOFTWARE (fc5)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2005 by cisco Systems, Inc.
Compiled Wed 27-Apr-04 19:01 by miwang
 
PT 1001 (PTSC2005) processor (revision 0x200) with 60416K/5120K bytes of memory
.
Processor board ID PT0123 (0123)
PT2005 processor: part number 0, mask 01
Bridging software.
X.25 software, Version 3.0.0.
9 FastEthernet/IEEE 802.3 interface(s)
1 Low-speed serial(sync/async) network interface(s)
32K bytes of non-volatile configuration memory.
63488K bytes of ATA CompactFlash (Read/Write)
 
 
        --- System Configuration Dialog ---
 
Would you like to enter the initial configuration dialog? [yes/no]: no
 
 
Press RETURN to get started!
 


==Konfigurasi IP Dinamis (DHCP)==
[[File:Screenshot from 2022-12-01 21-36-12 edited.png|thumb]]
[[File:Tugas 1 jarkom 7384907463.png|thumb]]


===Router 0===
<syntaxhighlight lang="bash" line="1">
Router>enable
Router>enable
Router#configure terminal
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface fa1/0
Router(config-if)#ip address 10.10.40.2 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#interface fa0/0
Router(config)#interface fa0/0
Router(config-if)#ip address 10.10.30.2 255.255.255.0
Router(config-if)#ip address 10.10.30.2 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#ip route 10.10.10.0 255.255.255.0 10.10.40.1
Router(config)#ip route 10.10.20.0 255.255.255.0 10.10.30.1
</syntaxhighlight>


Router(config-if)#
===Router 1===
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
<syntaxhighlight lang="bash" line="1">
 
Router>enable
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
Router#configure terminal
 
Router(config-if)#exit
Router(config)#interface fa1/0
Router(config)#interface fa1/0
Router(config-if)#ip address 10.10.20.1 255.255.255.0
Router(config-if)#ip address 10.10.20.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#interface fa0/0
Router(config-if)#ip address 10.10.30.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#interface se9/0
Router(config-if)#ip address 10.10.50.2 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#ip route 10.10.10.0 255.255.255.0 10.10.30.2
Router(config)#ip route 10.10.10.0 255.255.255.0 10.10.50.1
Router(config)#ip dhcp pool network1201010
Router(dhcp-config)#network 10.10.20.0 255.255.255.0
Router(dhcp-config)#default-router 10.10.20.1
Router(dhcp-config)#exit
</syntaxhighlight>


Router(config-if)#
===Router 2===
%LINK-5-CHANGED: Interface FastEthernet1/0, changed state to up
<syntaxhighlight lang="bash" line="1">
 
Router>enable
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet1/0, changed state to up
Router#configure terminal
 
Router(config)#interface fa1/0
Router(config-if)#ip address 10.10.10.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#interface fa0/0
Router(config-if)#ip address 10.10.40.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config-if)#exit
Router(config)#interface se9/0
Router(config)#interface se9/0
Router(config-if)#ip address 10.10.50.1 255.255.255.0
Router(config-if)#ip address 10.10.50.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#ip route 10.10.20.0 255.255.255.0 10.10.40.2
Router(config)#ip route 10.10.20.0 255.255.255.0 10.10.50.2
Router(config)#ip dhcp pool network1101010
Router(dhcp-config)#network 10.10.10.0 255.255.255.0
Router(dhcp-config)#default-router 10.10.10.1
Router(dhcp-config)#exit
</syntaxhighlight>


Router(config-if)#
<blockquote>
%LINK-5-CHANGED: Interface Serial9/0, changed state to up
<code>network1201010</code> dan <code>network1101010</code> ini hanya sebuah nama.
</blockquote>


Router(config-if)#exit
==Terkait==
Router(config)#
*[[Komunikasi Data dan Jaringan:Paket Tracer Cisco]]
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial9/0, changed state to up
*[[Konfigurasi Router di Packet Cisco Tracker]]
*[[Cara Menghubungkan antar Router di Packet Cisco Tracker]]
 
==Source==
*[https://catatanshand.blogspot.com/2018/12/cara-konfigurasi-router-dhcp-di-cisco-paket-tracer.html blogspot.com] - Backup [https://web.archive.org/web/20221202020946/http://web.archive.org/screenshot/https://catatanshand.blogspot.com/2018/12/cara-konfigurasi-router-dhcp-di-cisco-paket-tracer.html link]


Router(config)#ip route 10.10.10.0 255.255.255.0 10.10.30.1
[[Category:Materi]]
Router(config)#ip route 10.10.10.0 255.255.255.0 10.10.50.2
[[Category:Matkul]]
Router(config)#
[[Category:Jaringan]]
</syntaxhighlight>
[[Category:Jaringan Komputer]]

Latest revision as of 08:15, 7 December 2022

Note:Silahkan ganti IP address 10.0.0.0 s/d 10.255.255.255 menjadi 192.168.0.0 s/d 192.168.255.255

Hanya untuk orang yang suka menggunakan CLI, karena bisa di copas :)

Konfigurasi Static

Pohon jaringan

Router 0

Router>enable
Router#configure terminal
Router(config)#interface fa1/0
Router(config-if)#ip address 10.10.30.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#interface fa0/0
Router(config-if)#ip address 10.10.40.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#ip route 10.10.20.0 255.255.255.0 10.10.30.2
Router(config)#ip route 10.10.10.0 255.255.255.0 10.10.40.2

Router 1

Router>enable
Router#configure terminal
Router(config)#interface fa0/0
Router(config-if)#ip address 10.10.40.2 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#interface fa1/0
Router(config-if)#ip address 10.10.10.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#interface se9/0
Router(config-if)#ip address 10.10.50.2 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#ip route 10.10.20.0 255.255.255.0 10.10.40.1
Router(config)#ip route 10.10.20.0 255.255.255.0 10.10.50.1

Router 2

Router>enable
Router#configure terminal
Router(config)#interface fa0/0
Router(config-if)#ip address 10.10.30.2 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#interface fa1/0
Router(config-if)#ip address 10.10.20.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#interface se9/0
Router(config-if)#ip address 10.10.50.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#ip route 10.10.10.0 255.255.255.0 10.10.30.1
Router(config)#ip route 10.10.10.0 255.255.255.0 10.10.50.2

Konfigurasi IP Dinamis (DHCP)

Router 0

Router>enable
Router#configure terminal
Router(config)#interface fa1/0
Router(config-if)#ip address 10.10.40.2 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#interface fa0/0
Router(config-if)#ip address 10.10.30.2 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#ip route 10.10.10.0 255.255.255.0 10.10.40.1
Router(config)#ip route 10.10.20.0 255.255.255.0 10.10.30.1

Router 1

Router>enable
Router#configure terminal
Router(config)#interface fa1/0
Router(config-if)#ip address 10.10.20.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#interface fa0/0
Router(config-if)#ip address 10.10.30.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#interface se9/0
Router(config-if)#ip address 10.10.50.2 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#ip route 10.10.10.0 255.255.255.0 10.10.30.2
Router(config)#ip route 10.10.10.0 255.255.255.0 10.10.50.1
Router(config)#ip dhcp pool network1201010
Router(dhcp-config)#network 10.10.20.0 255.255.255.0
Router(dhcp-config)#default-router 10.10.20.1
Router(dhcp-config)#exit

Router 2

Router>enable
Router#configure terminal
Router(config)#interface fa1/0
Router(config-if)#ip address 10.10.10.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#interface fa0/0
Router(config-if)#ip address 10.10.40.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#interface se9/0
Router(config-if)#ip address 10.10.50.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#ip route 10.10.20.0 255.255.255.0 10.10.40.2
Router(config)#ip route 10.10.20.0 255.255.255.0 10.10.50.2
Router(config)#ip dhcp pool network1101010
Router(dhcp-config)#network 10.10.10.0 255.255.255.0
Router(dhcp-config)#default-router 10.10.10.1
Router(dhcp-config)#exit

network1201010 dan network1101010 ini hanya sebuah nama.

Terkait

Source