Hi, I have Ryu control two switches, one is an OvS with a bridge into which is connected a couple of BIRD routers. I have a number of physical routers connected to a Netgear OpenFlow switch. I am doing nothing special, I match on in_port, src_mac, dst_mac and add flows to both switches otherwise the packet is sent out.
>From an IPv4 perspective, things converge (slowly but they do) and the physical routers establish peerings with the soft routers OK. In the case of IPv6, however, it appears like that one physical router gets connectivity with one soft router and the IPv6 address are not pingable for the others let along setup BGP peerings. Are there particular got ya's regarding the IPv6 multicast frames that need to be done? Note: I am not doing anything at the IP or IPv6 level in the switch_13.py sub-class. regards, Diarmuid + --------------------------------------------- + | IPv4 BGP State Table | + -------- + -------- + ------- + ------------- + | Server | Name | State | Info | + -------- + -------- + ------- + ------------- + | rs1 | AS5111 | up | Established | | | AS5222 | up | Established | | | AS5333 | up | Established | + -------- + -------- + ------- + ------------- + | cs1 | AS5111 | up | Established | | | AS5222 | up | Established | | | AS5333 | up | Established | + -------- + -------- + ------- + ------------- + | bs1 | AS5111 | up | Established | | | AS5222 | up | Established | | | AS5333 | up | Established | + -------- + -------- + ------- + ------------- + + --------------------------------------------- + | IPv6 BGP State Table | + -------- + -------- + ------- + ------------- + | Server | Name | State | Info | + -------- + -------- + ------- + ------------- + | rs1 | AS5111 | up | Established | | | AS5222 | start | Connect | | | AS5333 | start | Connect | + -------- + -------- + ------- + ------------- + | cs1 | AS5111 | start | Connect | | | AS5222 | start | Connect | | | AS5333 | up | Established | + -------- + -------- + ------- + ------------- + | bs1 | AS5111 | up | Established | | | AS5222 | start | Connect | | | AS5333 | start | Connect | + -------- + -------- + ------- + ------------- + regards, Diarmuid -- *Irish by birth, located in Uganda but Munster by the grace of God.*
_______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel