Lab56. IS-IS Network Types

Tujuan Lab :

  • Mengubah tipe network IS-IS menjadi point – to – point.

Topologi Lab :

single-level-isisMetode Lab

  • Masih menggunakan konfigurasi lab sebelumnya, lihat pada lab 1.
  • Ubah tipe network R1 (int fa0/0) R2 (int fa0/0) yang defaultnya broadcast menjadi point-to-point.

Verifikasi

  • Cek isis database.
  • Cek isis neighbor.

Konfigurasi

R1(config)#int fa0/0
R1(config-if)#isis network ?
point-to-point  Specify ISIS point-to-point network
R1(config-if)#isis network point-to-point
R2(config)#int fa0/0
R2(config-if)#isis network ?
point-to-point  Specify ISIS point-to-point network
R2(config-if)#isis network point-to-point
R2(config-if)#

Verifikasi

Sebuah LSP Node Pseudo tidak lagi dihasilkan untuk segmen ini dalam database. Holdtime LSP 0 menunjukkan bahwa point to point tidak memerlukan LSP.

R1#sh isis database

IS-IS Level-2 Link State Database:
LSPID                 LSP Seq Num  LSP Checksum  LSP Holdtime      ATT/P/OL
R1.00-00            * 0x00000022   0xC401        995               0/0/0
R2.00-00              0x00000025   0x0FCE        993               0/0/0
R2.02-00              0x0000001E   0xEFA8        0 (996)           0/0/0
R3.00-00              0x00000020   0x5AD1        762               0/0/0
R3.02-00              0x0000001E   0x1E91        494               0/0/0
R1#

Pada saat menjalankan tipe network default yaitu broadcast, sebuah LSP dihasilkan oleh DIS (Designated Intermediate System).
ID Circuit 00 berarti tidak ada DIS (Designated Intermediate System) pada segmen, dan itu menunjukkan bahwa tipe networknya Point-to-Point.

R1#sh isis neighbors

System Id      Type Interface   IP Address      State Holdtime Circuit Id
R2             L2   Fa0/0       12.12.12.2      UP    24       00
R1#
R2#sh isis neighbors

System Id      Type Interface   IP Address      State Holdtime Circuit Id
R1             L2   Fa0/0       12.12.12.1      UP    23       00
R3             L2   Fa0/1       23.23.23.3      UP    9        R3.02              
R2#

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.