Home / Computer Science / Computer Networking :: Discussion

Discussion :: Computer Networking

  1. Which command would you place on interface on a private network?

  2. A.

     ip nat inside

    B.

     ip nat outside

    C.

     ip outside global

    D.

     ip inside local

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    As in access-lists, you must configure your interfaces before NAT will provide any translations. On the inside networks you would use the command ip nat inside. On the outside interface, you will use the command ip nat outside.


Be The First To Comment