CORD : Fabric Support for vOLT-vSG communication

 

Fabric Support for OLT—vSG Communication

 

Residential subscribers connect to CORD via a GPON network. The head-end node of the GPON network is called an OLT, which traditionally is chassis based monolithic hardware available from several vendors. In CORD, we disaggregate the OLT, by keeping only the OLT physical layer in dedicated hardware (called OLT-MACs), and moving all other functions into software distributed over the CORD cloud (see Figure 1). One such function is a Subscriber Gateway, which is implemented by a container [3].

Traffic between the OLT blades and the vSG containers is double-tagged, with the outer-VLAN-tag identifying the PON network a subscriber belongs to, and the inner-VLAN tag identifying the subscriber itself.

This residential access infrastructure (Figure 4) is handled by the vOLT control application, in concert with XOS; details can be found in other design notes [4]. Once the customer has been identified and authenticated,  the double-VLAN tags have been assigned for the customer, and a vSG container has been instantiated in a compute-node, the fabric-control application is informed of the location of the OLT blade the subscriber is connected to, and the compute node where the vSG container has been instantiated. The app then programs forwarding rules in the fabric to enable this communication through the fabric.

 

Slide15.png

 

Figure 4. OLT to vSG Communication.

 

Typically, the OLT blade and vSG containers are physically located in the same rack and therefore connected to the same Top-of-Rack leaf switch. In this case, the communication is enabled in the fabric via a VLAN cross-connect. The cross-connect is a special case of L2 bridging where the forwarding is based on just the VLAN headers, while ignoring the destination MAC addresses, of which there could be many from the same subscriber (different home devices). The fabric does not need to learn or have any a priori knowledge of these MAC addresses. It simply needs to connect the VLANs identifying the subscriber to the physical port on which the compute-node hosting the vSG for that subscriber is located. As a result, a particular vlan-crossconnect is always implemented between exactly two physical ports on the same leaf-switch. Note that the same physical port on the leaf switches can support multiple vlan-crossconnects simultaneously. In future releases, we will add the ability to physically locate the vSG containers anywhere in the CORD cloud (instead of the same rack as the OLT blades).

Attachments:

image2016-8-2 7:59:20.png (image/png)
vOLT.png (image/png)

Comments:

In the above diagram, can you please show where the vOLT software agent and the vRounter VM runs? In the Onos wiki, while explaining the CORD, i read about vOLT software agent and vRouter but i dont see in any where in diagram.

Posted by at Aug 02, 2016 10:36

The vOLT agent runs in a container or VM and facilitates a connection between ONOS and the hardware. This agent is a service on top of ONOS, The vRouter is implemented as a network control application running on ONOS It is also a service running as between CORD and outside connectivity (logically). vRouter - http://opencord.org/wp-content/uploads/2016/03/vRouter.pdf, vOLT - http://opencord.org/wp-content/uploads/2016/03/Virtual-OLT.pdf

Posted by at Aug 02, 2016 11:33

Thanks for the details.

In the vOLT document, it said that there are two vOLT software. One, vOLT agent runs in VM or container and another the vOLT app runs in ONOS.

When vOLT agent runs as a VM or container, will that run in PMC hardware(i.e OLT MAC hardware) manually or will it run as a XOS service in any of the compute node?

Posted by at Aug 02, 2016 12:17

The vOLT agent will run as a VNF on any commodity server, on the PON OLT MAC is the what stays on the PMC hardware.

Posted by mvillarreal at Aug 02, 2016 13:00

Posted by mvillarreal at Aug 02, 2016 13:03

Ok.. Thanks for the details.

Posted by at Aug 02, 2016 15:12