Hi Calvin,

The VPP MPLS code is not specific to any given interface type and so we support 
MPLS over all interface types that VPP supports. The logical separation is 
achieved because all MPLS LSPs (and IP routes too) are programmed in terms of 
next-hops, and any interface can be a next-hop.
For example;
    create gre tunnel src 1.1.1.1 dst 2.2.2.2
    mpls local-label eos 33 via gre0 out-label 44

or
   create host-interface name bob
   mpls local-label eos 34 via bob out-label 99

(I skipped the part where the interface is made admin up and IP addresses are 
assigned)

So to achieve MPLS-o-UDP one approach would be to follow this model and create 
a UDP-o-IPv[46] tunnel.

Regards,
neale



From: <[email protected]> on behalf of Calvin Ference 
<[email protected]>
Date: Thursday, 19 January 2017 at 00:32
To: "Damjan Marion (damarion)" <[email protected]>
Cc: vpp-dev <[email protected]>
Subject: Re: [vpp-dev] Plugin for mpls over gre

Actually, MPLS over UDP has been asked by some of our clients, so that would be 
perfect. Any assistance would be much appreciated, Ed.

Cheers

On 18 January 2017 at 16:42, Damjan Marion (damarion) 
<[email protected]<mailto:[email protected]>> wrote:

> On 18 Jan 2017, at 22:39, Ed Warnicke 
> <[email protected]<mailto:[email protected]>> wrote:
>
> Calvin,
>
> We've had some consumers express interest in MPLS over UDP: 
> https://tools.ietf.org/html/rfc7510
>
> Would you be interested in working on that?

Or maybe, https://tools.ietf.org/html/rfc2549 . :)

Calvin let us know if you need any help….



_______________________________________________
vpp-dev mailing list
[email protected]
https://lists.fd.io/mailman/listinfo/vpp-dev

Reply via email to