宠粉福利:CCNA/HCIA录播视频免费送,免费送https://mp.weixin.qq.com/s/qHyXvs0MUi-TQudj8iybSQ

实验目的

  • 掌握ISIS的基本配置

  • 掌握常用的ISIS检查命令

实验拓扑

实验需求

  • 根据实验拓扑图,完成设备的基本配置;

  • 在R1、R2、R3上分别启用ISIS,并激活相应的接口;

实验步骤

1、设备基本配置
配置R1:

hostname R1
interface Eth0/0ip address 12.1.1.1 255.255.255.0no shut
interface Ser1/0ip address 13.1.1.1 255.255.255.0no shut
interface Loop0ip address 1.1.1.1 255.255.255.255

配置R2:

hostname R2
interface Eth0/0ip address 12.1.1.2 255.255.255.0no shut
interface Loop0ip address 2.2.2.2 255.255.255.255

配置R3:

hostname R3
interface Ser1/0ip address 13.1.1.3 255.255.255.0no shut
interface Loop0ip address 3.3.3.3 255.255.255.255
2、测试直连链路连通性
R1#ping 12.1.1.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 12.1.1.1, timeout is 2 seconds:
.!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 4/7/8 msR1#ping 13.1.1.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 13.1.1.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 25/30/32 ms
3、配置ISIS
配置R1:
R1(config)#router isis
R1(config-router)#log-adjacency-changes
R1(config-router)#net 49.0001.1111.1111.1111.00
R1(config-router)#exit
R1(config)#interface Eth0/0
R1(config-if)#ip router isis
R1(config-if)#exit
R1(config)#interface Loop0
R1(config-if)#ip router isis
R1(config-if)#exit
R1(config)#interface Ser1/0
R1(config-if)#ip router isis
R1(config-if)#end
R1#
配置R2:
R2(config)#router isis
R2(config-router)#log-adjacency-changes
R2(config-router)#net 49.0001.2222.2222.2222.00
R2(config-router)#exit
R2(config)#interface Eth0/0
R2(config-if)#ip router isis
R2(config)#interface Loop0
R2(config-if)#ip router isis
R2(config-if)#end
R2#
配置R3:
R3(config)#router isis
R3(config-router)#log-adjacency-changes
R3(config-router)#net 49.0001.3333.3333.3333.00
R3(config-router)#exit
R3(config)#interface Ser1/0
R3(config-if)#ip router isis
R3(config-if)#exit
R3(config)#interface Loop0
R3(config-if)#ip router isis
R3(config-if)#end
R3#
4、检查ISIS
R1#show ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGPD - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2E1 - OSPF external type 1, E2 - OSPF external type 2i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2ia - IS-IS inter area, * - candidate default, U - per-user static routeo - ODR, P - periodic downloaded static route, H - NHRP, l - LISPa - application route+ - replicated route, % - next hop override
Gateway of last resort is not set1.0.0.0/32 is subnetted, 1 subnets
C        1.1.1.1 is directly connected, Loopback02.0.0.0/32 is subnetted, 1 subnets
i L1     2.2.2.2 [115/20] via 12.1.1.2, 00:03:06, Ethernet0/03.0.0.0/32 is subnetted, 1 subnets
i L1     3.3.3.3 [115/20] via 13.1.1.3, 00:01:48, Serial1/012.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C        12.1.1.0/24 is directly connected, Ethernet0/0
L        12.1.1.1/32 is directly connected, Ethernet0/013.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C        13.1.1.0/24 is directly connected, Serial1/0
L        13.1.1.1/32 is directly connected, Serial1/0
R1从R2和R3学习到的ISIS路由,L1路由描述区域内的路由
R1#show isis neighbors
System Id      Type Interface   IP Address      State Holdtime Circuit Id
R2             L1   Et0/0       12.1.1.2        UP    9        R2.01
R2             L2   Et0/0       12.1.1.2        UP    8        R2.01
R3             L1L2 Se1/0       13.1.1.3        UP    28       00
查看ISIS邻居表
R1#show clns neighbors
System Id      Interface   SNPA                State  Holdtime  Type Protocol
R2             Et0/0       aabb.cc00.0200      Up     9         L1L2 IS-IS
R3             Se1/0       *HDLC*              Up     25        L1L2 IS-IS
查看clns邻居表
R1#show isis database IS-IS Level-1 Link State Database:
LSPID                 LSP Seq Num  LSP Checksum  LSP Holdtime      ATT/P/OL
R1.00-00            * 0x0000000A   0xE4D3        1012              0/0/0
R2.00-00              0x00000006   0xC17A        1008              0/0/0
R2.01-00              0x00000002   0x2431        1005              0/0/0
R3.00-00              0x00000004   0x3EF6        419               0/0/0IS-IS Level-2 Link State Database:
LSPID                 LSP Seq Num  LSP Checksum  LSP Holdtime      ATT/P/OL
R1.00-00            * 0x0000000A   0x1A47        1122              0/0/0
R2.00-00              0x0000000A   0xA782        1120              0/0/0
R2.01-00              0x00000002   0xB32A        1120              0/0/0
R3.00-00              0x00000005   0x2CFE        419               0/0/0
查看ISIS链路状态数据库
R1#show isis database detail
IS-IS Level-1 Link State Database:
LSPID                 LSP Seq Num  LSP Checksum  LSP Holdtime      ATT/P/OL
R1.00-00            * 0x0000000A   0xE4D3        975               0/0/0Area Address: 49.0001NLPID:        0xCC Hostname: R1Metric: 10         IS R3.00Metric: 10         IS R2.01IP Address:   1.1.1.1Metric: 10         IP 12.1.1.0 255.255.255.0Metric: 10         IP 1.1.1.1 255.255.255.255Metric: 10         IP 13.1.1.0 255.255.255.0
R2.00-00              0x00000006   0xC17A        971               0/0/0Area Address: 49.0001NLPID:        0xCC Hostname: R2Metric: 10         IS R2.01IP Address:   2.2.2.2Metric: 10         IP 12.1.1.0 255.255.255.0Metric: 10         IP 2.2.2.2 255.255.255.255
R2.01-00              0x00000002   0x2431        968               0/0/0Metric: 0          IS R2.00Metric: 0          IS R1.00
R3.00-00              0x00000004   0x3EF6        382               0/0/0Area Address: 49.0001NLPID:        0xCC Hostname: R3Metric: 10         IS R1.00IP Address:   3.3.3.3Metric: 10         IP 13.1.1.0 255.255.255.0Metric: 10         IP 3.3.3.3 255.255.255.255
IS-IS Level-2 Link State Database:
LSPID                 LSP Seq Num  LSP Checksum  LSP Holdtime      ATT/P/OL
R1.00-00            * 0x0000000A   0x1A47        1085              0/0/0Area Address: 49.0001NLPID:        0xCC Hostname: R1Metric: 10         IS R3.00Metric: 10         IS R2.01IP Address:   1.1.1.1Metric: 10         IP 12.1.1.0 255.255.255.0Metric: 10         IP 1.1.1.1 255.255.255.255Metric: 10         IP 13.1.1.0 255.255.255.0Metric: 20         IP 2.2.2.2 255.255.255.255Metric: 20         IP 3.3.3.3 255.255.255.255
R2.00-00              0x0000000A   0xA782        1083              0/0/0Area Address: 49.0001NLPID:        0xCC Hostname: R2Metric: 10         IS R2.01IP Address:   2.2.2.2Metric: 10         IP 12.1.1.0 255.255.255.0Metric: 10         IP 2.2.2.2 255.255.255.255Metric: 20         IP 1.1.1.1 255.255.255.255Metric: 30         IP 3.3.3.3 255.255.255.255Metric: 20         IP 13.1.1.0 255.255.255.0
R2.01-00              0x00000002   0xB32A        1083              0/0/0Metric: 0          IS R2.00Metric: 0          IS R1.00
R3.00-00              0x00000005   0x2CFE        382               0/0/0Area Address: 49.0001NLPID:        0xCC Hostname: R3Metric: 10         IS R1.00IP Address:   3.3.3.3Metric: 10         IP 13.1.1.0 255.255.255.0Metric: 20         IP 1.1.1.1 255.255.255.255Metric: 30         IP 2.2.2.2 255.255.255.255Metric: 20         IP 12.1.1.0 255.255.255.0Metric: 10         IP 3.3.3.3 255.255.255.255
查看ISIS链路状态数据库详细信息。

【技术分享】思科设备ISIS配置相关推荐

  1. 思科设备策略路由配置

    思科设备策略路由配置 1.配置基本的IP地址 R1#conf t R1(config)#int f0/0 R1(config-if)#ip add 12.1.1.1 255.255.255.0 R1( ...

  2. 华为ac配置radius认证服务器_华为思科设备RADIUS配置教程

    1. RADIUS 配置 RADIUS 客户端配置: 思科设备例子: 交换机和路由器的配置: aaa new-model aaa authentication login auth group rad ...

  3. 华为ac配置radius认证服务器_华为ac配置radius认证服务器_华为思科设备RADIUS配置教程...

    1. RADIUS 配置 RADIUS 客户端配置: 思科设备例子: 交换机和路由器的配置: aaa new-model aaa authentication login auth group rad ...

  4. 思科设备snmp配置。

    1.设置IOS设备在IOS的Enable状态下,敲入 config terminal进入全局配置状态 Cdp run启用CDP snmp-server community gsunion ro \\配 ...

  5. 华为思科设备NTP配置

    思科 配置NTP,需要配置一个接口ip可以跟NTP服务器连通,例子中接口名为untrust ntp server 5.224.18.20 source untrust 设置时区 clock timez ...

  6. 思科设备VLAN配置命令

    Cisco(config-if)#switchport trunk encapsulation dot1q //指定trunk封装协议 Cisco(config-if)#switchport mode ...

  7. 思科设备基本配置命令

    1.console口设密码 R1(config)#line console 0 R1(config-line)#login local R1(config-line)#login R1(config- ...

  8. 思科设备三层交换配置路由实现互通

    实验拓扑:

  9. cisco将计算机配置为vlan2,思科路由器如何配置VLAN的IP

    我们的思科路由器如何配置VLAN的IP呢?想必很多网络技术的新手都不清楚,所以小编这里就推荐下配置VLAN的IP方法和介绍VLAN给你们认识认识. VLAN:英文全称为Virtual Local Ar ...

最新文章

  1. Cross-validation
  2. 福建省计算机一级应用技术基础知识,求福建省计算机一级考试的基础题
  3. 03-spring bean
  4. JMX和Spring –第2部分
  5. C++ operator操作符重载(++,--,-,+,())
  6. Stm32之通用定时器复习
  7. 北漂、杭漂,居大不易,他们是怎么买第一套房子的
  8. 【es】es API源码分析
  9. 给深受【应用程序未安装】困扰并且找不到【smdl2tmp1.asec】系统的机友们
  10. 从h264码流中获取图像的宽高---版本2(简洁版)
  11. mysql 计算时区差_在MySQL中计算时区的偏移量
  12. linux的python2.7的paramiko_centos7 python2.7下安装paramiko模块
  13. 管理感悟:如何改造代码
  14. java求职英文简历范本2篇_JAVA英文求职简历范文
  15. 几何分布的期望和方差公式推导_二项分布与负二项分布的均值与方差推导
  16. 安卓监听是否有闹钟设置
  17. 计算机教程打字方法,技巧:打字指法和关键位置教程_IT /计算机_信息
  18. 智能系统的信息处理原理
  19. 数据库JDBC(知识点整理)
  20. 风口背后:第一批 00 后 Web3 创业者,和他们的「人间清醒」

热门文章

  1. 【爬虫】-爬取LOL所有英雄图片和皮肤图片(使用Python2)
  2. 一文了解路由平台的 Cisco IOS 和 IOS XE 命名约定,看这篇就够了
  3. 计算机支付不了怎么办理,支付宝打不开怎么办?
  4. 2023年浙大MBA复试生死线考生的调剂选择
  5. html中设置table的各个td的宽度方法:
  6. Fedora30 工具
  7. 图书浏览界面html代码,javaScript+turn.js实现图书翻页效果实例代码
  8. CES 2018:人工智能大潮下企业的人设
  9. 10、SpringBoot之SpringAop的认识
  10. 【干货】选择外贸邮件群发软件,外贸邮件营销软件,邮件群发代发软件15条建议!