1-12
Routing tables:
Proto route active added deleted
DIRECT 4 4 24 20
STATIC 0 0 1 1
Total 4 4 25 21
# Clear the routing statistics of all protocols from the IP routing table.
<Sysname> reset ip routing-table statistics protocol all
This will erase the specific routing counters information.
Are you sure?[Y/N]y
# Display the routing statistics in the IP routing table.
<Sysname> display ip routing-table statistics
Routing tables:
Proto route active added deleted
DIRECT 4 4 0 0
STATIC 0 0 0 0
Total 4 4 0 0
The above information shows that the routing statistics in the IP routing table is cleared.