KONFIGURASI ROUTING STATIS (CLI)
KONFIGURASI ROUTING STATIS (CLI)
1. Buka Cisco Packet Tracer di PC.2. Buat topologi seperti di atas.
3. Mengkonfigurasi routing statis.
- Pilih router pertama dan masuk ke mode konfigurasi cli.
- Gunakan perintah :
- en
- conf t
- int fa0/0
- ip add 192.168.1.1 255.255.255.0
- no sh
- ex
- int se0/3/0
- ip add 10.10.1.1 255.0.0.0
- no sh
- ex
- Pilih router ke dua dan ketiga lalu berikan perintah yang sama, namun untuk ip harus sesuai dengan topologi :
- en
- conf t
- int fa0/0
- ip add 192.168.2.1 255.255.255.0
- no sh
- ex
- int se0/3/0
- ip add 10.10.1.2 255.0.0.0
- no sh
- ex
- int se0/3/1
- ip add 20.20.1.1 255.0.0.0
- no sh
- ex
- router ke 3 :
- en
- conf t
- int fa0/0
- ip add 192.168.3.1 255.255.255.0
- no sh
- ex
- int se0/3/0
- ip add 20.20.1.2 255.0.0.0
- no sh
- ex
- Pilih router pertama
- Gunakan perintah "ip route"
- ip route 192.168.2.0 255.255.255.0 10.10.1.2
- ip route 192.168.3.0 255.255.255.0 10.10.1.2
- Pilih router kedua
- ip route 192.168.1.0 255.255.255.0 10.10.1.1
- ip route 192.168.3.0 255.255.255.0 20.20.1.2
- Pilih router ketiga
- ip route 192.168.2.0 255.255.255.0 20.20.1.1
- ip route 192.168.1.0 255.255.255.0 20.20.1.1
5. Tes koneksi antar router dengan Simulaton panel.
Komentar
Posting Komentar