How to set up BGP with bird2?
How to set up BGP with bird2? Print
- bgp, bird2, bird
- 1
Fist, You need get server bgp info.
Open Product Detail
find Example Bird Configuration, such as:
Then, You need paste it in your bird config file.
When we want to announce an IP, here is an example of 2a10:cc44:15f::/48
define myV6Prefix=[
2a10:cc44:15f::/48
];
protocol static v6{
ipv6;
route 2a10:cc44:15f::/48 reject;
}
template bgp yxvm {
local as 49304;
neighbor as 49304;
direct;
ipv4 {
import none;
export none;
};
ipv6 {
import none;
export filter { if net ~ myV6Prefix then accept; };
};
}
protocol bgp yxvmv6 from yxvm {
neighbor fe80::6eb3:11ff:fe5e:132e%eth0;
}
Related Articles
How to install Frrouting?
For Ubuntu and Debian:
To add this repository to your Debian/Ubuntu system, do:
# add GPG...
How to use AnyLAN?
First, purchase a AnyLAN Plan (such as:...
How to use BGP?
Fist, You need add a ASN
Then, An email will be sent to your ASN organization's Abuse...
Why is the location of the server address different from the location of the server I purchased?
Explanation Document for Server IP Location Issues
1. Overview
After purchasing a Hong Kong...
Why Some Websites Display IP Location Differently from the VPS Server’s Actual Location
在使用我们的VPS服务时,您可能会遇到一些网站显示的IP地址地理位置与VP...
Powered by WHMCompleteSolution