Basic Configurasi IS-IS Router Nokia
Kali ini kita akan mencoba configurasi IS-IS pada router Nokia dengan topology seperti gambar dibawah ini.
Oke langsung saja ke configurasi dibawah ini :
CONFIGURASI IS-IS NOKIA
==================================================================================
==R1==
configure system name R1
configure card 1 card-type "iom3-xp-b"
configure card 1 mda 1 mda-type "m5-1gb-sfp-b"
configure router
interface "system"
address 1.1.1.1/32
exit
interface to_R2
description to_R2
address 10.10.10.1/31
port 1/1/1
no shutdown
exit
interface to_R3
description to_R3
address 10.10.10.2/31
port 1/1/2
no shutdown
exit all
configure port 1/1/1 no shutdown
configure port 1/1/2 no shutdown
configure router isis
no shutdown
interface system
exit
interface to_R2
exit
interface to_R3
exit all
==================================================================================
==R2==
configure system name R2
configure card 1 card-type "iom3-xp-b"
configure card 1 mda 1 mda-type "m5-1gb-sfp-b"
configure router
interface "system"
address 2.2.2.2/32
exit
interface to_R1
description to_R1
address 10.10.10.0/31
port 1/1/1
no shutdown
exit
interface to_R3
description to_R3
address 10.10.10.4/31
port 1/1/2
no shutdown
exit
interface to_PC1
description to_PC1
address 192.168.1.1/24
port 1/1/5
no shutdown
exit all
configure port 1/1/1 no shutdown
configure port 1/1/2 no shutdown
configure port 1/1/5 no shutdown
configure router isis
no shutdown
interface system
exit
interface to_R1
exit
interface to_R3
exit
interface to_PC1
exit all
==================================================================================
==R3==
configure system name R3
configure card 1 card-type "iom3-xp-b"
configure card 1 mda 1 mda-type "m5-1gb-sfp-b"
configure router
interface "system"
address 3.3.3.3/32
exit
interface to_R1
description to_R1
address 10.10.10.3/31
port 1/1/1
no shutdown
exit
interface to_R2
description to_R2
address 10.10.10.5/31
port 1/1/2
no shutdown
exit
interface to_PC2
description to_PC2
address 192.168.2.1/24
port 1/1/5
no shutdown
exit all
configure port 1/1/1 no shutdown
configure port 1/1/2 no shutdown
configure port 1/1/5 no shutdown
configure router isis
no shutdown
interface system
exit
interface to_R1
exit
interface to_R2
exit
interface to_PC2
exit all
============================================================================
== Configurasi PC1 & PC2 ==
Setelah semua router dan PC di konfigurasi selanjutnya kita validasi dan cek apakah sudah aktif.
untuk mengecek neighbor dapat menggunakan comand berikut " show router isis adjacency "
Kemudian kita coba test ping dari PC1 ke PC2
Tidak ada komentar