1-4 
To do…  Use the command…  Remarks 
Display the statistics on the 
routing table 
display ip routing-table statistics 
Clear statistics about a 
routing table 
reset ip routing-table statistics 
protocol { all | protocol } 
Use the reset command in 
user view 
Delete all static routes 
delete static-routes all 
Use the delete command in 
system view. 
 
Static Route Configuration Example 
Basic Static Route Configuration Example 
Network requirements 
The IP addresses and masks of the switches and hosts are shown in the following figure. Static routes 
are required for interconnection between any two hosts. 
Figure 1-2 Network diagram for static route configuration 
 
 
Configuration procedure 
1)  Configuring IP addresses for interfaces (omitted) 
2)  Configuring static routes 
# Configure a default route on Switch A. 
<SwitchA> system-view 
[SwitchA] ip route-static 0.0.0.0 0.0.0.0 1.1.4.2 
# Configure two static routes on Switch B. 
<SwitchB> system-view 
[SwitchB] ip route-static 1.1.2.0 255.255.255.0 1.1.4.1 
[SwitchB] ip route-static 1.1.3.0 255.255.255.0 1.1.5.6 
# Configure a default route on Switch C 
<SwitchC> system-view 
[SwitchC] ip route-static 0.0.0.0 0.0.0.0 1.1.5.5 
3)  Configure the hosts.