Hello All,

I have Successfully created an overlay network of two Hosts, a Switch(OVS)
and Controller. I tried to Implement  QoS Rate Limit on the hosts.  the
Issue i am facing is When i set the Ingress Rate on VM1 and send traffic to
VM2 using iperf i Don't See it applied. But When i Try to send traffic from
VM2 with No Ingress Set on it the Ingress is limit is applied. For Some
reason the Ingress Limit is Applied on Receiving End Not Sending End.

Here is my Configurations.

Host1

root@savi-client1h1:/home/ubuntu# ovs-vsctl list interface
> _uuid               : 179c7744-070c-4185-b248-57ea8499b703
> admin_state         : up
> bfd                 : {}
> bfd_status          : {}
> cfm_fault           : []
> cfm_fault_status    : []
> cfm_flap_count      : []
> cfm_health          : []
> cfm_mpid            : []
> cfm_remote_mpids    : []
> cfm_remote_opstate  : []
> duplex              : []
> external_ids        : {}
> ifindex             : 5
> ingress_policing_burst: 100
> ingress_policing_rate: 1000
> lacp_current        : []
> link_resets         : 2
> link_speed          : []
> link_state          : up
> mac                 : "ae:98:a7:2b:49:d2"
> mac_in_use          : "ae:98:a7:2b:49:d2"
> mtu                 : 1450
> name                : "p0"
> ofport              : 1
> ofport_request      : []
> options             : {}
> other_config        : {}
> statistics          : {collisions=0, rx_bytes=22782356358, rx_crc_err=0,
> rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0,
> rx_packets=6638588, tx_bytes=2060981116, tx_dropped=0, tx_errors=0,
> tx_packets=7112010}
> status              : {driver_name=openvswitch}
> type                : internal
>
> _uuid               : b7ff3e4a-2b9c-4616-9c20-f4f023e1b000
> admin_state         : up
> bfd                 : {}
> bfd_status          : {}
> cfm_fault           : []
> cfm_fault_status    : []
> cfm_flap_count      : []
> cfm_health          : []
> cfm_mpid            : []
> cfm_remote_mpids    : []
> cfm_remote_opstate  : []
> duplex              : []
> external_ids        : {}
> ifindex             : 0
> ingress_policing_burst: 0
> ingress_policing_rate: 0
> lacp_current        : []
> link_resets         : 0
> link_speed          : []
> link_state          : up
> mac                 : []
> mac_in_use          : "ee:50:14:45:68:5a"
> mtu                 : []
> name                : "vxlan24400"
> ofport              : 2
> ofport_request      : []
> options             : {key="24400", remote_ip="10.6.9.18"}
> other_config        : {}
> statistics          : {collisions=0, rx_bytes=2061200326, rx_crc_err=0,
> rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0,
> rx_packets=7114933, tx_bytes=22782356320, tx_dropped=0, tx_errors=0,
> tx_packets=6638589}
> status              : {tunnel_egress_iface="eth0",
> tunnel_egress_iface_carrier=up}
> type                : vxlan
>
> _uuid               : c935a34a-e33c-4f74-9371-d2bc54982b33
> admin_state         : up
> bfd                 : {}
> bfd_status          : {}
> cfm_fault           : []
> cfm_fault_status    : []
> cfm_flap_count      : []
> cfm_health          : []
> cfm_mpid            : []
> cfm_remote_mpids    : []
> cfm_remote_opstate  : []
> duplex              : []
> external_ids        : {}
> ifindex             : 4
> ingress_policing_burst: 0
> ingress_policing_rate: 0
> lacp_current        : []
> link_resets         : 0
> link_speed          : []
> link_state          : up
> mac                 : []
> mac_in_use          : "26:6a:54:63:c6:46"
> mtu                 : 1500
> name                : "br0"
> ofport              : 65534
> ofport_request      : []
> options             : {}
> other_config        : {}
> statistics          : {collisions=0, rx_bytes=648, rx_crc_err=0,
> rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=8,
> tx_bytes=382402, tx_dropped=0, tx_errors=0, tx_packets=3112}
> status              : {driver_name=openvswitch}
> type                : internal--



Regards,
Waseem Ullah
Graduate Student
University of Victoria
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to