Re: [pox-dev] MPLS switching

2013-08-21 Thread Murphy McCauley
Send a flow statistics request to the switch and handle the response. There's an example on the POX wiki ("Web Flow Statistics") and a link to another one ("Statistics Collector Example"). -- Murphy On Aug 21, 2013, at 11:14 AM, Amer wrote: > Thank you for your helpful email > > I would lik

Re: [pox-dev] MPLS switching

2013-08-21 Thread Amer
Thank you for your helpful email I would like to ask you how can I get/retrieve the flow table of certain switch Best regards, Amer On ٢١‏/٠٨‏/٢٠١٣, at ٣:١٧ ص, Murphy McCauley wrote: > Sorry, there's currently no example for this. > > There are a couple of prerequisites: > 1) You must be usin

Re: [pox-dev] MPLS switching

2013-08-20 Thread Murphy McCauley
Sorry, there's currently no example for this. There are a couple of prerequisites: 1) You must be using a switch with the OVS/Nicira MPLS extensions 2) You must be using the POX carp branch After that, some quick pointers are... Import the Nicira extensions and packet library... import pox.open

[pox-dev] MPLS switching

2013-08-20 Thread Amer
Hello, Hope you the best of health I would like to ask these questions: How to push and pop MPLS Tag to new packets How to make switching based MPLS tag Best Regards, Amer