What command would be used as part of configuring NAT or PAT to identify an interface as part of the external global network?
- access-list 10 permit 172.19.89.0 0.0.0.255
- ip pat inside
- ip nat inside
- ip nat outside
Explanation & Hint:
The command used as part of configuring Network Address Translation (NAT) or Port Address Translation (PAT) to identify an interface as part of the external global network is:
This command is applied to the interface that connects to the external network, typically the internet, marking it as the outside interface in the context of NAT or PAT. Traffic leaving this interface will be translated to an address or port that is routable on the external network. Here’s a brief explanation of the other options:
|