Langkah-langkah yang diperlukan:
1. Konfigurasi IP Address dan Konfigurasi Routing Protocol pada R7
conf t
int s1/1
ip add 10.0.0.1 255.0.0.0
no shut
exit
router isis
net 49.0001.aaaa.aaaa.aaaa.00
int s1/1
ip router isis
exit
2. Konfigurasi IP Address dan Konfigurasi Routing Protocol pada R2
conf t
int s1/0
ip add 10.0.0.2 255.0.0.0
no shut
exit
int s1/3
ip add 11.0.0.2 255.0.0.0
no shut
exit
router isis
net 49.0001.bbbb.bbbb.bbbb.00
int s1/0
ip router isis
exit
router isis
net 49.0001.bbbb.bbbb.bbbb.00
int s1/3
ip router isis
exit
3. Konfigurasi IP Address dan Konfigurasi Routing Protocol pada R5
conf t
int s1/0
ip add 11.0.0.1 255.0.0.0
no shut
exit
router isis
net 49.0001.cccc.cccc.cccc.00
int s1/0
ip router isis
exit
Tidak ada komentar:
Posting Komentar