diff --git a/centreon-plugins/network/alcatel/pss/1830/snmp/mode/sapqosstats.pm b/centreon-plugins/network/alcatel/pss/1830/snmp/mode/sapqosstats.pm
index 6c53eceeb..08590053f 100644
--- a/centreon-plugins/network/alcatel/pss/1830/snmp/mode/sapqosstats.pm
+++ b/centreon-plugins/network/alcatel/pss/1830/snmp/mode/sapqosstats.pm
@@ -146,9 +146,6 @@ sub new {
                                   "reload-cache-time:s" => { name => 'reload_cache_time', default => 300 },
                                   "display-name:s"      => { name => 'display_name', default => '%{SysSwitchId}.%{SvcId}.%{SapPortId}.%{SapEncapValue}' },
                                   "filter-name:s"       => { name => 'filter_name' },
-                                  "speed-in:s"          => { name => 'speed_in' },
-                                  "speed-out:s"         => { name => 'speed_out' },
-                                  "units-traffic:s"     => { name => 'units_traffic', default => '%' },
                                   "warning-status:s"    => { name => 'warning_status', default => '' },
                                   "critical-status:s"   => { name => 'critical_status', default => '%{admin} =~ /up/i and %{status} !~ /up/i' },
                                 });
@@ -312,18 +309,6 @@ Can also be: %{SapDescription}, %{SvcName}
 
 Filter by SAP name (can be a regexp).
 
-=item B<--speed-in>
-
-Set interface speed for incoming traffic (in Mb).
-
-=item B<--speed-out>
-
-Set interface speed for outgoing traffic (in Mb).
-
-=item B<--units-traffic>
-
-Units of thresholds for the traffic (Default: '%') ('%', 'b/s').
-
 =item B<--warning-status>
 
 Set warning threshold for ib status.