Software Defined Networking
1754277 Members
3154 Online
108813 Solutions
New Discussion

problem with controller connection

 
OF2920
Occasional Collector

problem with controller connection

Hi all

Problem: can*t connect to the remote controller!

to do: I try to create the simple topology with 3 VLANs. first - normal switch routing. second - OpenFlow + VoIP. third - controller. My switch 2920-24G. Firmware - 15.14.0012. How can I make conections beetween vlans and what about ip`s? Should I use gateways? It`s my first switch =)

 

HP-2920-24G(config)# show running-config

Running configuration:

; J9726A Configuration Editor; Created on release #WB.15.14.0012
; Ver #06:0c.18.f3.ff.35.0d:26

hostname "HP-2920-24G"
module 1 type j9726a
snmp-server community "public" unrestricted
openflow
controller-id 1 ip 10.22.1.12 port 6653 controller-interface vlan 3
instance "test"
listen-port 6653
member vlan 2
controller-id 1
version 1.3
enable
exit
enable
exit
oobm
ip address dhcp-bootp
exit
vlan 1
name "DEFAULT_VLAN"
no untagged 17-24
untagged 1-16,A1-A2,B1-B2
ip address dhcp-bootp
exit
vlan 2
name "hosts"
untagged 17-23
no ip address
voice
exit
vlan 3
name "VLAN3"
untagged 24
no ip address
exit

 

HP-2920-24G(config)# show openflow instance test

Configured OF Version : 1.3
Negotiated OF Version : NA
Instance Name : test
Admin. Status : Enabled
Member List : VLAN 2
Listen Port : 6653
Oper. Status : Up
Oper. Status Reason : NA
Datapath ID : 0002480fcf0a8680
Mode : Active
Flow Location : Hardware and Software
No. of Hw Flows : 0
No. of Sw Flows : 0
Hw. Rate Limit : 0 kbps
Sw. Rate Limit : 100 pps
Conn. Interrupt Mode : Fail-Secure
Maximum Backoff Interval : 60 seconds
Probe Interval : 10 seconds
Hw. Table Miss Count : NA
No. of Sw Flow Tables : 1
Egress Only Ports : None
Table Model : NA

Controller Id Connection Status Connection State Secure Role
------------- ----------------- ---------------- ------ ------
1 Disconnected Connecting No Equal

Can anybody detect my problem, or give advise what to do?

Thank you for atention.