[ovs-discuss] Query regarding adding queue on port in OpenFlow switch

2018-06-22 Thread Tanmay Jain
-htb other-config:max-rate=100 queues:0=@newqueue -- --id=@newqueue create queue other-config:min-rate=100 other-config:max-rate=100 It may be a stupid question also but if it is please help me to understand the right concept. Thanks and regards Tanmay Jain

[ovs-discuss] Problem in retrieving link capacity

2017-11-23 Thread Tanmay Jain
Hello, How to check transmitted bytes are 70% higher than the link capacity of evey port in overflow switch to check the condition for congestion in the network. Please help. Thanks and Regards Tanmay Jain ___ discuss mailing list disc

[ovs-discuss] Fwd: Send some information from openvswitch to floodlight controller

2017-10-12 Thread Tanmay Jain
Hello, Is there any way to generate a packet and add some information to it by writing a script at openvswitch and send it to floodlight controller. And after receiving that packet at controller how to use that information. Please help.. Thanks and regards Tanmay Jain

[ovs-discuss] problem in implementing queues in mininet ovs switch

2017-09-26 Thread Tanmay Jain
Hello, After adding the queues and QoS and executing the stats query, I am receiving the following error message: *root@PicOS-OVS#ovs-vsctl -- set port ge-1/1/6 qos=@newqos -- --id=@newqos create qos type=PRONTO_STRICT queues:0=@newqueue0 queues:1=@newqueue1 -- --id=@newqueue0 create que