blob: bf6fa1a7c249b7fe81667a31d7bdc369ec24811b [file] [log] [blame]
{
"ports" : {
"of:00000000000000a8/5" : {
"interfaces" : [
{
"name": "sw8-5",
"ips" : [ "10.0.5.101/24" ],
"mac" : "00:00:00:00:00:01"
}
]
},
"of:0000000000000a32/4" : {
"interfaces" : [
{
"name" : "sw32-4",
"ips" : [ "10.0.4.101/24" ],
"mac" : "00:00:00:00:00:01"
}
]
},
"of:0000000000000a28/3" : {
"interfaces" : [
{
"name" : "sw28-3",
"ips" : [ "10.0.6.101/24" ],
"mac" : "00:00:00:00:00:01"
}
]
},
"of:00000000000000a5/5" : {
"interfaces" : [
{
"name" : "sw5-5",
"ips" : [ "10.0.20.101/24" ],
"mac" : "00:00:00:00:00:03",
"vlan" : "10"
}
]
},
"of:00000000000000a5/4" : {
"interfaces" : [
{
"name" : "sw5-4",
"ips" : [ "10.0.9.101/24" ],
"mac" : "00:00:00:00:00:03",
"vlan" : "10"
}
]
},
"of:00000000000000a7/3" : {
"interfaces" : [
{
"name" : "sw7-3",
"ips" : [ "10.0.7.101/24" ],
"mac" : "00:00:00:00:00:02",
"vlan" : "20"
}
]
},
"of:00000000000000a9/3" : {
"interfaces" : [
{
"name" : "sw9-3",
"ips" : [ "10.0.8.101/24" ],
"mac" : "00:00:00:00:00:02",
"vlan" : "20"
}
]
}
},
"apps" : {
"org.onosproject.router" : {
"bgp" : {
"bgpSpeakers" : [
{
"name": "bgpSpeaker1",
"connectPoint" : "of:0000000000000a24/1",
"peers" : [
"10.0.4.1",
"10.0.5.1",
"10.0.6.1"
]
},
{
"name": "bgpSpeaker2",
"vlan": "20",
"connectPoint" : "of:0000000000000a24/2",
"peers" : [
"10.0.7.1",
"10.0.8.1"
]
},
{
"name": "bgpSpeaker3",
"vlan": "10",
"connectPoint" : "of:0000000000000a24/3",
"peers" : [
"10.0.9.1",
"10.0.20.1"
]
}
]
}
}
}
}