博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
IS-IS的配置实例
阅读量:6256 次
发布时间:2019-06-22

本文共 2980 字,大约阅读时间需要 9 分钟。

实验目的:练习IS-IS的试验步骤

实验拓扑:

 

第一种纯IS-IS的配置:

R1:

no ip routing

clns routing

router isis

net 49.0001.0000.0000.0001.00

interface Serial1/1

no ip address

no ip route-cache

serial restart-delay 0

clns router isis

R2:

no ip routing

clns routing

router isis

net 49.0001.0000.0000.0002.00

interface Serial1/0

no ip address

no ip route-cache

serial restart-delay 0

clns router isis

!

interface Serial1/1

no ip address

no ip route-cache

serial restart-delay 0

clns router isis

R3:

no ip routing

clns routing

router isis

net 49.0002.0000.0000.0003.00

interface Serial1/0

no ip address

no ip route-cache

serial restart-delay 0

clns router isis

R3# ping 49.0001.0000.0000.0001.00

Type escape sequence to abort.

Sending 5, 100-byte CLNS Echos with timeout 2 seconds

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 120/135/168 ms

R1# ping 49.0002.0000.0000.0003.00

Type escape sequence to abort.

Sending 5, 100-byte CLNS Echos with timeout 2 seconds

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 76/120/144 ms

R1#show clns route

Codes: C - connected, S - static, d - DecnetIV

I - ISO-IGRP, i - IS-IS, e - ES-IS

B - BGP, b - eBGP-neighbor

C 49.0001.0000.0000.0001.00 [1/0], Local IS-IS NET

C 49.0001 [2/0], Local IS-IS Area

i 49.0002 [110/20]

via R2, Serial1/1

R1#sh isis database

IS-IS Level-1 Link State Database:

LSPID LSP Seq Num LSP Checksum LSP Holdtime ATT/P/OL

R1.00-00 * 0x00000004 0x0261 887 1/0/0

R2.00-00 0x00000004 0x124F 873 1/0/0

IS-IS Level-2 Link State Database:

LSPID LSP Seq Num LSP Checksum LSP Holdtime ATT/P/OL

R1.00-00 * 0x00000002 0x4EAE 874 0/0/0

R2.00-00 0x00000003 0x5F02 873 0/0/0

R3.00-00 0x00000002 0x5B9C 857 0/0/0

集成化IS-IS的配置:

R3#show ip route

Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP

D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area

N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2

E1 - OSPF external type 1, E2 - OSPF external type 2

i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2

ia - IS-IS inter area, * - candidate default, U - per-user static route

o - ODR, P - periodic downloaded static route

Gateway of last resort is not set

1.0.0.0/32 is subnetted, 1 subnets

i L2 1.1.1.1 [115/30] via 10.1.23.2, Serial1/0

10.0.0.0/24 is subnetted, 2 subnets

i L2 10.1.12.0 [115/20] via 10.1.23.2, Serial1/0

C 10.1.23.0 is directly connected, Serial1/0

R3#p 1.1.1.1

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 112/118/120 m

配置:

全局启用ip routing

router isis

net 49.0002.0000.0000.0003.00

interface Serial1/0

ip address 10.1.23.3 255.255.255.0

ip router isis

serial restart-delay 0

R3#show ip route isis

1.0.0.0/32 is subnetted, 1 subnets

i L2 1.1.1.1 [115/30] via 10.1.23.2, Serial1/0

10.0.0.0/24 is subnetted, 2 subnets

i L2 10.1.12.0 [115/20] via 10.1.23.2, Serial1/0

本文转自 gehailong 51CTO博客,原文链接:http://blog.51cto.com/gehailong/297406,如需转载请自行联系原作者

你可能感兴趣的文章
SocketIO 随笔
查看>>
Maven学习三之新建maven项目
查看>>
HTML5本地存储-localStorage如何实现定时存储
查看>>
LAMP之Centos6.5安装配置Apache(二)
查看>>
Tomcat集群
查看>>
shell脚本中输出带颜色字体实例分享及chrony时间同步
查看>>
简单计时
查看>>
面试心得
查看>>
linux系统时间同步,硬件时钟和系统时间同步,时区的设置
查看>>
CentOS下载包格式说明
查看>>
VMware Vsphere 6.0安装配置 二安装vcenter server程序
查看>>
关于CISCO asa5510防火墙端口映射配置
查看>>
2012年6月美国最佳虚拟主机提供商TOP12性能评测
查看>>
monkey详细介绍之二
查看>>
两列布局之左边固定宽度,右边自适应(绝对定位实现方法)
查看>>
4,gps信号与地图匹配算法
查看>>
python print的用法
查看>>
之字形打印矩阵
查看>>
我的世界之电脑mod小乌龟 —— 方位上的操作 lua函数集
查看>>
游戏方案
查看>>