Skip to main content

tplogin.cn首页 > 路由器问答 >

JUNOS ISIS区域拓扑解析

2012-07-03 01:03 浏览:

ISIS

典型的ISIS拓扑类型:

参考AREA 49.0001  R1( L1 only)和R2(L1/L2),R3(L2 only) 需要配置同样的区域地址,而R3和R4(L2 之间)邻接路由器则要配置不同的区域地址

路由器的角色类型共计3种: 
L1     :  类似于OSPF里面的完全末节区域 
L1/L2 :类似于OSPF里面的ABR路由器 
L2     :处于ISIS网络里面的核心区域0

Attached bit 
参考R1.R2.R3的拓扑情况:ISO地址均为49.0001 
这样的情况之下,R2不会再给R1的LSA当中发布attached bit "1",也就是说R1不会有一条“0.0.0.0”的默认路由 
那么当R1需要外面路由的情况下,可以通过在R2上 “route leak”来完成 
注:当与L1/L2相连的L2路由器配置一致的ISO地址的情况下,那么L1/L2(认为没有学到外部路由)认为没有必要给L1发布attached bit;

test@RTE-10.0.3.4# run show isis database logical-system r3 
IS-IS level 1 link-state database: 
LSP ID                      Sequence Checksum Lifetime Attributes 
RTE-10.0.3.4-r1.00-00          0x7f5   0x7f28     1192 L1 
RTE-10.0.3.4-r2.00-00          0x84d   0xd74e     1174 L1 
RTE-10.0.3.4-r2.02-00           0x14   0x9f0c      579 L1 
RTE-10.0.3.4-r2.03-00           0x15   0xc946      794 L1 
RTE-10.0.3.4-r2.04-00           0x14   0xf7d3      579 L1 
RTE-10.0.3.4-r3.00-00           0x15   0x7707      643 L1 L2 
RTE-10.0.3.4-r3.02-00           0x15   0x1214      946 L1 L2 
RTE-10.0.3.4-r4.00-00           0x15   0x388d      790 L1 L2

参考R6.R5.R4的拓扑情况: 
R5和R4配置了不同的ISO地址

test@RTE-10.0.3.4# run show isis database logical-system r3                                   
IS-IS level 1 link-state database: 
LSP ID                      Sequence Checksum Lifetime Attributes 
RTE-10.0.3.4-r1.00-00          0x80a   0xccc5     1187 L1 
RTE-10.0.3.4-r2.00-00          0x85c   0x6aac     1195 L1 
RTE-10.0.3.4-r2.02-00           0x15   0x9d0d     1162 L1 
RTE-10.0.3.4-r2.03-00           0x16   0xc747     1162 L1 
RTE-10.0.3.4-r2.04-00           0x15   0xf5d4     1162 L1 
RTE-10.0.3.4-r3.00-00           0x17   0x7bf8     1165 L1 L2  Attached 
RTE-10.0.3.4-r3.02-00           0x16   0x1015     1164 L1 L2 
RTE-10.0.3.4-r4.00-00           0x17   0x3c7f     1159 L1 L2  Attached 
  8 LSPs

还有一点当L1/L2路由器 丧失了与其他L2路由器连接(ISIS的邻接关系),那么L1/L2路由将不再产生“attached bit”

JNCIP 学习指南拓扑

JNCIP-ISIS

R3----R5  R3----R4为L2邻居关系,R3其余的接口为L1邻居关系,当把R3和R5之间的接口关闭了,那么这时R3没有了L2邻居关系,R3就从R4学到了一条“0/0”的默认路由,因为此时R4相当于R3的L2路由器

test@RTE# run show isis database logical-system r3 
IS-IS level 1 link-state database: 
LSP ID                      Sequence Checksum Lifetime Attributes 
RTE-r3.00-00                     0x8   0x291d     3578 L1 L2 Attached     关闭R3------R5的接口之前, 
RTE-r3.03-00                     0x5   0x7ccc     3577 L1 L2 
RTE-r3.04-00                     0x5   0x356f     3577 L1 L2 
RTE-r4.00-00                     0x5   0xe290     3576 L1 L2 Attached 
RTE-r4.03-00                     0x5   0xa4a1     3576 L1 L2 
RTE-r1.00-00                     0x5    0x9a5     3576 L1 L2 
RTE-r1.02-00                     0x5   0x4f52     3576 L1 L2 
RTE-r1.03-00                     0x5   0xc807     3576 L1 L2 
RTE-r2.00-00                     0x5   0xf663     3576 L1 L2 
  9 LSPs

IS-IS level 2 link-state database: 
LSP ID                      Sequence Checksum Lifetime Attributes 
RTE-r3.00-00                     0xa   0x3a24     3578 L1 L2 
RTE-r3.02-00                     0x5   0x891b     3578 L1 L2 
RTE-r4.00-00                     0x5   0xd689     3574 L1 L2 
RTE-r4.02-00                     0x5   0xb1ef     3574 L1 L2 
RTE-r5.00-00                     0x8   0xd003     3576 L1 L2 
  5 LSPs

test@RTE# run show isis database logical-system r3 
IS-IS level 1 link-state database: 
LSP ID                      Sequence Checksum Lifetime Attributes 
RTE-r3.00-00                     0x6   0x252b     3590 L1 L2 关闭R3------R5的接口之后,不再向R1通告Attached bit 
RTE-r3.03-00                     0x4   0x7ecb     3590 L1 L2 
RTE-r3.04-00                     0x4   0x376e     3590 L1 L2 
RTE-r4.00-00                     0x4   0xe48f     3588 L1 L2 Attached 
RTE-r4.03-00                     0x4   0xa6a0     3588 L1 L2 
RTE-r1.00-00                     0x4    0xba4     3588 L1 L2 
RTE-r1.02-00                     0x4   0x5151     3588 L1 L2 
RTE-r1.03-00                     0x4   0xca06     3588 L1 L2 
RTE-r2.00-00                     0x4   0xd981     3588 L1 L2 
  9 LSPs

IS-IS level 2 link-state database: 
LSP ID                      Sequence Checksum Lifetime Attributes 
RTE-r3.00-00                     0x7   0xa771     3590 L1 L2 
RTE-r3.02-00                     0x4        0        0 L1 L2 
RTE-r4.00-00                     0x3   0xda87     3066 L1 L2 
RTE-r4.02-00                     0x3   0xb5ed     3066 L1 L2 
RTE-r5.00-00                     0x4    0xec9     3068 L1 L2 
  5 LSPs

本文出自 “JUNOS技术中文之家” 。

相关文章

OSPF 多个ABR的特殊区域

2013-07-11 23:20:14    浏览: 172

禁止公司部分区域私接无线路由上网的办法

2012-09-14 18:14:44    浏览: 190