Given:
Network Netmask Gateway
192.20.20.64 255.255.255.192 gwhost
l
Which command adds a routing table entry for the network?
A.
route add net 192.20.20.64 gwhost -netmask 192.20.255.255
B.
route -net 192.20.20.64 192.20.20.192
C.
ifconfig hme0 inet 192.20.20.64 netmask 192.20.20.192 broadcast 192.20.20.64
D.
route add net 192.20.20.64 gwhost -netmask 255.255.255.192
E.
route add -netmask 192.20.20.255 gwhost