Cisco Router IS-IS Single ve Multi Area Konfigürasyonu

70 views
Skip to first unread message

Hayri Sezer

unread,
Nov 2, 2010, 10:43:16 AM11/2/10
to netge...@googlegroups.com

Is-is, (Intermediate System-to-Intermediate System) Digital Equipment Corporation tarafından ve Dijkstra’s algoritmasını kullanmaktadır. Link state routing protokolü olarak çalışmaktadır. Hemen hemen ospf ile aynı özelliklere sahiptir. Hızlı convergence olur ve farklı arealar tarafından routing işlemini desteklemektedir. Aynı ospf gibi 10 sn aralıklarda hello timer değerine sahiptir. Aşağıdaki yapıda Area 1 ve Area 2 yapısını is-is routing yapısını kullanarak haberleştireceğiz.

Örnek net id 49.0001.00b0.6484.4f10.00

Not: Buradaki 2. basamak bizim area mızı belirtmektedir.

IS-IS Router A Konfigurasyonu

Router-A(config) # router isis
Router-A(config-Router) # net 49.0001.00b0.6484.4f10.00
Router-A(config-Router) # is-type level-1
Router-A(config-Router) #exit
Router-A(config)# interface serial 0
Router-A(config-if)# ip router isis
Router-A(config-if) #exit
Router-A(config)# interface ethernet 0
Router-A(config-if)# ip router isis
Router-A(config-if) #exit

IS-IS Router B Konfigurasyonu

Router-B(config) # router isis
Router-B(config-Router) # net 49.0001.00b0.3233.4f10.00
Router-B(config-Router) #exit
Router-B(config)# interface serial 0
Router-B(config-if)# ip router isis
Router-B(config-if) #exit
Router-B(config)# interface serial 1
Router-B(config-if)# ip router isis
Router-B(config-if) #exit
Router-B(config)# interface ethernet 0
Router-B(config-if)# ip router isis
Router-B(config-if) #exit

IS-IS Router C Konfigurasyonu

Router-C(config) # router isis
Router-C(config-Router) # net 49.0002.00c0.0050.4f10.00
Router-C(config-Router) # is-type level-2
Router-C(config-Router) #exit
Router-C(config)# interface serial 1
Router-C(config-if)# ip router isis
Router-C(config-if) #exit
Router-C(config)# interface ethernet 0
Router-C(config-if)# ip router isis
Router-C(config-if) #exit



--

Hayri Sezer
Sistem Yöneticisi
Linux & Cisco Solutions
Twitter : HayriSezer
Web Site : www.hayrisezer.com
CentOS Türkiye : www.centostr.net

Reply all
Reply to author
Forward
0 new messages