我有一台 HP procuru 交换机,有路由已启用,我想更改其默认网关。由于路由已启用,“ip default-gateway”命令已失效。
所以现在我运行:
Bldg1-SVR(配置)# ip route 0.0.0.0 0.0.0.0 10.0.0.3
但我收到错误“提交失败”。
我怎样才能克服这个错误?
下面是这个盒子正在路由的子网,在顶部您可以看到我想要更改的网关。
IP Route Entries
Destination Gateway VLAN Type Sub-Type Metric Dist.
------------------ --------------- ---- --------- ---------- ---------- -----
0.0.0.0/0 10.0.0.1 1 static 1 1
10.0.0.0/24 DEFAULT_VLAN 1 connected 1 0
10.0.1.0/24 bldg1Left 2 connected 1 0
10.0.2.0/24 bldg2down 3 connected 1 0
10.0.3.0/24 bldg2up 4 connected 1 0
10.0.5.0/24 wireless 6 connected 1 0
10.0.6.0/24 B3Test 9 connected 1 0
10.0.7.0/24 b3Prod 10 connected 1 0
10.0.8.0/24 b2sqa 11 connected 1 0
10.0.10.0/24 TechSup 12 connected 1 0
127.0.0.0/8 reject static 0 0
127.0.0.1/32 lo0 connected 1 0
192.168.1.0/24 10.0.0.2 1 static 1 1
192.168.10.0/24 10.0.0.2 1 static 1 1
答案1
no ip route 0.0.0.0 0.0.0.0 10.0.0.1
ip route 0.0.0.0 0.0.0.0 10.0.0.3