Identify the statement that would create a default route using a gateway of 192.168.1.1.
A.
netstat add defaultgw
B.
route default 192.168.1.1
C.
ip route default 192.168.1.1
D.
route add defaultgw 192.168.1.1
E.
ifconfig defaultgw 192.168.1.1 eth0