当前位置:网站首页>[case sharing] configure the routing penetration function of IS-IS
[case sharing] configure the routing penetration function of IS-IS
2022-07-22 17:57:00 【Weisi xmws】
The topology
Networking requirements
As shown in the figure , Headquarters and branches of a company 1 Use IS-IS Routing protocol for interconnection . An independent network has been set up for the marketing department and the finance department in the company's headquarters . A division of the company 2 It uses OSPF Routing protocol . Current requirements :
The marketing department and the finance department in the headquarters of the company can communicate ; And configure the routing penetration function , Between headquarters and branches 、 The marketing department and the branch can communicate normally , The finance department and the branch cannot communicate , And the branch cannot view the routing information of the finance department .
Segment 2 Of OSPF Routing is introduced into the network of the company branch , And ensure that the marketing department and branches 2 Can communicate .
When the gateway equipment of the headquarters Router_3 IS-IS When the protocol process restarts , The original communication is uninterrupted .
Operation steps
Router_1 Configuration of
sysname Router_1
#
isis 1 // To configure IS-IS Basic function
is-level level-1
network-entity 10.0000.0000.1001.00
#
interface GigabitEthernet2/0/1
ip address 1.1.1.1 255.255.255.0
isis enable 1
#
interface GigabitEthernet2/0/2
ip address 10.100.1.1 255.255.255.0
isis enable 1
#
Router_2 Configuration of
sysname Router_2
#
isis 1 // To configure IS-IS Basic function
is-level level-1
network-entity 10.0000.0000.2001.00
#
interface GigabitEthernet2/0/1
ip address 1.1.2.1 255.255.255.0
isis enable 1
#
interface GigabitEthernet2/0/2
ip address 10.100.2.1 255.255.255.0
isis enable 1
#
return
Router_3 Configuration of
sysname Router_3
#
isis 1 // To configure IS-IS Basic function
graceful-restart // Can make IS-IS Agreed GR Ability
network-entity 10.0000.0001.0001.00
import-route isis level-1 into level-2 filter-policy ip-prefix 1 // To configure IS-IS Route penetration , And quote the name 1 List of address prefixes , Realization Level-1 Area will only 10.100.1.0/24 The routing information of the network segment goes to Level-2 Release
#
interface GigabitEthernet2/0/1
ip address 1.1.1.2 255.255.255.0
isis enable 1
#
interface GigabitEthernet2/0/2
ip address 1.1.2.2 255.255.255.0
isis enable 1
#
interface GigabitEthernet2/0/3
ip address 1.1.10.1 255.255.255.0
isis enable 1
#
ip ip-prefix 1 index 10 permit 10.100.1.0 24
#
return
Router_4 Configuration of
sysname Router_4
#
isis 1 // To configure IS-IS Basic function
is-level level-2
network-entity 20.0000.0002.0001.00
import-route direct // To configure IS-IS Process introduces direct route
import-route ospf 1 // To configure IS-IS Process introduction OSPF Process routing
#
interface GigabitEthernet2/0/1
ip address 1.1.10.2 255.255.255.0
isis enable 1
#
interface GigabitEthernet2/0/2
ip address 1.1.20.1 255.255.255.0
isis enable 1
#
ospf 1 // To configure OSPF Basic function
import-route direct // To configure OSPF Process introduces direct route
import-route isis 1 // To configure OSPF Process introduction IS-IS Process routing
area 0.0.0.0
network 1.1.20.0 0.0.0.255
#
return
Router_5 Configuration of
sysname Router_5
#
interface GigabitEthernet2/0/1
ip address 1.1.20.2 255.255.255.0
#
interface GigabitEthernet2/0/2
ip address 10.200.1.1 255.255.255.0
#
ospf 1 // To configure OSPF Basic function
area 0.0.0.0
network 10.200.1.0 0.0.0.255
network 1.1.20.0 0.0.0.255
#
return
Verify configuration results
stay Router_4 Check out IS-IS Routing table , You can check the marketing department (10.100.1.0/24) The routing , Unable to view the finance department (10.100.2.0/24) The routing , Explain that the company branch can only communicate with the marketing department .
stay Router_3 Check out IS-IS Routing table , You can see 10.200.1.0/24 The routing , And perform ping Order to 10.200.1.1 Address , Routing can be up to , Explain the marketing department and branches of the company 2 Can communicate normally .
stay Router_1 Continue to execute ping Order to Router_2, In the meantime Router_3 Restart on IS-IS process , see Router_3 Of IS-IS When the protocol restarts , Communication is not interrupted . And use display isis graceful-restart status command , You can see Router_3 On IS-IS Agreed GR state .
Welcome to WeChat official account. 【 Xiamen Weisi network 】.www.xmws.cn major IT Certification training 19 Anniversary of the
Main courses : Cisco 、 Huawei 、 Red hat 、ORACLE、VMware、CISP、PMP And other certification training and research
边栏推荐
- 秒杀实现图
- Detailed explanation of bokeh parameter setting
- 【OpenCV入门实战】利用电脑前置摄像头进行人脸检测
- 请求消息详解(请求头、get、post、请求体)
- 【论文汇总】2D目标检测文章汇总,持续更新
- [how to optimize her] teach you how to locate unreasonable SQL? And optimize her~~~
- impdp content=data_only 当存在记录时可否选择跳过还是覆盖选项?
- Linear regression (formula derivation +numpy Implementation)
- [HMS core] [FAQ] [account kit] typical problem set 2
- Logistic regression (formula derivation +numpy Implementation)
猜你喜欢
Niuke brush SQL
【云原生】Docker部署数据库的持久化
【数字IC】深入浅出理解AXI协议
Allegro如何导入高清Logo、二维码、防静电标识等图片以及汉字
Linear regression (formula derivation +numpy Implementation)
2022-07-21: given a string STR and a positive number k, you can divide STR into multiple substrings at will. The purpose is to find that in a certain division scheme, there are as many palindrome subs
MySQL JDBC programming
How is VR panorama displayed in all walks of life? How to implement the application?
深度学习(二)一文带你了解神经网络,激活函数
【OpenCV入门实战】利用电脑前置摄像头进行人脸检测
随机推荐
bokeh参数设置详解
[MCU simulation project] external interrupt 0 controls the light-emitting diode on and off
Excel导入导出Controller
Buu misc advanced
[Digital IC] understand Axi protocol in simple terms
[HMS core] [Health Kit] [FAQ] collection of data subscription function questions
【单片机仿真项目】 外部中断0控制发光二极管亮灭
[FPGA tutorial case 35] communication case 5 - 16QAM modulation signal generation based on FPGA, and its constellation is tested by MATLAB
[harmony OS] [ark UI] [demo] loading animation
Ajout, suppression et modification de MySQL (niveau avancé)
MySQL系列三:函数&索引&视图&错误代码编号含义
How can VR panoramic display attract users' attention in a new way of online promotion?
【HMS core】【FAQ】【Account Kit】典型问题集2
Do all Navicat versions support MySQL? Why can't I open the connection?
PostgreSQL database is deployed on Linux server. Ms level is queried locally. Pgadmin installed on windows is used to query super slow for about 20s. Is it a network problem or a database configuratio
(11) 51 Single Chip Microcomputer -- realize the storage of stopwatch data with AT24C02 (attached with achievement display)
UART communication experiment (query mode)
【案例分享】配置IS-IS的路由渗透功能
Abnormal understanding and learning
Deep learning (II) takes you to understand neural networks and activation functions