Wednesday, February 2, 2011

QUESTION 12 Which two statements are true about the command ip route 172.16.3.0 255.255.255.0 192.168.2.4?

QUESTION 12
Which two statements are true about the command ip route 172.16.3.0 255.255.255.0 192.168.2.4? (Choose two.)

A. It establishes a static route to the 172.16.3.0 network.
B. It establishes a static route to the 192.168.2.0 network.
C. It configures the router to send any traffic for an unknown destination to the 172.16.3.0 network.
D. It configures the router to send any traffic for an unknown destination out the interface with the address 192.168.2.4.
E. It uses the default administrative distance.
F. It is a route that would be used last if other routes to the same destination exist.

Answer: AE

Explanation:
The IP Route command is used to write a static route to a specfied network via specified exit gateway or Interface,

ip route prefix mask {ip-address | interface-type interface-number [ip-address]} [dhcp] [distance] [name next-hop-name]

[permanent | track number] [tag tag]

The question tells us that traffic to 172.16.3.0/24 network goes out through 192.168.2.4.

Since there is no administrative distance specified in the ip route command,the administrative distance is default.

1 comment: