Which of the following commands can be used to configure a router to reject the address for the 192.168.100.0/24 network using the route command?
A.
route del -net 192.168.100.0 netmask 255.255.255.0 deny
B.
route add -net 192.168.100.0 netmask 255.255.255.0 deny
C.
route add -net 192.168.100.0 netmask 255.255.255.0 reject
D.
route del -net 192.168.100.0 netmask 255.255.255.0 reject
I agree with the answer. C