我想知道如何在虚拟模板界面上配置双向前向检测。在IOSv和IOS(ISR-4451)上测试:
router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
router(config)#interface Virtual-Template99 type tunnel
router(config-if)#bfd ?
% Unrecognized command
router(config-if)#exit
router(config)#interface tunnel 99
router(config-if)#bfd ?
echo Use echo adjunct as bfd detection mechanism
interval Transmit interval between BFD packets
template BFD template
router(config-if)#这是一个我们希望使用BFD的FlexVPN环境。
发布于 2019-04-16 14:32:05
双向正向检测(BFD)已在较新的IOS和IOS版本的虚拟和拨号接口上停用。
在像IOS-XE 3这样的早期版本中,Cisco IOS软件不正确地允许在虚拟模板和拨号接口上配置BFD;但是,不支持虚拟模板和拨号接口上的BFD功能。避免在虚拟模板和拨号接口上配置BFD。
这就是Cisco配置指南对IOS XE上的BFD的描述:
https://networkengineering.stackexchange.com/questions/58517
复制相似问题