当前位置: 首页 > backend >正文

主备Smart Link + Monitor Link组网技术详细配置

1.实验拓扑

2.使用设备

eNSP模拟建议下行设备三台使用S3700模拟(全部使用S5700可能会出现流量丢失等异常问题。)

3.实验配置

[SW1]dis cu
#
sysname SW1
#
vlan batch 100 110
#
interface Ethernet0/0/1port link-type accessport default vlan 100
#
interface GigabitEthernet0/0/1port link-type trunkport trunk allow-pass vlan 100 110stp disable
#
interface GigabitEthernet0/0/2port link-type trunkport trunk allow-pass vlan 100 110stp disable
#
smart-link group 1restore enablesmart-link enableport GigabitEthernet0/0/1 masterport GigabitEthernet0/0/2 slavetimer wtr 30flush send control-vlan 110
#
[SW2]dis cu
#
sysname SW2
#
vlan batch 100 110
#
interface GigabitEthernet0/0/1shutdownport link-type trunkport trunk allow-pass vlan 100 110stp disablesmart-link flush receive control-vlan 110
#
interface GigabitEthernet0/0/2port link-type trunkport trunk allow-pass vlan 100 110stp disablesmart-link flush receive control-vlan 110
#
monitor-link group 1port GigabitEthernet0/0/2 uplinkport GigabitEthernet0/0/1 downlink 1timer recover-time 10
#
[SW3]dis cu
#
sysname SW3
#
vlan batch 100 110
#
interface GigabitEthernet0/0/1port link-type trunkport trunk allow-pass vlan 100 110stp disablesmart-link flush receive control-vlan 110
#
interface GigabitEthernet0/0/2port link-type trunkport trunk allow-pass vlan 100 110stp disablesmart-link flush receive control-vlan 110
#
monitor-link group 1port GigabitEthernet0/0/1 uplinkport GigabitEthernet0/0/2 downlink 1timer recover-time 10
#
[SW4]dis cu
#
sysname SW4
#
vlan batch 100 110
#
interface Vlanif100ip address 192.168.100.254 255.255.255.0
#
interface GigabitEthernet0/0/1port link-type trunkport trunk allow-pass vlan 100 110stp disablesmart-link flush receive control-vlan 110
#
interface GigabitEthernet0/0/2port link-type trunkport trunk allow-pass vlan 100 110stp disablesmart-link flush receive control-vlan 110
#

4.实验现象

此处表示流量走向如下图所示

此时将SW2的上行链路关闭

[SW2-GigabitEthernet0/0/2]shutdown 

此时流量走向

http://www.xdnf.cn/news/4825.html

相关文章:

  • 【LeetCode】删除排序数组中的重复项 II
  • 2018机械行业ERP软件发展趋势
  • 从 ImageNet 到产业革命:AlexNet 作为破局者的三大核心创新及其时代穿透力
  • SKNet、空间注意力介绍
  • 1.MySQL数据库初体验
  • Matlab 基于Hough变换的人眼虹膜定位方法
  • Prometheus实战教程:k8s平台-node-exporter监控物理机
  • OPCUA,OPCDA与MODBUS学习笔记
  • RabbitMQ学习(第二天)
  • ConcurrentHashMap解析
  • 3中AI领域的主流方向:预测模型、强化学习和世界模型
  • Pytorch的简单介绍(起源、历史、优缺点、应用领域等等)
  • stable-diffusion windows本地部署
  • uniapp上架苹果APP Store踩雷和部分流程注意事项(非完整流程)
  • word文档基本操作: 编辑页眉页脚和插入目录
  • 移动端前端开发中常用的css
  • SQLite3常用语句汇总
  • Kubernetes探针生产环境实战指南
  • 全连接神经网络学习笔记
  • 【Fifty Project - D25】
  • 在模 p 运算中,将负数 x 转换为对应的正数,执行 (x % p + p) % p 操作即可。
  • 单片机-STM32部分:9、定时器
  • 计算机网络笔记(十五)——3.2点对点协议PPP
  • 安装Pod网络插件时pod状态变为ImagePullBackOff
  • Spring Boot Controller 如何处理HTTP请求体
  • 微信小程序上传视频,解决ios上传完video组件无法播放
  • 【算法专题十一】字符串
  • Java并发编程几个问题的解答
  • ResNet中使用expansion放大维度特征
  • ESP32 DAC音频应用示例与场景