Luca Prete

Updating SDN-IP tutorial config files

Change-Id: I98a2dcd0ed6a4a97ca2ac29a9b592e2f0c714ba8
{
"addresses" : [
{
"dpid" : "00:00:00:00:00:00:00:a1",
"port" : "1",
"ips" : ["2001:1::101/48"],
"mac" : "00:00:00:00:00:01"
},
{
"dpid" : "00:00:00:00:00:00:00:a2",
"port" : "1",
"ips" : ["2001:2::101/48"],
"mac" : "00:00:00:00:00:01"
},
{
"dpid" : "00:00:00:00:00:00:00:a5",
"port" : "1",
"ips" : ["2001:3::101/48"],
"mac" : "00:00:00:00:00:01"
},
{
"dpid" : "00:00:00:00:00:00:00:a6",
"port" : "1",
"ips" : ["2001:4::101/48"],
"mac" : "00:00:00:00:00:01"
}
]
}
{
"ports" : {
"of:00000000000000a1/1" : {
"interfaces" : [
{
"name" : "sw1-1",
"ips" : [ "2001:1::101/48" ],
"mac" : "00:00:00:00:00:01"
}
]
},
"of:00000000000000a2/1" : {
"interfaces" : [
{
"name" : "sw2-1",
"ips" : [ "2001:2::101/48" ],
"mac" : "00:00:00:00:00:01"
}
]
},
"of:00000000000000a5/1" : {
"interfaces" : [
{
"name" : "sw5-1",
"ips" : [ "2001:3::101/48" ],
"mac" : "00:00:00:00:00:01"
}
]
},
"of:00000000000000a6/1" : {
"interfaces" : [
{
"name" : "sw6-1",
"ips" : [ "2001:4::101/48" ],
"mac" : "00:00:00:00:00:01"
}
]
}
},
"apps" : {
"org.onosproject.router" : {
"bgp" : {
"bgpSpeakers" : [
{
"name" : "speaker1",
"connectPoint" : "of:00000000000000a3/1",
"peers" : [
"2001:1::1",
"2001:2::1",
"2001:3::1",
"2001:4::1"
]
}
]
}
}
}
}
\ No newline at end of file
{
"bgpPeers" : [
{
"attachmentDpid" : "00:00:00:00:00:00:00:a1",
"attachmentPort" : "1",
"ipAddress" : "2001:1::1"
},
{
"attachmentDpid" : "00:00:00:00:00:00:00:a2",
"attachmentPort" : "1",
"ipAddress" : "2001:2::1"
},
{
"attachmentDpid" : "00:00:00:00:00:00:00:a5",
"attachmentPort" : "1",
"ipAddress" : "2001:3::1"
},
{
"attachmentDpid" : "00:00:00:00:00:00:00:a6",
"attachmentPort" : "1",
"ipAddress" : "2001:4::1"
}
],
"bgpSpeakers" : [
{
"name" : "bgp",
"attachmentDpid" : "00:00:00:00:00:00:00:a3",
"attachmentPort" : "1",
"macAddress" : "00:00:00:00:00:01",
"interfaceAddresses" : [
{
"interfaceDpid" : "00:00:00:00:00:00:00:a1",
"interfacePort" : "1",
"ipAddress" : "2001:1::101"
},
{
"interfaceDpid" : "00:00:00:00:00:00:00:a2",
"interfacePort" : "1",
"ipAddress" : "2001:2::101"
},
{
"interfaceDpid" : "00:00:00:00:00:00:00:a5",
"interfacePort" : "1",
"ipAddress" : "2001:3::101"
},
{
"interfaceDpid" : "00:00:00:00:00:00:00:a6",
"interfacePort" : "1",
"ipAddress" : "2001:4::101"
}
]
}
]
}
{
"addresses" : [
{
"dpid" : "00:00:00:00:00:00:00:a1",
"port" : "1",
"ips" : ["10.0.1.101/24"],
"mac" : "00:00:00:00:00:01"
},
{
"dpid" : "00:00:00:00:00:00:00:a2",
"port" : "1",
"ips" : ["10.0.2.101/24"],
"mac" : "00:00:00:00:00:01"
},
{
"dpid" : "00:00:00:00:00:00:00:a5",
"port" : "1",
"ips" : ["10.0.3.101/24"],
"mac" : "00:00:00:00:00:01"
},
{
"dpid" : "00:00:00:00:00:00:00:a6",
"port" : "1",
"ips" : ["10.0.4.101/24"],
"mac" : "00:00:00:00:00:01"
}
]
}
{
"ports" : {
"of:00000000000000a1/1" : {
"interfaces" : [
{
"name" : "sw1-1",
"ips" : [ "10.0.1.101/24" ],
"mac" : "00:00:00:00:00:01"
}
]
},
"of:00000000000000a2/1" : {
"interfaces" : [
{
"name" : "sw2-1",
"ips" : [ "10.0.2.101/24" ],
"mac" : "00:00:00:00:00:01"
}
]
},
"of:00000000000000a5/1" : {
"interfaces" : [
{
"name" : "sw5-1",
"ips" : [ "10.0.3.101/24" ],
"mac" : "00:00:00:00:00:01"
}
]
},
"of:00000000000000a6/1" : {
"interfaces" : [
{
"name" : "sw6-1",
"ips" : [ "10.0.4.101/24" ],
"mac" : "00:00:00:00:00:01"
}
]
}
},
"apps" : {
"org.onosproject.router" : {
"bgp" : {
"bgpSpeakers" : [
{
"name" : "speaker1",
"connectPoint" : "of:00000000000000a3/1",
"peers" : [
"10.0.1.1",
"10.0.2.1",
"10.0.3.1",
"10.0.4.1"
]
}
]
}
}
}
}
\ No newline at end of file
{
"bgpPeers" : [
{
"attachmentDpid" : "00:00:00:00:00:00:00:a1",
"attachmentPort" : "1",
"ipAddress" : "10.0.1.1"
},
{
"attachmentDpid" : "00:00:00:00:00:00:00:a2",
"attachmentPort" : "1",
"ipAddress" : "10.0.2.1"
},
{
"attachmentDpid" : "00:00:00:00:00:00:00:a5",
"attachmentPort" : "1",
"ipAddress" : "10.0.3.1"
},
{
"attachmentDpid" : "00:00:00:00:00:00:00:a6",
"attachmentPort" : "1",
"ipAddress" : "10.0.4.1"
}
],
"bgpSpeakers" : [
{
"name" : "bgp",
"attachmentDpid" : "00:00:00:00:00:00:00:a3",
"attachmentPort" : "1",
"macAddress" : "00:00:00:00:00:01",
"interfaceAddresses" : [
{
"interfaceDpid" : "00:00:00:00:00:00:00:a1",
"interfacePort" : "1",
"ipAddress" : "10.0.1.101"
},
{
"interfaceDpid" : "00:00:00:00:00:00:00:a2",
"interfacePort" : "1",
"ipAddress" : "10.0.2.101"
},
{
"interfaceDpid" : "00:00:00:00:00:00:00:a5",
"interfacePort" : "1",
"ipAddress" : "10.0.3.101"
},
{
"interfaceDpid" : "00:00:00:00:00:00:00:a6",
"interfacePort" : "1",
"ipAddress" : "10.0.4.101"
}
]
}
]
}