Based on the following configuration, which addresses will NAT translate?

IT Questions BankCategory: CCNA 4 v4.0 EWANBased on the following configuration, which addresses will NAT translate?

Based on the following configuration, which addresses will NAT translate?

R1(config)# ip nat pool nat-pool1 209.165.200.225 209.165.200.240 netmask 255.255.255.0
R1(config)# ip nat inside source list 1 pool nat-pool1
R1(config)# interface serial0/0/0
R1(config-if)# ip address 10.1.1.2 255.255.0.0
R1(config-if)# ip nat inside
R1(config)# interface serial s0/0/2
R1(config-if)# ip address 209.165.200.1 255.255.255.0
R1(config-if)# ip nat outside
R1(config)# access-list 1 permit 192.168.0.0 0.0.0.255
  • 10.1.1.2 to 10.1.1.255
  • 192.168.0.0 to 192.168.0.255
  • 209.165.200.240 to 209.165.200.255
  • Only host 10.1.1.2
  • Only host 209.165.200.255

Explanation: NAT will translate the internal addresses 192.168.0.0 to 192.168.0.255 as identified by access list 1.

Exam with this question: EWAN v4 Chapter 7 Check Your Understanding: IP Addressing Services

Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments