My routing table looks like this:
Gateway of last resort is 10.16.50.50 to network 0.0.0.0
10.0.0.0/8 is variably subnetted, 6 subnets, 4 masks
C 10.31.0.0/24 is directly connected, Serial0/0
C 10.31.0.2/32 is directly connected, Serial0/0
C 10.16.0.0/16 is directly connected, Ethernet0/0
O E2 10.32.0.0/11 [110/20] via 10.16.50.50, 1w4d, Ethernet0/0
O 10.16.42.0/24 [110/89] via 10.31.0.2, 7w0d, Serial0/0
O 10.16.41.0/24 [110/74] via 10.31.0.2, 7w0d, Serial0/0
O*E2 0.0.0.0/0 [110/1] via 10.16.50.50, 1w4d, Ethernet0/0
I want to change the gateway of last resort and it appears that it is using OSPF. How do I do this..
IP route 0.0.0.0 0.0.0.0 #.#.#.#
Is this all I would have to do?
Gateway of last resort is 10.16.50.50 to network 0.0.0.0
10.0.0.0/8 is variably subnetted, 6 subnets, 4 masks
C 10.31.0.0/24 is directly connected, Serial0/0
C 10.31.0.2/32 is directly connected, Serial0/0
C 10.16.0.0/16 is directly connected, Ethernet0/0
O E2 10.32.0.0/11 [110/20] via 10.16.50.50, 1w4d, Ethernet0/0
O 10.16.42.0/24 [110/89] via 10.31.0.2, 7w0d, Serial0/0
O 10.16.41.0/24 [110/74] via 10.31.0.2, 7w0d, Serial0/0
O*E2 0.0.0.0/0 [110/1] via 10.16.50.50, 1w4d, Ethernet0/0
I want to change the gateway of last resort and it appears that it is using OSPF. How do I do this..
IP route 0.0.0.0 0.0.0.0 #.#.#.#
Is this all I would have to do?