HPE Aruba Networking & ProVision-based
1819870 Members
2424 Online
109607 Solutions
New Discussion

HP ProCurve 3500-24 Openflow Connectivity

 
philipisaia
Occasional Contributor

HP ProCurve 3500-24 Openflow Connectivity

Hi everyone,

 

I am trying to configure HP ProCurve 3500-24 (J9470A) to work as an openflow switch with an openflow controller (POX).

What I did is that I created a VLan that has 1 port and is used for the controller (HP recommends the controller to be in a separate VLan) and also I have create a VLan than has 4 ports and that will be used by the hosts as the openflow switch.  Then I have created a controller with IP address and ID.

I have used several configurations but none of them was able to connect to the POX controller.  One forum that I visited says that there is a problem with openflow in the new K.15.10.0003 firmware, which is the one I use.

Is that a problem of the firmware? Or is it a problem with my configuration? 

 

just to mention that once I connect the four hosts, I can ping between hosts, so it seems that it works perfectly as a normal switch, but not as an openflow.

 

Here is my pcc configuration file.  Is there anything that you can suggest?

 

; J9470A Configuration Editor; Created on release #K.15.10.0003
; Ver #03:03.1f.ef:f0
hostname "HP-3500-24"
module 1 type j94dda
fault-finder bad-driver sensitivity high
fault-finder bad-transceiver sensitivity high
fault-finder bad-cable sensitivity high
fault-finder too-long-cable sensitivity high
fault-finder over-bandwidth sensitivity high
fault-finder broadcast-storm sensitivity high
fault-finder loss-of-link sensitivity high
fault-finder duplex-mismatch-hdx sensitivity high
fault-finder duplex-mismatch-fdx sensitivity high
fault-finder link-flap sensitivity high
ip ssh filetransfer
ipv6 nd dad-attempts 50
interface 1
   name "Primary/Controller"
   exit
snmp-server community "public" unrestricted
openflow
   enable
   controller-id 1 ip 192.168.2.100 port 6633 controller-interface vlan 10
   instance "routeflow"
   		listen-port
   		member vlan 2
   		controller-id 1
   		connection-interruption-mode fail-standalone
   		enable
   		exit
   exit
vlan 1
   name "DEFAULT_VLAN"
   untagged 1,7-24
   ip address 192.168.1.1 255.255.255.0
   exit
vlan 2
   name "hosts"
   untagged 2-5
   no ip address
   exit
vlan 10
   name "controller"
   untagged 6
   ip address 192.168.2.100 255.255.255.0
   exit
management-vlan 1
no tftp client
no tftp server

 

Thanks for your help

2 REPLIES 2
Chrisd131313
Trusted Contributor

Re: HP ProCurve 3500-24 Openflow Connectivity

Hi,

 

I won't admit to knowing much about OpenFlow, so please excuse me if this is a silly question, but wouldn't the OpenFlow controller's IP address need to be different to the VLAN 10 gateway IP address?

 

Does the POX controller just need a stipulated VLAN to communicate with the switch(s)? i.e. VLAN10 is your controller VLAN, but the IP of the controller and the switches that are members of it need to all be on different IPs?

 

 

 

-----------------------------------------------------

Don't forget to mark a post resolved if your question was answered.
lylinh
New Member

Re: HP ProCurve 3500-24 Openflow Connectivity

Hi philipisaia,

 

How is your problem? Now i face the same problem as you.

If you can solve it, can you share us?

 

Thanks