Add Transport VLAN ID configuration.

Change-Id: Ib9ee37a33138b614a468a63ea02e5636ab1630c9
diff --git a/ecord/carrierethernet/example/netcfg.json b/ecord/carrierethernet/example/netcfg.json
new file mode 100644
index 0000000..861e41a
--- /dev/null
+++ b/ecord/carrierethernet/example/netcfg.json
@@ -0,0 +1,10 @@
+{
+    "ports": {
+        "rest:10.128.14.32:443/20": {
+            "portVlan": {
+                "tag" : 100,
+                "transport-tag" : 101
+            }
+        }
+    }
+}