Re: bgpctl shiw rib out displaying incorrect information

2011-09-20 Thread Tony Sarendal
On Fri, Sep 16, 2011 at 2:34 PM, Claudio Jeker wrote: > On Wed, Aug 31, 2011 at 04:37:49PM +0200, Tony Sarendal wrote: > > On Wed, Aug 31, 2011 at 4:24 PM, Josh Hoppes > wrote: > > > > > Why are you using "set nexthop self" and then trying to change that > > > with the filter "allow quick to 172.

Re: bgpctl shiw rib out displaying incorrect information

2011-09-16 Thread Claudio Jeker
On Wed, Aug 31, 2011 at 04:37:49PM +0200, Tony Sarendal wrote: > On Wed, Aug 31, 2011 at 4:24 PM, Josh Hoppes wrote: > > > Why are you using "set nexthop self" and then trying to change that > > with the filter "allow quick to 172.29.1.52 set nexthop 172.29.1.200". > > If you don't want your next

Re: bgpctl shiw rib out displaying incorrect information

2011-08-31 Thread Tony Sarendal
On Wed, Aug 31, 2011 at 4:24 PM, Josh Hoppes wrote: > Why are you using "set nexthop self" and then trying to change that > with the filter "allow quick to 172.29.1.52 set nexthop 172.29.1.200". > If you don't want your nexthop to be yourself don't tell bgpd to do > that. > > To show a bug in bgp

Re: bgpctl shiw rib out displaying incorrect information

2011-08-31 Thread Josh Hoppes
Why are you using "set nexthop self" and then trying to change that with the filter "allow quick to 172.29.1.52 set nexthop 172.29.1.200". If you don't want your nexthop to be yourself don't tell bgpd to do that. On Wed, Aug 31, 2011 at 4:08 AM, Tony Sarendal wrote: > On Wed, Aug 31, 2011 at 11:0

Re: bgpctl shiw rib out displaying incorrect information

2011-08-31 Thread Tony Sarendal
On Wed, Aug 31, 2011 at 11:01 AM, Andre Keller wrote: > Hi > > Am 31.08.2011 10:23, schrieb Tony Sarendal: > > Sender says next hop = 172.29.1.100, receiver says .51. > > show rib out in this case shows incorrect nexthop. > > Well thats kind of the point of having set nexthop self in the config..

Re: bgpctl shiw rib out displaying incorrect information

2011-08-31 Thread Andre Keller
Hi Am 31.08.2011 10:23, schrieb Tony Sarendal: > Sender says next hop = 172.29.1.100, receiver says .51. > show rib out in this case shows incorrect nexthop. Well thats kind of the point of having set nexthop self in the config...

Re: bgpctl shiw rib out displaying incorrect information

2011-08-31 Thread Tony Sarendal
On Wed, Aug 31, 2011 at 9:51 AM, Patrick Lamaiziere wrote: > Le Wed, 31 Aug 2011 07:19:15 +0200, > Tony Sarendal a icrit : > > Hi, > > > current1# cat /etc/bgpd.conf > > AS 65001 > > network 10.0.1.0/24 > > > > current1# bgpctl show rib nei 172.29.1.52 out > > flags: * = Valid, > = Selected, I =

Re: bgpctl shiw rib out displaying incorrect information

2011-08-31 Thread Patrick Lamaiziere
Le Wed, 31 Aug 2011 07:19:15 +0200, Tony Sarendal a C)crit : Hi, > current1# cat /etc/bgpd.conf > AS 65001 > network 10.0.1.0/24 > > current1# bgpctl show rib nei 172.29.1.52 out > flags: * = Valid, > = Selected, I = via IBGP, A = Announced > origin: i = IGP, e = EGP, ? = Incomplete > > flags

Re: bgpctl shiw rib out displaying incorrect information

2011-08-31 Thread Peter van Oord van der Vlies
>flags destination gateway lpref med aspath origin >AI*> 10.0.1.0/24 172.29.1.200 100 0 i >current1# What is incorrect on this ?

bgpctl shiw rib out displaying incorrect information

2011-08-30 Thread Tony Sarendal
current1# cat /etc/bgpd.conf AS 65001 network 10.0.1.0/24 neighbor 172.29.1.52 { remote-as 65001 set nexthop self descr "current2" local-address 172.29.1.51 } allow quick to 172.29.1.52 set nexthop 172.29.1.200 allow to any allow from any current1# bgpctl show rib