hasルーティングが有効になっているHPプロカーブスイッチがあり、デフォルトのゲートウェイを変更します。ルーティングが有効になっているため、「ip default-gateway」コマンドは使用できません。
だから今私は実行します:
Bldg1-SVR(config)#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
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