Quantcast
Channel: Software Defined Networking topics
Viewing all 611 articles
Browse latest View live

HP A5500 EI - Problem with VLAN_VID

$
0
0

I have a problem with A5500 EI, because it returns support for VLAN_VID field in OFPMP_TABLE_FEATURES reply. Nevertheless, it doesn't accept FLOW_MOD wherein included is VLAN_VID. 

 

FLOW_MOD:

 

ofm:[V_1_3,FLOW_MOD,72,188715],cmd=ADD,match={Match(V_1_3):[type=OXM,len=10],fields=VLAN_VID},...}
  Cookie   : 0x5d36649f84
  C Mask   : 0x0
  Table ID : null
  FMod Cmd : ADD
  Idle t/o : 0s
  Hard t/o : 0s
  Priority : 3453
  Buffer ID: 0xffffffff(NO_BUFFER)
  Out Port : 0xffffffff(ANY)
  Out Group: 0xffffffff(ANY)
  FMod Flgs: []
  Match    : {Match(V_1_3):[type=OXM,len=10],fields=VLAN_VID}
    {Oxm:V_1_3:[cls=0x8000(OPENFLOW_BASIC),ft=6(VLAN_VID),hm=false,len=2],vlan-id=5}
  Instructions:
    {Instr:V_1_3:[type=APPLY_ACTIONS,len=8],actList=(none)

 

And MessageFuture:

 

MsgFuture:xid=188717,OFM_ERROR,reply={ofm:[V_1_3,ERROR,76,188717],BAD_MATCH/BAD_TAG,#dataBytes=64,OFM-cause:[V_1_3,FLOW_MOD,72,188717]}

 

HP SDN Controller 2.5.15, HP A5500-48G-PoE+ EI(Comware 5.20.99, Release 2221P15)


Does anyone know what could be cause of this?


SetField actions are not being applied to PacketOut messages

$
0
0

Hello,

 

I'm currently running the HP SDN VAN controller v2.5.15.1175 connected to an HP 3800 switch with two VLANs, one for the openflow traffic and another one for the controller. Both VLANs are, however, connected to each other. Both are using Openflow 1.3.

 

The software we're currently developing consist on the following:

  • One flow which captures ARP traffic directed to a non-used IP address (let's say 10.250, for example), and sends it to the controller. There, the controller forges an ARP reply packet with a random MAC Adress and routes it to the input port.
  • One flow which captures IP traffic directed to the same IP address mentioned above, 10.250, and sends it to the controller. There, the controller grabs a MAC-IP pair from a config file (say, 10.11 and aa:bb:cc:dd:ee:ff), both belonging to a machine up & running and connected to the openflow VLAN, and creates another flow which redirects all traffic directed to 10.250 from the src ip of the captured packet to this machine (say, 10.2). Then, it applies this actions to the packet and calls send() on it.
    Also, a flow for the reverse translation is also created (capture packets from 10.11 directed to 10.2 and change the source address to 10.250.
    All these flows have their output action set to Port.FLOOD, as well the output action of the packetOut sent by the controller.

With this setup, I'm basically executing an IP forwarding, changing 10.250 by 10.11.

 

However, this works only for the second and following packets, the first one (which was captured by the controller and then altered) is not changed in anyway (checked it with a machine running wireshark on the same VLAN).

 

I've double and triple checked the documentation, and afaik this SHOULD work, but it does not.

 

I'm pretty clueless here, to be honest. Any help would be greatly appreciated.

 

Here are the key parts of the code I'm running: http://pastebin.com/1cZkGkPc

 

Best regards, Roberto.

Does SDN works on other platforms

$
0
0

Hello

Looking out for SDN, want to know does it covers other manufacturer devices, i.e have Fortigate 3140B and Cyberoam 300iNG UTM.

 

 

Thanks

HP A5500 EI - Missing cookie in PacketIn message

$
0
0

My HP A5500 EI doesn't send cookie in PacketIn message. 

 

Cookie of flow, which redirected packet to controller is 0x75bd23a. Despite this in PacketIn cookie is equal 0xffffffffffffffff.

 

Example PacketIn:

 

 

{ofm:[V_1_3,PACKET_IN,106,0],inPort=0x90000b(9437195),reason=ACTION,tabId=3,packet=[[ETHERNET, IP, UDP, UNKNOWN], dst=3c:e5:a6:55:a3:d6, src=00:0c:29:79:df:6f]}
  Buffer ID : 0xffffffff(NO_BUFFER)
  In Port   : 0x90000b
  In PhyPort: 0x90000b
  Total Frame Len : 64
  Reason: ACTION
  Table ID: 3
  cookie: 0xffffffffffffffff
  Match: {Match(V_1_3):[type=OXM,len=12],fields=IN_PORT}
    {Oxm:V_1_3:[cls=0x8000(OPENFLOW_BASIC),ft=0(IN_PORT),hm=false,len=4],port=0x90000b(9437195)}
  Frame Data length: 64
  Packet=[[ETHERNET, IP, UDP, UNKNOWN], dst=3c:e5:a6:55:a3:d6, src=00:0c:29:79:df:6f]

 

HP SDN Controller 2.5.15, HP A5500-48G-PoE+ EI(Comware 5.20.99, Release 2221P15)

 

How can I solve this problem?

NEW INSTALL - can't see login screen in browser - getting 404 error

$
0
0

Everything looks good on the install:

 

seth@sdn:~$ sudo service sdnc status

sdnc start/running, process 5452

 

seth@sdn:~$ sudo service keystone status

keystone start/running, process 6506

 

seth@sdn:~$ sudo dpkg -l hp-sdn-ctl

Desired=Unknown/Install/Remove/Purge/Hold

| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend

|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)

||/ Name           Version      Architecture Description

+++-==============-============-============-=================================

ii  hp-sdn-ctl     2.5.15.1175  amd64        HP VAN SDN Controller

seth@sdn:~$ 

 

Install SDN Controller 2.5 on Ubuntu 15.04

$
0
0

May we install SDN controller on Ubuntu 15.04 ? or we have to use 12.04 ?

SDN Controller High Availability Design

$
0
0

Dears,

 

    Are there any documents explains how to have HA on SDN controller ?

Create one main SDN controller and backup one ?

 

Regards,

Wael Agina

Install SDN Controller 2.5 on Ubuntu 12.04 on a VM on MS Hyper-V

$
0
0

Dears,

 

      I have a customer who provide for me a VM for ubuntu 12.04 , but it is running on Hyper-V , not KVM or ESXi.

 

Is it possible to run SDN over Hyper-V ubuntu VM ?

 

Regards,

Wael Agina

 

 


Can i use Network Protector for Open vSwitch?

$
0
0

Dear All,

 

 

I want to test HP VAN SDN Controller and HP Network Protector with the Open vSwitch...  I have found example, for the Open vSwitch and VAN Controller integration but can't find for Network Protector.

 

 

How do i use Network Protector environments for the Open vSwitch?  ( we don't have OpenFlow enabled Physical Switches )

 

 

I implemented VAN Controller and Network Protector separate Ubuntu Servers and successfully it.

 

 

I will install two ubuntu server with KVM option and use Open vSwitch for networking..  After the installation i will integrate SDN platform if we can!

 

 

Best Regards

 

 

Mutlu

SDN Network Protector; user points to remote IP host instead

$
0
0

Hi,

 

As I saw in the HP SDN Network Protector info, it would get DNS traffic by using OpenFlow switch. OpenFlow switch like 2920 can send a user entering a web site(DNS info) to Protector and examines it.

 

If some smart users enter a remote malicious website by using IP address instead, does Network Protector still examine for those users for that site?   

 

 

 

Thanks,

S. Lee.

Failed application install on VAN 2.5 - App could not be verified: Unsigned file

$
0
0

 

 

I am getting the following error when trying to install Flowmaker from the VAN Apps menu

 

App could not be verified: Unsigned file flowmaker-ui-1.1.1.war

Server Error – 400: Bad Request
URL: rs/hpws/com.northboundnetworks.sdn.app.flowmaker/download
View ID: apps
Type: error
 
I have tried uploading and this hasnt worked either. I am running
VAN 2.5 and Ubuntu 14.4 Server LTS.
 
Any ideas?
 
 

HP Van Network Protector

$
0
0

Hi,

We are looking at the idea of enabling openflow to a HP Van controller on one of our vlans

We see alot of internet scanning activity on that vlan we want to block/quarantine once a theshold is hit or even throttle if possible ?

We use 2x HP 5900AF-48XG-4QSFP+ in an IRF stack, running Comware 7.1.045 2311P01 currently

Do you think HP Van and this network protector sdn app would be possible solution to our problem ?

Network protector details:

HP Van Network Protector SDN APP

You can see from the below, we are trying to stop the below which we can see via current sflow reporting

Each color in the bars is a single src IP address on our side, the hight of the bars in the uniq destination IP's on the specific tcp ports, so this shows scanning on VNC ports and https

Automated Configuration of SDN Switches

SDN controller not showing Summary, ports , flows and groups of switch

$
0
0

Hi, I am using Open vSwitch 2.4.0 and HP SDN VAN Controller 2.4.5. I can see the datapath of the virtual switch in the OpenFlow Monitor section in UI. Once I select the virtual switche's datapath, I am not seeing the manufacturer details of the switch. When I am navigating through the ports , flows and groups I am getting 'Waiting time out response' error and nothing is showing there. I noticed that the controller is fetching details of upto 150 tables only rom the swicth. Can anyone help me in this ? Why is it not showing any manufacturer details, port detail, flows and groups of the switch, eventhough it discovers the switch and shows it in topology ?

OpenFlow Multipart messages are not used by HP VAN SDN Controller

$
0
0

Hi,

I'm using the HP VAN SDN Ctrl with a OpenFlow switches in a simulation software - somewhat similar to mininet.

I have installed version 2.6.11 of the controller and it seems to be operational. However, when I connect OpenFlow 1.3 capable switches to the controller, only the HELLO and FEATURES_REPLY messages seem to be taken into account by the controller. This is my assumption because information from Multipart reply messages (OFPMP_DESC and OFPMP_PORT_DESC) is never reflected in the controller.

I have attached screenshots and a Wireshark packet capture (rename HP_VAN_Capture.txt to HP_VAN_Capture.pcap) showing the packet exchanges, and missing information in the controller. For this reason, I believe the controller is not able to send flow modification messages and BDDP for topology discovery to the switches.

 Additional information: Interfacing the same switches with OpenDaylight controller works fine including adding flow entries so that the controller influences traffic forwarding the switches. Hence there seems to be something we are missing that is causing problems when we use the HP controller. 

Any information is appreciated.

Thanks!

 


improperly configured django in simulation sdn networks?

$
0
0

hi

In order to simulate sdn networks i downloaded the mini net 64 bit version and imported it in *vmware Workstation pro 12* and trhough github all the project related stuff have been installed but the thing is when i wanna run it i encounter an error , do you think it's because of the mysql not being confugured with Django? i'd appreciate it if you help me out here

As you can see in the video i resolve the error but another one happens form some other file.

simulation files:

https://github.com/ComputerNetworks-UFRGS/AuroraSDN

video :

https://www.youtube.com/watch?v=05lfMsN8abQ

thanks

Web Error 404 with SDN 2.6.11 and Ubuntu 14.04 LTS logs etc all indicate succesful intall

$
0
0

Downloaded and succesfully installed HP VAN SDN Controller 2.6.11.0469 with local keystone on a Virtual Box VM with Ubuntu 14.04 TLS but when is try to Web to "https://ip address:8443/sdn/ui" it returne an error "HTTP status 404 not found. Tried with VM using NAT and Bridge Adapter. I have been focues on using the Bridge Adapter which fails when using local IP 127.0.0.1 and Real IP address (bridge adapter)

I  stepped through the troubelshooting guide and confirmed SDNC status, listening on 8443, proxy setting etc. I have tried with Chrome and Firefox (linux version) within the VM Guest OS as well as IE and Chrome on my host machine (Windows 7). All initially error due to certificate which I install into my certificate store both (host and Guest OS). I have also done a reinstall from scratch to ensure i hadn't missed a step but failed

Can anyone suggest what else to try or how to troubleshoot this. BTW i have looked at all the error logs etc in the intall and troubleshooting docs for 2.6 and all look good. I did look at my tomcat7 logs and only see the error 404 messages.

Thanks

HP 2920 can't ping host to switch(openflow)

$
0
0

Hi all,

Problem is: switch can connect to controller(opendaylight) and it also appears on the Topology include host mac, ip

,but host ping switch not arrival.

Firmware: WB.16.01.0004

How can i setting the default gateway and host setting network config in win7?

i connect port 3 to controller and port 5 to host.

There is my config:

HP-2920-24G-PoEP(config)#show run

hostname "HP-2920-24G-PoEP"

module 1 type j9727a

ip default-gateway 192.168.6.254

ip route 0.0.0.0 0.0.0.0 192.168.6.254

ip routing

snmp-server community "public" unrestricted

openflow

controller-id 1 ip 192.168.6.189 controller-interface vlan 1

instance "control"

listen-port

member vlan 2

controller-id 1

enable

exit

enable

exit

oobm

ip address dhcp-bootp

exit

vlan 1

name "DEFAULT_VLAN"

no untagged 5-10

untagged 1-4,11-24

ip address 192.168.6.162 255.255.255.0

exit

vlan 2

name "openflow-ports"

untagged 5-10

ip address 192.168.3.1 255.255.255.0

exit

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

Configured OF Version : 1.0

Negotiated OF Version : 1.0

Instance Name : control

Data-path Description : control

Administrator Status : Enabled

Member List : VLAN 2

Pipeline Model : Standard Match

Listen Port : 6633

Operational Status : Up

Operational Status Reason : NA

Datapath ID : 00029457a5182680

Mode : Active

Flow Location : Hardware and Software

No. of Hardware Flows : 1

No. of Software Flows : 7

Hardware Rate Limit : 0 kbps

Software Rate Limit : 100 pps

Conn. Interrupt Mode : Fail-Secure

Maximum Backoff Interval : 60 seconds

Probe Interval : 10 seconds

Hardware Table Miss Count : 193348

No. of Software Flow Tables : NA

Egress Only Ports : None

Table Model : Single Table

Source MAC Group Table : Disabled

Controller Id Connection Status Connection State Secure Role

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

1 Connected Active No Equal

Get missing flow when use postman

$
0
0

When i use postman

URL :

http://127.0.0.1:8181/restconf/operational/opendaylight-inventory:nodes/node/openflow:726054106310272/table/0/flow/#UF$TABLE*0-2

<table xmlns="urn:opendaylight:flow:inventory">
<id>0</id>
<aggregate-flow-statistics xmlns="urn:opendaylight:flow:statistics">
<packet-count>105</packet-count>
<flow-count>2</flow-count>
<byte-count>6300</byte-count>
</aggregate-flow-statistics>
<flow>
<id>#UF$TABLE*0-2</id>
<match>
<ethernet-match>
<ethernet-type>
<type>35020</type>
</ethernet-type>
</ethernet-match>
</match>
<table_id>0</table_id>
<priority>100</priority>
<cookie>3098476543630901248</cookie>
<idle-timeout>0</idle-timeout>
<instructions>
<instruction>
<order>0</order>
<apply-actions>
<action>
<order>0</order>
<output-action>
<output-node-connector>CONTROLLER</output-node-connector>
<max-length>65535</max-length>
</output-action>
</action>
</apply-actions>
</instruction>
</instructions>
<flow-statistics xmlns="urn:opendaylight:flow:statistics">
<packet-count>0</packet-count>
<duration>
<nanosecond>448000000</nanosecond>
<second>5161</second>
</duration>
<byte-count>0</byte-count>
</flow-statistics>
<hard-timeout>0</hard-timeout>
</flow>
<flow-hash-id-map>
<hash>Match [_ethernetMatch=EthernetMatch [_ethernetType=EthernetType [_type=EtherType [_value=35020], augmentation=[]], augmentation=[]], augmentation=[]]1003098476543630901248</hash>
<flow-id>#UF$TABLE*0-2</flow-id>
</flow-hash-id-map>
<flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics">
<active-flows>2</active-flows>
<packets-matched>0</packets-matched>
<packets-looked-up>11853</packets-looked-up>
</flow-table-statistics>
</table>

 I found the flow id is

<id>#UF$TABLE*0-2</id>

 but it not exitst.

so, what is correctly flow-id to use.

VAN: Installing a module with an additional JAR dependency

$
0
0

Hi all,

I am working on a VAN module which depends on the OkHttp Java library. I have added the library as a dependency in the pom.xml file for my business logic project, and my project compiles just fine. However, when I try to deploy the application on VAN, I get the following error:

Server Error – 500: Internal Server Error
URL: rs/apps/com.netlab.webhooks/install
View ID: apps
Type: error

The only thing I can think is that VAN (running on an Ubuntu machine) does not have the OkHttp library installed. What is the best course of action here? Should I try to package the library with my project or install OkHttp on the Ubuntu machine? Regardless, how do I go about this?

Thanks!

Viewing all 611 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>