Advertisement
sun4o

vmx.conf

Oct 20th, 2015
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. super@ubuntu-vmx:~/vmx-14.1R5.4-1$ cat config/vmx.conf
  2. ##############################################################
  3. #
  4. # vmx.conf
  5. # Config file for vmx on the hypervisor.
  6. # Uses YAML syntax.
  7. # Leave a space after ":" to specify the parameter value.
  8. #
  9. ##############################################################
  10.  
  11. ---
  12. #Configuration on the host side - management interface, VM images etc.
  13. HOST:
  14. identifier : vmx1 # Maximum 4 characters
  15. host-management-interface : eth0
  16. routing-engine-image : "/home/super/vmx-14.1R5.4-1/images/jinstall64-vmx-14.1R5.4-domestic.img"
  17. routing-engine-hdd : "/home/super/vmx-14.1R5.4-1/images/vmxhdd.img"
  18. forwarding-engine-image : "/home/super/vmx-14.1R5.4-1/images/vPFE-lite-20150707.img"
  19.  
  20. ---
  21. #External bridge configuration
  22. BRIDGES:
  23. - type : external
  24. name : br-ext # Max 10 characters
  25.  
  26. ---
  27. #vRE VM parameters
  28. CONTROL_PLANE:
  29. vcpus : 1
  30. memory-mb : 1024
  31. console_port: 8601
  32.  
  33. interfaces :
  34. - type : static
  35. ipaddr : 10.102.144.94
  36. macaddr : "0A:00:DD:C0:DE:0E"
  37.  
  38. ---
  39. #vPFE VM parameters
  40. FORWARDING_PLANE:
  41. memory-mb : 6144
  42. vcpus : 3
  43. console_port: 8602
  44. device-type : virtio
  45.  
  46. interfaces :
  47. - type : static
  48. ipaddr : 10.102.144.98
  49. macaddr : "0A:00:DD:C0:DE:10"
  50.  
  51. ---
  52. #Interfaces
  53. JUNOS_DEVICES:
  54. - interface : ge-0/0/0
  55. mac-address : "02:06:0A:0E:FF:F0"
  56. description : "ge-0/0/0 interface"
  57.  
  58. - interface : ge-0/0/1
  59. mac-address : "02:06:0A:0E:FF:F1"
  60. description : "ge-0/0/0 interface"
  61.  
  62. - interface : ge-0/0/2
  63. mac-address : "02:06:0A:0E:FF:F2"
  64. description : "ge-0/0/0 interface"
  65.  
  66. - interface : ge-0/0/3
  67. mac-address : "02:06:0A:0E:FF:F3"
  68. description : "ge-0/0/0 interface"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement