[f-nsp] BGP-BFD on CER2024 / Netiron

Cenk Kücük <[email protected]> Wed, 3 Feb 2021 11:12:05 +0100
Newsgroups gmane.network.nsp.foundry
Message-ID <CAMV0C6V8Xzr1aRLyP+JDcs40Bm36Sz8hvnpx3+_ZFrWNrYZReA@mail.gmail.com>
--===============1758210051903838332==
Content-Type: multipart/alternative; boundary="00000000000037701205ba6bd399"

--00000000000037701205ba6bd399
Content-Type: text/plain; charset="UTF-8"

Hi!
We are trying to set up BGP-BFD on a CER2024 running version 6.2.0aT183.
Our configuration looks like this:


bfd sh-session-setup-delay 5

interface ethernet 1/6
enable
no fdp enable
no cdp enable
no spanning-tree
sflow forwarding

vlan 3000 name "Vlan 3000"
tagged ethe 1/6
router-interface ve 3000

vlan 3001 name "Vlan 3001"
tagged ethe 1/6
router-interface ve 3001

interface ve 3000
bfd interval 2000 min-rx 2000 multiplier 4
ip address 1.1.1.1/31
!

SSH@c13-1#show run int ve 3001
interface ve 3001
bfd interval 2000 min-rx 2000 multiplier 4
ip address 2.2.2.1/31

router bgp
local-as 15594
bfd-enable
auto-shutdown-new-neighbors
default-local-preference 110
fast-external-fallover

neighbor 1.1.1.2 remote-as 12345
neighbor 1.1.1.2 password 2 SECRET
neighbor 1.1.1.2 bfd min-tx 200 min-rx 200 multiplier 4
neighbor 1.1.1.2 bfd holdover-interval 5

neighbor 2.2.2.2 remote-as 12345
neighbor 2.2.2.2 password 2 SECRET
neighbor 2.2.2.2 bfd min-tx 200 min-rx 200 multiplier 4
neighbor 2.2.2.2 bfd holdover-interval 5

address-family ipv4 unicast
neighbor 1.1.1.2 prefix-list BGP-3000-IN in
neighbor 1.1.1.2 prefix-list BGP-3000-OUT out
neighbor 2.2.2.2 prefix-list BGP-3001-IN in
neighbor 2.2.2.2 prefix-list BGP-3001-OUT out



According to our peer (Juniper MX system) they are only running BGP-BFD,
not BFD on the interface. We tried our configuration with or without BFD on
the interfaces ve3000/ve3001. In any case, "show ip bgp neighbors $IP"
always says "BFD: Disabled". "show bfd" says:

BFD State: ENABLED Version: 1 Use PBIF Assist: Y SH setup delay 5 MH setup
delay 0
Current Registered Protocols: bgp/0 static/0
All Sessions: Current: 0 Maximum Allowed: 40 Maximum Exceeded Count: 0
Maximum TX/RX Sessions Allowed on LP: 40 Maximum Session Exceeded Count for
LPs: 0
LP Tx/Rx Sessions LP Tx/Rx Sessions
1 0/0 2 0/0
BFD Enabled ports count: 2
Port MinTx MinRx Mult Sessions
ve 3000 2000 2000 4 0
ve 3001 2000 2000 4 0


show bfd neighbors
No BFD Neighbor found.


show bfd applications
Registered Protocols Count: 2
Protocol VRFID Parameter HoldoverInterval
bgp 0 0 0
static 0 1 0


We are not sure how to configure and/or debug BFD. Various "debug bfd *"
settings did not show any output.
Does anybody have any ideas about this?

Regards
Cenk

--00000000000037701205ba6bd399
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">Hi!<div>We are trying to set up=C2=A0BGP-BFD on a CER2024 =
running version=C2=A06.2.0aT183<font color=3D"#555555" face=3D"Open Sans, A=
rial, sans-serif"><span style=3D"font-size:14px">.</span></font></div><div>=
Our configuration looks like this:</div><div><br></div><div><br></div><div>=
<span style=3D"color:rgb(85,85,85);font-family:&quot;Open Sans&quot;,Arial,=
sans-serif;font-size:14px">bfd sh-session-setup-delay 5</span><br style=3D"=
box-sizing:border-box;color:rgb(85,85,85);font-family:&quot;Open Sans&quot;=
,Arial,sans-serif;font-size:14px"><br style=3D"box-sizing:border-box;color:=
rgb(85,85,85);font-family:&quot;Open Sans&quot;,Arial,sans-serif;font-size:=
14px"><span style=3D"color:rgb(85,85,85);font-family:&quot;Open Sans&quot;,=
Arial,sans-serif;font-size:14px">interface ethernet 1/6</span><br style=3D"=
box-sizing:border-box;color:rgb(85,85,85);font-family:&quot;Open Sans&quot;=
,Arial,sans-serif;font-size:14px"><span style=3D"color:rgb(85,85,85);font-f=
amily:&quot;Open Sans&quot;,Arial,sans-serif;font-size:14px">enable</span><=
br style=3D"box-sizing:border-box;color:rgb(85,85,85);font-family:&quot;Ope=
n Sans&quot;,Arial,sans-serif;font-size:14px"><span style=3D"color:rgb(85,8=
5,85);font-family:&quot;Open Sans&quot;,Arial,sans-serif;font-size:14px">no=
 fdp enable</span><br style=3D"box-sizing:border-box;color:rgb(85,85,85);fo=
nt-family:&quot;Open Sans&quot;,Arial,sans-serif;font-size:14px"><span styl=
e=3D"color:rgb(85,85,85);font-family:&quot;Open Sans&quot;,Arial,sans-serif=
;font-size:14px">no cdp enable</span><br style=3D"box-sizing:border-box;col=
or:rgb(85,85,85);font-family:&quot;Open Sans&quot;,Arial,sans-serif;font-si=
ze:14px"><span style=3D"color:rgb(85,85,85);font-family:&quot;Open Sans&quo=
t;,Arial,sans-serif;font-size:14px">no spanning-tree</span><br style=3D"box=
-sizing:border-box;color:rgb(85,85,85);font-family:&quot;Open Sans&quot;,Ar=
ial,sans-serif;font-size:14px"><span style=3D"color:rgb(85,85,85);font-fami=
ly:&quot;Open Sans&quot;,Arial,sans-serif;font-size:14px">sflow forwarding<=
/span><br style=3D"box-sizing:border-box;color:rgb(85,85,85);font-family:&q=
uot;Open Sans&quot;,Arial,sans-serif;font-size:14px"><br style=3D"box-sizin=
g:border-box;color:rgb(85,85,85);font-family:&quot;Open Sans&quot;,Arial,sa=
ns-serif;font-size:14px"><span style=3D"color:rgb(85,85,85);font-family:&qu=
ot;Open Sans&quot;,Arial,sans-serif;font-size:14px">vlan 3000 name &quot;Vl=
an 3000&quot;</span><br style=3D"box-sizing:border-box;color:rgb(85,85,85);=
font-family:&quot;Open Sans&quot;,Arial,sans-serif;font-size:14px"><span st=
yle=3D"color:rgb(85,85,85);font-family:&quot;Open Sans&quot;,Arial,sans-ser=
if;font-size:14px">tagged ethe 1/6</span><br style=3D"box-sizing:border-box=
;color:rgb(85,85,85);font-family:&quot;Open Sans&quot;,Arial,sans-serif;fon=
t-size:14px"><span style=3D"color:rgb(85,85,85);font-family:&quot;Open Sans=
&quot;,Arial,sans-serif;font-size:14px">router-interface ve 3000</span><br =
style=3D"box-sizing:border-box;color:rgb(85,85,85);font-family:&quot;Open S=
ans&quot;,Arial,sans-serif;font-size:14px"><br style=3D"box-sizing:border-b=
ox;color:rgb(85,85,85);font-family:&quot;Open Sans&quot;,Arial,sans-serif;f=
ont-size:14px"><span style=3D"color:rgb(85,85,85);font-family:&quot;Open Sa=
ns&quot;,Arial,sans-serif;font-size:14px">vlan 3001 name &quot;Vlan 3001&qu=
ot;</span><br style=3D"box-sizing:border-box;color:rgb(85,85,85);font-famil=
y:&quot;Open Sans&quot;,Arial,sans-serif;font-size:14px"><span style=3D"col=
or:rgb(85,85,85);font-family:&quot;Open Sans&quot;,Arial,sans-serif;font-si=
ze:14px">tagged ethe 1/6</span><br style=3D"box-sizing:border-box;color:rgb=
(85,85,85);font-family:&quot;Open Sans&quot;,Arial,sans-serif;font-size:14p=
x"><span style=3D"color:rgb(85,85,85);font-family:&quot;Open Sans&quot;,Ari=
al,sans-serif;font-size:14px">router-interface ve 3001</span><br style=3D"b=
ox-sizing:border-box;color:rgb(85,85,85);font-family:&quot;Open Sans&quot;,=
Arial,sans-serif;font-size:14px"><br style=3D"box-sizing:border-box;color:r=
gb(85,85,85);font-family:&quot;Open Sans&quot;,Arial,sans-serif;font-size:1=
4px"><span style=3D"color:rgb(85,85,85);font-family:&quot;Open Sans&quot;,A=
rial,sans-serif;font-size:14px">interface ve 3000</span><br style=3D"box-si=
zing:border-box;color:rgb(85,85,85);font-family:&quot;Open Sans&quot;,Arial=
,sans-serif;font-size:14px"><span style=3D"color:rgb(85,85,85);font-family:=
&quot;Open Sans&quot;,Arial,sans-serif;font-size:14px">bfd interval 2000 mi=
n-rx 2000 multiplier 4</span><br style=3D"box-sizing:border-box;color:rgb(8=
5,85,85);font-family:&quot;Open Sans&quot;,Arial,sans-serif;font-size:14px"=
><span style=3D"color:rgb(85,85,85);font-family:&quot;Open Sans&quot;,Arial=
,sans-serif;font-size:14px">ip address=C2=A0<a href=3D"http://1.1.1.1/31" t=
arget=3D"_blank">1.1.1.1/31</a></span><br style=3D"box-sizing:border-box;co=
lor:rgb(85,85,85);font-family:&quot;Open Sans&quot;,Arial,sans-serif;font-s=
ize:14px"><span style=3D"color:rgb(85,85,85);font-family:&quot;Open Sans&qu=
ot;,Arial,sans-serif;font-size:14px">!</span><br style=3D"box-sizing:border=
-box;color:rgb(85,85,85);font-family:&quot;Open Sans&quot;,Arial,sans-serif=
;font-size:14px"><br style=3D"box-sizing:border-box;color:rgb(85,85,85);fon=
t-family:&quot;Open Sans&quot;,Arial,sans-serif;font-size:14px"><span style=
=3D"color:rgb(85,85,85);font-family:&quot;Open Sans&quot;,Arial,sans-serif;=
font-size:14px">SSH@c13-1#show run int ve 3001</span><br style=3D"box-sizin=
g:border-box;color:rgb(85,85,85);font-family:&quot;Open Sans&quot;,Arial,sa=
ns-serif;font-size:14px"><span style=3D"color:rgb(85,85,85);font-family:&qu=
ot;Open Sans&quot;,Arial,sans-serif;font-size:14px">interface ve 3001</span=
><br style=3D"box-sizing:border-box;color:rgb(85,85,85);font-family:&quot;O=
pen Sans&quot;,Arial,sans-serif;font-size:14px"><span style=3D"color:rgb(85=
,85,85);font-family:&quot;Open Sans&quot;,Arial,sans-serif;font-size:14px">=
bfd interval 2000 min-rx 2000 multiplier 4</span><br style=3D"box-sizing:bo=
rder-box;color:rgb(85,85,85);font-family:&quot;Open Sans&quot;,Arial,sans-s=
erif;font-size:14px"><span style=3D"color:rgb(85,85,85);font-family:&quot;O=
pen Sans&quot;,Arial,sans-serif;font-size:14px">ip address=C2=A0<a href=3D"=
http://2.2.2.1/31" target=3D"_blank">2.2.2.1/31</a></span><br style=3D"box-=
sizing:border-box;color:rgb(85,85,85);font-family:&quot;Open Sans&quot;,Ari=
al,sans-serif;font-size:14px"><br style=3D"box-sizing:border-box;color:rgb(=
85,85,85);font-family:&quot;Open Sans&quot;,Arial,sans-serif;font-size:14px=
"><span style=3D"color:rgb(85,85,85);font-family:&quot;Open Sans&quot;,Aria=
l,sans-serif;font-size:14px">router bgp</span><br style=3D"box-sizing:borde=
r-box;color:rgb(85,85,85);font-family:&quot;Open Sans&quot;,Arial,sans-seri=
f;font-size:14px"><span style=3D"color:rgb(85,85,85);font-family:&quot;Open=
 Sans&quot;,Arial,sans-serif;font-size:14px">local-as 15594</span><br style=
=3D"box-sizing:border-box;color:rgb(85,85,85);font-family:&quot;Open Sans&q=
uot;,Arial,sans-serif;font-size:14px"><span style=3D"color:rgb(85,85,85);fo=
nt-family:&quot;Open Sans&quot;,Arial,sans-serif;font-size:14px">bfd-enable=
</span><br style=3D"box-sizing:border-box;color:rgb(85,85,85);font-family:&=
quot;Open Sans&quot;,Arial,sans-serif;font-size:14px"><span style=3D"color:=
rgb(85,85,85);font-family:&quot;Open Sans&quot;,Arial,sans-serif;font-size:=
14px">auto-shutdown-new-neighbors</span><br style=3D"box-sizing:border-box;=
color:rgb(85,85,85);font-family:&quot;Open Sans&quot;,Arial,sans-serif;font=
-size:14px"><span style=3D"color:rgb(85,85,85);font-family:&quot;Open Sans&=
quot;,Arial,sans-serif;font-size:14px">default-local-preference 110</span><=
br style=3D"box-sizing:border-box;color:rgb(85,85,85);font-family:&quot;Ope=
n Sans&quot;,Arial,sans-serif;font-size:14px"><span style=3D"color:rgb(85,8=
5,85);font-family:&quot;Open Sans&quot;,Arial,sans-serif;font-size:14px">fa=
st-external-fallover</span><br style=3D"box-sizing:border-box;color:rgb(85,=
85,85);font-family:&quot;Open Sans&quot;,Arial,sans-serif;font-size:14px"><=
br style=3D"box-sizing:border-box;color:rgb(85,85,85);font-family:&quot;Ope=
n Sans&quot;,Arial,sans-serif;font-size:14px"><span style=3D"color:rgb(85,8=
5,85);font-family:&quot;Open Sans&quot;,Arial,sans-serif;font-size:14px">ne=
ighbor 1.1.1.2 remote-as 12345</span><br style=3D"box-sizing:border-box;col=
or:rgb(85,85,85);font-family:&quot;Open Sans&quot;,Arial,sans-serif;font-si=
ze:14px"><span style=3D"color:rgb(85,85,85);font-family:&quot;Open Sans&quo=
t;,Arial,sans-serif;font-size:14px">neighbor 1.1.1.2 password 2 SECRET</spa=
n><br style=3D"box-sizing:border-box;color:rgb(85,85,85);font-family:&quot;=
Open Sans&quot;,Arial,sans-serif;font-size:14px"><span style=3D"color:rgb(8=
5,85,85);font-family:&quot;Open Sans&quot;,Arial,sans-serif;font-size:14px"=
>neighbor 1.1.1.2 bfd min-tx 200 min-rx 200 multiplier 4</span><br style=3D=
"box-sizing:border-box;color:rgb(85,85,85);font-family:&quot;Open Sans&quot=
;,Arial,sans-serif;font-size:14px"><span style=3D"color:rgb(85,85,85);font-=
family:&quot;Open Sans&quot;,Arial,sans-serif;font-size:14px">neighbor 1.1.=
1.2 bfd holdover-interval 5</span><br style=3D"box-sizing:border-box;color:=
rgb(85,85,85);font-family:&quot;Open Sans&quot;,Arial,sans-serif;font-size:=
14px"><br style=3D"box-sizing:border-box;color:rgb(85,85,85);font-family:&q=
uot;Open Sans&quot;,Arial,sans-serif;font-size:14px"><span style=3D"color:r=
gb(85,85,85);font-family:&quot;Open Sans&quot;,Arial,sans-serif;font-size:1=
4px">neighbor 2.2.2.2 remote-as 12345</span><br style=3D"box-sizing:border-=
box;color:rgb(85,85,85);font-family:&quot;Open Sans&quot;,Arial,sans-serif;=
font-size:14px"><span style=3D"color:rgb(85,85,85);font-family:&quot;Open S=
ans&quot;,Arial,sans-serif;font-size:14px">neighbor 2.2.2.2 password 2 SECR=
ET</span><br style=3D"box-sizing:border-box;color:rgb(85,85,85);font-family=
:&quot;Open Sans&quot;,Arial,sans-serif;font-size:14px"><span style=3D"colo=
r:rgb(85,85,85);font-family:&quot;Open Sans&quot;,Arial,sans-serif;font-siz=
e:14px">neighbor 2.2.2.2 bfd min-tx 200 min-rx 200 multiplier 4</span><br s=
tyle=3D"box-sizing:border-box;color:rgb(85,85,85);font-family:&quot;Open Sa=
ns&quot;,Arial,sans-serif;font-size:14px"><span style=3D"color:rgb(85,85,85=
);font-family:&quot;Open Sans&quot;,Arial,sans-serif;font-size:14px">neighb=
or 2.2.2.2 bfd holdover-interval 5</span><br style=3D"box-sizing:border-box=
;color:rgb(85,85,85);font-family:&quot;Open Sans&quot;,Arial,sans-serif;fon=
t-size:14px"><br style=3D"box-sizing:border-box;color:rgb(85,85,85);font-fa=
mily:&quot;Open Sans&quot;,Arial,sans-serif;font-size:14px"><span style=3D"=
color:rgb(85,85,85);font-family:&quot;Open Sans&quot;,Arial,sans-serif;font=
-size:14px">address-family ipv4 unicast</span><br style=3D"box-sizing:borde=
r-box;color:rgb(85,85,85);font-family:&quot;Open Sans&quot;,Arial,sans-seri=
f;font-size:14px"><span style=3D"color:rgb(85,85,85);font-family:&quot;Open=
 Sans&quot;,Arial,sans-serif;font-size:14px">neighbor 1.1.1.2 prefix-list B=
GP-3000-IN in</span><br style=3D"box-sizing:border-box;color:rgb(85,85,85);=
font-family:&quot;Open Sans&quot;,Arial,sans-serif;font-size:14px"><span st=
yle=3D"color:rgb(85,85,85);font-family:&quot;Open Sans&quot;,Arial,sans-ser=
if;font-size:14px">neighbor 1.1.1.2 prefix-list BGP-3000-OUT out</span><br =
style=3D"box-sizing:border-box;color:rgb(85,85,85);font-family:&quot;Open S=
ans&quot;,Arial,sans-serif;font-size:14px"><span style=3D"color:rgb(85,85,8=
5);font-family:&quot;Open Sans&quot;,Arial,sans-serif;font-size:14px">neigh=
bor 2.2.2.2 prefix-list BGP-3001-IN in</span><br style=3D"box-sizing:border=
-box;color:rgb(85,85,85);font-family:&quot;Open Sans&quot;,Arial,sans-serif=
;font-size:14px"><span style=3D"color:rgb(85,85,85);font-family:&quot;Open =
Sans&quot;,Arial,sans-serif;font-size:14px">neighbor 2.2.2.2 prefix-list BG=
P-3001-OUT out</span><br style=3D"box-sizing:border-box;color:rgb(85,85,85)=
;font-family:&quot;Open Sans&quot;,Arial,sans-serif;font-size:14px"><br sty=
le=3D"box-sizing:border-box;color:rgb(85,85,85);font-family:&quot;Open Sans=
&quot;,Arial,sans-serif;font-size:14px"><br style=3D"box-sizing:border-box;=
color:rgb(85,85,85);font-family:&quot;Open Sans&quot;,Arial,sans-serif;font=
-size:14px"><br style=3D"box-sizing:border-box;color:rgb(85,85,85);font-fam=
ily:&quot;Open Sans&quot;,Arial,sans-serif;font-size:14px"><span style=3D"c=
olor:rgb(85,85,85);font-family:&quot;Open Sans&quot;,Arial,sans-serif;font-=
size:14px">According to our peer (Juniper MX system) they are only running =
BGP-BFD, not BFD on the interface. We tried our configuration with or witho=
ut BFD on the interfaces ve3000/ve3001. In any case, &quot;show ip bgp neig=
hbors $IP&quot; always says &quot;BFD: Disabled&quot;. &quot;show bfd&quot;=
 says:</span><br style=3D"box-sizing:border-box;color:rgb(85,85,85);font-fa=
mily:&quot;Open Sans&quot;,Arial,sans-serif;font-size:14px"><br style=3D"bo=
x-sizing:border-box;color:rgb(85,85,85);font-family:&quot;Open Sans&quot;,A=
rial,sans-serif;font-size:14px"><span style=3D"color:rgb(85,85,85);font-fam=
ily:&quot;Open Sans&quot;,Arial,sans-serif;font-size:14px">BFD State: ENABL=
ED Version: 1 Use PBIF Assist: Y SH setup delay 5 MH setup delay 0</span><b=
r style=3D"box-sizing:border-box;color:rgb(85,85,85);font-family:&quot;Open=
 Sans&quot;,Arial,sans-serif;font-size:14px"><span style=3D"color:rgb(85,85=
,85);font-family:&quot;Open Sans&quot;,Arial,sans-serif;font-size:14px">Cur=
rent Registered Protocols: bgp/0 static/0</span><br style=3D"box-sizing:bor=
der-box;color:rgb(85,85,85);font-family:&quot;Open Sans&quot;,Arial,sans-se=
rif;font-size:14px"><span style=3D"color:rgb(85,85,85);font-family:&quot;Op=
en Sans&quot;,Arial,sans-serif;font-size:14px">All Sessions: Current: 0 Max=
imum Allowed: 40 Maximum Exceeded Count: 0</span><br style=3D"box-sizing:bo=
rder-box;color:rgb(85,85,85);font-family:&quot;Open Sans&quot;,Arial,sans-s=
erif;font-size:14px"><span style=3D"color:rgb(85,85,85);font-family:&quot;O=
pen Sans&quot;,Arial,sans-serif;font-size:14px">Maximum TX/RX Sessions Allo=
wed on LP: 40 Maximum Session Exceeded Count for LPs: 0</span><br style=3D"=
box-sizing:border-box;color:rgb(85,85,85);font-family:&quot;Open Sans&quot;=
,Arial,sans-serif;font-size:14px"><span style=3D"color:rgb(85,85,85);font-f=
amily:&quot;Open Sans&quot;,Arial,sans-serif;font-size:14px">LP Tx/Rx Sessi=
ons LP Tx/Rx Sessions</span><br style=3D"box-sizing:border-box;color:rgb(85=
,85,85);font-family:&quot;Open Sans&quot;,Arial,sans-serif;font-size:14px">=
<span style=3D"color:rgb(85,85,85);font-family:&quot;Open Sans&quot;,Arial,=
sans-serif;font-size:14px">1 0/0 2 0/0</span><br style=3D"box-sizing:border=
-box;color:rgb(85,85,85);font-family:&quot;Open Sans&quot;,Arial,sans-serif=
;font-size:14px"><span style=3D"color:rgb(85,85,85);font-family:&quot;Open =
Sans&quot;,Arial,sans-serif;font-size:14px">BFD Enabled ports count: 2</spa=
n><br style=3D"box-sizing:border-box;color:rgb(85,85,85);font-family:&quot;=
Open Sans&quot;,Arial,sans-serif;font-size:14px"><span style=3D"color:rgb(8=
5,85,85);font-family:&quot;Open Sans&quot;,Arial,sans-serif;font-size:14px"=
>Port MinTx MinRx Mult Sessions</span><br style=3D"box-sizing:border-box;co=
lor:rgb(85,85,85);font-family:&quot;Open Sans&quot;,Arial,sans-serif;font-s=
ize:14px"><span style=3D"color:rgb(85,85,85);font-family:&quot;Open Sans&qu=
ot;,Arial,sans-serif;font-size:14px">ve 3000 2000 2000 4 0</span><br style=
=3D"box-sizing:border-box;color:rgb(85,85,85);font-family:&quot;Open Sans&q=
uot;,Arial,sans-serif;font-size:14px"><span style=3D"color:rgb(85,85,85);fo=
nt-family:&quot;Open Sans&quot;,Arial,sans-serif;font-size:14px">ve 3001 20=
00 2000 4 0</span><br style=3D"box-sizing:border-box;color:rgb(85,85,85);fo=
nt-family:&quot;Open Sans&quot;,Arial,sans-serif;font-size:14px"><br style=
=3D"box-sizing:border-box;color:rgb(85,85,85);font-family:&quot;Open Sans&q=
uot;,Arial,sans-serif;font-size:14px"><br style=3D"box-sizing:border-box;co=
lor:rgb(85,85,85);font-family:&quot;Open Sans&quot;,Arial,sans-serif;font-s=
ize:14px"><span style=3D"color:rgb(85,85,85);font-family:&quot;Open Sans&qu=
ot;,Arial,sans-serif;font-size:14px">show bfd neighbors</span><br style=3D"=
box-sizing:border-box;color:rgb(85,85,85);font-family:&quot;Open Sans&quot;=
,Arial,sans-serif;font-size:14px"><span style=3D"color:rgb(85,85,85);font-f=
amily:&quot;Open Sans&quot;,Arial,sans-serif;font-size:14px">No BFD Neighbo=
r found.</span><br style=3D"box-sizing:border-box;color:rgb(85,85,85);font-=
family:&quot;Open Sans&quot;,Arial,sans-serif;font-size:14px"><br style=3D"=
box-sizing:border-box;color:rgb(85,85,85);font-family:&quot;Open Sans&quot;=
,Arial,sans-serif;font-size:14px"><br style=3D"box-sizing:border-box;color:=
rgb(85,85,85);font-family:&quot;Open Sans&quot;,Arial,sans-serif;font-size:=
14px"><span style=3D"color:rgb(85,85,85);font-family:&quot;Open Sans&quot;,=
Arial,sans-serif;font-size:14px">show bfd applications</span><br style=3D"b=
ox-sizing:border-box;color:rgb(85,85,85);font-family:&quot;Open Sans&quot;,=
Arial,sans-serif;font-size:14px"><span style=3D"color:rgb(85,85,85);font-fa=
mily:&quot;Open Sans&quot;,Arial,sans-serif;font-size:14px">Registered Prot=
ocols Count: 2</span><br style=3D"box-sizing:border-box;color:rgb(85,85,85)=
;font-family:&quot;Open Sans&quot;,Arial,sans-serif;font-size:14px"><span s=
tyle=3D"color:rgb(85,85,85);font-family:&quot;Open Sans&quot;,Arial,sans-se=
rif;font-size:14px">Protocol VRFID Parameter HoldoverInterval</span><br sty=
le=3D"box-sizing:border-box;color:rgb(85,85,85);font-family:&quot;Open Sans=
&quot;,Arial,sans-serif;font-size:14px"><span style=3D"color:rgb(85,85,85);=
font-family:&quot;Open Sans&quot;,Arial,sans-serif;font-size:14px">bgp 0 0 =
0</span><br style=3D"box-sizing:border-box;color:rgb(85,85,85);font-family:=
&quot;Open Sans&quot;,Arial,sans-serif;font-size:14px"><span style=3D"color=
:rgb(85,85,85);font-family:&quot;Open Sans&quot;,Arial,sans-serif;font-size=
:14px">static 0 1 0</span><br style=3D"box-sizing:border-box;color:rgb(85,8=
5,85);font-family:&quot;Open Sans&quot;,Arial,sans-serif;font-size:14px"><b=
r style=3D"box-sizing:border-box;color:rgb(85,85,85);font-family:&quot;Open=
 Sans&quot;,Arial,sans-serif;font-size:14px"><br style=3D"box-sizing:border=
-box;color:rgb(85,85,85);font-family:&quot;Open Sans&quot;,Arial,sans-serif=
;font-size:14px"><span style=3D"color:rgb(85,85,85);font-family:&quot;Open =
Sans&quot;,Arial,sans-serif;font-size:14px">We are not sure how to configur=
e and/or debug BFD. Various &quot;debug bfd *&quot; settings did not show a=
ny output.</span></div><div>Does anybody have any ideas about this?</div><d=
iv><br></div><div>Regards</div><font color=3D"#888888"><div>Cenk</div></fon=
t><div dir=3D"ltr" class=3D"gmail_signature" data-smartmail=3D"gmail_signat=
ure"><div dir=3D"ltr"><div><div dir=3D"ltr"><div><div dir=3D"ltr"></div></d=
iv></div></div></div></div></div>

--00000000000037701205ba6bd399--

--===============1758210051903838332==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
foundry-nsp mailing list
[email protected]
http://puck.nether.net/mailman/listinfo/foundry-nsp

--===============1758210051903838332==--