Hi,
i have a asr1002 with a stm-1 connected to g0/0/3 (4XGE-BUILT-IN). when the link goes down the interface shows as up. is there any way around this issue.?
cheers
tony
Hi,
do you mean that when the link goes down, interface status remains UP ? which routing protocol are you using ? you can use BFD to solve your issue.
Hi,
We are using BGP.
Thanks
Tony
ok then you can configure BFD by following commands:
1. enable
2. configure terminal
3. router bgp as-tag
4. neighbor ip-address fall-over bfd
5. end
for more detail, you can go through the following document.