Refer to the graphic. Which command would be used on router A to configure a static route to direct traffic from LAN A that is destined for LAN C?
- A(config)# ip route 192.168.4.0 255.255.255.0 192.168.5.2
- A(config)# ip route 192.168.4.0 255.255.255.0 192.168.3.2
- A(config)# ip route 192.168.5.0 255.255.255.0 192.168.3.2
- A(config)# ip route 192.168.3.0 255.255.255.0 192.168.3.1
- A(config)# ip route 192.168.3.2 255.255.255.0 192.168.4.0
Answers Explanation & Hints: The destination network on LAN C is 192.168.4.0 and the next-hop address from the perspective of router A is 192.168.3.2.