当前位置:网站首页>华为设备配置BFD状态与接口状态联动
华为设备配置BFD状态与接口状态联动
2022-08-03 06:02:00 【Tony_long7483】
配置LSW1和LSW2的直连接口IP地址
[LSW1]vlan 10
[LSW1-GigabitEthernet0/0/3]port link-type hybrid
[LSW1-GigabitEthernet0/0/3]port hybrid pvid vlan 10
[LSW1-GigabitEthernet0/0/3]port hybrid untagged vlan 10
[LSW1]int Vlanif 10
[LSW1-Vlanif10]ip add 10.1.1.1 24
[LSW2]vlan batch 10
[LSW2-GigabitEthernet0/0/4]port link-type hybrid
[LSW2-GigabitEthernet0/0/4]port hybrid pvid vlan 10
[LSW2-GigabitEthernet0/0/4]port hybrid untagged vlan 10
[LSW2-Vlanif10]ip add 10.1.1.2 24配置BFD单跳检测
[LSW1]bfd
[LSW1]bfd 1to2 bind peer-ip default-ip interface GigabitEthernet 0/0/3
[LSW1-bfd-session-1to2]discriminator local 10
[LSW1-bfd-session-1to2]discriminator remote 20
[LSW1-bfd-session-1to2]commit
[LSW2]bfd
[LSW2]bfd 2to1 bind peer-ip default-ip interface GigabitEthernet 0/0/4
[LSW2-bfd-session-2to1]discriminator local 20
[LSW2-bfd-session-2to1]discriminator remote 10
[LSW2-bfd-session-2to1]commit配置BFD状态与接口状态联动
[LSW1]bfd 1to2
[LSW1-bfd-session-1to2]process-interface-status
[LSW2]bfd 2to1
[LSW2-bfd-session-2to1]process-interface-status验证配置
对LSW3的GE0/0/4接口执行shutdown操作,让BFD状态Down
[LSW3-GigabitEthernet0/0/4]shutdown
边栏推荐
猜你喜欢
随机推荐
prometheus 监控mysql数据库
MYSQL存储过程注释详解
信息学奥赛一本通T1446:素数方阵
hashSet解析
Multi-Head-Attention原理及代码实现
MySQL 操作语句大全(详细)
IFM network detailed explanation and torch reproduction
ES6中 Symbol 的基础学习,迭代器和生成器的基本用法
Cesium加载离线地图和离线地形
Embedding two implementations of the torch code
Chrome 配置samesite=none方式
关于利用canvas画带箭头的直线旋转
el-tree设置利用setCheckedNodessetCheckedKeys默认勾选节点,以及通过setChecked新增勾选指定节点
FiBiNet torch复现
信息学奥赛一本通T1449:魔板
UniApp scroll-view 事件不生效(@scroll、@scrolltolower、@scrolltoupper ...)
el-table gets the data attribute of a row in the read data table
多线程案例
CISP-PTE Zhenti Demonstration
【Shell】3万字图文讲解带你快速掌握shell脚本编程