Hi Maurizio,

On 2016年07月30日 02:28, Maurizio Marrocco wrote:
> Hi Ryu Team,
>
> My question is the following: ofsoftwitch13 is compatible with LLDP and BDDP 
> packet?

Sorry, I don't know whether ofsoftwitch13 supports LLDP and BDDP packet or not.
How about contacting the developers of ofsoftwitch13?
   http://cpqd.github.io/ofsoftswitch13/

>
> I have this topology: H1--S1--S2--H2, and I do h1 ping -c1 h2
>
> This question is given because I doing test with LLDP module of RYU, I not 
> see the packetIn message from second switch S2 directed to controller, that 
> carried LLDP packet.
>
> In other words, switch not match the rule that said: if etherType=LLDP and 
> eth_dst=MULTICAST_ADDR, action: forward to controller.
>
> Moreover,  RYU implements the manage of BDDP packet?

Ryu can set the match fields with eth_type=BDDP and eth_dst=MULTICAST_ADDR
and the actions with output=CONTROLLER, I think.

But, currently, Ryu does not provide the feature for parsing BDDP packets
as the built-in packet library.
The packet library for the LLDP is provided, though.
   https://github.com/osrg/ryu/tree/master/ryu/lib/packet

Thanks,
Iwase


>
> Thanks
>
> Maurizio
>
>
>
>
> ------------------------------------------------------------------------------
>
>
>
> _______________________________________________
> Ryu-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ryu-devel
>

------------------------------------------------------------------------------
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to