An engineer needs to configure a core router with a floating static default route to the backup router at 10.200.0.2.
Which command satisfies the requirement?
- A ip route 0.0.0.0 0.0.0.0 10.200.0.2 1
- B ip route 0.0.0.0 0.0.0.0 10.200.0.2 10
- C ip route 0.0.0.0 0.0.0.0 10.200.0.2
- D ip route 0.0.0.0 0.0.0.0 10.200.0.2 floating
Community Discussion