mstp vrrp bfd 实验

 LSW1配置

<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]sys lsw1
[lsw1]vlan batch 10 20 30
[lsw1]int g0/0/1
[lsw1-GigabitEthernet0/0/1]port link-type access 
[lsw1-GigabitEthernet0/0/1]port default vlan 10
[lsw1-GigabitEthernet0/0/1]int g0/0/3
[lsw1-GigabitEthernet0/0/3]port link-type access 
[lsw1-GigabitEthernet0/0/3]port default vlan 10
[lsw1-GigabitEthernet0/0/3]int g0/0/5
[lsw1-GigabitEthernet0/0/5]port link-type access 
[lsw1-GigabitEthernet0/0/5]port default vlan 20
[lsw1-GigabitEthernet0/0/5]int g0/0/6
[lsw1-GigabitEthernet0/0/6]port link-type access 
[lsw1-GigabitEthernet0/0/6]port default vlan 20
[lsw1-GigabitEthernet0/0/6]
[lsw1-GigabitEthernet0/0/6]int g0/0/2
[lsw1-GigabitEthernet0/0/2]port link-type trunk 
[lsw1-GigabitEthernet0/0/2]port trunk allow-pass vlan all 
[lsw1-GigabitEthernet0/0/2]int g0/0/4
[lsw1-GigabitEthernet0/0/4]port link-type trunk 
[lsw1-GigabitEthernet0/0/4]port trunk allow-pass vlan all #
stp region-configurationregion-name lyinstance 1 vlan 10instance 2 vlan 20active region-configuration
#

LSW2配置

sysname lsw2
#
undo info-center enable
#
vlan batch 10 20 30
#
stp instance 1 root primary
stp instance 2 root secondary
#
stp region-configurationregion-name lyinstance 1 vlan 10instance 2 vlan 20active region-configuration
#
bfd
#
interface Vlanif1
#
interface Vlanif10ip address 192.168.1.254 255.255.255.0vrrp vrid 1 virtual-ip 192.168.1.252vrrp vrid 1 priority 120vrrp vrid 1 preempt-mode timer delay 20
#
interface Vlanif20ip address 192.168.2.253 255.255.255.0vrrp vrid 2 virtual-ip 192.168.2.252
#
interface Vlanif30ip address 192.168.3.2 255.255.255.0
#
interface Eth-Trunk1port link-type trunkport trunk allow-pass vlan 2 to 4094
#
interface GigabitEthernet0/0/1port link-type trunkport trunk allow-pass vlan 2 to 4094
#
interface GigabitEthernet0/0/2port link-type trunkport trunk allow-pass vlan 2 to 4094
#
interface GigabitEthernet0/0/3eth-trunk 1
#
interface GigabitEthernet0/0/4eth-trunk 1
#
bfd 1 bind peer-ip 192.168.3.1discriminator local 1discriminator remote 2commit
#

LSW3配置

sysname lsw3
#
undo info-center enable
#
vlan batch 10 20 30
#
stp region-configurationregion-name lyinstance 1 vlan 10instance 2 vlan 20active region-configuration
#
interface GigabitEthernet0/0/1port link-type trunkport trunk allow-pass vlan 2 to 4094
#
interface GigabitEthernet0/0/2port link-type trunkport trunk allow-pass vlan 2 to 4094
#
interface GigabitEthernet0/0/3port link-type trunkport trunk allow-pass vlan 2 to 4094
#

LSW4配置

sysname lsw4
#
undo info-center enable
#
vlan batch 10 20 30
#
stp instance 1 root secondary
stp instance 2 root primary
#
stp region-configurationregion-name lyinstance 1 vlan 10instance 2 vlan 20active region-configuration
#
interface Vlanif10ip address 192.168.1.253 255.255.255.0vrrp vrid 1 virtual-ip 192.168.1.252
#
interface Vlanif20ip address 192.168.2.254 255.255.255.0vrrp vrid 2 virtual-ip 192.168.2.252vrrp vrid 2 priority 120vrrp vrid 2 preempt-mode timer delay 20
#
interface Vlanif30ip address 192.168.3.3 255.255.255.0
#
interface MEth0/0/1
#
interface Eth-Trunk1port link-type trunkport trunk allow-pass vlan 2 to 4094
#
interface GigabitEthernet0/0/1port link-type trunkport trunk allow-pass vlan 2 to 4094
#
interface GigabitEthernet0/0/2port link-type trunkport trunk allow-pass vlan 2 to 4094
#
interface GigabitEthernet0/0/3eth-trunk 1
#
interface GigabitEthernet0/0/4eth-trunk 1
#

AR1配置

 sysname AR2
#
vlan batch 10 20 30
#
bfd
#
interface Vlanif30ip address 192.168.3.1 255.255.255.0 
#
interface Ethernet0/0/0port link-type trunkport trunk allow-pass vlan 2 to 4094
#
bfd 1 bind peer-ip 192.168.3.2discriminator local 2discriminator remote 1commit
#
ip route-static 192.168.1.0 255.255.255.0 192.168.3.2
ip route-static 192.168.1.0 255.255.255.0 192.168.3.3
ip route-static 192.168.2.0 255.255.255.0 192.168.3.2
ip route-static 192.168.2.0 255.255.255.0 192.168.3.3

效果

 

 

 

 

 

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

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

相关文章

Docker---cgroups资源限制

目录 一、cpu资源控制 1、 设置cpu使用率上限 2、设置cpu资源占用比&#xff08;设置多个容器时才有效&#xff09; 3、设置容器绑定指定的CPU 三、内存资源控制 四、磁盘IO配额控制 1、限制Block IO 2、限制bps和iops进行限制 一、cpu资源控制 cgroups是一个非常强大的…

用合成数据训练车辆姿态估计神经网络

我们的客户希望开发一款应用程序&#xff0c;引导用户通过 AR 指南和自动照片拍摄来拍摄更高质量的汽车照片。 本文重点介绍构建汽车姿态估计组件的技术。 在应用程序中&#xff0c;用户被引导站在与汽车一定的角度和距离&#xff0c;以标准化的方式捕捉最好的照片。 当用户处于…

LLMs Python解释器程序辅助语言模型(PAL)Program-aided language models (PAL)

正如您在本课程早期看到的&#xff0c;LLM执行算术和其他数学运算的能力是有限的。虽然您可以尝试使用链式思维提示来克服这一问题&#xff0c;但它只能帮助您走得更远。即使模型正确地通过了问题的推理&#xff0c;对于较大的数字或复杂的运算&#xff0c;它仍可能在个别数学操…

SketchyCOCO数据集进行前景图像、背景图像和全景图像的分类

SketchyCOCO数据集进行前景图像、背景图像和全景图像的分类 import os import shutildef CopyFile(src, dst, filename):if not os.path.exists(dst):os.makedirs(dst)print(create dir: dst)try:shutil.copy(src\\filename, dst\\filename)except Exception as e:print(cop…

Windows下Tensorflow docker python开发环境搭建

前置条件 windows10 更新到较新的版本&#xff0c;硬件支持Hyper-V。 参考&#xff1a;https://learn.microsoft.com/zh-cn/windows/wsl/install 启用WSL 在Powershell中输入如下指令&#xff1a; dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsys…

数据结构与算法(七)--使用链表实现栈

一、前言 之前我们已经学习了链表的所有操作及其时间复杂度分析&#xff0c;我们可以了解到对于链表头的相关操作基本都是O(1)的&#xff0c;例如链表头增加、删除元素&#xff0c;查询元素等等。那我们其实有一个数据结构其实可以完美利用到这些操作的特点&#xff0c;都是在…

十、pygame小游戏开发

目录 一、安装pygame二、pygame快速入门2.1 坐标系认识2.2 创建游戏主窗口2.3 实现图像绘制2.4 游戏循环和游戏时钟2.5 简单动画实现的实现2.6 监听事件2.7 精灵和精灵组三、游戏框架搭建3.1 实现飞机大战主游戏类3.2 完成游戏初始化部分3.3 使用常量代替固定的数值3.4 完成游戏…

漏洞挖掘--edusrc两连杀

免责声明&#xff1a;文章中涉及的漏洞均已修复&#xff0c;敏感信息均已做打码处理&#xff0c;文章仅做经验分享用途&#xff0c;切勿当真&#xff0c;未授权的攻击属于非法行为&#xff01; 最近闲来无事&#xff0c;研究了下通达的day&#xff0c;由于本人太菜了&#xff…

Acwing.788 逆序对的数量

题目 给定一个长度为n的整数数列&#xff0c;请你计算数列中的逆序对的数量。 逆序对的定义如下:对于数列的第i个和第j个元素&#xff0c;如果满i<j且ali]>ali]&#xff0c;则其为一个逆序对;否则不是. 输入格式 第一行包含整数n&#xff0c;表示数列的长度。 第二行包…

2023-IDEA插件推荐

CamelCase 链接 https://plugins.jetbrains.com/plugin/7160-camelcase https://github.com/netnexus/camelcaseplugin 介绍 提供下划线、驼峰等代码风格的切换。快捷键是⇧ ⌥ U / Shift Alt U GsonFormatPlus 链接 https://plugins.jetbrains.com/plugin/14949-gs…

卷积层与池化层输出的尺寸的计算公式详解

用文字简单表述如下 卷积后尺寸计算公式&#xff1a; (图像尺寸-卷积核尺寸 2*填充值)/步长1 池化后尺寸计算公式&#xff1a; (图像尺寸-池化窗尺寸 2*填充值)/步长1 一、卷积中的相关函数的参数定义如下&#xff1a; in_channels(int) – 输入信号的通道 out_channels(int)…

简单走近ChatGPT

目录 一、ChatGPT整体背景认知 &#xff08;一&#xff09;ChatGPT引起关注的原因 &#xff08;二&#xff09;与其他公司的竞争情况 二、NLP学习范式的发展 &#xff08;一&#xff09;规则和机器学习时期 &#xff08;二&#xff09;基于神经网络的监督学习时期 &…