当前位置:网站首页>华为设备配置BFD单跳检测二层链路
华为设备配置BFD单跳检测二层链路
2022-08-03 06:02:00 【Tony_long7483】

- 配置LSW1的BFD单跳检测
[LSW1]bfd
[LSW1]bfd atob bind peer-ip default-ip interface GigabitEthernet 0/0/1
[LSW1-bfd-session-atob]discriminator local 1
[LSW1-bfd-session-atob]discriminator remote 2
[LSW1-bfd-session-atob]commit - 配置LSW2的BFD单跳检测
[LSW2]bfd
[LSW2]bfd btoa bind peer-ip default-ip interface GigabitEthernet 0/0/1
[LSW2-bfd-session-btoa]discriminator local 2
[LSW2-bfd-session-btoa]discriminator remote 1
[LSW2-bfd-session-btoa]commit - 验证配置

对LSW1的GE0/0/1接口执行shutdown操作,模拟链路故障
[LSW1-GigabitEthernet0/0/1]shutdown
边栏推荐
猜你喜欢

Spark 的架构与作业提交流程

保姆级讲解Transformer

多线程案例

MySQL 日期时间类型精确到毫秒

pyspark df 二次排序

Composer require 报错 Installation failed, reverting ./composer.json and ./composer.lock to their ...

postman配置中文

El - table column filter functions, control columns show and hide (effect and easy to implement full marks)
Scala 高阶(七):集合内容汇总(上篇)

解读 refresh 十二步骤
随机推荐
excel高级绘图技巧100讲(二十一)- Excel层叠柱形图
pyspark df 二次排序
ES 中时间日期类型 “yyyy-MM-dd HHmmss” 的完全避坑指南
2021年PHP-Laravel面试题问卷题 答案记录
1066 Root of AVL Tree // AVL平衡二叉搜索树模板
Nacos与Eureka的区别
MySQL性能优化(硬件,系统配置,表结构,SQL语句)
MySQL - 触发器
UniApp scroll-view 事件不生效(@scroll、@scrolltolower、@scrolltoupper ...)
spark中Repartition 和 Coalesce 区别
解读 refresh 十二步骤
MySQL的 DDL和DML和DQL的基本语法
MySQL 数据库基础知识(系统化一篇入门)
el-table gets the data attribute of a row in the read data table
El - tree set using setCheckedNodessetCheckedKeys default check nodes, and a new check through setChecked specified node
6.nodejs--promise、async-await
信息学奥赛一本通T1452:Keyboarding
10 分钟彻底理解 Redis 的持久化和主从复制
Scala 高阶(七):集合内容汇总(上篇)
nacos-2.0.3启动报错出现no datasource set的坑