bug-zebra
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug


From: Alex
Subject: bug
Date: Sat, 9 Jun 2001 19:37:43 +0400

I am using Linux 2.2.18 with zebra 0.91a
On my router I have 3 interfaces 1 connected to the LAN 2 to first provider 3 to second one.
I recieve BGP prefixes from both
here bgpd.conf
 
hostname nvproxy
password zebra
log file /var/log/bgpd.log
!
router bgp 65003
 network 212.35.188.0/24
 redistribute static
 neighbor 212.35.170.243 remote-as 12369
 neighbor 212.35.170.243 next-hop-self
 neighbor 212.35.170.243 soft-reconfiguration inbound
 neighbor 212.35.170.243 ebgp-multihop 5
 neighbor 212.35.170.243 filter-list 10 out
 neighbor 212.35.170.243 route-map UKRSAT_DEFAULT in
 neighbor 217.12.194.201 remote-as 15626
 neighbor 217.12.194.201 soft-reconfiguration inbound
 neighbor 217.12.194.201 filter-list 10 out
 neighbor 217.12.194.201 route-map ITL_DEFAULT in
!
ip as-path access-list 10 permit ^$
ip as-path access-list 10 deny all
!
route-map UKRSAT_DEFAULT permit 10
 set local-preference 200
!
route-map ITL_DEFAULT permit 10
 set local-preference 180
!
line vty
Interface on ITL is gre tunnel so I do this part as directly connected neighbor
 
 
 
Why if my connection to UKRSAT alive I can not recieve BGP prefixes from ITL even if this happent this routes was not installed in kernel routing table.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]