Advertisement
Guest User

Untitled

a guest
Oct 19th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.88 KB | None | 0 0
  1. nodes:
  2. -
  3. name: trafficgen_1
  4. role: IxNet
  5. ip: 10.237.219.133 #ixia machine ip
  6. #user: user
  7. #password: r00t
  8. #key_filename: /root/.ssh/id_rsa
  9. tg_config:
  10. ixchassis: "10.237.215.15" #ixia chassis ip
  11. tcl_port: "8009" # tcl server port
  12. lib_path: "/opt/ixia/ixos-api/8.01.0.2/lib/ixTcl1.0"
  13. root_dir: "/opt/ixia/ixos-api/8.01.0.2/"
  14. py_bin_path: "/opt/ixia/ixload/8.01.106.3/bin/"
  15. dut_result_dir: "/mnt/ixia"
  16. version: 8.3
  17. interfaces:
  18. xe0: # logical name from topology.yaml and vnfd.yaml
  19. vpci: "5:6" # Card:port
  20. driver: "none"
  21. dpdk_port_num: 0
  22. local_ip: "152.16.100.20"
  23. netmask: "255.255.0.0"
  24. local_mac: "00:98:10:64:14:00"
  25. xe1: # logical name from topology.yaml and vnfd.yaml
  26. vpci: "5:5" # [(Card, port)]
  27. driver: "none"
  28. dpdk_port_num: 1
  29. local_ip: "152.40.40.20"
  30. netmask: "255.255.0.0"
  31. local_mac: "00:98:28:28:14:00"
  32. xe2: # logical name from topology.yaml and vnfd.yaml
  33. vpci: "2:10" # Card:port
  34. driver: "none"
  35. dpdk_port_num: 2
  36. local_ip: "152.16.100.12"
  37. netmask: "255.255.0.0"
  38. local_mac: "00:98:10:64:14:00"
  39. xe3: # logical name from topology.yaml and vnfd.yaml
  40. vpci: "2:9" # [(Card, port)]
  41. driver: "none"
  42. dpdk_port_num: 3
  43. local_ip: "152.40.40.12"
  44. netmask: "255.255.0.0"
  45. local_mac: "00:98:28:28:14:00"
  46. -
  47. name: vnf
  48. role: VirtualNetworkFunction
  49. ip: 10.237.219.159
  50. user: root
  51. password: tieto2018
  52. host: 10.237.219.159
  53. interfaces:
  54. xe0: # logical name from topology.yaml and vnfd.yaml
  55. vpci: "0000:81:00.0"
  56. driver: "ixgbe"
  57. dpdk_port_num: 0
  58. local_ip: "152.16.100.10"
  59. netmask: "255.255.0.0"
  60. local_mac: "00:1b:21:91:36:d8"
  61. xe1: # logical name from topology.yaml and vnfd.yaml
  62. vpci: "0000:81:00.1"
  63. driver: "ixgbe"
  64. dpdk_port_num: 1
  65. local_ip: "152.40.40.10"
  66. netmask: "255.255.0.0"
  67. local_mac: "00:1b:21:91:36:d9"
  68. xe2: # logical name from topology.yaml and vnfd.yaml
  69. vpci: "0000:05:00.0"
  70. driver: "ixgbe"
  71. dpdk_port_num: 2
  72. local_ip: "152.16.100.22"
  73. netmask: "255.255.0.0"
  74. local_mac: "00:1b:21:b3:45:d0"
  75. xe3: # logical name from topology.yaml and vnfd.yaml
  76. vpci: "0000:05:00.1"
  77. driver: "ixgbe"
  78. dpdk_port_num: 3
  79. local_ip: "152.40.40.22"
  80. netmask: "255.255.0.0"
  81. local_mac: "00:1b:21:b3:45:d1"
  82.  
  83. routing_table:
  84. - network: "152.16.100.20"
  85. netmask: "255.255.0.0"
  86. gateway: "152.16.100.20"
  87. if: "xe0"
  88. - network: "152.40.40.20"
  89. netmask: "255.255.0.0"
  90. gateway: "152.40.40.20"
  91. if: "xe1"
  92. - network: "152.16.100.20"
  93. netmask: "255.255.0.0"
  94. gateway: "152.16.100.20"
  95. if: "xe2"
  96. - network: "152.40.40.20"
  97. netmask: "255.255.0.0"
  98. gateway: "152.40.40.20"
  99. if: "xe3"
  100.  
  101. nd_route_tbl:
  102. - network: "0064:ff9b:0:0:0:0:9810:6414"
  103. netmask: "112"
  104. gateway: "0064:ff9b:0:0:0:0:9810:6414"
  105. if: "xe0"
  106. - network: "0064:ff9b:0:0:0:0:9828:2814"
  107. netmask: "112"
  108. gateway: "0064:ff9b:0:0:0:0:9828:2814"
  109. if: "xe1"
  110. - network: "0064:ff9b:0:0:0:0:9810:6414"
  111. netmask: "112"
  112. gateway: "0064:ff9b:0:0:0:0:9810:6414"
  113. if: "xe2"
  114. - network: "0064:ff9b:0:0:0:0:9828:2814"
  115. netmask: "112"
  116. gateway: "0064:ff9b:0:0:0:0:9828:2814"
  117. if: "xe3"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement