빠르게 TL;DR

  • Routing table 을 보는 것은
ip r
  • Entry 를 추가하는 것은
ip r add ${IP}/${CIDR} via ${GATEWAY}
  • 참고) ip rip route 의 alias 이다.