ipam.json 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329
  1. [
  2. {
  3. "model": "ipam.rir",
  4. "pk": 1,
  5. "fields": {
  6. "name": "RFC1918",
  7. "slug": "rfc1918"
  8. }
  9. },
  10. {
  11. "model": "ipam.aggregate",
  12. "pk": 1,
  13. "fields": {
  14. "created": "2016-06-23",
  15. "last_updated": "2016-06-23T03:19:56.521Z",
  16. "family": 4,
  17. "prefix": "10.0.0.0/8",
  18. "rir": 1,
  19. "date_added": null,
  20. "description": ""
  21. }
  22. },
  23. {
  24. "model": "ipam.role",
  25. "pk": 1,
  26. "fields": {
  27. "name": "Lab Network",
  28. "slug": "lab-network",
  29. "weight": 1000
  30. }
  31. },
  32. {
  33. "model": "ipam.prefix",
  34. "pk": 1,
  35. "fields": {
  36. "created": "2016-06-23",
  37. "last_updated": "2016-06-23T03:19:56.521Z",
  38. "family": 4,
  39. "prefix": "10.1.1.0/24",
  40. "site": 1,
  41. "vrf": null,
  42. "vlan": null,
  43. "status": "active",
  44. "role": 1,
  45. "description": ""
  46. }
  47. },
  48. {
  49. "model": "ipam.prefix",
  50. "pk": 2,
  51. "fields": {
  52. "created": "2016-06-23",
  53. "last_updated": "2016-06-23T03:19:56.521Z",
  54. "family": 4,
  55. "prefix": "10.0.255.0/24",
  56. "site": 1,
  57. "vrf": null,
  58. "vlan": null,
  59. "status": "active",
  60. "role": 1,
  61. "description": ""
  62. }
  63. },
  64. {
  65. "model": "ipam.ipaddress",
  66. "pk": 1,
  67. "fields": {
  68. "created": "2016-06-23",
  69. "last_updated": "2016-06-23T03:19:56.521Z",
  70. "family": 4,
  71. "address": "10.0.255.1/32",
  72. "vrf": null,
  73. "interface_id": 3,
  74. "nat_inside": null,
  75. "description": ""
  76. }
  77. },
  78. {
  79. "model": "ipam.ipaddress",
  80. "pk": 2,
  81. "fields": {
  82. "created": "2016-06-23",
  83. "last_updated": "2016-06-23T03:19:56.521Z",
  84. "family": 4,
  85. "address": "169.254.254.1/31",
  86. "vrf": null,
  87. "interface_id": 4,
  88. "nat_inside": null,
  89. "description": ""
  90. }
  91. },
  92. {
  93. "model": "ipam.ipaddress",
  94. "pk": 3,
  95. "fields": {
  96. "created": "2016-06-23",
  97. "last_updated": "2016-06-23T03:19:56.521Z",
  98. "family": 4,
  99. "address": "10.0.255.2/32",
  100. "vrf": null,
  101. "interface_id": 185,
  102. "nat_inside": null,
  103. "description": ""
  104. }
  105. },
  106. {
  107. "model": "ipam.ipaddress",
  108. "pk": 4,
  109. "fields": {
  110. "created": "2016-06-23",
  111. "last_updated": "2016-06-23T03:19:56.521Z",
  112. "family": 4,
  113. "address": "169.254.1.1/31",
  114. "vrf": null,
  115. "interface_id": 213,
  116. "nat_inside": null,
  117. "description": ""
  118. }
  119. },
  120. {
  121. "model": "ipam.ipaddress",
  122. "pk": 5,
  123. "fields": {
  124. "created": "2016-06-23",
  125. "last_updated": "2016-06-23T03:19:56.521Z",
  126. "family": 4,
  127. "address": "10.0.254.1/24",
  128. "vrf": null,
  129. "interface_id": 12,
  130. "nat_inside": null,
  131. "description": ""
  132. }
  133. },
  134. {
  135. "model": "ipam.ipaddress",
  136. "pk": 8,
  137. "fields": {
  138. "created": "2016-06-23",
  139. "last_updated": "2016-06-23T03:19:56.521Z",
  140. "family": 4,
  141. "address": "10.15.21.1/31",
  142. "vrf": null,
  143. "interface_id": 218,
  144. "nat_inside": null,
  145. "description": ""
  146. }
  147. },
  148. {
  149. "model": "ipam.ipaddress",
  150. "pk": 9,
  151. "fields": {
  152. "created": "2016-06-23",
  153. "last_updated": "2016-06-23T03:19:56.521Z",
  154. "family": 4,
  155. "address": "10.15.21.2/31",
  156. "vrf": null,
  157. "interface_id": 9,
  158. "nat_inside": null,
  159. "description": ""
  160. }
  161. },
  162. {
  163. "model": "ipam.ipaddress",
  164. "pk": 10,
  165. "fields": {
  166. "created": "2016-06-23",
  167. "last_updated": "2016-06-23T03:19:56.521Z",
  168. "family": 4,
  169. "address": "10.15.22.1/31",
  170. "vrf": null,
  171. "interface_id": 8,
  172. "nat_inside": null,
  173. "description": ""
  174. }
  175. },
  176. {
  177. "model": "ipam.ipaddress",
  178. "pk": 11,
  179. "fields": {
  180. "created": "2016-06-23",
  181. "last_updated": "2016-06-23T03:19:56.521Z",
  182. "family": 4,
  183. "address": "10.15.20.1/31",
  184. "vrf": null,
  185. "interface_id": 7,
  186. "nat_inside": null,
  187. "description": ""
  188. }
  189. },
  190. {
  191. "model": "ipam.ipaddress",
  192. "pk": 12,
  193. "fields": {
  194. "created": "2016-06-23",
  195. "last_updated": "2016-06-23T03:19:56.521Z",
  196. "family": 4,
  197. "address": "10.16.20.1/31",
  198. "vrf": null,
  199. "interface_id": 216,
  200. "nat_inside": null,
  201. "description": ""
  202. }
  203. },
  204. {
  205. "model": "ipam.ipaddress",
  206. "pk": 13,
  207. "fields": {
  208. "created": "2016-06-23",
  209. "last_updated": "2016-06-23T03:19:56.521Z",
  210. "family": 4,
  211. "address": "10.15.22.2/31",
  212. "vrf": null,
  213. "interface_id": 206,
  214. "nat_inside": null,
  215. "description": ""
  216. }
  217. },
  218. {
  219. "model": "ipam.ipaddress",
  220. "pk": 14,
  221. "fields": {
  222. "created": "2016-06-23",
  223. "last_updated": "2016-06-23T03:19:56.521Z",
  224. "family": 4,
  225. "address": "10.16.22.1/31",
  226. "vrf": null,
  227. "interface_id": 217,
  228. "nat_inside": null,
  229. "description": ""
  230. }
  231. },
  232. {
  233. "model": "ipam.ipaddress",
  234. "pk": 15,
  235. "fields": {
  236. "created": "2016-06-23",
  237. "last_updated": "2016-06-23T03:19:56.521Z",
  238. "family": 4,
  239. "address": "10.16.22.2/31",
  240. "vrf": null,
  241. "interface_id": 205,
  242. "nat_inside": null,
  243. "description": ""
  244. }
  245. },
  246. {
  247. "model": "ipam.ipaddress",
  248. "pk": 16,
  249. "fields": {
  250. "created": "2016-06-23",
  251. "last_updated": "2016-06-23T03:19:56.521Z",
  252. "family": 4,
  253. "address": "10.16.20.2/31",
  254. "vrf": null,
  255. "interface_id": 211,
  256. "nat_inside": null,
  257. "description": ""
  258. }
  259. },
  260. {
  261. "model": "ipam.ipaddress",
  262. "pk": 17,
  263. "fields": {
  264. "created": "2016-06-23",
  265. "last_updated": "2016-06-23T03:19:56.521Z",
  266. "family": 4,
  267. "address": "10.15.22.2/31",
  268. "vrf": null,
  269. "interface_id": 212,
  270. "nat_inside": null,
  271. "description": ""
  272. }
  273. },
  274. {
  275. "model": "ipam.ipaddress",
  276. "pk": 19,
  277. "fields": {
  278. "created": "2016-06-23",
  279. "last_updated": "2016-06-23T03:19:56.521Z",
  280. "family": 4,
  281. "address": "10.0.254.2/32",
  282. "vrf": null,
  283. "interface_id": 188,
  284. "nat_inside": null,
  285. "description": ""
  286. }
  287. },
  288. {
  289. "model": "ipam.ipaddress",
  290. "pk": 20,
  291. "fields": {
  292. "created": "2016-06-23",
  293. "last_updated": "2016-06-23T03:19:56.521Z",
  294. "family": 4,
  295. "address": "169.254.1.1/31",
  296. "vrf": null,
  297. "interface_id": 200,
  298. "nat_inside": null,
  299. "description": ""
  300. }
  301. },
  302. {
  303. "model": "ipam.ipaddress",
  304. "pk": 21,
  305. "fields": {
  306. "created": "2016-06-23",
  307. "last_updated": "2016-06-23T03:19:56.521Z",
  308. "family": 4,
  309. "address": "169.254.1.2/31",
  310. "vrf": null,
  311. "interface_id": 194,
  312. "nat_inside": null,
  313. "description": ""
  314. }
  315. },
  316. {
  317. "model": "ipam.vlan",
  318. "pk": 1,
  319. "fields": {
  320. "created": "2016-06-23",
  321. "last_updated": "2016-06-23T03:19:56.521Z",
  322. "site": 1,
  323. "vid": 999,
  324. "name": "TEST",
  325. "status": "active",
  326. "role": 1
  327. }
  328. }
  329. ]