Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The interface configuration allows users to configure information about ports and logical ports of devices connected to the system. The information can be is used by ONOS and its applications to drive certain behaviorsto decide how to select and forward the network traffic. The interface configuration is probably the most similar to the "legacy" network devices configuration. Examples of common patterns are "select traffic tagged with VLAN X on port Y", "Select all the traffic coming with IP A and send it out through port B".

The configuration contains a list of physical ports, and logical interfaces. A more detailed explanation is reported below.

Basic definitions

  • Ports represent physical ports of devices connected to ONOS. They act as containers of one or more interfaces that actually hold the real configuration
  • Interfaces are logical entities, subset of physical ports, distinguished by different parameters, such as i.e. VLANs, IPs, MAC addresses

...

What's reported above is a very generic configuration example, used for an in SDN-IP demo. Indeed, the configuration is very specific to the application that parses it.

While the configuration syntax and the general structure is globally prescribed enforced by the interface configuration subsystem itself, It's up to each ONOS application how to interpret the values provided. For example, some applications might request just one parameter per interface (it might be the case of some L2 applications with VLAN); some others might request to have also IPs, interface name and other parameters reques more (for example IPs for L3 applications).Given this model it's really difficult

Even if different applications might interpret

1 to 1 mapping between an interface and a port

...