华为ipv4+ipv6双栈加isis多拓扑配置案例

在这里插入图片描述

实现效果:sw1中的ipv4和ipv6地址能ping通sw2中的ipv4和ipv6地址

R2-R4为存IPV4连接,其它为ipv6和ipv4双连接

sw1

ipv6

interface Vlanif1
ipv6 enable
ip address 10.0.11.1 255.255.255.0
ipv6 address 2001:DB8:11::1/64

interface MEth0/0/1

interface GigabitEthernet0/0/1
port link-type access

interface LoopBack0
ipv6 enable
ip address 11.1.1.1 255.255.255.0
ipv6 address 2001:DB8::1/128

bgp 65001
peer 10.0.11.2 as-number 65100
peer 2001:DB8:11::2 as-number 65100

ipv4-family unicast
undo synchronization
network 11.1.1.0 255.255.255.0
peer 10.0.11.2 enable

ipv6-family unicast
undo synchronization
network 2001:DB8::1 128
peer 2001:DB8:11::2 enable

R1

ipv6

router id 1.1.1.1

ospfv3 1
router-id 1.1.1.1

firewall zone Local
priority 15

interface GigabitEthernet0/0/0
ipv6 enable
ip address 10.0.12.1 255.255.255.0
ipv6 address 2001:DB8:12::1/64
ospfv3 1 area 0.0.0.0 instance 1

interface GigabitEthernet0/0/1
ipv6 enable
ip address 10.0.11.2 255.255.255.0
ipv6 address 2001:DB8:11::2/64

interface LoopBack0
ipv6 enable
ip address 1.1.1.1 255.255.255.255
ipv6 address 1::1/128
ospfv3 1 area 0.0.0.0 instance 1

bgp 65100
peer 3.3.3.3 as-number 65100
peer 3.3.3.3 connect-interface LoopBack0
peer 10.0.11.1 as-number 65001
peer 3::3 as-number 65100
peer 3::3 connect-interface LoopBack0
peer 2001:DB8:11::1 as-number 65001

ipv4-family unicast
undo synchronization
peer 3.3.3.3 enable
peer 3.3.3.3 next-hop-local
peer 10.0.11.1 enable

ipv6-family unicast
undo synchronization
peer 3::3 enable
peer 3::3 next-hop-local
peer 2001:DB8:11::1 enable

ospf 1
area 0.0.0.0
network 1.1.1.1 0.0.0.0
network 10.0.12.1 0.0.0.0

R2

ipv6

router id 2.2.2.2

isis 1
is-level level-2
cost-style wide
network-entity 49.0001.0000.0000.0002.00
is-name r2
import-route ospf 1

ipv6 enable topology ipv6
ipv6 import-route ospfv3 1

ospfv3 1
router-id 2.2.2.2
import-route isis 1

firewall zone Local
priority 15

interface GigabitEthernet0/0/0
ipv6 enable
ip address 10.0.12.2 255.255.255.0
ipv6 address 2001:DB8:12::2/64
ospfv3 1 area 0.0.0.0 instance 1

interface GigabitEthernet0/0/1
ipv6 enable
ip address 10.0.23.2 255.255.255.0
ipv6 address 2001:DB8:23::2/64
isis enable 1
isis ipv6 enable 1

interface GigabitEthernet0/0/2
ip address 10.0.24.2 255.255.255.0
isis enable 1

interface NULL0

interface LoopBack0
ipv6 enable
ip address 2.2.2.2 255.255.255.255
ipv6 address 2::2/128
isis enable 1
isis ipv6 enable 1

bgp 65100
peer 3.3.3.3 as-number 65100
peer 3.3.3.3 connect-interface LoopBack0
peer 3::3 as-number 65100
peer 3::3 connect-interface LoopBack0

ipv4-family unicast
undo synchronization
peer 3.3.3.3 enable

ipv6-family unicast
undo synchronization
peer 3::3 enable

ospf 1
import-route isis 1
area 0.0.0.0
network 10.0.12.2 0.0.0.0

r3

ipv6

isis 1
is-level level-2
cost-style wide
network-entity 49.0001.0000.0000.0003.00
is-name r3

ipv6 enable topology ipv6

firewall zone Local
priority 15

interface GigabitEthernet0/0/0
ipv6 enable
ip address 10.0.23.3 255.255.255.0
ipv6 address 2001:DB8:23::3/64
isis enable 1
isis ipv6 enable 1

interface GigabitEthernet0/0/1
ipv6 enable
ip address 10.0.34.3 255.255.255.0
ipv6 address 2001:DB8:34::3/64
isis enable 1
isis ipv6 enable 1

interface GigabitEthernet0/0/2

interface NULL0

interface LoopBack0
ipv6 enable
ip address 3.3.3.3 255.255.255.255
ipv6 address 3::3/128
isis enable 1
isis ipv6 enable 1

bgp 65100
group ibgp internal
peer ibgp connect-interface LoopBack0
peer 1.1.1.1 as-number 65100
peer 1.1.1.1 group ibgp
peer 2.2.2.2 as-number 65100
peer 2.2.2.2 group ibgp
peer 4.4.4.4 as-number 65100
peer 4.4.4.4 group ibgp
peer 5.5.5.5 as-number 65100
peer 5.5.5.5 group ibgp
peer 1::1 as-number 65100
peer 1::1 group ibgp
peer 2::2 as-number 65100
peer 2::2 group ibgp
peer 4::4 as-number 65100
peer 4::4 group ibgp
peer 5::5 as-number 65100
peer 5::5 group ibgp

ipv4-family unicast
undo synchronization
peer ibgp enable
peer ibgp reflect-client
peer 1.1.1.1 enable
peer 1.1.1.1 group ibgp
peer 2.2.2.2 enable
peer 2.2.2.2 group ibgp
peer 4.4.4.4 enable
peer 4.4.4.4 group ibgp
peer 5.5.5.5 enable
peer 5.5.5.5 group ibgp

ipv6-family unicast
undo synchronization
peer ibgp enable
peer ibgp reflect-client
peer 1::1 enable
peer 1::1 group ibgp
peer 2::2 enable
peer 2::2 group ibgp
peer 4::4 enable
peer 4::4 group ibgp
peer 5::5 enable
peer 5::5 group ibgp

R4

ipv6

router id 4.4.4.4

isis 1
is-level level-2
cost-style wide
network-entity 49.0001.0000.0000.0004.00
is-name r4
import-route ospf 1

ipv6 enable topology ipv6
ipv6 import-route ospfv3 1

ospfv3 1
router-id 4.4.4.4
import-route isis 1

firewall zone Local
priority 15

interface GigabitEthernet0/0/0
ipv6 enable
ip address 10.0.34.4 255.255.255.0
ipv6 address 2001:DB8:34::4/64
isis enable 1
isis ipv6 enable 1

interface GigabitEthernet0/0/1
ip address 10.0.24.4 255.255.255.0
isis enable 1

interface GigabitEthernet0/0/2
ipv6 enable
ip address 10.0.45.4 255.255.255.0
ipv6 address 2001:DB8:45::4/64
ospfv3 1 area 0.0.0.0 instance 1

interface NULL0

interface LoopBack0
ipv6 enable
ip address 4.4.4.4 255.255.255.255
ipv6 address 4::4/128
isis enable 1
isis ipv6 enable 1

bgp 65100
peer 3.3.3.3 as-number 65100
peer 3.3.3.3 connect-interface LoopBack0
peer 3::3 as-number 65100
peer 3::3 connect-interface LoopBack0

ipv4-family unicast
undo synchronization
peer 3.3.3.3 enable

ipv6-family unicast
undo synchronization
peer 3::3 enable

ospf 1
import-route isis 1
area 0.0.0.0
network 10.0.45.4 0.0.0.0

r5

ipv6

router id 5.5.5.5

ospfv3 1
router-id 5.5.5.5

firewall zone Local
priority 15

interface GigabitEthernet0/0/0
ipv6 enable
ip address 10.0.45.5 255.255.255.0
ipv6 address 2001:DB8:45::5/64
ospfv3 1 area 0.0.0.0 instance 1

interface GigabitEthernet0/0/1
ipv6 enable
ip address 10.0.52.5 255.255.255.0
ipv6 address 2001:DB8:52::5/64

interface GigabitEthernet0/0/2

interface NULL0

interface LoopBack0
ipv6 enable
ip address 5.5.5.5 255.255.255.255
ipv6 address 5::5/128
ospfv3 1 area 0.0.0.0 instance 1

bgp 65100
peer 3.3.3.3 as-number 65100
peer 3.3.3.3 connect-interface LoopBack0
peer 10.0.52.2 as-number 65002
peer 3::3 as-number 65100
peer 3::3 connect-interface LoopBack0
peer 2001:DB8:52::2 as-number 65002

ipv4-family unicast
undo synchronization
peer 3.3.3.3 enable
peer 3.3.3.3 next-hop-local
peer 10.0.52.2 enable

ipv6-family unicast
undo synchronization
peer 3::3 enable
peer 3::3 next-hop-local
peer 2001:DB8:52::2 enable

ospf 1
area 0.0.0.0
network 5.5.5.5 0.0.0.0
network 10.0.45.5 0.0.0.0

SW2

ipv6

interface Vlanif1
ipv6 enable
ip address 10.0.52.2 255.255.255.0
ipv6 address 2001:DB8:52::2/64

interface GigabitEthernet0/0/1
port link-type access

interface LoopBack0
ipv6 enable
ip address 22.1.1.1 255.255.255.0
ipv6 address 2001:DB8::2/128

bgp 65002
peer 10.0.52.5 as-number 65100
peer 2001:DB8:52::5 as-number 65100

ipv4-family unicast
undo synchronization
network 22.1.1.0 255.255.255.0
peer 10.0.52.5 enable

ipv6-family unicast
undo synchronization
network 2001:DB8::2 128
peer 2001:DB8:52::5 enable

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/607155.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

AIGC(MLLM、VLM、LLM、SD)系列——论文解读目录

涉及面广:多模态生成模型——MLLM ( 目前集中在视觉语言模型——VLM)、大语言模型——LLM、生成模型(SD系列)、对比学习的经典模型(CLIP系列)。 持续更新:对于已经完成解读的会附上链接(有的会在一些场景做尝试,也会附上链接供大家快速参考结果),准备写的会备注筹…

K8S学习指南(70)-K8S中的informa机制

引言 在 Kubernetes 集群中,Informer 是一种重要的机制,用于监控和处理集群中资源对象的变化。它是基于观察者模式设计的,允许开发者注册对某类资源对象的关注,并在对象发生变化时得到通知。本文将深入介绍 Kubernetes 中的 Info…

Pytorch:torch.nn.Module

torch.nn.Module 是 PyTorch 中神经网络模型的基类,它提供了模型定义、参数管理和其他相关功能。 以下是关于 torch.nn.Module 的详细说明: 1. torch.nn.Module 的定义: torch.nn.Module 是 PyTorch 中所有神经网络模型的基类,…

Java课程设计团队博客 —— 基于网页的时间管理系统

博客目录 1.项目简介2.项目采用的技术3.功能需求分析4.项目亮点5.主要功能截图6.Git地址7.总结 Java团队博客分工 姓名职务负责模块个人博客孙岚组长 资源文件路径和tomcat服务器的相关配置。 前端的页面设计与逻辑实现的代码编写。 Servlet前后端数据交互的编写。 用户登录和…

java Servlet体育馆运营管理系统myeclipse开发mysql数据库网页mvc模式java编程计算机网页设计

一、源码特点 JSP 体育馆运营管理系统是一套完善的java web信息管理系统,对理解JSP java编程开发语言有帮助,系统采用serlvetdaobean,系统具有完整的源代码和数据库,系统主要采用 B/S模式开发。 java Servlet体育馆运营管理系…

嵌入式培训机构四个月实训课程笔记(完整版)-Linux系统编程第六天-Linux信号(物联技术666)

更多配套资料CSDN地址:点赞+关注,功德无量。更多配套资料,欢迎私信。 物联技术666_嵌入式C语言开发,嵌入式硬件,嵌入式培训笔记-CSDN博客物联技术666擅长嵌入式C语言开发,嵌入式硬件,嵌入式培训笔记,等方面的知识,物联技术666关注机器学习,arm开发,物联网,嵌入式硬件,单片机…

910b上跑Chatglm3-6b进行流式输出【pytorch框架】

文章目录 准备阶段避坑阶段添加代码结果展示 准备阶段 配套软件包Ascend-cann-toolkit和Ascend-cann-nnae适配昇腾的Pytorch适配昇腾的Torchvision Adapter下载ChatGLM3代码下载chatglm3-6b模型,或在modelscope里下载 避坑阶段 每个人的服务器都不一样&#xff0…

vue3 封装一个Tooltip 文字提示组件

效果图 默认展示icon图标&#xff0c;悬浮展示文字 如果slot有内容则展示对应内容 实现 用的是El-Tooltip组件 Element - The worlds most popular Vue UI framework 组件代码 <script setup lang"ts"> import { Icon } from /components/Icon import { ElTo…

Linux set命令教程:如何优雅地设置和取消shell变量和选项(附实例详解和注意事项)

Linux set命令介绍 set命令是Linux操作系统中的内置shell命令&#xff0c;用于设置和取消shell变量和选项。它常用于shell脚本中&#xff0c;以配置环境并控制脚本的行为。 Linux set命令适用的Linux版本 set命令在所有主流的Linux发行版中都可以使用&#xff0c;包括但不限…

【Leetcode】238.除自身以外数组的乘积

一、题目 1、题目描述 给你一个整数数组 nums,返回 数组 answer ,其中 answer[i] 等于 nums 中除 nums[i] 之外其余各元素的乘积。 题目数据 保证 数组 nums之中任意元素的全部前缀元素和后缀的乘积都在 32 位 整数范围内。 请 不要使用除法,且在 O(n) 时间复杂度内完成…

超维空间M1无人机使用说明书——21、基于opencv的人脸识别

引言&#xff1a;M1型号无人机不仅提供了yolo进行物体识别&#xff0c;也增加了基于opencv的人脸识别功能包&#xff0c;仅需要启动摄像头和识别节点即可 链接: 源码链接 一、一键启动摄像头和人脸识别节点 roslaunch robot_bringup bringup_face_detect.launch无报错&#…

Java解决动态口令问题

Java解决动态口令问题 01 题目 某公司门禁密码使用动态口令技术。初始密码为字符串 password&#xff0c;密码更新均遵循以下步骤&#xff1a; 设定一个正整数目标值 target将 password 前 target 个字符按原顺序移动至字符串末尾 请返回更新后的密码字符串。 示例 1&…

Django配置日志系统的最佳实践

概要 日志是跟踪应用行为、监控错误、性能分析和安全审计的重要工具。在Django框架中&#xff0c;合理配置日志系统可以帮助开发者有效管理项目运行过程中的关键信息。本文将详细介绍Django日志系统的最佳实践。 日志系统概述 Django使用Python的 logging 模块来实现日志系统…

掌握Lazada API接口:开启电商开发新篇章,引领业务增长潮流

一、概述 Lazada API接口是Lazada平台提供的软件开发工具包&#xff0c;它允许第三方开发者通过编程方式访问Lazada平台上的商品、订单、用户等数据&#xff0c;并执行相关操作。通过使用Lazada API接口&#xff0c;开发者可以快速构建与Lazada平台集成的应用程序&#xff0c;…

WPF 基础入门(资源字典)

资源字典 每个Resources属性存储着一个资源字典集合。如果希望在多个项目之间共享资源的话&#xff0c;就可以创建一个资源字典。资源字段是一个简单的XAML文档&#xff0c;该文档就是用于存储资源的&#xff0c;可以通过右键项目->添加资源字典的方式来添加一个资源字典文件…

【设计模式】一文理解记住设计模式的原则

目录——阅读所需预计5-10分钟 &#x1f396;️前言&#x1f3af;单一职责原则&#x1f4e3;1. 定义&#x1f49e;2. 定义很抽象&#xff0c;咱继续看&#x1f389;3. 举几个栗子&#x1f49e;4. 以上栗子出现了一个问题&#xff0c;单一职责的划分究竟可以分多细&#x1f449;…

架构设计 识识别复杂度

文章目录 识别复杂度识别复杂度实战 架构设计的本质目的是为了解决软件系统的复杂性&#xff0c;所以在我们设计架构时&#xff0c;首先就要分析系统的复杂性。只有正确分析出了系统的复杂性&#xff0c;后续的架构设计方案才不会偏离方向&#xff1b;否则&#xff0c;如果对系…

【花艺电商】SpringBoot集成MyBatis-Plus、Swagger2、SpringSecurity、OAuth2等技术整合开发

目录 一、功能介绍 1. 说明 2. 功能实现 3. 技术应用 二、技术详述 1.MyBatis-Plus 主要体现 项目应用 2.SpringSecurity 应用作用 三、页面展示 1. 登入 2. 主页 3. 详情 4. 购物车 5. 订单 6. 沙箱支付 每篇一获 一、功能介绍 1. 说明 这个项目主要使用了…

文本分析之词云图的绘制

文本分析的词云图是一种可视化方式&#xff0c;用于展示文本中出现频率较高的词汇。词云图通常以词汇的出现频率为基础&#xff0c;将频率较高的词汇在图中显示为较大的字体&#xff0c;频率较低的词汇则以较小的字体显示。通过词云图&#xff0c;可以直观地了解文本的关键词和…

计算机网络试题——填空题(附答案)

在OSI模型中&#xff0c;第一层是____________层。 答案&#xff1a;物理&#xff08;Physical&#xff09; TCP协议是一种_____________连接的协议。 答案&#xff1a;面向连接&#xff08;Connection-oriented&#xff09; IPv6地址的位数是____________。 答案&#xff1a;1…