default level pada is-is router adalah L1/L2 dimana pada level ini router berfungsi sebagai ABR seperti di routing OSPF, udah tau kan ABR ?. Yups, ABR mempunyai kepanjangan Area Border Router dimana router ini memiliki fungsi sebagai penghubung standard area dengan backbone area di router ospf.
perlu diketahui jga bahwa is-is routing protocol ini menggunakan clns atau layer-2 untuk proses adjacency.
agar lebih jelas mari kita coba configurasinya aja
Tujuan:
1. mengetahui fungsi dari Level-level pada routing IS-IS
2. mengetahui konfigurasi dasar IS-IS di Cisco IOS dan IOS-XR
Topology:
Berikut adalah konfigurasi interface dengan ip address pada setiap router seperti pada gambar. jangan lupa konfigurasi router isis dengan NET-id 49.0001.00x0.0x00.x00x.00 dan juga ip router isis pada setiap interface termasuk interface loopback0-nya.
perlu diketahui jga bahwa is-is routing protocol ini menggunakan clns atau layer-2 untuk proses adjacency.
agar lebih jelas mari kita coba configurasinya aja
Tujuan:
1. mengetahui fungsi dari Level-level pada routing IS-IS
2. mengetahui konfigurasi dasar IS-IS di Cisco IOS dan IOS-XR
Topology:
Berikut adalah konfigurasi interface dengan ip address pada setiap router seperti pada gambar. jangan lupa konfigurasi router isis dengan NET-id 49.0001.00x0.0x00.x00x.00 dan juga ip router isis pada setiap interface termasuk interface loopback0-nya.
Router IDN-R1 |
Router IDN-R2 |
Router IDN-R3 |
int lo0 |
int lo0 |
int lo0 |
ip add 1.1.1.1 255.255.255.255 |
ip add 2.2.2.2 255.255.255.255 |
ip add 3.3.3.3 255.255.255.255 |
ip router isis |
ip router isis |
ip router isis |
|
|
|
int fa0/0 |
int fa0/0 |
int fa0/0 |
ip add 12.12.12.1 255.255.255.0 |
ip add 12.12.12.2 255.255.255.0 |
ip add 23.23.23.3 255.255.255.0 |
ip router isis |
ip router isis |
ip router isis |
|
|
|
|
int fa0/1 |
|
|
ip add 23.23.23.2 255.255.255.0 |
|
|
ip router isis |
|
|
|
|
router isis |
router isis |
router isis |
net 49.0001.0010.0100.1001.00 |
net 49.0001.0020.0200.2002.00 |
net 49.0001.0030.0300.3003.00 |
is-type level-2-only |
is-type level-2-only |
is-type level-2-only |