How can i connect a hardware VTEP gateway to a NSX controller?

I have a hardware VTEP gateway which supports OVSDB configuration but there is no SSL support over OVSDB. Can  anyone suggest is there a way to configure the hardware VTEP to the controller without SSL.
What about the idea of using a intermediate node which can act as a SSL gateway betweent the controller and the hardware VTEP?

Just for other readers:
Hardware VTEP allows L2 VXLAN/VLAN connectivity.
That's for the use case where you have VMs on a VXLAN logical switch (10.1.1.11/24)  and you want them L2 connected to physical servers on a VLAN (10.1.1.21/24).
NSX offers native VXLAN/VLAN connectivity too:
1. with DLR bridging (used for Logical/Physical L2 connectivity within a DC)
2. with L2 SSL-VPN (used for Logical/Physical L2 connectivity with a remote location)
NSX-v 6.2 (planed early Q3) will support Hardware VTEP.
Contact your physical switch vendor to see if it will support integration with NSX-v.
Important Note:
HW VTEP will be incompatible with NSX Distributed Logical Router function. In other words the subnet (10.1.1.0/24) extended from Logical (VXLAN) to Physical (VXLAN) via HW VTEP won't be able use a dist L3 (only central L3).
When using NSX-v 6.2 native VXLAN/VLAN bridging, you'll be able to combine VXLAN/VLAN bridging and still enjoy Dist L3 for that subnet.
Dimitri

Similar Messages

  • How can I enable embedded pl/sql gateway to run on port 80

    I have a new 11G install on OEL 4.0, database created. I would like to be
    able to access the instance using the pl/sql gateway. Works fine with
    port 8080, the default. How to I enable it to run on port 80?
    I found this statement in the following docuementation:
    http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14259/xdb22pro.htm#ADXDB2500
    Using HTTP(S) on Nonstandard Ports
    By default, HTTP listens on a nonstandard, unprotected port: 8080. To use HTTP(S) on
    the standard port, such as 80, your DBA must chown the TNS listener to setuid ROOT
    rather than setuid ORACLE, and configure the port number in the Oracle XML DB
    configuration file /xdbconfig.xml.I have root priviledges on the box.
    I've tried setting the listener file permissions:
    chown root:dba /u01/app/oracle/product/11.1.0/db_1/bin/tnslsnr
    chmod 6775 /u01/app/oracle/product/11.1.0/db_1/bin/tnslsnr
    Also put root in the dba group.
    The permissions turn out like this:
    -rwsr-sr-x 1 root dba 830854 Jun 17 21:04 /u01/app/oracle/product/11.1.0/db_1/bin/tnslsnr
    I stopped the listener, bounced the database, and started the listener again.
    But it still shows the process being owned by oracle:
    oracle 29682 1 0 21:08 ? 00:00:00 /u01/app/oracle/product/11.1.0/db_1/bin/tnslsnr LISTENER -inherit
    Changing the port is easy:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SYS>select dbms_xdb.gethttpport as "HTTP-Port" , dbms_xdb.getftpport as "FTP-Port" from dual;
    HTTP-Port FTP-Port
    8080 2100
    At this point, I can access the apex home page with the following url:
    http://hostname:8080/apex/f?p=4550:10:1454849288245548
    I can than change it to port 80:
    SYS>begin
    dbms_xdb.sethttpport('80');
    dbms_xdb.setftpport('2100');
    end;
    2 3 4 5
    PL/SQL procedure successfully completed.
    SYS>SYS>select dbms_xdb.gethttpport as "HTTP-Port" , dbms_xdb.getftpport as "FTP-Port" from dual;
    HTTP-Port FTP-Port
    80 2100
    When I try to access apex with the following url:
    http://rmdcopslnx1.us.oracle.com/apex/f?p=4550:10:1454849288245548
    I get the following:
    Failed to Connect
    Firefox can't establish a connection to the server at hostname.com.
    Though the site seems valid, the browser was unable to establish a connection.
    * Could the site be temporarily unavailable? Try again later.
    * Are you unable to browse other sites? Check the computer's network connection.
    * Is your computer or network protected by a firewall or proxy? Incorrect settings
    * can interfere with Web browsing.I can set the port. Just can't talk to it.
    This is the entry from the listener log:
    <msg time='2008-07-03T15:40:09.741-06:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='hostname'
    host_addr='xxx.xxx.xxx.xxx'>
    <txt>TNS-12546: TNS:permission denied
    TNS-12560: TNS:protocol adapter error
    TNS-00516: Permission denied
    Linux Error: 13: Permission denied
    </txt>
    </msg>
    So this looks like an permissions problem. But where? I posted
    this on the apex forum here:
    Re: How can I enable embedded pl/sql gateway to run on port 80
    They suggested asking here.

    No, that thread did not provide the information that I need. Some more data:
    I have the port set to 8080:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SYS>select dbms_xdb.gethttpport as "HTTP-Port" , dbms_xdb.getftpport as "FTP-Port" from dual;
    HTTP-Port FTP-Port
    8080 2100
    At this point, I can access the apex home page with the following url:
    http://hostname:8080/apex/f?p=4550:10:1454849288245548
    I can than change it to port 80:
    SYS>begin
    dbms_xdb.sethttpport('80');
    dbms_xdb.setftpport('2100');
    end;
    2 3 4 5
    PL/SQL procedure successfully completed.
    SYS>SYS>select dbms_xdb.gethttpport as "HTTP-Port" , dbms_xdb.getftpport as "FTP-Port" from dual;
    HTTP-Port FTP-Port
    80 2100
    When I try to access apex with the following url:
    http://rmdcopslnx1.us.oracle.com/apex/f?p=4550:10:1454849288245548
    I get the following:
    Failed to Connect
    Firefox can't establish a connection to the server at hostname.com.
    Though the site seems valid, the browser was unable to establish a connection.
    * Could the site be temporarily unavailable? Try again later.
    * Are you unable to browse other sites? Check the computer's network connection.
    * Is your computer or network protected by a firewall or proxy? Incorrect settings can interfere with Web browsing.
    I can set the port. Just can't talk to it.

  • Hi, can someone help me how can i connected my multimeter to my pc with rs232, because my computer can´t recognize the device, i mean the multimeter, is a multimeter keithley serie 2400, and i already downloaded all the drivers for labview even the VISA

    hi, can someone help me how can i connected my multimeter to my pc with rs232, because my computer can´t recognize the device, i mean the multimeter, is a multimeter keithley serie 2400, and i already downloaded all the drivers for labview even the VISA

    Marco,
    Here are some suggestions:
    1) Check the manual the Keithley manual to see how to configure the RS-232.   
        On some models you need set Factory defaults to USER and turn on the RS-232.   
        Also there may be a setting for SCPI which you want on (probably on by default).
    2) On your PC - open Device Manager. See if a COM port exists and is functional.
         You must get this working before continuing.
          You can set the COM port parameters by right clicking and selecting Properties.  
         (On some PCs the onboard ports can be disabled in the BIOS)
    3) If step two was OK, open MAX (Measurement and Automation eXplorer).      
        On the left side, click on Devices and Hardware.   
        Click on Serial and Parallel.   
        Go to the COM port you found in Device Manager.   
        Open a VISA Test Panel.
        Now I don't have one I can look at right now, so this is general idea:
       Configure the COM port to match the Keithley settings (should be OK if step 2 worked)  
       Go to the (I think) Input Output tab (you want to send a command)   
       The command string input should already have a *IDN? entered, if not, type it in.   
       Click on the Query button to send the command and check the response.  
       If you get an ID string back (Company name, Model, FW Version ...) then it works.   
       (Disregard an error saying it did not get enough charcters back.) 
    I hope this helps,
    steve
    Help the forum when you get help. Click the "Solution?" icon on the reply that answers your
    question. Give "Kudos" to replies that help.

  • How can i connect FP-PWM-520 8-Channel, 5 or 24 V PWM to computer

    Hi
    How can i connect FP-PWM-520 8-Channel, 5 or 24 V PWM to computer.
    Is it supports for Programmble interface(specially using LABVIEW).
    Give me the details to interface connector hardware and software description.
    Thankq all
    Mahesh. 

    Hi Mahesh,
    It sounds like you are just getting started with using the FP-PWM-520.
    Since you are looking for rather general information I would recommend that you search ni.com for 'FP-PWM-520' and you should find plenty of relevant links.
    Connection info can be found in the Operating Instructions Manual which is linked off of the Product Page.  More general information can be found on the DataSheet.
    As with all other National Instruments products you can easily program
    and control FieldPoint from LabVIEW.  Don't forget to download the
    latest version of FieldPoint (currently NI-FieldPoint Version 4.1 for Windows 2000/XP).
    These links and any other searches should help you find what you are looking for.
    Regards,
    Otis
    Training and Certification
    Product Support Engineer
    National Instruments

  • My iPhone 3GS is stocked on apple logo while restarting my iphone.Do I need to reinstall new IOS on it?Or how can I connect with my itunes again.Thanksssss..

    My iPhone 3GS is stocked on apple logo while restarting my iphone. Do I need to reinstall new IOS on it?Or how can I connect with my itunes again.Thanksssss..

    I having the same issue about the and iTunes says "The iPhone cannot be restored at this time because the iPhone software update server could not be contacted or is temporarily unavailable.". I've had the  iPhone 3GS since it came out. It was working fine until I just tried to  update it. It has never been hacked or jailbroken. We and a few others are having  the same issue then it is more than likely that this is an update issue.  I took mine to the Apple store and the tech tried to update it and he  came to the same problem and told me he couldn't update it. My  assumption is that we are not the only one's with this issue and that if  there was a way to update it to the update before this last one it  might be a solution. I don't know how to get the previous update. Apple  probably is aware of the problem, and hasn't come up with a solution  yet. Or, enough people haven't complained yet. The tech suggested that  there might be something wrong with the phone itself, but that couldn't  be since it was working perfectly before I updated it and others are  having the same issue. It is highly unlikely that a lot of people are  not having the same hardware issue all of a sudden at the same time.

  • How can I connect my 3gen apple tv with HDMI to my bush LCD32TV022HD which does not have an HDMI port but does have 1)S-Video I/P, 2)Video I/P, 3) L

    How can I connect my 3gen apple tv with HDMI to my BUSH LCD32TV022HD
    This does not have an HDMI port but does have:-
    1) S-Video I/P,
    2) Video I/P,
    3) Audio Input (Left & Right)
    4) Audio In jack (for VGA and DVI source)
    5) DVI input
    6) VGA input

    Welcome to the Apple community.
    The Apple TV doesn't officially support a DVI connection, however you may be able to get it to work. You will first need to check that your TV supports either 720p or 1080p as well as HDCP. If you are able to get the video working over the DVI connection, you may also require a DAC in order to connect with Apple TV's optical audio output to the TVs audio imput.
    You may well wish to make sure that the DVI connection works before spending any money on a DAC..

  • How can i connect to SQL Server 7.0 on Windons Using JDBC

    How can i connect to Microsoft SQL Server 7.0 on a windows enviroment ?
    in sql server 2000 some jar files are required that is
    What you need to do is actually add all three jar files to your class path individually. There are three jar files that come with this driver the msbase.jar, msutil.jar, and mssqlserver.jar. for sqlQ server 2000.
    now the problem is that i cant find these files on my system. firstly where these files will be located. secondly are they will be used to connect to SQL Server 7.0. thirdly if not what is the procedure.
    My next Problem is that I have Websphere Studio Application Developer. in which their is this facility of Database Webpages its like a wizard which makes automatically beans servlets and JSP but before that you need a Driver Name and and Class Name for to Connect to the Database.
    Can you tell what is the specific Driver Path for the Microsoft SQL Server 7.0 . secondly is this the class which is used to connect to SQL server 7.0 "com.microsoft.jdbc.sqlserver.SQLServerDriver" where can i find this one. for SQL server 7.0.
    please provide some guidance in this regard.

    You can search for the JDBC drivers at, http://industry.java.sun.com/products/jdbc/drivers
    All the three jars that you specified are part of MsSQL Server jdbc driver. You need them (in the classpath) to get connected to the database.
    "com.microsoft.jdbc.sqlserver.SQLServerDriver" is the class in mssqlserver.jar. This is the driver class which will be used to get connected to the database.
    You can search in this forum for writting jdbc code (for Sql Server). If you don't find these jars, give me your e-mail id.
    Sudha

  • How can I connect to SQL Server CE?

    Hi!
    How can I connect to SQL Server CE ?
    Any idea?
    I found jdbc driver for SQL Server 6.5,7.0,2000.
    But no driver for SQL CE.
    Thanks for any suggestion....

    I am also searching for same answer.
    I wanna choose Access as a db. but I can't find that so I have a no choice to select SQL2000CE though.
    I am stuck in driver problem. I can't find that.
    Should I use Oracle Lite or PointBase?
    I am under a lot of stress... like you've been...
    I wish you find and post that....

  • How can I connect my iMac to a TV for playback of videos? My TV does not have HDMI.

    How can I connect my iMac to a TV for playback of videos? My TV does not have HDMI.

    You need to find out what video out you have on your iMac, and what kind of video inputs there are on your TV.
    It will help to know exactly what model iMac and exactly what make/model TV you have.
    Depending on the exact model iMac you have, it may have miniVGA, miniDVI, miniDisplayPort or Thunderbolt output.  Your TV may have composite, S-video, component, DVI, VGA or HDMI inputs.  Once you confirm what kind of ports your iMac and TV have, then we can probably suggest the correct cable or adapter so you can connect them to each other.

  • How can I connect my Powerbook or iPad Retina via HDMI cable to 4K digital video camera to be a "control monitor"

    How can I connect my Powerbook or iPad Retina via HDMI cable to 4K digital video camera to be a "control monitor"

    That won't work with the iPad, unless maybe there's a "control monitor" app somewhere.

  • How can I connect my TV sony bravia to Imac for display !

    How can I connect my TV sony bravia to Imac for display ! I did it before but a week ago crash my sistem and been to apple store london to fix it and wend I come home I can not reconnect the tv to imac ! please help !!!!!!!!!!!

    I BUY A CABLE FROM AMAZON.CO.UK AND MY iMAC WAS WORKING WITH THIS CABLE BUT AFTER THEY (APPLE STORE REGENT STREET ) REPARIT NOW IS NOT RECONICE THE DISPLAY !!!!!

  • How can i connect my Imac late 2012 to my Samsung TV??

    How can i connect my Imac late 2012 to my Samsung TV??I have a hdmi cable stuck in my Tv and the other end a adapter from hdmi to mini display port. but it won't work I don't get no picture or sound on my tv

    I have an Apple tv and with this it works of course. But I wanted it to use with Windows 7 so I need to connect my imac to my tv...
    how can i turn it on in the settings? it won't work or recognize my tv

  • I do not have a home wifi setup. How can I connect my iMac to apple TV?

    I do not have a home wifi setup. How can I connect my iMac to apple TV?

    you need a wifi connection, it says on this manual
    http://manuals.info.apple.com/MANUALS/1000/MA1607/en_US/apple_tv_3rd_gen_setup.p df

  • Imac 21" mid 2011 how can i connect my imac to hdmi on my tv?

    imac 21" mid 2011 how can i connect my imac to hdmi on my tv?

    You need to buy this adapter http://store.apple.com/us/product/H1824ZM/A/Moshi_Mini_DisplayPort_to_HDMI_Adapt er?fnode=MTY1NDA3Ng&mco=MTgwOTAzMjI
    http://macs.about.com/od/diyguidesprojects/qt/hdtvconnection.htm

  • HT204291 My airplay icon is no longer appearing on my Macbook Pro. How can I connect to my Apple TV?

    My airplay icon is no longer appearing on my Macbook Pro. How can I connect to my Apple TV?

    Restarting MacBook Pro, Apple TV and WiFi router could solve the problem.

Maybe you are looking for

  • XML Parsing Error: no element found In BI Publisher

    Hi Gurus, I tried to get XML output for a Data Model which was based on SQL queries. But I got the following error in Firefox XML Parsing Error: no element found Location: http://localhost:9704/xmlpserver/servlet/xdo Line Number 4, Column 1: In IE I

  • A portion of my update has stalled

    A portion of my iPad update has been installed and the apps that will not update have been highlighted in gray with a clock symbol.   Turning the ipad off and back on does not help.

  • I want to eleminate the choice of history from the sidebar

    I don't want history to show as an option on the sidebar. Currently The choices are bookmarks and history. I want the options to allow bookmarks and related videos.

  • Basic process flow of WM

    Hi, I am a MM consultant and have to start work in WM. Need to have some guidance for basic steps and its settings in Configuration and Master Data for Putaway and Picking Strategies. Can anyone provide some guidance that how Putaway and Picking Stra

  • Safari not enlarging web page

    Safari has stoped enlarging the page in the sense of the width. I have a page exactly the width of a iFad and no larger. Sites concerned are newspapers.