41 lines
477 B
Text
41 lines
477 B
Text
|
log syslog all;
|
||
|
debug protocols all;
|
||
|
|
||
|
router id 44.137.17.110;
|
||
|
|
||
|
protocol bgp hamgre {
|
||
|
local as 4220401706;
|
||
|
neighbor 44.137.61.33 as 4220406100;
|
||
|
source address 44.137.61.34;
|
||
|
multihop;
|
||
|
ipv4 {
|
||
|
import all;
|
||
|
export none;
|
||
|
};
|
||
|
}
|
||
|
|
||
|
protocol device {
|
||
|
}
|
||
|
|
||
|
protocol direct {
|
||
|
interface "lo";
|
||
|
ipv4 {
|
||
|
};
|
||
|
}
|
||
|
|
||
|
protocol kernel {
|
||
|
metric 0;
|
||
|
learn;
|
||
|
ipv4 {
|
||
|
import none;
|
||
|
export all;
|
||
|
};
|
||
|
}
|
||
|
|
||
|
protocol static {
|
||
|
route 44.137.17.96/28 via 44.137.61.33;
|
||
|
ipv4 {
|
||
|
};
|
||
|
}
|
||
|
|