What command would be used as part of configuring NAT or PAT to identify an interface as part of the external global network?
- ip pat inside
- access-list 10 permit 172.19.89.0 0.0.0.255
- ip nat inside
- ip nat outside
Explanation: To configure NAT or PAT, a network administrator must identify the role of each interface involved in the translation process. The ip nat outside command is used in interface configuration mode to designate an interface as being connected to the external global network, which is typically the public internet. Traffic exiting this interface will have its source address translated from a private (local) address to a public (global) address.
Related exam: CCNA 3 Final Exam Answers
