当前位置:网站首页>华为设备配置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
边栏推荐
猜你喜欢
MySQL必知必会
Charles抓包显示<unknown>解决方案
MySQL的10种常用数据类型
empty() received an invalid combination of arguments - got (tuple, dtype=NoneType, device=NoneType),
ClickHouse删除数据之delete问题详解
empty() received an invalid combination of arguments - got (tuple, dtype=NoneType, device=NoneType),
死锁的成因和对应的解决方案
MySQL的on duplicate key update 的使用
信息学奥赛一本通T1446:素数方阵
Flink的Exactly-Once、状态机制、watermark机制
随机推荐
Cesium加载离线地图和离线地形
qt学习之旅--MinGW32编译opencv3.0.0
Flink的Exactly-Once、状态机制、watermark机制
第六章:存储系统
ClickHouse 数据插入、更新与删除操作 SQL
C语言版本和GCC版本
重量级大咖来袭:阿里云生命科学与智能计算峰会精彩内容剧透
Example of embedding code for continuous features
empty() received an invalid combination of arguments - got (tuple, dtype=NoneType, device=NoneType),
ES6 - 剩余参数,Array的扩展方法,String的扩展方法
第四章:架构,Architecture
el-table实现列筛选功能,控制列的显示和隐藏(实现简单,效果满分)
(十四)51单片机——LCD1602实现滚动效果
Week5
volatile
Chrome 配置samesite=none方式
el-tree设置选中高亮焦点高亮、选中的节点加深背景,更改字体颜色等
10 common data types in MySQL
开放域OOD主要数据集、评价指标汇总
torch.nn.modules.activation.ReLU is not a Module subclass