Advertisement
Guest User

Untitled

a guest
Feb 12th, 2014
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. $host = {
  2. { #network_info
  3. current_max_virtual_switches => 256,
  4. next_reboot_max_virtual_switches => 256,
  5. { #console_nic_info
  6. console_nics => [
  7. ],
  8. },
  9. { #routing_info
  10. kernel_gateway => "192.168.128.1",
  11. kernel_ipv6_gateway => "::",
  12. console_gateway => "0.0.0.0",
  13. console_gateway_device => "",
  14. console_ipv4_gateway_interface => "",
  15. console_ipv6_gateway_interface => "",
  16. vmkernel_ipv4_gateway_interface => "",
  17. vmkernel_ipv6_gateway_interface => "",
  18. vmkernel_routes => [
  19. route => {
  20. network => "0.0.0.0/0",
  21. gateway => "192.168.128.1",
  22. interface => "vmk0",
  23. },
  24. route => {
  25. network => "192.168.128.0/24",
  26. gateway => "0.0.0.0",
  27. interface => "vmk0",
  28. },
  29. ],
  30. },
  31. { #virtual_switch_info
  32. virtual_switches => [
  33. { #virtual_switch
  34. name => "vSwitch0",
  35. uplinks => "vmnic2",
  36. total_ports => 128,
  37. configured_ports => 128,
  38. used_ports => 5,
  39. beacon_enabled => 0,
  40. beacon_interval => 1,
  41. beacon_threshold => 3,
  42. beacon_required_by => "",
  43. cdp_status => "listen",
  44. mtu => 1500,
  45. switch_class => "etherswitch",
  46. unclaimed_ports => [
  47. { #port
  48. port_id => 16777217,
  49. world_leader => 0,
  50. client_name => "Management",
  51. mac_addr => "00:00:00:00:00:00",
  52. blocked => 0,
  53. type => "None",
  54. portgroup_name => "",
  55. portset_name => "vSwitch0",
  56. { #stats
  57. packets_tx_ok => 0,
  58. bytes_tx_ok => 0,
  59. dropped_tx => 0,
  60. packets_tso_tx_ok => 0,
  61. bytes_tso_tx_ok => 0,
  62. dropped_tso_tx => 0,
  63. packets_sw_tso_tx => 0,
  64. dropped_sw_tso_tx => 0,
  65. packets_zero_copy_tx_ok => 0,
  66. packets_rx_ok => 0,
  67. bytes_rx_ok => 0,
  68. dropped_rx => 0,
  69. dropped_tso_rx => 0,
  70. packets_sw_tso_rx => 0,
  71. dropped_sw_tso_rx => 0,
  72. actions => 0,
  73. uplink_rx_packets => 44692862,
  74. pks_billed => 2780467,
  75. dropped_tx_due_to_page_absent => 0,
  76. dropped_rx_due_to_page_absent => 0,
  77. },
  78. { #input_iochain_stats
  79. starts => 26,
  80. resumes => 0,
  81. errors => 0,
  82. packets_started => 26,
  83. packets_passed => 26,
  84. packets_filtered => 0,
  85. packets_queued => 0,
  86. packets_dropped => 0,
  87. },
  88. { #output_iochain_stats
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement