Re: Yet Another BGP (Border Gateway Protocol) Python Implementation

2015-08-07 Thread Pavel Odintsov
Nice! On Friday, August 7, 2015, Alistair Mackenzie wrote: > "As our priority, we will do MPLS VPN, IPv6, *Flowspec* firstly. In the > future, we will consider multicast and EVPN. > Thanks." > > On 7 August 2015 at 10:05, Pavel Odintsov > wrote: > >> Hi! >> >> Thanks for your code! I have used

Re: Yet Another BGP (Border Gateway Protocol) Python Implementation

2015-08-07 Thread Alistair Mackenzie
"As our priority, we will do MPLS VPN, IPv6, *Flowspec* firstly. In the future, we will consider multicast and EVPN. Thanks." On 7 August 2015 at 10:05, Pavel Odintsov wrote: > Hi! > > Thanks for your code! I have used ExaBGP for one year and will try your > tool too! > > Do you have any plans a

Re: Yet Another BGP (Border Gateway Protocol) Python Implementation

2015-08-07 Thread Pavel Odintsov
Hi! Thanks for your code! I have used ExaBGP for one year and will try your tool too! Do you have any plans about BGP Flow Spec? On Friday, August 7, 2015, Bjørn Mork wrote: > Randy Bush > writes: > > > perhaps dissing someone for their free code is even ruder than not doing > > ipv6 in 2015?

Re: Yet Another BGP (Border Gateway Protocol) Python Implementation

2015-08-07 Thread Bjørn Mork
Randy Bush writes: > perhaps dissing someone for their free code is even ruder than not doing > ipv6 in 2015? you don't have to use either. Definitely. In any case, one advantage of open sourcing stuff is that you can always answer such comments with a simple "Patches welcome!" which tends

RE: Yet Another BGP (Border Gateway Protocol) Python Implementation

2015-08-06 Thread Peng Xiao (penxiao)
@nanog.org Subject: Re: Yet Another BGP (Border Gateway Protocol) Python Implementation Hi Peng, Good stuff! Any plans for multicast, RTC and EVPN AF's? Regards, Jeff > On Aug 6, 2015, at 7:43 PM, Peng Xiao (penxiao) wrote: > > Hi guys, > > Ipv6 and other addres

Re: Yet Another BGP (Border Gateway Protocol) Python Implementation

2015-08-06 Thread Jeff Tantsura
.@vt.edu] > Sent: 2015年8月7日 0:16 > To: Peng Xiao (penxiao) > Cc: Jahangir Hossain; xx...@ledeuns.net; nanog@nanog.org > Subject: Re: Yet Another BGP (Border Gateway Protocol) Python Implementation > > On Thu, 06 Aug 2015 14:25:55 -, "Peng Xiao (penxiao)" said: >>

RE: Yet Another BGP (Border Gateway Protocol) Python Implementation

2015-08-06 Thread Peng Xiao (penxiao)
e out. -Original Message- From: valdis.kletni...@vt.edu [mailto:valdis.kletni...@vt.edu] Sent: 2015年8月7日 0:16 To: Peng Xiao (penxiao) Cc: Jahangir Hossain; xx...@ledeuns.net; nanog@nanog.org Subject: Re: Yet Another BGP (Border Gateway Protocol) Python Implementation On Thu, 06 Aug 2015 14:

Re: Yet Another BGP (Border Gateway Protocol) Python Implementation

2015-08-06 Thread Pablo Lucena
This is a nice Python implementation. Thanks for open sourcing this! On Thu, Aug 6, 2015 at 6:40 PM, Randy Bush wrote: > perhaps dissing someone for their free code is even ruder than not doing > ipv6 in 2015? you don't have to use either. > > randy >

Re: Yet Another BGP (Border Gateway Protocol) Python Implementation

2015-08-06 Thread Randy Bush
perhaps dissing someone for their free code is even ruder than not doing ipv6 in 2015? you don't have to use either. randy

Re: Yet Another BGP (Border Gateway Protocol) Python Implementation

2015-08-06 Thread Christopher Morrow
On Thu, Aug 6, 2015 at 12:16 PM, wrote: > On Thu, 06 Aug 2015 14:25:55 -, "Peng Xiao (penxiao)" said: >> Currently, yabgp does not support IPv6 address family. We only support IPv4 >> now. > > http://tnx.nl/legacy-ip-only.svg > > Seriously guys. It's 2015. We really don't care what you hac

Re: Yet Another BGP (Border Gateway Protocol) Python Implementation

2015-08-06 Thread Valdis . Kletnieks
On Thu, 06 Aug 2015 14:25:55 -, "Peng Xiao (penxiao)" said: > Currently, yabgp does not support IPv6 address family. We only support IPv4 > now. http://tnx.nl/legacy-ip-only.svg Seriously guys. It's 2015. We really don't care what you hack for your own use - but publicly announcing stuff t

RE: Yet Another BGP (Border Gateway Protocol) Python Implementation

2015-08-06 Thread Peng Xiao (penxiao)
support BGP. Thanks. Peng From: Jahangir Hossain [mailto:jahan...@parween.net<mailto:jahan...@parween.net>] Sent: 2015年8月6日 15:27 To: Peng Xiao (penxiao) Cc: nanog@nanog.org<mailto:nanog@nanog.org> Subject: Re: Yet Another BGP (Border Gateway Protocol) Python Implementation Hi Xiao ,

Re: Yet Another BGP (Border Gateway Protocol) Python Implementation

2015-08-06 Thread Job Snijders
On Thu, Aug 06, 2015 at 11:09:13AM +0100, Tom Hill wrote: > On 04/08/15 07:29, Peng Xiao (penxiao) wrote: > > Cisco has open sourced one part of their BGP monitoring system - YABGP > > And hosted source code on GitHub. https://github.com/smartbgp/yabgp > > Documentation: http://yabgp.readthedocs.or

Re: Yet Another BGP (Border Gateway Protocol) Python Implementation

2015-08-06 Thread Tom Hill
On 04/08/15 07:29, Peng Xiao (penxiao) wrote: > Cisco has open sourced one part of their BGP monitoring system - YABGP > And hosted source code on GitHub. https://github.com/smartbgp/yabgp > Documentation: http://yabgp.readthedocs.org/en/latest/ Out of curiosity, why did you write your own project

Re: Yet Another BGP (Border Gateway Protocol) Python Implementation

2015-08-06 Thread Jahangir Hossain
t BGP. > > > > Thanks. > > > > Peng > > *From:* Jahangir Hossain [mailto:jahan...@parween.net] > *Sent:* 2015年8月6日 15:27 > *To:* Peng Xiao (penxiao) > *Cc:* nanog@nanog.org > *Subject:* Re: Yet Another BGP (Border Gateway Protocol) Python > Implementation >

Re: Yet Another BGP (Border Gateway Protocol) Python Implementation

2015-08-06 Thread Jahangir Hossain
Hi Xiao , This is seems to be interesting . Can i used this in other platform who does not support bflow ? Thanks // Jahangir On Tue, Aug 4, 2015 at 12:29 PM, Peng Xiao (penxiao) wrote: > Hi experts > > Cisco has open sourced one part of their BGP monitoring system - YABGP > And hosted sourc

Re: Yet Another BGP (Border Gateway Protocol) Python Implementation

2015-08-06 Thread Denis Fondras
> Hi experts > > Cisco has open sourced one part of their BGP monitoring system - YABGP > And hosted source code on GitHub. https://github.com/smartbgp/yabgp > Documentation: http://yabgp.readthedocs.org/en/latest/ > I don't want to be mean but is it of any use in 2015 to release a tool that doe

RE: Yet Another BGP (Border Gateway Protocol) Python Implementation

2015-08-06 Thread Peng Xiao (penxiao)
: Jahangir Hossain [mailto:jahan...@parween.net] Sent: 2015年8月6日 15:27 To: Peng Xiao (penxiao) Cc: nanog@nanog.org Subject: Re: Yet Another BGP (Border Gateway Protocol) Python Implementation Hi Xiao , This is seems to be interesting . Can i used this in other platform who does not support bflow

Yet Another BGP (Border Gateway Protocol) Python Implementation

2015-08-05 Thread Peng Xiao (penxiao)
Hi experts Cisco has open sourced one part of their BGP monitoring system - YABGP And hosted source code on GitHub. https://github.com/smartbgp/yabgp Documentation: http://yabgp.readthedocs.org/en/latest/