- Community Home
- >
- Networking
- >
- Software Defined Networking
- >
- Re: Opendaylight Integration
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2016 12:40 AM
10-10-2016 12:40 AM
Opendaylight Integration
Hello all,
I'm using Opendaylight and I'm planning VxLAN and all IP information moving to HP Switches with OpenFlow protocols.
Opendayligt, transmits all data to 6653 ports but however the change doesn't see the switches.
Do I need to change the switch version?
Regards,
Ozgur Karatas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2016 06:22 AM - edited 10-12-2016 05:50 AM
10-10-2016 06:22 AM - edited 10-12-2016 05:50 AM
Re: Opendaylight Integration
Hi Ozgur,
Could you please post the openflow portion of your switch configuration? I ask this because there are two switch configurations which relate to TCP ports:
- The TCP port where the SDN controller sends control-plane communication to the switch
Aruba-2930F-24G-4SFP(openflow)# controller-id 1 ip 1.2.3.4 port PORT-NUM The controller TCP port (the default is 6633).
- An additional TCP port where the SDN controller receives control-plane communication from the switch
openflow instance INST listen-port 6653
In a typical configuration, only #1 is needed. You'd use #2 if you had an additional utility outside the controller (like dpctl or ovs-ofctl) which you used to send OpenFlow flows to the switch. In your case, make sure that #1 is configured to use port 6653. The default port used is 6633, as can be seen in "show openflow instance INST".
Since Openflow support is frequently enhanced in our switches, we recommend that you use the latest firmware release (presently 16.02).