BGP Peering Properties dialog box

Use this dialog box to create a BGP Peering element.

For information about Free Range Routing (FRR) syntax, see https://⁠docs.frrouting.org/en/latest/.

Option Definition
General tab
Name The name of the element.
Connection Profile To select the BGP Connection Profile to use, click Select.
TCP MD5 Password Enter the TCP MD5 password used to authenticate to other BGP peers. Uses the command password $. If you do not enter a password, the password defined in the BGP Connection Profile is used. By default, passwords and keys are not shown in plain text. To show the password or key, deselect the Hide option.
Note: The password is shown in plain text when previewing the configuration in FRR format.
Filter Type The type of filter to use as an inbound or outbound filter.
Inbound Filter Double-click the cell to select the Access List or Route Map to use as an inbound filter.
Outbound Filter Double-click the cell to select the Access List or Route Map to use as an outbound filter.
Comment

(Optional)

A comment for your own reference.
Category

(Optional)

Includes the element in predefined categories. Click Select to select a category.
Option Definition
Advanced tab
Local AS (eBGP Only) Uses the local-as command. Select from the following:
  • Not Set — The command is not used.
  • prepend — Uses the local-as $ command.
  • no-prepend — Uses the local-as $ no-prepend command.
  • no-prepend and replace as — Uses the local-as $ no-prepend replace-as command.
If you select prepend, no-prepend, or no-prepend and replace as, enter the Autonomous System (AS) number in decimal notation in the field to the right. Move the mouse cursor over the number to see the number in dot notation.
Maximum Prefix Uses the maximum-prefix command. Select from the following:
  • Not Enabled — The command is not used.
  • Enabled — Uses the maximum-prefix $ command.
  • Warning Only — Uses the maximum-prefix $ warning-only command.
If you select Enabled or Warning Only, enter the value (1-128) in the field to the right.
Send Community Uses the send-community command. Select from the following:
  • No — The command is not used.
  • Standard — Uses the send-community standard command.
  • Extended — Uses the send-community extended command.
  • Standard and Extended — Uses the send-community both command.
Connected Check Uses the disable-connected-check command. Select from the following:
  • Disabled — The command is used.
  • Enabled — The command not used.
  • Automatic — The command is not used when the BGP Peering element is added to a directly connected network. Otherwise, it is used.
TTL Check Mechanism Select from the following:
  • Disabled — There is no TTL check.
  • TTL Security — Uses the ttl-security command.
  • eBGP Multihop — Uses the ebgp-multihop command.
If you selected TTL Security or eBGP Multihop, and you do not want the hops value to be calculated automatically, manually enter the value in the Hops Value field.
Remove Private AS (eBGP Only) Uses the remove-private-AS command.
Soft Reconfiguration Inbound Uses the soft-reconfiguration inbound command.
Don't Send Capabilities Uses the dont-capability-negotiate command.
Override Received Capabilities Uses the override-capability command.
Route Reflector Client (iBGP Only) Uses the route-reflector-client command.
Next Hop Self Uses the next-hop-self command.
Outbound Route Filtering (ORF) Uses the capability orf prefix-list command. Select from the following:
  • Disabled — The command is not used.
  • Send — Uses the capability orf prefix-list send command.
  • Receive — Uses the capability orf prefix-list receive command.
  • Send and Receive — Uses the capability orf prefix-list both command.
IP Prefix Access List Shows the Prefix list to be used for the Send and Send and Receive options for the Outbound Route Filtering (ORF) command. To select the IP Prefix Access List to use, select the Access List as the inbound filter on the General tab.
Bidirectional Forwarding Detection

When selected, enables bidirectional forwarding detection (BFD).

Interval (ms) The interval at which the Engine sends BFD control packets. The default is 1800 milliseconds.
Min RX (ms) The length of time that the Engine waits for a reply. If the Engine does not receive a reply within the specified length of time, the neighbor is considered to have failed.

The default is 400 milliseconds.

Multiplier A numeric value from 1 to 20 that used in BFD failure detection. The default is 3.
Passive Mode When selected, the Engine does not send BFD control packets unless it receives at least 1 valid packet from a neighbor.