Andrea Campanella | fa8bf1f | 2018-11-26 11:57:45 -0800 | [diff] [blame] | 1 | { |
2 | "devices" : { | ||||
3 | "netconf:127.0.0.1:11002" : { | ||||
4 | "basic" : { | ||||
5 | "driver":"infinera-xt3300" | ||||
6 | }, | ||||
7 | "netconf" : { | ||||
8 | "ip" : "127.0.0.1", | ||||
9 | "port" : "11002", | ||||
10 | "username" : "admin", | ||||
11 | "password" : "admin" | ||||
12 | } | ||||
13 | }, | ||||
14 | "netconf:127.0.0.1:11003" : { | ||||
15 | "basic" : { | ||||
16 | "driver":"infinera-xt3300" | ||||
17 | }, | ||||
18 | "netconf" : { | ||||
19 | "ip" : "127.0.0.1", | ||||
20 | "port" : "11003", | ||||
21 | "username" : "admin", | ||||
22 | "password" : "admin" | ||||
23 | } | ||||
24 | } | ||||
25 | } | ||||
26 | } |