Refer to the exhibit. What two commands will change the next-hop address for the 10.0.0.0/8 network from 172.16.40.2 to 192.168.1.2? (Choose two.)
- A(config)# no network 10.0.0.0 255.0.0.0 172.16.40.2
- A(config)# no ip address 10.0.0.1 255.0.0.0 172.16.40.2
- A(config)# no ip route 10.0.0.0 255.0.0.0 172.16.40.2
- A(config)# ip route 10.0.0.0 255.0.0.0 s0/0/0
- A(config)# ip route 10.0.0.0 255.0.0.0 192.168.1.2
Answers Explanation & Hints:
The two required commands are A(config)# no ip route 10.0.0.0 255.0.0.0 172.16.40.2 and A(config)# ip route 10.0.0.0 255.0.0.0 192.168.1.2. |