Advertisement
Guest User

Untitled

a guest
Jun 27th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.19 KB | None | 0 0
  1. {
  2. "ports" : {
  3. "of:0000000000000001/5" : {
  4. "interfaces" : [
  5. {
  6. "ips" : [ "10.0.1.254/24" ]
  7. }
  8. ]
  9. },
  10. "of:0000000000000001/7" : {
  11. "interfaces" : [
  12. {
  13. "ips" : [ "10.0.1.254/24" ]
  14. }
  15. ]
  16. },
  17. "of:0000000000000002/5" : {
  18. "interfaces" : [
  19. {
  20. "ips" : [ "10.0.2.254/24" ]
  21. }
  22. ]
  23. },
  24. "of:0000000000000002/32" : {
  25. "interfaces" : [
  26. {
  27. "name" : "internet-router",
  28. "ips" : [ "10.231.254.202/30" ],
  29. "mac" : "00:16:3e:4b:5a:04"
  30. }
  31. ],
  32. "pimInterface" : {
  33. "interfaceName" : "internet-router",
  34. "enabled" : true,
  35. "helloInterval" : 1,
  36. "holdTime" : 3,
  37. "propagationDelay" : 500,
  38. "overrideInterval" : 2500
  39. }
  40. }
  41. },
  42. "devices" : {
  43. "of:0000000000000001" : {
  44. "segmentrouting" : {
  45. "name" : "Leaf-R1",
  46. "nodeSid" : 101,
  47. "routerIp" : "10.0.1.254",
  48. "routerMac" : "00:00:00:00:01:80",
  49. "isEdgeRouter" : true,
  50. "adjacencySids" : []
  51. }
  52. },
  53. "of:0000000000000002" : {
  54. "segmentrouting" : {
  55. "name" : "Leaf-R2",
  56. "nodeSid" : 102,
  57. "routerIp" : "10.0.2.254",
  58. "routerMac" : "00:00:00:00:02:80",
  59. "isEdgeRouter" : true,
  60. "adjacencySids" : []
  61. }
  62. },
  63. "of:0000000000000191" : {
  64. "segmentrouting" : {
  65. "name" : "Spine-R1",
  66. "nodeSid" : 103,
  67. "routerIp" : "192.168.0.11",
  68. "routerMac" : "00:00:01:00:11:80",
  69. "isEdgeRouter" : false,
  70. "adjacencySids" : []
  71. }
  72. },
  73. "of:0000000000000192" : {
  74. "segmentrouting" : {
  75. "name" : "Spine-R2",
  76. "nodeSid" : 104,
  77. "routerIp" : "192.168.0.22",
  78. "routerMac" : "00:00:01:00:22:80",
  79. "isEdgeRouter" : false,
  80. "adjacencySids" : []
  81. }
  82. }
  83. },
  84. "links" : {
  85. "of:0000000000000001/1-of:0000000000000191/1" : {
  86. "basic" : {}
  87. },
  88. "of:0000000000000001/3-of:0000000000000192/1" : {
  89. "basic" : {}
  90. },
  91. "of:0000000000000002/1-of:0000000000000191/3" : {
  92. "basic" : {}
  93. },
  94. "of:0000000000000002/3-of:0000000000000192/3" : {
  95. "basic" : {}
  96. },
  97. "of:0000000000000191/1-of:0000000000000001/1" : {
  98. "basic" : {}
  99. },
  100. "of:0000000000000192/1-of:0000000000000001/3" : {
  101. "basic" : {}
  102. },
  103. "of:0000000000000191/3-of:0000000000000002/1" : {
  104. "basic" : {}
  105. },
  106. "of:0000000000000192/3-of:0000000000000002/3" : {
  107. "basic" : {}
  108. }
  109. },
  110. "apps" : {
  111. "org.onosproject.core" : {
  112. "core" : {
  113. "linkDiscoveryMode" : "STRICT"
  114. },
  115. "multicast": {
  116. "ingressVlan": "None",
  117. "egressVlan": "None"
  118. }
  119. },
  120. "org.onosproject.segmentrouting" : {
  121. "segmentrouting" : {
  122. "vRouterMacs" : [
  123. "a4:23:05:34:56:78", "a4:23:05:34:56:79"
  124. ],
  125. "vRouterId" : "of:0000000000000002",
  126. "suppressSubnet" : [
  127. "of:0000000000000002/31", "of:0000000000000002/32"
  128. ],
  129. "suppressHostByProvider" : [
  130. "org.onosproject.provider.host"
  131. ],
  132. "suppressHostByPort" : [
  133. "of:0000000000000002/31", "of:0000000000000002/32"
  134. ]
  135. }
  136. },
  137. "org.onosproject.router" : {
  138. "router" : {
  139. "controlPlaneConnectPoint" : "of:0000000000000002/31",
  140. "ospfEnabled" : "true",
  141. "pimEnabled" : "true",
  142. "interfaces" : [ "internet-router" ]
  143. }
  144. }
  145. }
  146. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement