Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- OFPT_FEATURES_REPLY (xid=0x2): dpid:0000002590e39168
- n_tables:254, n_buffers:256
- capabilities: FLOW_STATS TABLE_STATS PORT_STATS QUEUE_STATS ARP_MATCH_IP
- 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
- 18(bond0): addr:xxxxxxxx
- config: 0
- state: 0
- speed: 0 Mbps now, 0 Mbps max
- 19(vlan1): addr:xxxxxxxxxxxxxxxx
- config: 0
- state: 0
- speed: 0 Mbps now, 0 Mbps max
- 21(phy-br-vlan): addr:xxxxxxxxxxxxxxxx
- config: 0
- state: 0
- speed: 0 Mbps now, 0 Mbps max
- LOCAL(br-vlan): addr:xxxxxxxxxxxxx
- config: 0
- state: 0
- speed: 0 Mbps now, 0 Mbps max
- OFPT_GET_CONFIG_REPLY (xid=0x4): frags=normal miss_send_len=0
- ====
- NXST_FLOW reply (xid=0x4):
- 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
- 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
- cookie=0x0, duration=84111.307s, table=0, n_packets=115, n_bytes=24002, idle_age=42609, hard_age=65534, priority=1 actions=NORMAL
- cookie=0x0, duration=84111.237s, table=23, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=0 actions=drop
- ====
- [ml2]
- type_drivers = gre,vlan
- tenant_network_types = gre,vlan
- mechanism_drivers = openvswitch
- # (ListOpt) List of network type driver entrypoints to be loaded from
- # the neutron.ml2.type_drivers namespace.
- #
- # type_drivers = local,flat,vlan,gre,vxlan
- # Example: type_drivers = flat,vlan,gre,vxlan
- # (ListOpt) Ordered list of network_types to allocate as tenant
- # networks. The default value 'local' is useful for single-box testing
- # but provides no connectivity between hosts.
- #
- # tenant_network_types = local
- # Example: tenant_network_types = vlan,gre,vxlan
- # (ListOpt) Ordered list of networking mechanism driver entrypoints
- # to be loaded from the neutron.ml2.mechanism_drivers namespace.
- # mechanism_drivers =
- # Example: mechanism_drivers = openvswitch,mlnx
- # Example: mechanism_drivers = arista
- # Example: mechanism_drivers = cisco,logger
- # Example: mechanism_drivers = openvswitch,brocade
- # Example: mechanism_drivers = linuxbridge,brocade
- # (ListOpt) Ordered list of extension driver entrypoints
- # to be loaded from the neutron.ml2.extension_drivers namespace.
- # extension_drivers =
- # Example: extension_drivers = anewextensiondriver
- [ml2_type_flat]
- # (ListOpt) List of physical_network names with which flat networks
- # can be created. Use * to allow flat networks with arbitrary
- # physical_network names.
- #
- # flat_networks =
- # Example:flat_networks = physnet1,physnet2
- # Example:flat_networks = *
- [ml2_type_vlan]
- # (ListOpt) List of <physical_network>[:<vlan_min>:<vlan_max>] tuples
- # specifying physical_network names usable for VLAN provider and
- # tenant networks, as well as ranges of VLAN tags on each
- # physical_network available for allocation as tenant networks.
- #
- network_vlan_ranges = (xxxxxx):400:500
- # Example: network_vlan_ranges = physnet1:1000:2999,physnet2
- [ml2_type_gre]
- # (ListOpt) Comma-separated list of <tun_min>:<tun_max> tuples enumerating ranges of GRE tunnel IDs that are available for tenant network allocation
- # tunnel_id_ranges =
- tunnel_id_ranges = 1:1000
- [ml2_type_vxlan]
- # (ListOpt) Comma-separated list of <vni_min>:<vni_max> tuples enumerating
- # ranges of VXLAN VNI IDs that are available for tenant network allocation.
- #
- # vni_ranges =
- # (StrOpt) Multicast group for the VXLAN interface. When configured, will
- # enable sending all broadcast traffic to this multicast group. When left
- # unconfigured, will disable multicast VXLAN mode.
- #
- # vxlan_group =
- # Example: vxlan_group = 239.1.1.1
- [securitygroup]
- firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver
- enable_security_group = True
- # Controls if neutron security group is enabled or not.
- # It should be false when you use nova security group.
- # enable_security_group = True
- # Use ipset to speed-up the iptables security groups. Enabling ipset support
- # requires that ipset is installed on L2 agent node.
- # enable_ipset = True
- [ovs]
- #local_ip = x.x.x.x
- #tunnel_type = gre
- enable_tunneling = False
- tenant_network_type = vlan
- network_vlan_ranges = (xxxxxx):400:500
- bridge_mappings = (xxxxxx):br-vlan
Advertisement
Add Comment
Please, Sign In to add comment