I think you have two requirements here.
1) You need to be able to push and pop MLPS labels on a packet.
2) You need to be able to create table entries which match on the MPLS label.

If I remember correctly, both of these are available in POX through the 
nicira.py file.  The first is done with some extended actions.  The other one 
is done using the Nicira match extension (NXM).

-- Murphy

On Jul 16, 2015, at 9:49 AM, Suelen Cremonini <suelen_cremon...@hotmail.com> 
wrote:

> Hello everybody,
> 
> We are trying to make a POX controller using MPLS labels. Our intention is to 
> implement multi-path according to the packets label. We are using the nicira 
> extension for that. 
> We have to apply different labels inside a same switch for packets that have 
> the same source and the same destination. However, there is no match field 
> that we can use to apply different labels in the same switch. Any ideas?
> 
> 
> --
> Best regards,
> Suelen

Reply via email to