路由器上配置如下路由条目
ip route-static 0.0.0.0 0.0.0.0 10.0.0.1
ip route-static 192.168.1.0 255.255.255.0 12.0.0.1
想删除 192.168.1.0/24这条路由,使用
un ip route-static 192.168.1.0 0
结果目标路由没有删除,而将默认路由删掉了,系统如下提示:
[Huawei]un ip route-static 192.168.1.0 0
Warning: The destination address and the mask do not match, and thus the static
route 0.0.0.0/0 will be deleted. Continue?[Y/N]:y
TIPS:调试设备的时候,一定要注意---删除路由的时候注意路由的前缀和掩码的正确性。
避免错误,少走弯路。
un ip route-static 192.168.1.0 24