Jaringan Komputer:Tugas 1: Difference between revisions
| Line 67: | Line 67: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
==Konfigurasi | ==Konfigurasi IP Dinamis (DHCP)== | ||
===Router 0=== | ===Router 0=== | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash" line="1"> | ||
Router>enable | Router>enable | ||
Router#configure terminal | Router#configure terminal | ||
| Line 108: | Line 108: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=== | ===Router 2=== | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash" line="1"> | ||
Router>enable | Router>enable | ||
Router#configure terminal | Router#configure terminal | ||
| Line 131: | Line 131: | ||
Router(dhcp-config)#default-router 10.10.10.1 | Router(dhcp-config)#default-router 10.10.10.1 | ||
Router(dhcp-config)#exit | Router(dhcp-config)#exit | ||
</syntaxhighlight><blockquote><code>network1201010</code> dan <code>network1101010</code> ini hanya sebuah nama.</blockquote> | |||
</syntaxhighlight> | |||
==Source== | ==Source== | ||