A gateway in SONA is a special compute node, which plays role as a connection point to external networks. It performs NAT and PAT for outbound traffics and also exchanges routes to external routers with BGP or OSPF. Scalable gateway provides load balancing and high availability by allowing multiple redundant gateways to the system.
SONA is composed of multiple ONOS applications, and Scalable Gateway and vRouter are takes in charge of the North-South connectivity.
Scalable Gateway takes an advantage of OpenFlow “Fast Failover” group for load balancing and HA, where each bucket represents a single gateway. Each VM has its own gateway group and the bucket order of each group is decided by various mechanisms of the scalable gateway so that the outbound traffic of the VMs can be distributed.
Fast failover group takes the first bucket until its watch port is alive. It takes the next bucket if the first bucket fails. |