Docker compose bbsim system test includes radius
Useful for testing AAA/EAPoL with BBSIM
Change-Id: I81030b0615d8e544877f1084d49b105c6689e79e
diff --git a/compose/network-cfg-bbsim.json b/compose/network-cfg-bbsim.json
index 8e0baf3..fe21d4e 100644
--- a/compose/network-cfg-bbsim.json
+++ b/compose/network-cfg-bbsim.json
@@ -1,6 +1,6 @@
{
"devices" : {
- "of:000000000a000001" : {
+ "of:00000000ac110001" : {
"accessDevice" : {
"uplink" : "65536",
"vlan" : "1"
@@ -18,12 +18,11 @@
},
"org.opencord.aaa" : {
"AAA" : {
- "radiusIp" : "172.16.0.1",
- "radiusServerPort" : "1645",
- "radiusSecret" : "secret",
- "nasIp" : "172.16.0.10",
- "radiusConnectionType" : "socket",
- "packetCustomizer" : "att"
+ "radiusIp" : "172.17.0.1",
+ "radiusServerPort" : "1812",
+ "radiusSecret" : "SECRET",
+ "nasIp" : "172.17.0.1",
+ "radiusConnectionType" : "socket"
}
},
"org.opencord.sadis" : {
@@ -38,23 +37,23 @@
"entries" : [ {
"id" : "BBSIMOLT000",
"uplinkPort" : 65536,
- "hardwareIdentifier" : "00:00:0a:00:00:01",
- "ipAddress" : "10.0.0.1",
- "nasId" : "ATLEDGEVOLT1"
+ "hardwareIdentifier" : "00:00:ac:11:00:01",
+ "ipAddress" : "172.17.0.1",
+ "nasId" : "BBSIMOLT000"
}, {
"id" : "BBSM00000001-1",
"cTag" : 900,
"sTag" : 900,
"nasPortId" : "BBSM00000001-1",
"circuitId" : "BBSM00000001-1",
- "remoteId" : "ATLEDGEVOLT1-RID"
+ "remoteId" : "BBSIMOLT000"
}, {
"id" : "BBSM00000002-1",
"cTag" : 901,
"sTag" : 901,
"nasPortId" : "BBSM00000002-1",
"circuitId" : "BBSM00000002-1",
- "remoteId" : "ATLEDGEVOLT1-RID"
+ "remoteId" : "BBSIMOLT000"
}]
}
}