efa inventory device interface
            set-link-error-disable
    
    Configures port dampening
        (link-error-disable) on the SLX interface. Minimizes excessive interface
        flapping.
        Syntax
            
                efa inventory device
                    interface set-link-error-disable
                [--ip
                    device-ip | --if-type eth | --if-name
                    if-list | --toggle-threshold
                    value | 
                --sampling-time
                    value | 
                --wait-time value
                ]
            
        
        Parameters
            
                
                    - --ip
                            device-ip
                        
                    
- Specifies a comma-separated
                        range of device IP addresses. For example:
                        10.1.1.13,10.1.1.50,10.1.1.101.
- --if-type eth
                        
                    
- Specifies that the interface
                        type is Ethernet, which is the default setting.
- --if-name
                            if-list
                    
- Specifies a comma-separated
                        list of interface names. For example: 0/50-52,0/45,0/5:4,0/5:1-2.
- --toggle-threshold
                            value
                    
- Valid values are 1 through
                        50.
- --sampling-time
                            value
                    
- Valid values in seconds, are
                        1 through 65565. The default is 1.
- --wait-time
                            value
                    
- Valid values, in seconds, are
                        0 through 65565.
Usage Guidelines
            The configuration you set is persisted in the EFA database. 
            DRC and idempotency are supported. 
        
        Examples
            
                efa inventory device interface set-link-error-disable –-ip 10.20.246.10 
--if-type eth –-if-name 0/20 –-toggle-threshold 10 –-sampling-time 20 
–-wait-time 10