Oracle® Ethernet Switch ML2 Mechanism Driver for OpenStack Neutron Installation Guide

Exit Print View

Updated: June 2015
 
 

Set Up the Switch

  1. Configure the switch host network management settings.

    For instructions, refer to the Oracle Switch ES2-72 and Oracle Switch ES2-64 Configuration Guide, “Configure the Host Network Management From the CLI”.

  2. On the switch, bring up all the ports connected to the controller and compute nodes, and set the port mode to hybrid:
    configure terminal
    interface extreme-ethernet 0/11
    switchport mode hybrid
    no shutdown
    end
    
  3. Then verify that the switch port is now active (it may take a few moments):
    show interface status
    
  4. To save your switch configuration:
    write startup-config
    

Related Information