Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.99 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:1c:fc:0d:bd:a0"
  17.     },
  18.     {
  19.       "name": "vs2222",
  20.       "ip": "ciena1",
  21.       "type": "Switch",
  22.       "mfg": "Ciena",
  23.       "ports": {
  24.         "3": ["OLT1","nni"],
  25.         "18": ["Xena2","6/4"],
  26.         "4": ["Local", "ens9f0"]
  27.       }
  28.     },
  29.     {
  30.       "name": "Xena2",
  31.       "ip": "xena2",
  32.       "type": "Traffic Generator",
  33.       "mfg": "XenaBay",
  34.       "interfaces": {
  35.         "6/4": ["vs2222", "18"],
  36.         "6/5": ["ONU1", "uni"]
  37.       }
  38.     },
  39.     {
  40.       "name": "localhost",
  41.       "type": "Localhost",
  42.       "ip": "127.0.0.1",
  43.       "mfg": "Ubuntu",
  44.       "interfaces": {
  45.         "ens9f1": ["vs2222", "4"]
  46.       }
  47.     }
  48.   ]
  49. }}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement