Use netstat with the r (show routes) and n (show numbers, not hostnames) flags to view your Mac's route table.
netstat
r
n
netstat -rn
Optionally, use the f flag to show only IPv4 or only IPv6
f
netstat -rnf inet netstat -rnf inet6