A network administrator is configuring Port Address Translation (PAT) on a Cisco IOS router to map internal host traffic matched by access list to the IPv4 address assigned to public WAN interface . The inside and outside interfaces have already been designated using `ip nat inside` and `ip nat outside`, and `access-list 15 permit 172.16.10.0 0.0.0.255` is active. What exact Cisco IOS global configuration command must be entered to complete this Port Address Translation configuration?
Answer: ip nat inside source list 15 interface GigabitEthernet0/0/1 overload / ip nat inside source list 15 interface gigabitethernet0/0/1 overload / ip nat inside source list 15 interface Gi0/0/1 overload / ip nat inside source list 15 interface gi0/0/1 overload