after the acquisition of another company, you are in a position where you must add another network to the existing routing tables. which of the following commands would you use to accomplish this task? (select two. each option is a complete solution.) answer add route 11.12.13.14/24 gw 201.12.3.4 ip route add -net 11.12.13.14/24 via 201.12.3.4 ip route add 11.12.13.14/24 via 201.12.3.4 route add -host 11.12.13.14 gw 201.12.3.4 ip route 11.12.13.14/24 201.12.3.4 route -p add 11.12.13.14 201.12.3.4 route add -net 11.12.13.14/24 gw 201.12.3.4