Re: [vpp-dev] MPLS labels question

2017-08-15 Thread Neale Ranns (nranns)
mailto:michael...@gmail.com>> Date: Monday, 14 August 2017 at 18:20 To: "Neale Ranns (nranns)" mailto:nra...@cisco.com>> Cc: "vpp-dev@lists.fd.io<mailto:vpp-dev@lists.fd.io>" mailto:vpp-dev@lists.fd.io>> Subject: Re: [vpp-dev] MPLS labels question I se

Re: [vpp-dev] MPLS labels question

2017-08-14 Thread Алексей Болдырев
for label 222. It will add the eos and non-eos entries appropriately.   /neale     From: Michael Borokhovich <michael...@gmail.com> Date: Monday, 14 August 2017 at 18:20 To: "Neale Ranns (nranns)" <nra...@cisco.com> Cc: "vpp-dev@lists.fd.io" <vpp-dev@lists.fd.io&

Re: [vpp-dev] MPLS labels question

2017-08-14 Thread Michael Borokhovich
ately. > > > > /neale > > > > > > *From: *Michael Borokhovich > *Date: *Monday, 14 August 2017 at 18:20 > *To: *"Neale Ranns (nranns)" > *Cc: *"vpp-dev@lists.fd.io" > *Subject: *Re: [vpp-dev] MPLS labels question > > > > I

Re: [vpp-dev] MPLS labels question

2017-08-14 Thread Neale Ranns (nranns)
‘bind’. It says, whatever IP does for 10.100.2.0/24, MPLS should do for label 222. It will add the eos and non-eos entries appropriately. /neale From: Michael Borokhovich Date: Monday, 14 August 2017 at 18:20 To: "Neale Ranns (nranns)" Cc: "vpp-dev@lists.fd.io" Subject

Re: [vpp-dev] MPLS labels question

2017-08-14 Thread Michael Borokhovich
I see.. so there is a need to add the "add eos" to the "mpls local-label" command if I want to send the packet to the IP lookup after popping a single (the only) label. Thanks, Neale! On Mon, Aug 14, 2017 at 1:01 PM, Neale Ranns (nranns) wrote: > > > Hi Michael, > > > > ‘add’ is the default. >

Re: [vpp-dev] MPLS labels question

2017-08-14 Thread Neale Ranns (nranns)
There is no limit to the number of labels that can be specified. /neale From: on behalf of "Neale Ranns (nranns)" Date: Monday, 14 August 2017 at 18:03 To: Алексей Болдырев , Michael Borokhovich , "vpp-dev@lists.fd.io" Subject: Re: [vpp-dev] MPLS labels question On m

Re: [vpp-dev] MPLS labels question

2017-08-14 Thread Neale Ranns (nranns)
ltiple out-labels is only possible via the API. /neale From: on behalf of Алексей Болдырев Date: Monday, 14 August 2017 at 17:08 To: Michael Borokhovich , "vpp-dev@lists.fd.io" Subject: Re: [vpp-dev] MPLS labels question А как можно навесить несколько меток на маршрут? 1

Re: [vpp-dev] MPLS labels question

2017-08-14 Thread Neale Ranns (nranns)
Hi Michael, ‘add’ is the default. It’s necessary to specify ‘eos’ because it I the end-of-stack entry you are adding and the default (i.e. without ‘eos’) is to add the non-end-of-stack entry. Regards, neale From: on behalf of Michael Borokhovich Date: Monday, 14 August 2017 at 16:58 To: "v

Re: [vpp-dev] MPLS labels question

2017-08-14 Thread Алексей Болдырев
А как можно навесить несколько меток на маршрут?14.08.2017, 18:58, "Michael Borokhovich" :Hi,I'm adding a label using the following command: ip route add 10.100.2.0/24 table 1 via 10.100.4.12 GigabitEthernet0/6/0 out-label 222And on the receiving side poping it with: set interface mpls GigabitEth