add network config for fabric
Change-Id: I7d4a3481d9b829fc7cbb379792bc238a120cabc1
diff --git a/mcord/network-cfg.json b/mcord/network-cfg.json
new file mode 100644
index 0000000..e215517
--- /dev/null
+++ b/mcord/network-cfg.json
@@ -0,0 +1,75 @@
+{
+ "devices": {
+ "of:0000480fcfae5d48": {
+ "segmentrouting": {
+ "name": "oneswitch",
+ "nodeSid": 100,
+ "routerIp": "10.6.0.18",
+ "routerMac": "48:0f:cf:ae:5d:48",
+ "isEdgeRouter": false,
+ "adjacencySids": []
+ },
+ "basic" : {
+ "driver" : "ofdpa3"
+ }
+ }
+ },
+ "hosts": {
+ "00:1e:67:d2:c9:8a/-1" : {
+ "basic": {
+ "ips": ["10.6.1.2"],
+ "location": "of:0000480fcfae5d48/41"
+ }
+ },
+ "1c:1b:0d:60:ed:38/-1" : {
+ "basic": {
+ "ips": ["10.6.1.6"],
+ "location": "of:0000480fcfae5d48/42"
+ }
+ },
+ "00:1e:67:d2:ef:17/-1" : {
+ "basic": {
+ "ips": ["10.6.1.3"],
+ "location": "of:0000480fcfae5d48/43"
+ }
+ },
+ "00:1e:67:d2:ce:52/-1" : {
+ "basic": {
+ "ips": ["10.6.1.5"],
+ "location": "of:0000480fcfae5d48/44"
+ }
+ }
+ },
+ "ports": {
+ "of:0000480fcfae5d48/41" : {
+ "interfaces" : [
+ {
+ "ips" : [ "10.6.1.254/24" ]
+ }
+ ]
+ },
+ "of:0000480fcfae5d48/42" : {
+ "interfaces" : [
+ {
+ "ips" : [ "10.6.1.254/24" ]
+ }
+ ]
+ },
+ "of:0000480fcfae5d48/43" : {
+ "interfaces" : [
+ {
+ "ips" : [ "10.6.1.254/24" ]
+ }
+ ]
+ },
+ "of:0000480fcfae5d48/44" : {
+ "interfaces" : [
+ {
+ "ips" : [ "10.6.1.254/24" ]
+ }
+ ]
+ },
+ },
+ "links": {},
+ "apps": {}
+}