Re: BIRD - Config Support for RFC 3107 - Carrying Label Information in BGP

2018-06-30 Thread Ondrej Zajicek
On Tue, Jun 26, 2018 at 08:23:37PM +, Thiruvazhiyan Lakshmanan wrote: > Hi Ondrej, > Thanks for your advice, with the updated iproute2 package, I can see the mpls > routes in the table now. > I need another help now, I am trying to advertise the loopback interface > addresses to the labeled

Re: BIRD - Config Support for RFC 3107 - Carrying Label Information in BGP

2018-06-18 Thread Maximilian Wilhelm
Anno domini 2018 Thiruvazhiyan Lakshmanan scripsit: Hi, > When I tried to add " ip route add 192.168.1.0/24 encap mpls 100 via inet > 10.10.101.1" I get "Error: either "to" is duplicate, or "encap" is a garbage." > > root@ubuntu4-4-VM1:/proc/sys/net# ip route add 192.168.1.0/24 encap mpls 100

Re: BIRD - Config Support for RFC 3107 - Carrying Label Information in BGP

2018-06-15 Thread Ondrej Zajicek
On Fri, Jun 15, 2018 at 02:27:52PM +, Thiruvazhiyan Lakshmanan wrote: > Thanks for your reply. > > When I tried to add " ip route add 192.168.1.0/24 encap mpls 100 via inet > 10.10.101.1" I get "Error: either "to" is duplicate, or "encap" is a garbage." > > root@ubuntu4-4-VM1:/proc/sys/net#

RE: BIRD - Config Support for RFC 3107 - Carrying Label Information in BGP

2018-06-15 Thread Thiruvazhiyan Lakshmanan
nial root@ubuntu4-4-VM1:/proc/sys/net# uname -r 4.4.0-119-generic root@ubuntu4-4-VM1:/proc/sys/net# Regards, Thiruvazhiyan L -Original Message- From: Ondrej Zajicek [mailto:santi...@crfreenet.org] Sent: Thursday, June 14, 2018 5:43 PM To: Thiruvazhiyan Lakshmanan Cc: bird-users@netwo

Re: BIRD - Config Support for RFC 3107 - Carrying Label Information in BGP

2018-06-14 Thread Ondrej Zajicek
On Thu, Jun 14, 2018 at 06:13:57PM +, Thiruvazhiyan Lakshmanan wrote: > Thanks Ondrej, > > With your suggested changes, I notice both Kernel and BGP uses single > table (master4) and both have the routes. However, the routes shown in > the bird has labels attached to them, the routes shown in

Re: BIRD - Config Support for RFC 3107 - Carrying Label Information in BGP

2018-06-14 Thread Jan Maria Matejka
t; >     interface "-eth*", "*"; > > } > > protocol device { > >     scan time 10;   # Scan interfaces every 10 seconds > > } > > protocol bgp { > >     local 10.10.101.2 as 65110;    # Use a private AS number

RE: BIRD - Config Support for RFC 3107 - Carrying Label Information in BGP

2018-06-14 Thread Thiruvazhiyan Lakshmanan
, 2018 9:08 AM To: Thiruvazhiyan Lakshmanan Cc: bird-users@network.cz Subject: Re: BIRD - Config Support for RFC 3107 - Carrying Label Information in BGP On Wed, Jun 13, 2018 at 09:33:56PM +, Thiruvazhiyan Lakshmanan wrote: > Hi Ondrej, > > Thanks for your reply. I have upgraded th

Re: BIRD - Config Support for RFC 3107 - Carrying Label Information in BGP

2018-06-14 Thread Ondrej Zajicek
On Wed, Jun 13, 2018 at 09:33:56PM +, Thiruvazhiyan Lakshmanan wrote: > Hi Ondrej, > > Thanks for your reply. I have upgraded the kernel on my VM and now I am > getting the 3107 routes in the mtab4 table in the bird. But the routes are > not programed to mpls Kernel table. Maybe I am

RE: BIRD - Config Support for RFC 3107 - Carrying Label Information in BGP

2018-06-13 Thread Thiruvazhiyan Lakshmanan
Sent: Friday, June 8, 2018 3:26 PM To: Thiruvazhiyan Lakshmanan Cc: bird-users@network.cz Subject: Re: BIRD - Config Support for RFC 3107 - Carrying Label Information in BGP On Fri, Jun 08, 2018 at 04:03:41PM +, Thiruvazhiyan Lakshmanan wrote: > Hi Ondrej, > Thanks for your reply. What is the

Re: BIRD - Config Support for RFC 3107 - Carrying Label Information in BGP

2018-06-11 Thread Ondrej Zajicek
On Mon, Jun 11, 2018 at 04:21:10PM +, Thiruvazhiyan Lakshmanan wrote: > Hi Ondrej, > Thanks for your reply. The link which is provided in your emails > details about the static MPLS route entry to the MPLS route table. When > we have our VM with the latest kernel, whether BIRD can program the

RE: BIRD - Config Support for RFC 3107 - Carrying Label Information in BGP

2018-06-11 Thread Thiruvazhiyan Lakshmanan
Support for RFC 3107 - Carrying Label Information in BGP On Fri, Jun 08, 2018 at 04:03:41PM +, Thiruvazhiyan Lakshmanan wrote: > Hi Ondrej, > Thanks for your reply. What is the recommended linux kernel verison for mpls > if BIRD acts as a PE. > > We have VM with Red Hat E

Re: BIRD - Config Support for RFC 3107 - Carrying Label Information in BGP

2018-06-08 Thread Ondrej Zajicek
On Fri, Jun 08, 2018 at 04:03:41PM +, Thiruvazhiyan Lakshmanan wrote: > Hi Ondrej, > Thanks for your reply. What is the recommended linux kernel verison for mpls > if BIRD acts as a PE. > > We have VM with Red Hat Enterprise Linux Server 7.3 (Maipo) > Kernel 3.10.0-693.2.2.el7.x86_64 on an

RE: BIRD - Config Support for RFC 3107 - Carrying Label Information in BGP

2018-06-08 Thread Thiruvazhiyan Lakshmanan
Cc: bird-users@network.cz Subject: Re: BIRD - Config Support for RFC 3107 - Carrying Label Information in BGP On Wed, May 23, 2018 at 07:40:26PM +, Thiruvazhiyan Lakshmanan wrote: > Hi Ondrej, > Thanks for the reply! How about incoming labels coming from 3107 neighbor? > Can BIR

RE: BIRD - Config Support for RFC 3107 - Carrying Label Information in BGP

2018-06-05 Thread Thiruvazhiyan Lakshmanan
port for RFC 3107 - Carrying Label Information in BGP On Wed, May 23, 2018 at 06:02:30PM +, LAKSHMANAN, THIRUVAZHIYA wrote: > In the BIRD 2.0 user guide, I see the support for RFC 3107 - Carrying > Label information in BGP. We want to configure a VM with BIRD agent > working like a

Re: BIRD - Config Support for RFC 3107 - Carrying Label Information in BGP

2018-05-23 Thread Ondrej Zajicek
On Wed, May 23, 2018 at 07:40:26PM +, Thiruvazhiyan Lakshmanan wrote: > Hi Ondrej, > Thanks for the reply! How about incoming labels coming from 3107 neighbor? > Can BIRD program the kernel table with mpls label for next-hop loopback? Yes, incoming routes with labels received from RFC 3107

RE: BIRD - Config Support for RFC 3107 - Carrying Label Information in BGP

2018-05-23 Thread Thiruvazhiyan Lakshmanan
, 2018 3:07 PM To: LAKSHMANAN, THIRUVAZHIYA; Thiruvazhiyan Lakshmanan Cc: bird-users@network.cz Subject: Re: BIRD - Config Support for RFC 3107 - Carrying Label Information in BGP On Wed, May 23, 2018 at 06:02:30PM +, LAKSHMANAN, THIRUVAZHIYA wrote: > In the BIRD 2.0 user guide, I see the supp