[Contents] [Prev] [Next] [Index] [Report an Error]


clear helper statistics

Syntax

clear helper statistics

Description

Clear statistic counters in the User Datagram Protocol (UDP) forwarding process.

Required Privilege Level

view

Sample Output

user@host> show helper statistics 
domain:
  Received packets: 63
  Forwarded packets: 61
  Dropped packets: 2
    Due to no interface in fud database: 0
    Due to an error during packet read: 1
    Due to an error during packet send: 1
tftp:
  Received packets: 5
  Forwarded packets: 5
  Dropped packets: 0
    Due to no interface in fud database: 0
    Due to an error during packet read: 0
    Due to an error during packet send: 0

user@host>clear helper statistics 

user@host>show helper statistics 
domain:
  Received packets: 0
  Forwarded packets: 0
  Dropped packets: 0
    Due to no interface in fud database: 0
    Due to an error during packet read: 0
    Due to an error during packet send: 0
tftp:
  Received packets: 0
  Forwarded packets: 0
  Dropped packets: 0
    Due to no interface in fud database: 0
    Due to an error during packet read: 0
    Due to an error during packet send: 0

[Contents] [Prev] [Next] [Index] [Report an Error]