25/02/2026
Remove Specific Static Routes
If your routes are:
ip route 192.168.12.0 255.255.255.0 192.168.10.2
ip route 192.168.11.0 255.255.255.252 192.168.10.2
Enter global configuration mode and remove them:
Router # conf t
Router(config) # no ip route 192.168.12.0 255.255.255.0 192.168.10.2
Router(config) # no ip route 192.168.11.0 255.255.255.252 192.168.10.2
Router(config) # no ip route 0.0.0.0 0.0.0.0 192.168.10.2
Router(config) # end
Router # write memory