文章目录
- IS-ISv6单拓扑
- 配置
- 单拓扑存在的问题
- 解决
IS-ISv6单拓扑B站视频传送门
IS-ISv6单拓扑
配置
R1:
sy
sy R1
ipv6
inter g0/0/0
ip add 12.1.1.1 24
ipv6 enable
ipv add 2001:12::1 64
inter loop0
ip add 1.1.1.1 32
ipv6 enable
ipv address 2002::1 128
isis
net 49.111111111111.00
is-name R1
ipv6 enable
inter loop0
isis enable
isis ipv enable
inter g0/0/0
isis enable
isis ipv enable
R2:
sy
sy R2
ipv6
inter g0/0/0
ip add 12.1.1.2 24
ipv6 enable
ipv add 2001:12::2 64
inter loop0
ip add 2.2.2.2 32
ipv6 enable
ipv address 2002::2 128
inter g0/0/1
ip ad 23.1.1.2 24
ipv6 enable
ipv add 2001:23::2 64
isis
net 49.222222222222.00
is-name R2
ipv6 enable
inter loop0
isis enable
isis ipv enable
inter g0/0/0
isis enable
isis ipv enable
inter g0/0/1
isis enable
R3:
sy
sy R3
ipv6
inter g0/0/0
ip add 23.1.1.3 24
ipv6 enable
ipv add 2001:23::3 64
inter loop0
ip add 3.3.3.3 32
ipv6 enable
ipv address 2002::3 128
isis
net 49.333333333333.00
is-name R3
ipv6 enable
inter loop0
isis enable
isis ipv enable
inter g0/0/0
isis enable
sy
sy R3
ipv6
inter g0/0/0
ip add 23.1.1.3 24
ipv6 enable
ipv add 2001:23::3 64
inter loop0
ip add 3.3.3.3 32
ipv6 enable
ipv address 2002::3 128
isis
net 49.333333333333.00
is-name R3
ipv6 enable
inter loop0
isis enable
isis ipv enable
inter g0/0/0
isis enable
单拓扑存在的问题
不足之处
- 网络可维护性的需求在目前的运营商中越来越被重视,独立拓扑的维护网络,即带内维护网络的需求开始出现
- IS-IS为所有协议维护相同的SPT,这意味着IPv4和IPv6的拓扑必须一致
出现的问题
- 不适合分离拓扑的网络部署
- 为维护相同的拓扑,所有接口都必须同时运行 IS-ISv4 和 IS-ISv6,部署不灵活
- 不能使用IPv4区域来链接不同的IPv6区域,否则IPv4会丢弃IPv6的流量
解决
使能IS-ISv6多拓扑
isis
ipv6 enable topology ipv6 //配置使能多拓扑