About traffic types, network interfaces and traffic schemes
A traffic type is a particular classification of network traffic. It may include more than one protocol, but generally all traffic of a particular traffic type serves exactly one purpose, such as Diameter signaling or VM management.
A network interface is a virtual NIC (vNIC) on the VM. These are mapped to physical NICs on the host, normally one vNIC to one physical NIC, but sometimes many vNICs to one physical NIC.
A traffic scheme is an assignment of each of the traffic types that a VM uses to one of the VM’s network interfaces. For example:
-
First interface: Management
-
Second interface: Cluster
-
Third interface: Diameter signaling and Internal signaling
-
Fourth interface: SS7 signaling
Applicable traffic types
For REM VMs only the traffic types defined in the node parameters file are available. The following table lists the traffic types that can be present on REM VMs.
Traffic type | Name in SDF | Description |
---|---|---|
Management |
management |
Used by Administrators for managing the node. |
Internal signaling |
internal |
Used for signaling traffic between a site’s custom Rhino application nodes. |
Defining a traffic scheme
Traffic schemes are defined in the SDF.
Specifically, within the vnfcs
section of the SDF there is a VNFC entry for each node type,
and each VNFC has a networks
section.
Within each network interface defined in the networks
section of the VNFC,
there is a list named traffic_types
,
where you list the traffic type(s) (use the Name in SDF
from the table above)
that are assigned to that network interface.
Traffic type names use lowercase letters and underscores only. Specify traffic types as a YAML list, not a comma-separated list. For example:
|
When defining the traffic scheme in the SDF, for each node type (VNFC), be sure to include only the relevant traffic types for that VNFC. If an interface in your chosen traffic scheme has no traffic types applicable to a particular VNFC, then do not specify the corresponding network in that VNFC.
Currently only one traffic scheme is supported for REM nodes.
Traffic scheme description | First interface | Second interface |
---|---|---|
Standard traffic scheme |
- management |
- internal |
|