blob: 833f2c972b6c85bd80fabb8705fbe82f23fbe2ea [file] [log] [blame]
Jonghwan Hyun3731d6a2017-10-19 11:59:31 -07001{
2 "ports" : {
3 "of:0000000000000001/1" : {
4 "interfaces" : [
5 {
6 "ips" : [ "10.0.1.254/24" ],
7 "vlan-tagged": [10],
8 "vlan-native": 20
9 }
10 ]
11 },
12 "of:0000000000000001/2" : {
13 "interfaces" : [
14 {
15 "ips" : [ "10.0.1.254/24" ],
16 "vlan-tagged": [10],
17 "vlan-native": 20
18 }
19 ]
20 }
21 },
22 "devices" : {
23 "of:0000000000000001" : {
24 "segmentrouting" : {
25 "ipv4NodeSid" : 1,
26 "ipv4Loopback" : "192.168.0.1",
27 "routerMac" : "00:00:00:00:00:01",
28 "isEdgeRouter" : true,
29 "adjacencySids" : []
30 },
31 "basic" : {
32 "driver" : "ofdpa-ovs"
33 }
34 }
35 }
36}