Networking - IP Routing - Discussion

Discussion Forum : IP Routing - IP Routing (Q.No. 1)
1.
Which of the following statements are true regarding the command ip route 172.16.4.0 255.255.255.0 192.168.4.2?
  1. The command is used to establish a static route.
  2. The default administrative distance is used.
  3. The command is used to configure the default route.
  4. The subnet mask for the source address is 255.255.255.0.
1 and 2
2 and 4
3 and 4
All of the above
Answer: Option
Explanation:
Although answer D almost seems right, it is not; the mask is the mask used on the remote network, not the source network. Since there is no number at the end of the static route, it is using the default administrative distance of 1.
Discussion:
3 comments Page 1 of 1.

Nurul Islam said:   8 years ago
Network Address : 172.16.4.0/ 24.
Usable IP Address : 172.16.4.1 - 172.16.4.254.
Broadcast : 172.16.4.255.
(1)

Sufiyan said:   9 years ago
Can anyone explain it more detail?
(1)

Baiqra said:   1 decade ago
Thanks,

The first IP sub net is why 255.255.255.0?

It is class B. It should be 255.255.0.0
(1)

Post your comments here:

Your comments will be displayed after verification.