overlay-gateway/{gateway-name}/site/{site-name}/bfd
Creates BFD session for the tunnels to the remote site.
Usage
<overlay-gateway xmlns="urn:brocade.com:mgmt:brocade-tunnels">
<name>og1</name>
<site>
<name>site1</name>
<bfd>
<params>
<interval>
<min-tx>110</min-tx>
<min-rx>330</min-rx>
<multiplier>3</multiplier>
</interval>
</params>
</bfd>
</site>
</overlay-gateway>
Parameters
- name
- Specifies the site name
- min-tx
- Specifies BFD desired minimum transmit interval in milliseconds. The value can range from 100 through 30000. The default value is 100.
- min-rx
- Specifies BFD desired minimum receive interval in milliseconds. The value can range from 300 through 30000. The default value is 300.
- multiplier
- Specifies BFD detection time multiplier. The value can range from 3 through 50. The default value is 3.