- Community Home
- >
- Networking
- >
- Software Defined Networking
- >
- Which dpctl is used by the HP's Openflow Administr...
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
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
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
11-26-2017 06:17 PM
11-26-2017 06:17 PM
Which dpctl is used by the HP's Openflow Administrator Guide
I'm using HP 2920 now, and following HP's Guide : https://support.hpe.com/hpsc/doc/public/display?sp4ts.oid=1827663&docLocale=en_US&docId=emr_na-c04943224
In this guide, dpctl is been used but the syntax is different with my version, like this one:
dpctl tcp:20.0.0.1:6633 port-desc
Where can I download this dpctl?
I used dpctl which from CPqD but it always return error: unexpected end of file, how can I fix it. I already set both controller, and listen port in switch. Ryu controller can works, but dpctl can not works in a same machine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2017 12:42 PM - edited 11-27-2017 12:42 PM
11-27-2017 12:42 PM - edited 11-27-2017 12:42 PM
Re: Which dpctl is used by the HP's Openflow Administrator Guide
Hi morland,
I'm not sure which version of dpctl was used to generate the documentation, but I did visit the following URL:
https://github.com/CPqD/ofsoftswitch13/wiki/Dpctl-Documentation
There it says that the command syntax is as follows:
dpctl [OPTIONS] SWITCH COMMAND [ARG...]
With tcp:HOST[:PORT] being a valid option for SWITCH and port-desc being a valid option for COMMAND (see here), I'm not understanding why you'd observe a failure. Maybe you could post the full command output?
Shaun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2017 09:33 AM
12-05-2017 09:33 AM
Re: Which dpctl is used by the HP's Openflow Administrator Guide
Should I do any config to use dpctl?
I already used a controller to control switch, and I add a listen port for switch, to enable dpctl.
But when I try any command it just faild.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2017 09:05 AM
12-07-2017 09:05 AM
Re: Which dpctl is used by the HP's Openflow Administrator Guide
Hi morland,
If you're getting an "error: unexpected end of file" error like you described previously, then I think that would be an error on the dpctl side, not on the switch side (it doesn't appear to even be attempting to reach the switch).
I'm not very experienced with dpctl, so perhaps someone else could provide assistance?
Shaun