Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. {
  2. "type": "NetworkGraph",
  3. "protocol": "olsr",
  4. "version": "0.6.6",
  5. "revision": "5031a799fcbe17f61d57e387bc3806de",
  6. "metric": "etx",
  7. "router_id": "172.16.40.24",
  8. "topology_id": "topology0",
  9. "label": "Optional human readable label",
  10. "nodes": [
  11. {
  12. "id": "172.16.40.24",
  13. "label": "node-A",
  14. "local_addresses": [
  15. "10.0.0.1",
  16. "10.0.0.2"
  17. ],
  18. "properties": {
  19. "hostname": "node1.my.net"
  20. }
  21. },
  22. {
  23. "id": "172.16.40.60",
  24. "label": "node-B",
  25. "properties": {
  26. "hostname": "node2.my.net"
  27. }
  28. }
  29. ],
  30. "links": [
  31. {
  32. "source": "172.16.40.24",
  33. "target": "172.16.40.60",
  34. "cost": 1.000,
  35. "cost_text": "1020 bit/s",
  36. "properties": {
  37. "lq": 1.000,
  38. "nlq": 0.497
  39. }
  40. }
  41. ]
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement