Reorganization of devicemanager directory structure
[ccsdk/features.git] / sdnr / wt / devicemanager-onap / onf14 / provider / src / main / yang / vlan-fd-1-0.yang
diff --git a/sdnr/wt/devicemanager-onap/onf14/provider/src/main/yang/vlan-fd-1-0.yang b/sdnr/wt/devicemanager-onap/onf14/provider/src/main/yang/vlan-fd-1-0.yang
new file mode 100644 (file)
index 0000000..b3d67ee
--- /dev/null
@@ -0,0 +1,836 @@
+module vlan-fd-1-0 {\r
+  yang-version 1.1;\r
+  namespace "urn:onf:yang:vlan-fd-1-0";\r
+  prefix vlan-fd;\r
+\r
+  import ietf-yang-types {\r
+    prefix yang;\r
+  }\r
+  import core-model-1-4 {\r
+    prefix core-model;\r
+  }\r
+  import vlan-interface-1-0 {\r
+    prefix vlan-interface;\r
+  }\r
+\r
+  organization\r
+    "openBackhaul.com proposal to Open Networking Foundation (ONF)";\r
+  contact\r
+    "WG Web : https://github.com/openBackhaul/Overview\r
+     WG List: VlanFd@openBackhaul.com\r
+     Editor : Thorsten Heinze\r
+     Email  : Thorsten.Heinze@openBackhaul.com";\r
+  description\r
+    "Technology specific Forwarding Domain for VLAN Components according to IEEE 802.1Q-2018.\r
+\r
+     Copyright 2019 openBackhaul.com\r
+\r
+     Licensed under the Apache License, Version 2.0 (the 'License');\r
+     you may not use this file except in compliance with the License.\r
+     You may obtain a copy of the License at\r
+     http://www.apache.org/licenses/LICENSE-2.0\r
+     Unless required by applicable law or agreed to in writing, software\r
+     distributed under the License is distributed on an 'AS IS' BASIS,\r
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+     See the License for the specific language governing permissions and\r
+     limitations under the License.";\r
+\r
+  revision 2020-08-26 {\r
+    description\r
+      "Model for the Transport SDN Pilot at Telefonica Germany.\r
+       Please view https://github.com/openBackhaul/vlanFd/issues for changes.";\r
+    reference\r
+      "https://github.com/openBackhaul/vlanFd/tree/tsp: Model definition\r
+       https://github.com/openBackhaul/onfCoreIm/tree/tsp: ONF TR-512 Core IM incl. Profile and enhanced Equipment definition";\r
+  }\r
+  revision 2019-08-19 {\r
+    description\r
+      "Model for the Transport SDN Pilot at Telefonica Germany.\r
+       Please view https://github.com/openBackhaul/vlanFd/issues for changes.";\r
+    reference\r
+      "https://github.com/openBackhaul/vlanFd/tree/tsp: Model definition\r
+       https://github.com/openBackhaul/onfCoreIm/tree/tsp: ONF TR-512 Core IM incl. Profile and enhanced Equipment definition";\r
+  }\r
+\r
+  identity LAYER_PROTOCOL_NAME_TYPE_VLAN_LAYER {\r
+    base core-model:LAYER_PROTOCOL_NAME_TYPE;\r
+    description\r
+      "none";\r
+  }\r
+\r
+  augment "/core-model:control-construct/core-model:forwarding-domain" {\r
+    when "derived-from-or-self(./core-model:layer-protocol-name, 'vlan-interface:LAYER_PROTOCOL_NAME_TYPE_VLAN_LAYER')";\r
+    uses vlan-fd-spec;\r
+    description\r
+      "none";\r
+  }\r
+\r
+  /****************************************\r
+   * package notifications\r
+   **************************************/ \r
+\r
+  notification object-creation-notification {\r
+    uses object-creation-notification;\r
+    description\r
+      "none";\r
+  }\r
+\r
+  grouping object-creation-notification {\r
+    leaf counter {\r
+      type int32;\r
+      default "-1";\r
+      config false;\r
+      description\r
+        "Counts object creation notifications.";\r
+    }\r
+    leaf timestamp {\r
+      type yang:date-and-time;\r
+      default "2010-11-20T14:00:00+01:00";\r
+      config false;\r
+      description\r
+        "none";\r
+    }\r
+    leaf object-id-ref {\r
+      type leafref {\r
+        path "/core-model:control-construct/core-model:forwarding-domain/core-model:uuid";\r
+        require-instance false;\r
+      }\r
+      config false;\r
+      description\r
+        "none";\r
+    }\r
+    leaf object-type {\r
+      type string;\r
+      default "Type of created object not specified.";\r
+      config false;\r
+      description\r
+        "none";\r
+    }\r
+    description\r
+      "none";\r
+  }\r
+\r
+  notification object-deletion-notification {\r
+    uses object-deletion-notification;\r
+    description\r
+      "none";\r
+  }\r
+\r
+  grouping object-deletion-notification {\r
+    leaf counter {\r
+      type int32;\r
+      default "-1";\r
+      config false;\r
+      description\r
+        "Counts object deletion notifications.";\r
+    }\r
+    leaf timestamp {\r
+      type yang:date-and-time;\r
+      default "2010-11-20T14:00:00+01:00";\r
+      config false;\r
+      description\r
+        "none";\r
+    }\r
+    leaf object-id-ref {\r
+      type leafref {\r
+        path "/core-model:control-construct/core-model:forwarding-domain/core-model:uuid";\r
+        require-instance false;\r
+      }\r
+      config false;\r
+      description\r
+        "none";\r
+    }\r
+    description\r
+      "none";\r
+  }\r
+\r
+  notification attribute-value-changed-notification {\r
+    uses attribute-value-changed-notification;\r
+    description\r
+      "none";\r
+  }\r
+\r
+  grouping attribute-value-changed-notification {\r
+    leaf counter {\r
+      type int32;\r
+      default "-1";\r
+      config false;\r
+      description\r
+        "Counts attribute value changed notifications.";\r
+    }\r
+    leaf timestamp {\r
+      type yang:date-and-time;\r
+      default "2010-11-20T14:00:00+01:00";\r
+      config false;\r
+      description\r
+        "none";\r
+    }\r
+    leaf object-id-ref {\r
+      type leafref {\r
+        path "/core-model:control-construct/core-model:forwarding-domain/core-model:uuid";\r
+        require-instance false;\r
+      }\r
+      config false;\r
+      description\r
+        "none";\r
+    }\r
+    leaf attribute-name {\r
+      type string;\r
+      default "Attribute name not specified.";\r
+      config false;\r
+      description\r
+        "Name of the attribute that has been changed.";\r
+    }\r
+    leaf new-value {\r
+      type string;\r
+      default "New value not specified.";\r
+      config false;\r
+      description\r
+        "Attribute value converted to a string (xml, json, ...)";\r
+    }\r
+    description\r
+      "To be sent when an attribute has changed and one or more controllers have to update their data.";\r
+  }\r
+\r
+  notification problem-notification {\r
+    uses problem-notification;\r
+    description\r
+      "none";\r
+  }\r
+\r
+  grouping problem-notification {\r
+    leaf counter {\r
+      type int32;\r
+      default "-1";\r
+      config false;\r
+      description\r
+        "Counts problem notifications";\r
+    }\r
+    leaf timestamp {\r
+      type yang:date-and-time;\r
+      default "2010-11-20T14:00:00+01:00";\r
+      config false;\r
+      description\r
+        "none";\r
+    }\r
+    leaf object-id-ref {\r
+      type leafref {\r
+        path "/core-model:control-construct/core-model:forwarding-domain/core-model:uuid";\r
+        require-instance false;\r
+      }\r
+      config false;\r
+      description\r
+        "none";\r
+    }\r
+    leaf problem {\r
+      type string;\r
+      default "Problem name not specified.";\r
+      config false;\r
+      description\r
+        "Name of the problem according to *Capability::supportedAlarmList";\r
+    }\r
+    leaf severity {\r
+      type severity-type;\r
+      default "SEVERITY_TYPE_WARNING";\r
+      config false;\r
+      description\r
+        "Severity of the problem according to *Configuration::problemSeverityList";\r
+    }\r
+    description\r
+      "none";\r
+  }\r
+\r
+  /****************************************\r
+   * grouping statements for object classes\r
+   **************************************/ \r
+  /****************************************\r
+   * package super-classes\r
+   **************************************/ \r
+\r
+  grouping current-problem {\r
+    leaf sequence-number {\r
+      type int16;\r
+      config false;\r
+      description\r
+        "Unique sequence number of the current problem object.";\r
+    }\r
+    leaf timestamp {\r
+      type yang:date-and-time;\r
+      default "2010-11-20T14:00:00+01:00";\r
+      config false;\r
+      description\r
+        "none";\r
+    }\r
+    leaf problem-severity {\r
+      type severity-type;\r
+      default "SEVERITY_TYPE_NOT_YET_DEFINED";\r
+      config false;\r
+      description\r
+        "Severity of the alarm.";\r
+    }\r
+    description\r
+      "none";\r
+  }\r
+\r
+  grouping vlan-fd-spec {\r
+    container vlan-fd-pac {\r
+      uses vlan-fd-pac;\r
+      description\r
+        "none";\r
+    }\r
+    description\r
+      "The set of components associated with a given Bridge. For example, - A TPMR is associated with a single VLAN unaware component. - A Customer VLAN Bridge is associated with a single VLAN aware component. - A Provider Bridge is associated with a single S-VLAN component and zero or more C-VLAN components. Name in ieee802-dot1q-bridge.yang: component.";\r
+  }\r
+\r
+  grouping vlan-fd-pac {\r
+    container vlan-fd-capability {\r
+      config false;\r
+      uses vlan-fd-capability;\r
+      description\r
+        "none";\r
+    }\r
+    container vlan-fd-configuration {\r
+      uses vlan-fd-configuration;\r
+      description\r
+        "none";\r
+    }\r
+    container vlan-fd-status {\r
+      config false;\r
+      uses vlan-fd-status;\r
+      description\r
+        "none";\r
+    }\r
+    container vlan-fd-current-problems {\r
+      config false;\r
+      uses vlan-fd-current-problems;\r
+      description\r
+        "none";\r
+    }\r
+    description\r
+      "none";\r
+  }\r
+\r
+  grouping vlan-fd-capability {\r
+    leaf-list supported-sub-layer-protocol-name-list {\r
+      type sub-layer-protocol-name-type;\r
+      default "SUB_LAYER_PROTOCOL_NAME_TYPE_NOT_YET_DEFINED";\r
+      config false;\r
+      description\r
+        "Lists the supported kinds of Components. ";\r
+    }\r
+    leaf component-id {\r
+      type int32;\r
+      config false;\r
+      description\r
+        "Unique identifier for a particular Bridge component within the system. Name in ieee802-dot1q-bridge.yang: id.";\r
+    }\r
+    leaf extended-filtering-is-avail {\r
+      type boolean;\r
+      default "false";\r
+      config false;\r
+      description\r
+        "true = Component can perform filtering on individual multicast addresses controlled by MMRP (Multiple MAC Registration Protocol). Name in ieee802-dot1q-bridge.yang: extended-filtering.";\r
+    }\r
+    leaf traffic-classes-is-avail {\r
+      type boolean;\r
+      default "false";\r
+      config false;\r
+      description\r
+        "true = Component can map the Priority values into multiple traffic classes (there is more than one traffic class at the device). Name in ieee802-dot1q-bridge.yang: traffic-classes.";\r
+    }\r
+    leaf static-entries-on-individual-ports-is-avail {\r
+      type boolean;\r
+      default "false";\r
+      config false;\r
+      description\r
+        "true = Static entries per port are available. Name in ieee802-dot1q-bridge.yang: static-entry-individual-port.";\r
+    }\r
+    leaf independent-vlan-learning-is-avail {\r
+      type boolean;\r
+      default "false";\r
+      config false;\r
+      description\r
+        "true = Component supports Independent VLAN Learning (IVL). Name in ieee802-dot1q-bridge.yang: ivl-capable.";\r
+    }\r
+    leaf shared-vlan-learning-is-avail {\r
+      type boolean;\r
+      default "false";\r
+      config false;\r
+      description\r
+        "true = Component supports Shared VLAN Learning (SVL). Name in ieee802-dot1q-bridge.yang: svl-capable.";\r
+    }\r
+    leaf hybrid-vlan-learning-is-avail {\r
+      type boolean;\r
+      default "false";\r
+      config false;\r
+      description\r
+        "true = Component supports both Independent and Shared VLAN Learning simultaneously. Name in ieee802-dot1q-bridge.yang: hybrid-capable.";\r
+    }\r
+    leaf configurable-port-vlan-id-tagging-is-avail {\r
+      type boolean;\r
+      default "false";\r
+      config false;\r
+      description\r
+        "true = Component supports setting the egress status (VLAN-tagged or Untagged) on each port. Name in ieee802-dot1q-bridge.yang: configurable-pvid-tagging.";\r
+    }\r
+    leaf multiple-local-bridges-is-avail {\r
+      type boolean;\r
+      default "false";\r
+      config false;\r
+      description\r
+        "true = Can support multiple local Bridges, outside the scope of 802.1Q defined VLANs. Name in ieee802-dot1q-bridge.yang: local-vlan-capable.";\r
+    }\r
+    leaf supported-version {\r
+      type int16;\r
+      default "-1";\r
+      config false;\r
+      description\r
+        "The version number supported. Name in ieee802-dot1q-bridge.yang: version.";\r
+    }\r
+    leaf maximum-number-of-vlan-ids {\r
+      type int16;\r
+      default "-1";\r
+      config false;\r
+      description\r
+        "The maximum number of VLAN IDs supported. Name in ieee802-dot1q-bridge.yang: max-vids.";\r
+    }\r
+    leaf overriding-default-port-vlan-id-is-avail {\r
+      type boolean;\r
+      default "false";\r
+      config false;\r
+      description\r
+        "true = Component supports overridding the default PVID on each port. Name in ieee802-dot1q-bridge.yang: override-default-pvid.";\r
+    }\r
+    leaf protocol-frame-format {\r
+      type protocol-frame-format-type;\r
+      config false;\r
+      description\r
+        "Only effective if (portAndProtocolBasedVlanIsAvail==true). The data-link encapsulation format or the detagged_frame_type in a Protocol Template. Name in ieee802-dot1q-bridge.yang: protocol-template.";\r
+    }\r
+    leaf maximum-number-of-msti {\r
+      type int16;\r
+      default "-1";\r
+      config false;\r
+      description\r
+        "Maximum number of Multiple Spanning Tree Instances (MSTIs) supported within an MST region (i.e., the number of spanning tree instances that can be supported in addition to the CIST), for MST Bridges. For SST Bridges, this parameter may be either omitted or reported as 0.  Name in ieee802-dot1q-bridge.yang: max-msti.";\r
+    }\r
+    leaf admin-shut-down-is-avail {\r
+      type boolean;\r
+      default "false";\r
+      config false;\r
+      description\r
+        "true = Manual switching on and off of the forwarding domain without deleting it (underlying OSI network layers are also not affected) is available.";\r
+    }\r
+    leaf maintenance-timer-range {\r
+      type string;\r
+      default "Range of the maintenance timer not yet defined.";\r
+      config false;\r
+      description\r
+        "Available time periods for maintenance configurations to be described. Concrete values shall be separated by commas (e.g. '10, 60, 360'). Ranges shall be expressed as two values separated by a minus (e.g. '10-360').";\r
+    }\r
+    leaf-list supported-alarm-list {\r
+      type string;\r
+      default "Supported Alarms Not Yet Defined";\r
+      config false;\r
+      description\r
+        "Available alarms to be listed.";\r
+    }\r
+    description\r
+      "none";\r
+  }\r
+\r
+  grouping vlan-fd-configuration {\r
+    leaf fd-name {\r
+      type string;\r
+      default "Forwarding Domain name not yet defined.";\r
+      description\r
+        "The name of the Component. Free text field to be filled by the operator. Name in ieee802-dot1q-bridge.yang: name.";\r
+    }\r
+    leaf fd-is-on {\r
+      type boolean;\r
+      default "false";\r
+      description\r
+        "Only effective if (adminShutDownIsAvail==true). true = Activation of the Component. false = De-activation of the forwarding domain without deleting it (underlying OSI network layers are not affected).";\r
+    }\r
+    leaf sub-layer-protocol-name {\r
+      type sub-layer-protocol-name-type;\r
+      default "SUB_LAYER_PROTOCOL_NAME_TYPE_NOT_YET_DEFINED";\r
+      description\r
+        "The type of Component used to classify a particular Bridge component within a Bridge system comprising multiple components. Name in ieee802-dot1q-bridge.yang: type.\n";\r
+    }\r
+    leaf mac-address {\r
+      type string;\r
+      default "00:00:00:00:00:00";\r
+      description\r
+        "Unique EUI-48 Universally Administered MAC address configured on a Bridge Component. Name in ieee802-dot1q-bridge.yang: address.";\r
+    }\r
+    leaf traffic-classes-is-on {\r
+      type boolean;\r
+      default "false";\r
+      description\r
+        "Only effective if (trafficClassesIsAvail==true). true = Traffic Classes are enabled on this Bridge Component. false = Bridge Component operates with a single priority level for all traffic. Name in ieee802-dot1q-bridge.yang: traffic-class-enabled.";\r
+    }\r
+    list protocol-group-list {\r
+      key "db-index";\r
+      uses protocol-group-type;\r
+      description\r
+        "Only effective if (portAndProtocolBasedVlanIsAvail==true). List of the protocol group database entries. Name in ieee802-dot1q-bridge.yang: protocol-group-database.";\r
+    }\r
+    leaf maintenance-timer {\r
+      type int32;\r
+      units "s";\r
+      default "-1";\r
+      description\r
+        "Time of existence of any maintenance configuration. 0 = maintenance timer is switched off. Valid values are defined in *Capability::maintenanceTimerRange.";\r
+    }\r
+    list problem-kind-severity-list {\r
+      key "problem-kind-name";\r
+      uses problem-kind-severity-type;\r
+      description\r
+        "Severity of each entry of the SupportedAlarmList to be configured.";\r
+    }\r
+    description\r
+      "none";\r
+  }\r
+\r
+  grouping vlan-fd-status {\r
+    leaf mac-address-cur {\r
+      type string;\r
+      default "00:00:00:00:00:00";\r
+      config false;\r
+      description\r
+        "Unique EUI-48 Universally Administered MAC address assigned to a Bridge Component. Name in ieee802-dot1q-bridge.yang: address.";\r
+    }\r
+    leaf number-of-ports-cur {\r
+      type int16;\r
+      default "-1";\r
+      config false;\r
+      description\r
+        "Number of Bridge Ports associated with the Bridge Component. Values between 1 and 4095. Name in ieee802-dot1q-bridge.yang: ports.";\r
+    }\r
+    leaf number-of-static-vlan-registrations-cur {\r
+      type int32;\r
+      default "-1";\r
+      config false;\r
+      description\r
+        "The number of Static VLAN Registration entries currently in the FDB. Name in ieee802-dot1q-bridge.yang: static-vlan-registration-entries.";\r
+    }\r
+    leaf number-of-dynamic-vlan-registrations-cur {\r
+      type int32;\r
+      default "-1";\r
+      config false;\r
+      description\r
+        "The number of Dynamic VLAN Registration entries currently in the FDB. Name in ieee802-dot1q-bridge.yang: static-vlan-registration-entries.";\r
+    }\r
+    leaf fd-status {\r
+      type fd-status-type;\r
+      default "FD_STATUS_TYPE_NOT_YET_DEFINED";\r
+      config false;\r
+      description\r
+        "Operational status of the forwarding domain.";\r
+    }\r
+    description\r
+      "none";\r
+  }\r
+\r
+  grouping vlan-fd-current-problems {\r
+    list current-problem-list {\r
+      key "sequence-number";\r
+      config false;\r
+      uses vlan-fd-current-problem-type;\r
+      description\r
+        "none";\r
+    }\r
+    description\r
+      "none";\r
+  }\r
+\r
+  /****************************************\r
+   * typedef statements\r
+   **************************************/ \r
+\r
+  typedef sub-layer-protocol-name-type {\r
+    type identityref {\r
+      base SUB_LAYER_PROTOCOL_NAME_TYPE;\r
+    }\r
+    description\r
+      "Represents the type of Component. Name in ieee802-dot1q-bridge.yang: type-of-component.";\r
+  }\r
+\r
+  typedef protocol-frame-format-type {\r
+    type identityref {\r
+      base PROTOCOL_FRAME_FORMAT_TYPE;\r
+    }\r
+    description\r
+      "A value representing the frame format to be matched. Name in ieee802-dot1q-bridge.yang: protocol-frame-format-type.";\r
+  }\r
+\r
+  /*********************************************\r
+   * grouping statements for complex data types\r
+   *******************************************/ \r
+\r
+  identity SUB_LAYER_PROTOCOL_NAME_TYPE {\r
+    description\r
+      "none";\r
+  }\r
+\r
+  identity SUB_LAYER_PROTOCOL_NAME_TYPE_C_VLAN_COMPONENT {\r
+    base SUB_LAYER_PROTOCOL_NAME_TYPE;\r
+    description\r
+      "c-vlan-component. Base identity for a C-VLAN component. Name in ieee802-dot1q-bridge.yang: c-vlan-component.";\r
+  }\r
+\r
+  identity SUB_LAYER_PROTOCOL_NAME_TYPE_S_VLAN_COMPONENT {\r
+    base SUB_LAYER_PROTOCOL_NAME_TYPE;\r
+    description\r
+      "s-vlan-component. Base identity for a S-VLAN component. Name in ieee802-dot1q-bridge.yang: s-vlan-component.";\r
+  }\r
+\r
+  identity SUB_LAYER_PROTOCOL_NAME_TYPE_D_BRIDGE_COMPONENT {\r
+    base SUB_LAYER_PROTOCOL_NAME_TYPE;\r
+    description\r
+      "d-bridge-component. Base identity for a VLAN unaware component. Name in ieee802-dot1q-bridge.yang: d-bridge-component.";\r
+  }\r
+\r
+  identity SUB_LAYER_PROTOCOL_NAME_TYPE_EDGE_RELAY_COMPONENT {\r
+    base SUB_LAYER_PROTOCOL_NAME_TYPE;\r
+    description\r
+      "edge-relay-component. Base identity for an EVB station ER component. Name in ieee802-dot1q-bridge.yang: edge-relay-component. ";\r
+  }\r
+\r
+  identity SUB_LAYER_PROTOCOL_NAME_TYPE_NOT_YET_DEFINED {\r
+    base SUB_LAYER_PROTOCOL_NAME_TYPE;\r
+    description\r
+      "none";\r
+  }\r
+\r
+  identity PROTOCOL_FRAME_FORMAT_TYPE {\r
+    description\r
+      "none";\r
+  }\r
+\r
+  identity PROTOCOL_FRAME_FORMAT_TYPE_ETHERNET {\r
+    base PROTOCOL_FRAME_FORMAT_TYPE;\r
+    description\r
+      "Ethernet frame format. Name in ieee802-dot1q-bridge.yang: Ethernet.";\r
+  }\r
+\r
+  identity PROTOCOL_FRAME_FORMAT_TYPE_RFC1042 {\r
+    base PROTOCOL_FRAME_FORMAT_TYPE;\r
+    description\r
+      "RFC 1042 frame format. Name in ieee802-dot1q-bridge.yang: rfc1042.";\r
+  }\r
+\r
+  identity PROTOCOL_FRAME_FORMAT_TYPE_SNAP8021H_ {\r
+    base PROTOCOL_FRAME_FORMAT_TYPE;\r
+    description\r
+      "SNAP 802.1H frame format. Name in ieee802-dot1q-bridge.yang: snap8021H.";\r
+  }\r
+\r
+  identity PROTOCOL_FRAME_FORMAT_TYPE_SNAP_OTHER {\r
+    base PROTOCOL_FRAME_FORMAT_TYPE;\r
+    description\r
+      "Other SNAP frame format. Name in ieee802-dot1q-bridge.yang: snapOther.";\r
+  }\r
+\r
+  identity PROTOCOL_FRAME_FORMAT_TYPE_LLC_OTHER {\r
+    base PROTOCOL_FRAME_FORMAT_TYPE;\r
+    description\r
+      "Other LLC frame format. Name in ieee802-dot1q-bridge.yang: llcOther.";\r
+  }\r
+\r
+  identity PROTOCOL_FRAME_FORMAT_TYPE_NOT_YET_DEFINED {\r
+    base PROTOCOL_FRAME_FORMAT_TYPE;\r
+    description\r
+      "none";\r
+  }\r
+\r
+  identity SEVERITY_TYPE {\r
+    description\r
+      "none";\r
+  }\r
+\r
+  identity SEVERITY_TYPE_NON_ALARMED {\r
+    base SEVERITY_TYPE;\r
+    description\r
+      "none";\r
+  }\r
+\r
+  identity SEVERITY_TYPE_WARNING {\r
+    base SEVERITY_TYPE;\r
+    description\r
+      "none";\r
+  }\r
+\r
+  identity SEVERITY_TYPE_MINOR {\r
+    base SEVERITY_TYPE;\r
+    description\r
+      "none";\r
+  }\r
+\r
+  identity SEVERITY_TYPE_MAJOR {\r
+    base SEVERITY_TYPE;\r
+    description\r
+      "none";\r
+  }\r
+\r
+  identity SEVERITY_TYPE_CRITICAL {\r
+    base SEVERITY_TYPE;\r
+    description\r
+      "none";\r
+  }\r
+\r
+  identity SEVERITY_TYPE_NOT_YET_DEFINED {\r
+    base SEVERITY_TYPE;\r
+    description\r
+      "none";\r
+  }\r
+\r
+  identity FD_STATUS_TYPE {\r
+    description\r
+      "none";\r
+  }\r
+\r
+  identity FD_STATUS_TYPE_UP {\r
+    base FD_STATUS_TYPE;\r
+    description\r
+      "Ready to pass packets.";\r
+  }\r
+\r
+  identity FD_STATUS_TYPE_DOWN {\r
+    base FD_STATUS_TYPE;\r
+    description\r
+      "The interface does not pass any packets.";\r
+  }\r
+\r
+  identity FD_STATUS_TYPE_TESTING {\r
+    base FD_STATUS_TYPE;\r
+    description\r
+      "In some test mode.  No operational packets can be passed.";\r
+  }\r
+\r
+  identity FD_STATUS_TYPE_UNKNOWN {\r
+    base FD_STATUS_TYPE;\r
+    description\r
+      "Status cannot be determined for some reason.";\r
+  }\r
+\r
+  identity FD_STATUS_TYPE_DORMANT {\r
+    base FD_STATUS_TYPE;\r
+    description\r
+      "Waiting for some external event.";\r
+  }\r
+\r
+  identity FD_STATUS_TYPE_NOT_PRESENT {\r
+    base FD_STATUS_TYPE;\r
+    description\r
+      "Some component (typically hardware) is missing.";\r
+  }\r
+\r
+  identity FD_STATUS_TYPE_LOWER_LAYER_DOWN {\r
+    base FD_STATUS_TYPE;\r
+    description\r
+      "Down due to state of lower-layer interface(s).";\r
+  }\r
+\r
+  identity FD_STATUS_TYPE_ADMIN_DOWN {\r
+    base FD_STATUS_TYPE;\r
+    description\r
+      "Down due to configuration.";\r
+  }\r
+\r
+  identity FD_STATUS_TYPE_NOT_YET_DEFINED {\r
+    base FD_STATUS_TYPE;\r
+    description\r
+      "none";\r
+  }\r
+\r
+  /****************************************\r
+   * package super-types\r
+   **************************************/ \r
+\r
+  typedef severity-type {\r
+    type identityref {\r
+      base SEVERITY_TYPE;\r
+    }\r
+    description\r
+      "none";\r
+  }\r
+\r
+  typedef fd-status-type {\r
+    type identityref {\r
+      base FD_STATUS_TYPE;\r
+    }\r
+    description\r
+      "Current Status of the Forwarding Domain";\r
+  }\r
+\r
+  grouping problem-kind-severity-type {\r
+    leaf problem-kind-name {\r
+      type string;\r
+      description\r
+        "Name of the alarm according to SupportedAlarmList";\r
+    }\r
+    leaf problem-kind-severity {\r
+      type severity-type;\r
+      default "SEVERITY_TYPE_NOT_YET_DEFINED";\r
+      description\r
+        "Severity of this type of alarm.";\r
+    }\r
+    description\r
+      "none";\r
+  }\r
+\r
+  grouping protocol-group-type {\r
+    leaf db-index {\r
+      type uint16;\r
+      description\r
+        "The protocol group database index. Name in ieee802-dot1q-bridge.yang: db-index.";\r
+    }\r
+    leaf protocol-group-id {\r
+      type int32;\r
+      default "-1";\r
+      description\r
+        "Designates a group of protocols in the Protocol Group Database. Name in ieee802-dot1q-bridge.yang: group-id.";\r
+    }\r
+    leaf protocol-frame-format {\r
+      type protocol-frame-format-type;\r
+      default "PROTOCOL_FRAME_FORMAT_TYPE_NOT_YET_DEFINED";\r
+      description\r
+        "The data-link encapsulation format or the detagged_frame_type in a Protocol Template. Name in ieee802-dot1q-bridge.yang: frame-format-type.";\r
+    }\r
+    leaf ethertype {\r
+      type string;\r
+      default "Ethertype not yet defined.";\r
+      description\r
+        "ethertype. Only relevant if (protocolFrameFormat==ETHERNET) OR (protocolFrameFormat==RFC1042) OR (protocolFrameFormat==SNAP8021H). Format containing the 16-bit IEEE 802 EtherType field. The EtherType value represented in the canonical order defined by IEEE 802. The canonical representation is using uppercase characters. Pattern '[0-9a-fA-F]{2}-[0-9a-fA-F]{2}'. Name in ieee802-dot1q-bridge.yang: ethertype.";\r
+    }\r
+    leaf protocol-id {\r
+      type string;\r
+      default "Protocol ID not yet defined.";\r
+      description\r
+        "Only effective if (protocolFrameFormat==SNAP_OTHER). Format containing the 40-bit protocol identifier (PID). The canonical representation is using uppercase characters. Pattern '[0-9a-fA-F]{2}(-[0-9a-fA-F]{2}){4}'. Name in ieee802-dot1q-bridge.yang: protocol-id.";\r
+    }\r
+    leaf-list llc-address {\r
+      type string;\r
+      default "LLC Address not yet defined.";\r
+      description\r
+        "Only effective if (protocolFrameFormat==LLC_OTHER). A pair of ISO/IEC 8802-2 DSAP and SSAP address field values, for matching frame formats of LLC_Other. The canonical representation is using uppercase characters. Pattern '[0-9a-fA-F]{2}-[0-9a-fA-F]{2}'. Name in ieee802-dot1q-bridge.yang: llc-address.";\r
+    }\r
+    description\r
+      "none";\r
+  }\r
+\r
+  grouping vlan-fd-current-problem-type {\r
+    leaf problem-name {\r
+      type string;\r
+      default "Problem name not specified.";\r
+      config false;\r
+      description\r
+        "Name of the alarm according to SupportedAlarmList";\r
+    }\r
+    uses current-problem;\r
+    description\r
+      "none";\r
+  }\r
+}\r