M
Size: a a a
DK
Е
Е
МЯ
DM
DK
DM
DM
МЯ
DM
M
# Override router ID
router id 192.181.16.23;
define myas = 65006;
protocol direct {
interface "stat.*"; # Restrict network interfaces it works with
import all;
}
protocol kernel {
learn; # Learn all alien routes from the kernel
scan time 20; # Scan kernel routing table every 20 seconds
import all; # Default is import all
export none; # Default is export none
}
protocol device {
scan time 1800;
}
protocol bgp sw55{
local as 65006;
description "SW55";
neighbor 192.181.16.2 as 35319;
hold time 180;
startup hold time 240;
connect retry time 120;
next hop self; # Disable next hop processing and always advertise our local address as nexthop
source address 192.181.16.23; # What local address we use for the TCP connection
export filter {
if net ~ [ 192.181.16.0/22+] then {
accept;
}
АЛ