Skip to ContentSkip to Footer
Start of content
- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Aruba & ProVision-based
- >
- Ryu controller with HP 3500yl, using openflow 1.3
Aruba & ProVision-based
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
Topic Options
- 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
- Email to a Friend
- Report Inappropriate Content
05-26-2016 02:49 AM
05-26-2016 02:49 AM
Ryu controller with HP 3500yl, using openflow 1.3
Hello,
I am using a HP 3500yl openflow 1.3 capable sdn switch. I am trying to get a basic topology working, I have created 2 VLANS one vlan for the controller and another for the hosts. The second vlan containing the hosts is driven by the controller.Here's what my running config looks like:
; J9310A Configuration Editor; Created on release #K.15.15.0012
untagged 1-2,6-24
hostname "HP-3500yl-24G-PoEP"
module 1 type j93xxa
ip routing
snmp-server community "public" unrestricted
openflow
controller-id 1 ip 192.168.2.2 controller-interface vlan 1
instance "test01"
listen-port 8080
member vlan 30
controller-id 1
version 1.3
enable
exit
enable
exit
vlan 1
name "openflow"
no untagged 3-5
ip address 192.168.2.1 255.255.255.0
exit
vlan 30
name "VLAN30"
untagged 3-5
ip address 192.168.3.1 255.255.255.0
exit
; J9310A Configuration Editor; Created on release #K.15.15.0012
untagged 1-2,6-24
hostname "HP-3500yl-24G-PoEP"
module 1 type j93xxa
ip routing
snmp-server community "public" unrestricted
openflow
controller-id 1 ip 192.168.2.2 controller-interface vlan 1
instance "test01"
listen-port 8080
member vlan 30
controller-id 1
version 1.3
enable
exit
enable
exit
vlan 1
name "openflow"
no untagged 3-5
ip address 192.168.2.1 255.255.255.0
exit
vlan 30
name "VLAN30"
untagged 3-5
ip address 192.168.3.1 255.255.255.0
exit
I am trying to run Ryu controller's example rest_router present here: https://github.com/osrg/ryu/blob/master/ryu/app/rest_router.py
I have tried running simple_switch and rest_router example scripts with openflow version set to 1.0 on the switch and everything works as it should: the flows are being pushed and the hosts can ping each other. But I need pipeline support, which was only added in openflow 1.3. The rest_router example with openflow 1.3 doesn't seem to work. On the contrary, the simple_switch example seems to work on 1.3 as well: I can see the flows are pushed down to the switch and the hosts can ping each other.
Is any of you aware of running into problems with rest_router running on openflow 1.3, or anything I could try to make this work?
HP-3500yl-24G-PoEP(of-inst-test01)# show openflow instance test01 flows
OpenFlow Flow Table
Flow 1
Match
Incoming Port : 5 Ethernet Type : Any
Source MAC : Any Destination MAC : 0021cc-bfe85f
VLAN ID : Any VLAN priority : Any
Source Protocol Address : Any
Target Protocol Address : Any
IP Protocol : Any IP ToS Bits : Any
Source Port : Any Destination Port : Any
Attributes
Priority : 32768 Duration : 30 seconds
Hard Timeout : 0 seconds Idle Timeout : 0 seconds
Byte Count : 282 Packet Count : 4
Controller ID : 1 Cookie : 0x0
Flow Location : Software
Hardware Index : NA
Reason Code : 15
Reason Description : Rule cannot be accelerated in hardware
Actions
Output : 3
Flow 2
Match
Incoming Port : 3 Ethernet Type : Any
Source MAC : Any Destination MAC : f0761c-19e473
VLAN ID : Any VLAN priority : Any
Source Protocol Address : Any
Target Protocol Address : Any
IP Protocol : Any IP ToS Bits : Any
Source Port : Any Destination Port : Any
Attributes
Priority : 32768 Duration : 30 seconds
Hard Timeout : 0 seconds Idle Timeout : 0 seconds
Byte Count : 356 Packet Count : 5
Controller ID : 1 Cookie : 0x0
Flow Location : Software
Hardware Index : NA
Reason Code : 15
Reason Description : Rule cannot be accelerated in hardware
Actions
Output : 5
HP-3500yl-24G-PoEP(of-inst-test01)# show openflow instance test01 flows
OpenFlow Flow Table
Flow 1
Match
Incoming Port : Any Ethernet Type : Any
Source MAC : Any Destination MAC : Any
VLAN ID : Any VLAN priority : Any
Source Protocol Address : Any
Target Protocol Address : Any
IP Protocol : Any
IP ECN : Any IP DSCP : Any
Source Port : Any Destination Port : Any
Attributes
Priority : 0 Duration : 29 seconds
Hard Timeout : 0 seconds Idle Timeout : 0 seconds
Byte Count : 0 Packet Count : NA
Flow Table ID : 0 Controller ID : NA
Activity Count: NA Cookie : 0x0
Hardware Index : NA
Instructions
Goto Table ID : 100
Flow 2
Match
Incoming Port : Any Ethernet Type : Any
Source MAC : Any Destination MAC : Any
VLAN ID : Any VLAN priority : Any
Source Protocol Address : Any
Target Protocol Address : Any
IP Protocol : Any
IP ECN : Any IP DSCP : Any
Source Port : Any Destination Port : Any
Attributes
Priority : 0 Duration : 29 seconds
Hard Timeout : 0 seconds Idle Timeout : 0 seconds
Byte Count : NA Packet Count : 214
Flow Table ID : 100 Controller ID : NA
Activity Count: NA Cookie : 0x0
Hardware Index : NA
Instructions
Drop
Flow 3
Match
Incoming Port : Any Ethernet Type : Any
Source MAC : Any Destination MAC : Any
VLAN ID : Any VLAN priority : Any
Source Protocol Address : Any
Target Protocol Address : Any
IP Protocol : Any
IP ECN : Any IP DSCP : Any
Source Port : Any Destination Port : Any
Attributes
Priority : 0 Duration : 29 seconds
Hard Timeout : 0 seconds Idle Timeout : 0 seconds
Byte Count : 0 Packet Count : 0
Flow Table ID : 200 Controller ID : NA
Activity Count: NA Cookie : 0x0
Hardware Index : NA
Instructions
Drop
For my experiment, I need to make changes on top of rest_router, hence need that example to work.
--
Regardless, I hope you're well and happy -
Aneesh
Aneesh
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
End of content
United States
Hewlett Packard Enterprise International
Communities
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP