Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.14 KB | None | 0 0
  1. {"testbed": {
  2.   "name": "marcos-testbed",
  3.   "equipment": [
  4.     {
  5.       "name": "OLT1",
  6.       "type": "OLT",
  7.       "mfg": "TIBIT",
  8.       "nni": ["vs2222", "3"],
  9.       "mac": "70:b3:d5:52:31:0b"
  10.     },
  11.     {
  12.       "name": "ONU1",
  13.       "type": "ONU",
  14.       "mfg": "SUMITOMO",
  15.       "uni": ["Xena2", "6/5"],
  16.       "mac": "00:25:dc:d9:b2:50"
  17.     },
  18.     {
  19.       "name": "ONU2",
  20.       "type": "ONU",
  21.       "mfg": "TIBIT",
  22.       "uni": ["Xena2","6/3"],
  23.       "mac": "00:0c:e2:22:15:30"
  24.     },
  25.     {
  26.       "name": "vs2222",
  27.       "ip": "ciena1",
  28.       "type": "Switch",
  29.       "mfg": "Ciena",
  30.       "ports": {
  31.         "3": ["OLT1","nni"],
  32.         "4": ["Local","ens9f0.4090"],
  33.         "18": ["Xena2", "6/4"]
  34.       }
  35.     },
  36.     {
  37.       "name": "Xena2",
  38.       "ip": "xena2",
  39.       "type": "Traffic Generator",
  40.       "mfg": "XenaBay",
  41.       "interfaces": {
  42.         "6/4": ["vs2222", "18"],
  43.         "6/5": ["ONU1", "uni"]
  44.       }
  45.     },
  46.     {
  47.       "name": "localhost",
  48.       "type": "Localhost",
  49.       "ip": "127.0.0.1",
  50.       "mfg": "Ubuntu",
  51.       "interfaces": {
  52.         "ens9f0.4090": ["vs2222", "4"]
  53.       }
  54.     }
  55.   ]
  56. }}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement