Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PropertyDescription
name (string; Default: )Name of the BGP connection
connect (yes | no; Default: yes)Whether to allow router to initiate connection.
listen (yes | no; Default: yes)Whether to listen for incoming connections.
local - group of parameters associated with local side of the connection

.address (IPv4/6; Default: ::)Local connection address.

.port(integer [0..65535]; Default:179 )Local connection port.

.role(ebgp | ebgp-customer | ebgp-peer | ebgp-provider | ebgp-rs | ebgp-rs-client | ibgp | ibgp-rr | ibgp-rr-client; Default: )BGP role, defined by RFC.
remote - group of parameters associated with remote side of the connection



.address (IPv4/6; Default: ::)Remote address used to connect and/or listen to.
.port(integer [0..65535]; Default:179 )Local connection port.
.as(integer []; Default: )Remote AS number. If not specified BGP will determine remote AS automatically from the OPEN message.
.allow-as()List of remote AS number that are allowed to connect. Useful for dynamic peer configuration.
rx-min-ttl (integer [1..255]; Default:)Time To Live, the hop limit for TCP connection. For example, if 'ttl=1' then only single hop neighbours will be able to establish the connection. This property only affects EBGP peers.
tcp-md5-key (string; Default: )Key used to authenticate the connection with TCP MD5 signature as described in RFC 2385. If not specified, authentication is not used.
templates (name[,name]; Default: default)List of the template names, to inherit parameters from. Useful for dynamic BGP peers.
tx-ttl (integer [1..255]; Default:)Time To Live, the hop limit for TCP connection. For example, if 'ttl=1' then only single hop neighbours will be able to establish the connection. This property only affects EBGP peers.

/routing/bgp/session

This menu shows read-only cached BGP session information.

Even if BGP session is not active anymore, the cache can still be stored for some time. Routes received from particular session are removed only if cache expires, this allows to mitigate extensive routing table recalculations if BGP session is flapping.


/routing/bgp/vpn

PropertyDescription
disabled (yes | no; Default: )
export-filter (name; Default: )The name of the routing filter chain used to filter prefixes before exporting.
export-route-targets (rt[,rt]; Default: )Route targets to be added when exporting VPNv4 routes.
import-filter (integer [0..4294967295]; Default: )The name of the routing filter chain used to filter prefixes before importing.
import-route-targets (rt[,rt]; Default: )Import VPNv4 routes with matching route targets.
label-allocation-policy (per-prefix | per-vrf; Default: )
route-distinguisher (string; Default: )
vrf (name; Default: )Name of the VRF table to install routes to.

/routing/bgp/advertisements

...