网络知识-21 ISIS路由协议

ISIS: Intermediate System to Intermediate System的简

称 中间系统到中间系统

中间系统:路由器

isis 是一个主要应用于运营商的路由协议,其应用规模和算法

和OSPF类似。

isis 路由优先级:15直连 0

静态路由 60

rip 100

ospf 10

isis 15

内部网关路由协议 IGP:

rip ospf isis

外部网关路由协议EGP:BGP

ISIS扩展性极强:TLV

type:类型

length:长度

value:数值

ISIS协议特点:

特点:

① IS 指路由器

② isis 属于大型内部网关路由协议类似ospf,多用于运营商,普

通企业网很少使用。

③ 使用SPF算法,链路状态类路由协议。

④ ISIS 最早是基于OSI 模型设计,而ospf、rip、以及常见的以

太网数据包封装都是基于TCP/IP模型。

⑤ ISIS 划分区域是基于路由器的。即一个路由器只能属于一个

区域

⑥ ISIS 基于链路层 OSPF基于网络层

骨干区域:


骨干区域:连续的一片Level 2 路由器(包含L 1 2)的集合。即

底色为灰色区域。


isis 路由器的种类

① Level 1路由器:仅收发L1 isis报文

② Level 2路由器:仅收发L2 isis报文

③ Level 1 2路由器:可以收发L1 和L2的isis报文

ISIS 报文种类:L1 L2

邻居关系:L1 L2

注意事项:Level 1 路由器不能跨区域建立邻居关系。Level 1 邻

居关系不能跨区域建立。

相同区域:

例如:49.0001

R1----R2

L1----L2 NO

L1 ----L1 ok

L2----L2 ok

L1-----L12 ok L1

L2----L12 ok L2

L12---L12 ok L1 L2

不同区域:

R1(49.0001)--------R2(49.0002)

L1-----L2 NO

L1 ----L1 NO

L2----L2 Ok

L1-----L12 NO

L2----L12 OK L2

L12---L12 OK L2


R1:

router id 1.1.1.1

isis 1

network-entity 49.0001.0000.0000.0001.00

is-level level-1

interface GigabitEthernet0/0/0

ip address 10.1.123.1 255.255.255.0

isis enable 1

interface LoopBack0

ip address 1.1.1.1 255.255.255.0

isis enable 1

R2:

router id 2.2.2.2

isis 1

network-entity 49.0001.0000.0000.0002.00

interface GigabitEthernet0/0/0

ip address 10.1.123.2 255.255.255.0

isis enable 1

#

interface GigabitEthernet0/0/1

ip address 10.1.24.2 255.255.255.0

isis enable 1

interface LoopBack0

ip address 2.2.2.2 255.255.255.0

isis enable 1注意:

49.0001.0000.0000.0001.00

49.0001 表示区域id (49 国际组织分配 49表示任意使用类似私有ip)

0000.0000.0001 系统id 表示某个路由 类似router id

00 代表isis 工作于IP网络中

router id 和系统id 转换

例如:

router id 1.1.1.1

001.001.001.001---->0010.0100.1001

router id 192.168.2.2

192.168.002.002----->1921.6800.2002

R3:

router id 3.3.3.3

isis 1

network-entity 49.0001.0000.0000.0003.00

interface Serial4/0/0

link-protocol ppp

ip address 10.1.34.3 255.255.255.0

isis enable 1

interface GigabitEthernet0/0/0

ip address 10.1.123.3 255.255.255.0

isis enable 1

R4:

router id 4.4.4.4

isis 1

is-level level-2

network-entity 49.0002.0000.0000.0004.00

interface Serial4/0/0

link-protocol ppp

ip address 10.1.34.4 255.255.255.0isis enable 1

interface GigabitEthernet0/0/0

ip address 10.1.24.4 255.255.255.0

isis enable 1

#

interface GigabitEthernet0/0/1

ip address 10.1.45.4 255.255.255.0

isis enable 1

#

interface LoopBack0

ip address 4.4.4.4 255.255.255.0

isis enable 1

R5:

router id 5.5.5.5

isis 1

is-level level-2

network-entity 49.0002.0000.0000.0005.00

interface GigabitEthernet0/0/0

ip address 10.1.45.5 255.255.255.0

isis enable 1

#

interface GigabitEthernet0/0/1

ip address 10.1.56.5 255.255.255.0

isis enable 1

#

interface GigabitEthernet0/0/2

ip address 10.1.58.5 255.255.255.0

interface LoopBack0

ip address 5.5.5.5 255.255.255.0

isis enable 1

R6:router id 6.6.6.6

interface GigabitEthernet0/0/0

ip address 10.1.56.6 255.255.255.0

isis enable 1

#

interface GigabitEthernet0/0/1

ip address 10.1.67.6 255.255.255.0

isis enable 1

#

interface LoopBack0

ip address 6.6.6.6 255.255.255.0

isis enable 1

R7:

router id 7.7.7.7

isis 1

network-entity 49.0003.0000.0000.0007.00

#

interface GigabitEthernet0/0/0

ip address 10.1.67.7 255.255.255.0

isis enable 1

interface LoopBack0

ip address 7.7.7.7 255.255.255.0

isis enable 1

三种hello报文:


DIS的选举:

a 接口优先级(默认64)越大越优先

b 接口mac地址 越大越优先

[R1-GigabitEthernet0/0/0]isis dis-priority 69 修改isis优先级

DIS:hello时间 1/3 hello 即3.3s

OSPF 和ISIS区别:

路由引入:向isis中引入路由时,默认是以Level 2 的形式引入。

isis 1

import-route direct level-1 以Level 1 形式引入路由。

路由渗透(路由泄露):避免次优路径

isis 1

import-route isis level-2 into level-1

展开阅读全文

页面更新:2024-03-01

标签:报文   优先级   网关   路由   路由器   收发   邻居   类似   区域   知识   系统   网络

1 2 3 4 5

上滑加载更多 ↓
推荐阅读:
友情链接:
更多:

本站资料均由网友自行发布提供,仅用于学习交流。如有版权问题,请与我联系,QQ:4156828  

© CopyRight 2008-2024 All Rights Reserved. Powered By bs178.com 闽ICP备11008920号-3
闽公网安备35020302034844号

Top