Software Defined Networking
1833397 Members
3864 Online
110052 Solutions
New Discussion

Re: HP Aruba 3800, Floodlight controller does not show the 2 switches

 
Afladimir
Occasional Visitor

HP Aruba 3800, Floodlight controller does not show the 2 switches

Hello. I have 2 physical 3800 HP switches and I'm using the Floodlight as my controller. My problem is that when I connected the controller to the switch it doesn't seem to find him them , but I'm able to ping them.

I used the vm provided by floodlight.

And this are the 2 switches configurations

 

! HP-1
! "dee.fct.unl.pt"			(vlan-1)	: 172.16.4.0		255.255.252.0
! "sdn.fct.unl.pt"			(vlan-2)	: 192.168.3.254		255.255.252.0
! "fct.unl.pt"				(vlan-3)	: 193.136.127.218	255.255.255.224
! "staff.dee.fct.unl.pt"	(vlan-4)	: 10.164.27.23		255.255.252.0

configure
	vlan 1
		name dee.fct.unl.pt
		no untagged 1-8,17-241
		untagged 9-16,25-26
		ip address dhcp-bootp
		exit
	vlan 2
		name sdn.fct.unl.pt
		untagged 1-8
		tagged 9-16,25-26
		ip address 192.168.3.254 255.255.252.0
		exit
	vlan 3
		name fct.unl.pt
		untagged 17-20
		tagged 25-26
		no ip address
		exit
	vlan 4
		name staff.fct.unl.pt
		untagged 21-24
		tagged 25-26
		no ip address
		exit

! HP-2
! "dee.fct.unl.pt"			(vlan-1)	: 172.16.4.0		255.255.252.0
! "sdn.fct.unl.pt"			(vlan-2)	: 192.168.3.254		255.255.252.0
configure
	vlan 1
		name "dee.fct.unl.pt"
		no untagged 1-12
		untagged 13-26
		ip address dhcp-bootp
		exit
	vlan 2
		name "sdn.fct.unl.pt"
		untagged 1-12
		tagged 13-16,25-26
		no ip address
		exit

! On HP-1 & HP-2
openflow
        controller-id 1 ip 172.16.4.117 controller-interface vlan 1
        instance “sdn”
            member vlan 2
            controller-id 1
            version 1.3
            enable
            exit
    enable
    ! enable the MAC group table
    openflow
        instance sdn
        disable
        exit
    openflow instance sdn src-mac-grp-table
    openflow instance sdn dest-mac-grp-table
    openflow
        instance sdn
        enable
        exit
    exit

 

Previously i had them working with hpe-van but my server had some issues and then i had to change server and now I'm using floodlight controller. Can you help me?

 

1 REPLY 1
Afladimir
Occasional Visitor

Re: HP Aruba 3800, Floodlight controller does not show the 2 switches

Never mind i figured out.