Guest User

Untitled

a guest
Jan 21st, 2015
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.44 KB | None | 0 0
  1. OFPT_FEATURES_REPLY (xid=0x2): dpid:0000002590e39168
  2. n_tables:254, n_buffers:256
  3. capabilities: FLOW_STATS TABLE_STATS PORT_STATS QUEUE_STATS ARP_MATCH_IP
  4. actions: OUTPUT SET_VLAN_VID SET_VLAN_PCP STRIP_VLAN SET_DL_SRC SET_DL_DST SET_NW_SRC SET_NW_DST SET_NW_TOS SET_TP_SRC SET_TP_DST ENQUEUE
  5. 18(bond0): addr:xxxxxxxx
  6. config: 0
  7. state: 0
  8. speed: 0 Mbps now, 0 Mbps max
  9. 19(vlan1): addr:xxxxxxxxxxxxxxxx
  10. config: 0
  11. state: 0
  12. speed: 0 Mbps now, 0 Mbps max
  13. 21(phy-br-vlan): addr:xxxxxxxxxxxxxxxx
  14. config: 0
  15. state: 0
  16. speed: 0 Mbps now, 0 Mbps max
  17. LOCAL(br-vlan): addr:xxxxxxxxxxxxx
  18. config: 0
  19. state: 0
  20. speed: 0 Mbps now, 0 Mbps max
  21. OFPT_GET_CONFIG_REPLY (xid=0x4): frags=normal miss_send_len=0
  22.  
  23.  
  24. ====
  25.  
  26. NXST_FLOW reply (xid=0x4):
  27. cookie=0x0, duration=84108.642s, table=0, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=3,in_port=13,dl_vlan=403 actions=mod_vlan_vid:1,NORMAL
  28. cookie=0x0, duration=84110.347s, table=0, n_packets=102689, n_bytes=9938374, idle_age=1, hard_age=65534, priority=2,in_port=13 actions=drop
  29. cookie=0x0, duration=84111.307s, table=0, n_packets=115, n_bytes=24002, idle_age=42609, hard_age=65534, priority=1 actions=NORMAL
  30. cookie=0x0, duration=84111.237s, table=23, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=0 actions=drop
  31.  
  32. ====
  33.  
  34.  
  35. [ml2]
  36.  
  37. type_drivers = gre,vlan
  38. tenant_network_types = gre,vlan
  39. mechanism_drivers = openvswitch
  40. # (ListOpt) List of network type driver entrypoints to be loaded from
  41. # the neutron.ml2.type_drivers namespace.
  42. #
  43. # type_drivers = local,flat,vlan,gre,vxlan
  44. # Example: type_drivers = flat,vlan,gre,vxlan
  45.  
  46. # (ListOpt) Ordered list of network_types to allocate as tenant
  47. # networks. The default value 'local' is useful for single-box testing
  48. # but provides no connectivity between hosts.
  49. #
  50. # tenant_network_types = local
  51. # Example: tenant_network_types = vlan,gre,vxlan
  52.  
  53. # (ListOpt) Ordered list of networking mechanism driver entrypoints
  54. # to be loaded from the neutron.ml2.mechanism_drivers namespace.
  55. # mechanism_drivers =
  56. # Example: mechanism_drivers = openvswitch,mlnx
  57. # Example: mechanism_drivers = arista
  58. # Example: mechanism_drivers = cisco,logger
  59. # Example: mechanism_drivers = openvswitch,brocade
  60. # Example: mechanism_drivers = linuxbridge,brocade
  61.  
  62. # (ListOpt) Ordered list of extension driver entrypoints
  63. # to be loaded from the neutron.ml2.extension_drivers namespace.
  64. # extension_drivers =
  65. # Example: extension_drivers = anewextensiondriver
  66.  
  67. [ml2_type_flat]
  68. # (ListOpt) List of physical_network names with which flat networks
  69. # can be created. Use * to allow flat networks with arbitrary
  70. # physical_network names.
  71. #
  72. # flat_networks =
  73. # Example:flat_networks = physnet1,physnet2
  74. # Example:flat_networks = *
  75.  
  76. [ml2_type_vlan]
  77. # (ListOpt) List of <physical_network>[:<vlan_min>:<vlan_max>] tuples
  78. # specifying physical_network names usable for VLAN provider and
  79. # tenant networks, as well as ranges of VLAN tags on each
  80. # physical_network available for allocation as tenant networks.
  81. #
  82. network_vlan_ranges = (xxxxxx):400:500
  83. # Example: network_vlan_ranges = physnet1:1000:2999,physnet2
  84.  
  85. [ml2_type_gre]
  86. # (ListOpt) Comma-separated list of <tun_min>:<tun_max> tuples enumerating ranges of GRE tunnel IDs that are available for tenant network allocation
  87. # tunnel_id_ranges =
  88. tunnel_id_ranges = 1:1000
  89.  
  90. [ml2_type_vxlan]
  91. # (ListOpt) Comma-separated list of <vni_min>:<vni_max> tuples enumerating
  92. # ranges of VXLAN VNI IDs that are available for tenant network allocation.
  93. #
  94. # vni_ranges =
  95.  
  96. # (StrOpt) Multicast group for the VXLAN interface. When configured, will
  97. # enable sending all broadcast traffic to this multicast group. When left
  98. # unconfigured, will disable multicast VXLAN mode.
  99. #
  100. # vxlan_group =
  101. # Example: vxlan_group = 239.1.1.1
  102.  
  103. [securitygroup]
  104.  
  105. firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver
  106. enable_security_group = True
  107.  
  108. # Controls if neutron security group is enabled or not.
  109. # It should be false when you use nova security group.
  110. # enable_security_group = True
  111.  
  112. # Use ipset to speed-up the iptables security groups. Enabling ipset support
  113. # requires that ipset is installed on L2 agent node.
  114. # enable_ipset = True
  115.  
  116. [ovs]
  117.  
  118. #local_ip = x.x.x.x
  119. #tunnel_type = gre
  120. enable_tunneling = False
  121. tenant_network_type = vlan
  122. network_vlan_ranges = (xxxxxx):400:500
  123. bridge_mappings = (xxxxxx):br-vlan
Advertisement
Add Comment
Please, Sign In to add comment