aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/apps/config/src/main/resources/addresses.json
blob: a88ed62a376103296cbac4741408c5482ed8dfe9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
    "addresses" : [
	{
	    "dpid" : "00:00:00:00:00:00:00:a3",
	    "port" : "1",
	    "ips" : ["192.168.10.101/24"],
	    "mac" : "00:00:00:00:00:01",
	    "vlan" : "1"
	},
	{
	    "dpid" : "00:00:00:00:00:00:00:a5",
	    "port" : "1",
	    "ips" : ["192.168.20.101/24"],
	    "mac" : "00:00:00:00:00:01",
	    "vlan" : "2"
	},
	{
	    "dpid" : "00:00:00:00:00:00:00:a2",
	    "port" : "1",
	    "ips" : ["192.168.30.101/24"],
	    "mac" : "00:00:00:00:00:01"
	},
	{
	    "dpid" : "00:00:00:00:00:00:00:a6",
	    "port" : "1",
	    "ips" : ["192.168.40.101/24"],
	    "mac" : "00:00:00:00:00:01"
	},
	{
	    "dpid" : "00:00:00:00:00:00:00:a4",
	    "port" : "4",
	    "ips" : ["192.168.60.101/24"],
	    "mac" : "00:00:00:00:00:01"
	}
    ]
}