Архивы: bgp

quagga fullview in my AS

neighbor x.x.x.x allowas-in

Accept as-path with my AS present in it

openbgpd полезные комманды

bgpd -nv форматированный вывод конфига

openbgpd route server

# global configuration

ASNUM=»64600″
IP=»10.255.255.10″
LAN=»10.255.255.0/24″
AS $ASNUM
router-id $IP
transparent-as yes

fib-update no
log updates

network $LAN

Читать далее »

openbgpd

презентация демонов динамической маршрутизации OpenBSD

http://www.atmnis.com/~proger/openkyiv/openkyiv2009_yunak_dynrouting.pdf

BGP Regular Expressions

Been hearing about the command «show ip bgp regexp» but never really put it to use at work. I think its time I use this command to filter out learned bgp routes. I got these tables from the Internetwork Expert Blog I like to read. Time to put this into good use by beginning to use the basics first before proceeding to much advance filtering.


Читать далее »