ip nat inside source static extendable. Some customers want to use more than one service provider and translate into each provider's address space. You can use route-maps to base the selection of global address pool on output interface as well as an access-list match. Following is an example: ip nat pool provider1-space

Sep 06, 2010 How to configure NAT | Network World To configure static NAT, issue the ip nat inside source static or ip nat outside source static commands in global configuration mode, depending on where the host is located. Static NAT can also be routing - cisco ip nat / port forwarding - Server Fault You mixed up source and destination in Port forwarding. ip nat inside source static udp interface FastEthernet0/0 9987 10.10.250.201 9987 extendable ip nat inside source static tcp interface FastEthernet0/0 30033 10.10.250.201 30033 extendable ip nat inside source static tcp interface FastEthernet0/0 10011 10.10.250.201 10011 extendable ip nat inside source static tcp interface …

Configuring NAT > Network Address Translation | Cisco Press

service-object tcp source eq www service-object tcp source eq 3389 nat (inside,outside) source static HOST-10.10.10.100 PIP-192.168.1.9 service TCP80 TCP80 nat (inside,outside) source static HOST-10.10.10.100 PIP-192.168.1.9 service TCP3389 TCP3389 Verify with show xlate type static Which statement describes what this command accomplishes

NAT Lab - Cisco

10-2 Static NAT Configuration & Verification - Free CCNA The ip nat inside source command identifies which IP addresses will be translated. In the preceding configuration example, the ip nat inside source command configures a static translation between inside local and inside global IP addresses as shown in Table 10-2 below. Table 10-3 Static NAT … Configuring Network Address Translation (NAT) One-to-One Command Description; ip nat inside source static il.il.il.il ig.ig.ig.ig This command is executed in global configuration mode to configure a static NAT one to one translation where as il.il.il.il is the inside local address and ig.ig.ig.ig is the outside global address which the inside local address will be translated to. Seeseenayy: CCNAv2 Chapter 11 Quiz Answers (100%)