Which of the following configurations regarding static route are correct? (Choose all that apply)
Which of the following configurations regarding static route are correct? (Choose all that apply)
Option A is correct because 'ip route-static 129.1.0.0 16 serial 0' correctly specifies a static route with the destination network and subnet mask followed by the outgoing interface. Option C is correct because 'ip route-static 129.1.0.0 16 10.0.0.2' correctly specifies the destination network and subnet mask followed by the next hop IP address. Option D is incorrect as it contains a typo; the correct format should have a space between the IP address and the subnet mask, not a dot.
What? D is correct?
Yeah, looks like a typo, should be a space instead of a dot between IP and mask.