Carrier Ethernet Color Identifier
   Schema File Name: Carrier_Ethernet_Color_Identifier
   Includes classes:
      ColorFromDei  (Color From DEI)
      ColorFromPCP  (Color From PCP)
      ColorFromPCPMapEntry  (Color from PCP Map Entry)
      ColorFromDSCP  (Color From DSCP)
      ColorFromDscpEntry  (Color From DSCP Entry)
      ColorFromEp  (Color From EP)
 
 
Class: ColorFromDei  (Color From DEI)

This Class is referenced when the color comes from the S-tag or C-tag DEI field. MEF 26.2 requires that DEI=0 means Green and DEI=1 means Yellow, so no map is needed.
 
 
Element Name: Color Map Type - DEI
  JSON Name: mapType - Type: const
Allowed values: "DEI"
Usage:    Common: Required  
 
 
Class: ColorFromPCP  (Color From PCP)

This Class is referenced when the color comes from the S-tag or C-tag PCP field. Each of the 8 possible PCP values maps to a color. If there is no tag, the frame is Green.
 
 
Element Name: Color Map Type - PCP
  JSON Name: mapType - Type: const
Allowed values: "PCP"
Usage:    Common: Required  
 
Element Name: Color Map
  JSON Name: colorFromPcpMap - Type: List of object
Description: This is a list of 8 Color mappings, one for each PCP value.
Allowed values: List of [8...8] Unique Class: ColorFromPCPMapEntry
Usage:    Common: Required  
 
 
Class: ColorFromPCPMapEntry  (Color from PCP Map Entry)

 
 
Element Name: PCP Value
  JSON Name: pcpValue - Type: enum
Allowed values: Enum: "0", "1", "2", "3", "4", "5", "6", "7"
Usage:    Common: Required  
 
Element Name: PCP Color
  JSON Name: pcpColor - Type: enum
Allowed values: Enum: "GREEN", "YELLOW"
Usage:    Common: Required  
 
 
Class: ColorFromDSCP  (Color From DSCP)

This Class is referenced when the color comes from the DSCP field. Four lists are included, a list of IPv4 DSCP values that are Green, a list of IPv4 DSCP values that are yellow, a list of IPv6 DSCP values that are Green, a list of IPv6 DSCP values that are Yellow. Any DSCP value that is not specified and any Frame that does not include an IP packet is Green..
 
 
Element Name: Color Map Type - DSCP
  JSON Name: mapType - Type: const
Allowed values: "DSCP"
Usage:    Common: Required  
 
Element Name: colorMap
  JSON Name: colorFromDscpMap - Type: List of object
Allowed values: List of [1...*] Unique Class: ColorFromDscpEntry
Usage:    Common: Required  
 
 
Class: ColorFromDscpEntry  (Color From DSCP Entry)

 
 
Element Name: DSCP List
  JSON Name: dscpList - Type: List of integer
Description: This is a list of DSCP values
Allowed values: List of [1...*] Unique Minimum: 0 Maximum: 63
Usage:    Common: Required  
 
Element Name: IPv4 Color
  JSON Name: ipv4Color - Type: enum
Allowed values: Enum: "GREEN", "YELLOW"
Usage:    Common: Required  
 
Element Name: IPv6 Color
  JSON Name: ipv6Color - Type: enum
Allowed values: Enum: "GREEN", "YELLOW"
Usage:    Common: Required  
 
 
Class: ColorFromEp  (Color From EP)

The color of each Ingress Frame is determined solely from the EVC or OVC End Point. In other words, the EP declares all frames GREEN or all frame YELLOW
 
 
Element Name: Map Type - ENDPOINT
  JSON Name: mapType - Type: const
Allowed values: "ENDPOINT"
Usage:    Common: Required  
 
Element Name: Color
  JSON Name: epColor - Type: enum
Allowed values: Enum: "GREEN", "YELLOW"
Usage:    Common: Required