Настройки quagga'и прктически везде одинаковые (по одному шалону)
Все якобы понятно, но есть одна странность.
Крайнее роутеры(AS65005,AS6006) не анонсируют подсети.
Ниже приведен конфиг bgp.conf для AS6005
Смотрим что мы получаем от соседа# cat bgpd.conf
!
! Zebra configuration saved from vty
! 2011/05/18 16:32:25
!
hostname server1
password 8 4D5alDrx53bxE
log file /var/log/bgpd.log
service password-encryption
!
debug bgp events
debug bgp keepalives
debug bgp updates
debug bgp fsm
debug bgp filters
!
router bgp 65005
bgp router-id 10.15.20.2
network 10.15.21.0/28
network 10.15.30.0/24
neighbor 10.15.20.1 remote-as 65004
neighbor 10.15.20.1 description SERVER1
neighbor 10.15.20.1 soft-reconfiguration inbound
!
line vty
!
Смотрим, что мы анонсируем соседу# show ip bgp neighbors 10.15.20.1 received-routes
BGP table version is 0, local router ID is 10.15.20.2
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,
r RIB-failure, S Stale, R Removed
Origin codes: i - IGP, e - EGP, ? - incomplete
Network Next Hop Metric LocPrf Weight Path
*> 10.15.2.0/24 10.15.20.1 0 0 65004 i
*> 10.15.3.0/24 10.15.20.1 0 65004 65001 i
*> 10.15.10.0/24 10.15.20.1 0 65004 65001 i
*> 10.15.11.0/24 10.15.20.1 0 65004 65001 i
*> 10.15.12.0/24 10.15.20.1 0 65004 65001 i
*> 10.15.13.0/24 10.15.20.1 0 65004 65001 i
*> 10.15.15.0/24 10.15.20.1 0 65004 65001 i
*> 10.15.20.0/29 10.15.20.1 0 0 65004 i
Total number of prefixes 8
И ничего. Точно такая же ситуация с роутером AS65006.# show ip bgp neighbors 10.15.20.1 advertised-routes
#
Что я делаю не так?
Заранее благодарен