Print Download PDF Send Feedback

Previous

Next

BGP

In This Section:

Configuring BGP 4-Byte AS

Support for IPv6 BGP (BGP-4 Multiprotocol Extensions)

BGP Sessions (Internal and External)

BGP Path Attributes

BGP Multi-Exit Discriminator

BGP Interactions with IGPs

Inbound BGP Route Filters

Redistributing Routes to BGP

BGP Communities

BGP Route Reflection

BGP Confederations

External BGP (EBGP) Multihop Support

BGP Route Dampening

TCP MD5 Authentication

Configuring BGP - Gaia Portal

Configuring BGP - Gaia Clish (bgp)

Border Gateway Protocol (BGP) is an inter-AS protocol, meaning that it can be deployed within and between autonomous systems (AS). An autonomous system is a set of routers under a single technical administration. An AS uses an interior gateway protocol and common metrics to route packets within an AS; it uses an exterior routing protocol to route packets to other ASs.

Note - This implementation supports BGP version 4, with Multiprotocol Extensions.

BGP sends update messages that consist of network number-AS path pairs. The AS path contains the string of ASs through which the specified network can be reached. An AS path has some structure in order to represent the results of aggregating dissimilar routes. These update messages are sent over TCP transport mechanism to ensure reliable delivery. BGP contrasts with IGPs, which build their own reliability on top of a datagram service.

As a path-vector routing protocol, BGP limits the distribution of router reachability information to its peer or neighbor routers.

You can run BGP over a route-based VPN by enabling BGP on a virtual tunnel interface (VTI).

Configuring BGP 4-Byte AS

BGP 4-Byte AS lets you configure 32-bit AS numbers. This feature is enabled by default and it is not possible to turn it off.

To configure as AS number:

On the gateway, run:

set as <AS_Number>

save config

Possible values for <AS_Number>: {off | 1-4294967295 | 0.1-65535.65535 (dotted format)}

Example:
GW-1> set as 1.14464

To monitor BGP 4-Byte AS:

On the gateway, run:

show as

Output example:
Autonomous System Number 1.14464 (80000)