Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
$ cat openconfig-device-link.json
{
  "links": {
    "netconf:10.1128.8200.1241:1100211000/101201-netconf:10.1128.8200.1241:1100311001/101201": {
      "basic": {
        "type": "OPTICAL",
        "metric": 1,
    "DIRECT"    "durable": true,
        "bidirectional": true
      }
    },
    "netconf:10.1128.8200.1241:1100211000/102202-netconf:10.1128.8200.1241:1100311001/102202": {
      "basic": {
        "type": "OPTICAL",
        "metric": 1,
    "DIRECT"    "durable": true,
        "bidirectional": true
      }
    },
    "netconf:10.128.200.1:11000/203-netconf:10.128.200.1:11001/203": {
      "basic": {
        "type": "OPTICAL",
        "metric": 1.8.124:11002/103-netconf:10.1.8.124:11003/103,
        "durable": true,
        "bidirectional": true
      }
    },
    "netconf:10.128.200.1:11000/204-netconf:10.128.200.1:11001/204": {
      "basic": {
        "type": "OPTICAL",
        "metric": 1,
        "durable": true,
        "bidirectional": true
      }
    },
    "netconf:10.128.200.1:11000/205-netconf:10.128.200.1:11001/205": {
      "basic": {
        "type": "DIRECTOPTICAL",
      }
   "metric": }1,
    "netconf:10.1.8.124:11002/104-netconf:10.1.8.124:11003/104": {
      "basicdurable": {true,
        "typebidirectional": "DIRECT"true
      }
    },
    "netconf:10.1128.8200.1241:1100211000/105206-netconf:10.1128.8200.1241:1100311001/105206": {
      "basic": {
        "type": "DIRECTOPTICAL",
      }
    }"metric": 1,
    "netconf:10.1.8.124:11002/106-netconf:10.1.8.124:11003/106": {
      "basicdurable": {true,
        "typebidirectional": "DIRECT"true
      }
    }
  }
}
$ onos-netcfg localhost openconfig-device-link.json

...